:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#f7f5f2;font-family:Pretendard,Apple SD Gothic Neo,system-ui,sans-serif;display:block}#root{max-width:480px;margin:0 auto;padding:2rem 1.5rem 4rem;text-align:left}.header{text-align:center;margin-bottom:2.5rem;padding-top:1.5rem}.logo-mark{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:#1a1a1a;color:#fff;font-size:14px;font-weight:700;letter-spacing:.05em;border-radius:12px;margin-bottom:1rem}.title{font-size:1.6rem;font-weight:700;color:#1a1a1a;margin:0 0 .4rem;letter-spacing:-.02em}.subtitle{font-size:.9rem;color:#888;margin:0}.form{display:flex;flex-direction:column;gap:2rem}.section{display:flex;flex-direction:column;gap:.75rem}.section-label{font-size:.8rem;font-weight:600;color:#555;text-transform:uppercase;letter-spacing:.08em}.photo-upload{position:relative;width:100%;aspect-ratio:3 / 4;border:2px dashed #d4d0cc;border-radius:20px;cursor:pointer;overflow:hidden;transition:border-color .2s,background .2s;background:#fff}.photo-upload:hover{border-color:#1a1a1a;background:#fafafa}.photo-upload.dragging{border-color:#1a1a1a;background:#f0ede9}.photo-upload.has-photo{border:none}.photo-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:.75rem;padding:2rem;color:#aaa}.upload-icon{color:#ccc}.upload-text{margin:0;font-size:.9rem;color:#888;text-align:center}.upload-hint{margin:0;font-size:.75rem;color:#bbb}.photo-preview{width:100%;height:100%;object-fit:cover;display:block}.photo-overlay{position:absolute;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s;color:#fff;font-size:.9rem;font-weight:600}.photo-upload:hover .photo-overlay{opacity:1}.body-inputs{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.input-group{display:flex;flex-direction:column;gap:.5rem}.input-label{font-size:.85rem;font-weight:500;color:#333}.input-wrapper{position:relative;display:flex;align-items:center}.input{width:100%;padding:.85rem 3rem .85rem 1rem;font-size:1.1rem;font-weight:500;border:1.5px solid #e0ddd9;border-radius:12px;background:#fff;color:#1a1a1a;outline:none;transition:border-color .2s;-moz-appearance:textfield}.input::-webkit-inner-spin-button,.input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input:focus{border-color:#1a1a1a}.input::placeholder{color:#ccc}.input-unit{position:absolute;right:1rem;font-size:.85rem;font-weight:500;color:#999;pointer-events:none}.submit-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem;font-size:1rem;font-weight:600;color:#fff;background:#1a1a1a;border:none;border-radius:14px;cursor:pointer;transition:background .2s,transform .1s;letter-spacing:-.01em}.submit-btn:hover:not(:disabled){background:#333}.submit-btn:active:not(:disabled){transform:scale(.98)}.submit-btn:disabled{background:#d4d0cc;cursor:not-allowed;color:#fff}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:70vh;gap:1rem}.spinner{width:44px;height:44px;border:3px solid #e0ddd9;border-top-color:#1a1a1a;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-title{font-size:1rem;font-weight:600;color:#1a1a1a;margin:.5rem 0 0}.loading-sub{font-size:.85rem;color:#aaa;margin:0}.error-banner{background:#fff5f5;border:1.5px solid #ffd0d0;color:#c00;border-radius:12px;padding:.85rem 1rem;font-size:.85rem;margin-bottom:1.25rem}.report{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.report-section{background:#fff;border-radius:16px;padding:1.25rem 1.25rem 1.35rem}.report-section-title{display:flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#999;margin:0 0 .75rem}.report-section-icon{font-size:1rem}.report-section-content{font-size:.93rem;line-height:1.75;color:#333;margin:0;white-space:pre-wrap}
