: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{box-sizing:border-box;flex-direction:column;min-height:100svh;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-.5px;margin:0;font-size:32px}@media (width<=1024px){h1{font-size:26px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}.main-screen{box-sizing:border-box;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:32px;width:100%;max-width:440px;margin:0 auto;padding:48px 20px;display:flex}.intro h1{margin:0 0 8px}.intro p{color:var(--text)}.card{box-sizing:border-box;border:1px solid var(--border);border-radius:16px;flex-direction:column;align-items:center;gap:24px;width:100%;padding:32px;display:flex}.photo-upload{cursor:pointer;border-radius:50%;width:160px;height:160px;display:block;overflow:hidden}.photo-placeholder{border:2px dashed var(--border);width:100%;height:100%;color:var(--text);box-sizing:border-box;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:8px;font-size:14px;transition:border-color .2s,color .2s;display:flex}.photo-upload:hover .photo-placeholder,.photo-upload:focus-within .photo-placeholder{border-color:var(--accent-border);color:var(--accent)}.photo-icon{color:var(--accent);font-size:28px;line-height:1}.photo-preview{object-fit:cover;width:100%;height:100%}.field-row{gap:16px;width:100%;display:flex}.field{flex-direction:column;flex:1;align-items:flex-start;gap:6px;min-width:0;display:flex}.field label{color:var(--text);font-size:14px}.input-with-unit{border:1px solid var(--border);box-sizing:border-box;background:var(--bg);border-radius:8px;align-items:center;gap:6px;width:100%;padding:0 12px;display:flex}.input-with-unit:focus-within{border-color:var(--accent-border);outline:2px solid var(--accent-bg)}.input-with-unit input{min-width:0;font:inherit;color:var(--text-h);background:0 0;border:none;outline:none;flex:1;padding:10px 0}.input-with-unit input::-webkit-inner-spin-button{appearance:none;margin:0}.input-with-unit input::-webkit-outer-spin-button{appearance:none;margin:0}.input-with-unit input[type=number]{appearance:textfield}.unit{color:var(--text);font-size:14px}.analyze-button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:14px;font-size:16px;font-weight:500;transition:opacity .2s}.analyze-button:hover:not(:disabled){opacity:.9}.analyze-button:disabled{background:var(--border);color:var(--text);cursor:not-allowed}.analyze-button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.analyze-button.secondary{border:1px solid var(--border);color:var(--text-h);background:0 0}.error-message{color:#e5484d;font-size:14px}.report-card{text-align:left;align-items:stretch}.report-card h2{text-align:center}.report-body{white-space:pre-wrap;color:var(--text-h);line-height:165%}@media (width<=480px){.field-row{flex-direction:column}}
