:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{width:100%;min-height:100svh}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box;margin:0;padding:0}body{color:#1a1a2e;background:#f8f5ff;min-height:100vh;font-family:Segoe UI,system-ui,-apple-system,sans-serif}#root{border:none;flex-direction:column;width:100%;min-height:100vh;display:flex}.header{text-align:center;padding:40px 20px 24px}.logo{letter-spacing:3px;color:#7c3aed;margin-bottom:8px;font-size:22px;font-weight:700}.tagline{color:#9ca3af;letter-spacing:.5px;font-size:14px}.main{flex:1;justify-content:center;align-items:flex-start;padding:0 20px 60px;display:flex}.card{background:#fff;border-radius:24px;width:100%;max-width:440px;padding:40px 36px;box-shadow:0 4px 24px #7c3aed14}.card-title{color:#1a1a2e;letter-spacing:-.5px;margin-bottom:8px;font-size:26px;font-weight:700}.card-desc{color:#9ca3af;margin-bottom:32px;font-size:14px;line-height:1.6}.form{flex-direction:column;gap:28px;display:flex}.photo-section{justify-content:center;display:flex}.photo-upload{cursor:pointer;background:#faf5ff;border:2px dashed #d8b4fe;border-radius:20px;width:180px;height:220px;transition:border-color .2s,background .2s;position:relative;overflow:hidden}.photo-upload:hover{background:#f5f0ff;border-color:#7c3aed}.photo-upload.has-photo{border:none}.photo-placeholder{flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;height:100%;padding:20px;display:flex}.photo-icon{color:#a78bfa;margin-bottom:4px}.photo-text{color:#7c3aed;font-size:15px;font-weight:600}.photo-hint{color:#c4b5fd;text-align:center;font-size:12px;line-height:1.5}.photo-preview{object-fit:cover;width:100%;height:100%}.photo-overlay{opacity:0;color:#fff;background:#7c3aed8c;justify-content:center;align-items:center;font-size:14px;font-weight:600;transition:opacity .2s;display:flex;position:absolute;inset:0}.photo-upload:hover .photo-overlay{opacity:1}.hidden-input{display:none}.body-info{gap:16px;display:flex}.input-group{flex-direction:column;flex:1;gap:8px;display:flex}.label{color:#6b7280;letter-spacing:.3px;font-size:13px;font-weight:600}.input-wrapper{align-items:center;display:flex;position:relative}.input{color:#1a1a2e;appearance:textfield;background:#fafafa;border:1.5px solid #e5e7eb;border-radius:12px;outline:none;width:100%;padding:14px 40px 14px 16px;font-size:20px;font-weight:600;transition:border-color .2s,box-shadow .2s}.input::-webkit-outer-spin-button{-webkit-appearance:none}.input::-webkit-inner-spin-button{-webkit-appearance:none}.input:focus{background:#fff;border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a}.input::placeholder{color:#d1d5db;font-weight:400}.unit{color:#9ca3af;pointer-events:none;font-size:13px;font-weight:500;position:absolute;right:14px}.submit-btn{color:#fff;letter-spacing:.3px;cursor:pointer;background:linear-gradient(135deg,#7c3aed,#a855f7);border:none;border-radius:14px;width:100%;margin-top:4px;padding:16px;font-size:16px;font-weight:700;transition:opacity .2s,transform .1s}.submit-btn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.submit-btn:active:not(:disabled){transform:translateY(0)}.submit-btn:disabled{opacity:.35;cursor:not-allowed}.error-box{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin-bottom:20px;padding:12px 16px;font-size:14px}.center-card{flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:280px;display:flex}.spinner{border:4px solid #e9d5ff;border-top-color:#7c3aed;border-radius:50%;width:48px;height:48px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{color:#1a1a2e;font-size:18px;font-weight:600}.loading-sub{color:#9ca3af;font-size:14px}.result-card{max-width:600px}.result-header{align-items:center;gap:16px;margin-bottom:28px;display:flex}.result-badge{letter-spacing:1px;color:#7c3aed;background:#f5f0ff;border-radius:8px;flex:1;padding:8px 14px;font-size:13px;font-weight:700;display:inline-block}.result-photo{object-fit:cover;border:2px solid #e9d5ff;border-radius:12px;flex-shrink:0;width:64px;height:78px}.report-body{flex-direction:column;gap:6px;margin-bottom:28px;display:flex}.report-heading{color:#1a1a2e;border-left:3px solid #7c3aed;margin-top:18px;margin-bottom:4px;padding-left:12px;font-size:16px;font-weight:700}.report-bullet{color:#4b5563;padding-left:18px;font-size:14px;line-height:1.7;position:relative}.report-bullet:before{content:"•";color:#a78bfa;position:absolute;left:6px}.report-line{color:#4b5563;font-size:14px;line-height:1.7}.reset-btn{color:#7c3aed;cursor:pointer;background:0 0;border:1.5px solid #7c3aed;border-radius:14px;width:100%;padding:14px;font-size:15px;font-weight:600;transition:background .2s,color .2s}.reset-btn:hover{background:#f5f0ff}@media (width<=480px){.card{border-radius:20px;padding:32px 24px}.card-title{font-size:22px}}
