*,:before,:after{box-sizing:border-box}*{box-sizing:border-box;margin:0;padding:0}body{color:#1a1a2e;background:#f5f3ff;min-height:100vh;font-family:Pretendard,Apple SD Gothic Neo,system-ui,sans-serif}#root{width:100%;min-height:100vh}.header{background:#fff;border-bottom:1px solid #ede8ff;align-items:center;gap:10px;padding:20px 32px;display:flex}.logo-dot{background:#7c3aed;border-radius:50%;width:10px;height:10px}.logo-text{color:#7c3aed;letter-spacing:-.3px;font-size:18px;font-weight:700}.main{justify-content:center;align-items:flex-start;padding:48px 16px;display:flex}.card{background:#fff;border-radius:24px;width:100%;max-width:440px;padding:48px 40px;box-shadow:0 8px 40px #7c3aed1a}.title{color:#1a1a2e;letter-spacing:-.5px;margin-bottom:8px;font-size:26px;font-weight:800}.subtitle{color:#6b7280;margin-bottom:32px;font-size:14px;line-height:1.6}.photo-area{cursor:pointer;background:#faf5ff;border:2px dashed #c4b5fd;border-radius:16px;justify-content:center;align-items:center;width:100%;height:220px;margin-bottom:12px;transition:border-color .2s,background .2s;display:flex;overflow:hidden}.photo-area:hover{background:#f3e8ff;border-color:#7c3aed}.photo-placeholder{text-align:center}.photo-icon{margin-bottom:10px;font-size:40px}.photo-label{color:#7c3aed;margin-bottom:4px;font-size:14px;font-weight:600}.photo-hint{color:#9ca3af;font-size:12px}.photo-area.drag-over{background:#ede9fe;border-color:#7c3aed;transform:scale(1.01)}.photo-area.drag-over .photo-label{color:#5b21b6;font-size:15px}.pan-container{cursor:grab;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:relative}.pan-container.panning{cursor:grabbing}.photo-preview{object-fit:cover;pointer-events:none;width:100%;height:100%}.pan-hint{color:#fff;white-space:nowrap;pointer-events:none;opacity:.85;background:#00000080;border-radius:20px;padding:4px 10px;font-size:11px;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.btn-change-photo{color:#7c3aed;cursor:pointer;background:0 0;border:1px solid #c4b5fd;border-radius:8px;width:100%;margin-bottom:12px;padding:8px;font-size:13px;transition:background .2s}.btn-change-photo:hover{background:#f3e8ff}.inputs{flex-direction:column;gap:16px;margin-top:8px;margin-bottom:28px;display:flex}.input-group{flex-direction:column;gap:6px;display:flex}.label{color:#374151;font-size:13px;font-weight:600}.input-wrapper{border:1.5px solid #e5e7eb;border-radius:12px;align-items:center;transition:border-color .2s;display:flex;overflow:hidden}.input-wrapper:focus-within{border-color:#7c3aed}.input{color:#1a1a2e;background:0 0;border:none;outline:none;flex:1;padding:14px 16px;font-size:16px}.input::placeholder{color:#d1d5db}.unit{color:#7c3aed;background:#faf5ff;border-left:1.5px solid #e5e7eb;align-self:stretch;align-items:center;height:100%;padding:0 16px;font-size:14px;font-weight:600;display:flex}.btn-submit{color:#fff;cursor:pointer;letter-spacing:-.2px;background:#7c3aed;border:none;border-radius:14px;width:100%;padding:16px;font-size:16px;font-weight:700;transition:background .2s,transform .1s}.btn-submit:hover{background:#6d28d9}.btn-submit:active{transform:scale(.98)}.inputs-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.select-input{color:#1a1a2e;cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237c3aed' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") right 14px center no-repeat;border:1.5px solid #e5e7eb;border-radius:12px;outline:none;width:100%;padding:14px 16px;font-size:15px;transition:border-color .2s}.select-input:focus{border-color:#7c3aed}.error-msg{color:#ef4444;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin-bottom:4px;padding:10px 14px;font-size:13px}.loading-row{justify-content:center;align-items:center;gap:10px;display:flex}.spinner{border:2.5px solid #fff6;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:18px;height:18px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.btn-submit:disabled{cursor:not-allowed;background:#a78bfa;transform:none}.report-card{max-width:640px}.report-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:28px;display:flex}.btn-reset{color:#7c3aed;cursor:pointer;white-space:nowrap;background:0 0;border:1.5px solid #7c3aed;border-radius:10px;padding:8px 18px;font-size:13px;font-weight:600;transition:background .2s}.btn-reset:hover{background:#f3e8ff}.report-body{color:#374151;line-height:1.8}.report-h2{color:#7c3aed;border-bottom:1.5px solid #ede8ff;margin:24px 0 10px;padding-bottom:6px;font-size:17px;font-weight:700}.report-h3{color:#1a1a2e;margin:14px 0 6px;font-size:15px;font-weight:600}.report-p{margin:4px 0;font-size:14px}.report-li{margin:4px 0 4px 20px;font-size:14px;list-style:outside}@media (width<=480px){.card{padding:32px 20px}.title{font-size:22px}.inputs-row{grid-template-columns:1fr}}
