: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{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%}.profile-page{background:#faf9f7;flex-direction:column;min-height:100svh;display:flex}.profile-header{background:#fff;border-bottom:1px solid #ebebeb;align-items:center;gap:16px;padding:24px 40px;display:flex}.logo{letter-spacing:-.3px;color:#0f0f0f;font-size:18px;font-weight:600}.subtitle{color:#888;margin:0;font-size:14px}.profile-main{flex:1;justify-content:center;align-items:center;padding:48px 24px;display:flex}.profile-card{background:#fff;border:1px solid #e8e8e8;border-radius:20px;width:100%;max-width:480px;padding:48px;box-shadow:0 4px 24px #0000000f}.card-title-area{margin-bottom:36px}.card-title-area h1{letter-spacing:-.5px;color:#0f0f0f;margin:0 0 8px;font-size:28px;font-weight:700}.card-title-area p{color:#888;margin:0;font-size:15px}.profile-form{flex-direction:column;gap:28px;display:flex}.field-label{color:#333;letter-spacing:-.1px;margin-bottom:10px;font-size:14px;font-weight:600;display:block}.photo-upload{cursor:pointer;aspect-ratio:3/4;background:#fafafa;border:2px dashed #ddd;border-radius:16px;justify-content:center;align-items:center;max-height:320px;transition:border-color .2s,background .2s;display:flex;position:relative;overflow:hidden}.photo-upload:hover{background:#faf5ff;border-color:#a78bfa}.photo-upload.has-photo{border-style:solid;border-color:#e8e8e8}.photo-placeholder{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:32px;display:flex}.upload-icon{color:#7c3aed;background:#f0ebff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:4px;display:flex}.upload-text{color:#555;margin:0;font-size:14px;font-weight:500}.upload-hint{color:#aaa;margin:0;font-size:12px}.photo-preview{object-fit:cover;width:100%;height:100%;display:block}.photo-overlay{opacity:0;background:#00000073;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.photo-overlay span{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff3;border-radius:20px;padding:8px 20px;font-size:14px;font-weight:600}.photo-upload:hover .photo-overlay{opacity:1}.file-input-hidden{display:none}.measurements-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.input-wrapper{background:#fff;border:1.5px solid #e0e0e0;border-radius:12px;align-items:center;transition:border-color .2s,box-shadow .2s;display:flex;overflow:hidden}.input-wrapper:focus-within{border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a}.number-input{color:#0f0f0f;-moz-appearance:textfield;background:0 0;border:none;outline:none;flex:1;width:0;padding:14px 16px;font-size:20px;font-weight:600}.number-input::-webkit-outer-spin-button{-webkit-appearance:none}.number-input::-webkit-inner-spin-button{-webkit-appearance:none}.number-input::placeholder{color:#ccc;font-weight:400}.unit{color:#aaa;white-space:nowrap;padding:0 16px 0 4px;font-size:14px;font-weight:500}.submit-btn{color:#fff;cursor:pointer;letter-spacing:-.2px;background:#0f0f0f;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:4px;padding:16px 24px;font-size:15px;font-weight:600;transition:background .2s,transform .1s;display:flex}.submit-btn:hover:not(:disabled){background:#2d2d2d}.submit-btn:active:not(:disabled){transform:scale(.99)}.submit-btn:disabled{cursor:not-allowed;background:#d1d5db}.spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.error-msg{color:#dc2626;text-align:center;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin:0;padding:10px 14px;font-size:13px}@media (width<=520px){.profile-card{padding:32px 24px}.profile-header{padding:20px 24px}}.report-page{background:#faf9f7;flex-direction:column;min-height:100svh;display:flex}.report-header{background:#fff;border-bottom:1px solid #ebebeb;justify-content:space-between;align-items:center;padding:20px 40px;display:flex}.reset-btn{color:#555;cursor:pointer;background:0 0;border:1.5px solid #e0e0e0;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:500;transition:border-color .2s,color .2s}.reset-btn:hover{color:#0f0f0f;border-color:#0f0f0f}.report-main{flex-direction:column;gap:32px;width:100%;max-width:900px;margin:0 auto;padding:48px 24px 80px;display:flex}.report-hero{background:#fff;border:1px solid #e8e8e8;border-radius:20px;align-items:flex-start;gap:32px;padding:32px;display:flex}.hero-photo-wrap{border:1px solid #eee;border-radius:14px;flex-shrink:0;width:140px;height:190px;overflow:hidden}.hero-photo{object-fit:cover;width:100%;height:100%}.hero-info{flex-direction:column;flex:1;gap:10px;display:flex}.body-type-badge{letter-spacing:.5px;text-transform:uppercase;color:#7c3aed;background:#f0ebff;border-radius:20px;align-self:flex-start;padding:4px 12px;font-size:12px;font-weight:600;display:inline-flex}.hero-info h1{color:#0f0f0f;letter-spacing:-.4px;margin:0;font-size:26px;font-weight:700}.stats{color:#888;align-items:center;gap:8px;font-size:14px;display:flex}.dot{color:#ccc}.body-analysis{color:#555;margin:0;font-size:15px;line-height:1.7}.report-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.report-card{background:#fff;border:1px solid #e8e8e8;border-radius:16px;padding:24px}.report-card.primary{background:#0f0f0f;border-color:#0f0f0f}.report-card.primary .card-heading{color:#fff}.report-card.primary .card-icon{color:#c084fc}.report-card.primary .report-list li{color:#d1d5db;border-bottom-color:#2d2d2d}.report-card.primary .report-list li:before{background:#7c3aed}.card-heading{color:#0f0f0f;letter-spacing:-.1px;align-items:center;gap:6px;margin:0 0 16px;font-size:15px;font-weight:700;display:flex}.card-icon{color:#7c3aed;font-size:13px}.report-list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.report-list li{color:#444;border-bottom:1px solid #f0f0f0;padding:10px 0 10px 14px;font-size:14px;line-height:1.6;position:relative}.report-list li:last-child{border-bottom:none}.report-list li:before{content:"";background:#d1d5db;border-radius:50%;width:5px;height:5px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.color-card{grid-column:span 2}.color-groups{grid-template-columns:1fr 1fr;gap:24px;display:grid}.color-group-label{letter-spacing:.3px;margin:0 0 10px;font-size:12px;font-weight:600}.color-group-label.good{color:#059669}.color-group-label.avoid{color:#dc2626}.color-chips{flex-wrap:wrap;gap:8px;display:flex}.chip{border-radius:20px;padding:5px 14px;font-size:13px;font-weight:500}.chip.good{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0}.chip.avoid{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}@media (width<=640px){.report-hero{text-align:center;flex-direction:column;align-items:center}.body-type-badge{align-self:center}.stats{justify-content:center}.report-grid{grid-template-columns:1fr}.color-card{grid-column:span 1}.report-header{padding:16px 24px}}
