: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%}.stylist-container{background:linear-gradient(135deg,#f8f4ff 0%,#fdf2f8 100%);flex-direction:column;align-items:center;min-height:100svh;padding:48px 24px;display:flex}.stylist-header{text-align:center;margin-bottom:40px}.stylist-header h1{color:#2d1b69;letter-spacing:-.5px;margin:0 0 8px;font-size:36px;font-weight:700}.stylist-header p{color:#7c6fa0;font-size:16px}.stylist-form{background:#fff;border-radius:24px;flex-direction:column;gap:28px;width:100%;max-width:420px;padding:40px;display:flex;box-shadow:0 20px 60px #643cb41f}.photo-section{flex-direction:column;align-items:center;gap:12px;display:flex}.photo-upload{cursor:pointer;background:#faf5ff;border:2.5px dashed #c4b5fd;border-radius:50%;justify-content:center;align-items:center;width:180px;height:180px;transition:border-color .2s,background .2s,transform .2s,box-shadow .2s;display:flex;overflow:hidden}.photo-upload:hover{background:#f3e8ff;border-color:#7c3aed}.photo-upload.dragging{background:#ede9fe;border-color:#7c3aed;transform:scale(1.04);box-shadow:0 0 0 4px #7c3aed26}.photo-placeholder{color:#a78bfa;flex-direction:column;align-items:center;gap:8px;padding:20px;display:flex}.photo-placeholder svg{width:48px;height:48px}.photo-placeholder span{color:#7c3aed;font-size:15px;font-weight:600}.photo-placeholder small{color:#a78bfa;text-align:center;font-size:12px}.photo-preview{object-fit:cover;width:100%;height:100%}.photo-change-btn{color:#7c3aed;cursor:pointer;background:0 0;border:1px solid #c4b5fd;border-radius:20px;padding:6px 16px;font-size:13px;transition:background .2s}.photo-change-btn:hover{background:#f3e8ff}.input-group{flex-direction:column;gap:8px;display:flex}.input-group label{color:#4c1d95;font-size:14px;font-weight:600}.input-wrapper{background:#faf5ff;border:1.5px solid #e2d9f3;border-radius:12px;align-items:center;transition:border-color .2s;display:flex;overflow:hidden}.input-wrapper:focus-within{background:#fff;border-color:#7c3aed}.input-wrapper input{color:#2d1b69;background:0 0;border:none;outline:none;flex:1;width:0;padding:14px 16px;font-size:18px;font-weight:500}.input-wrapper input::placeholder{color:#c4b5fd}.unit{color:#a78bfa;padding:0 16px 0 8px;font-size:15px;font-weight:500}.submit-btn{color:#fff;cursor:pointer;letter-spacing:.3px;background:linear-gradient(135deg,#7c3aed,#a855f7);border:none;border-radius:14px;margin-top:4px;padding:16px;font-size:16px;font-weight:600;transition:opacity .2s,transform .1s}.submit-btn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.submit-btn:disabled{opacity:.4;cursor:not-allowed}.error-msg{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin:0;padding:10px 14px;font-size:14px}.loading-text{justify-content:center;align-items:center;gap:10px;display:flex}.spinner{border:2.5px solid #fff6;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.report-card{background:#fff;border-radius:24px;flex-direction:column;gap:28px;width:100%;max-width:640px;padding:40px;display:flex;box-shadow:0 20px 60px #643cb41f}.report-body{color:#3b2f6e;font-size:15px;line-height:1.8}.report-body h2{color:#4c1d95;border-bottom:2px solid #ede9fe;margin:24px 0 10px;padding-bottom:6px;font-size:18px;font-weight:700}.report-body h2:first-child{margin-top:0}.report-body h3{color:#6d28d9;margin:14px 0 6px;font-size:15px;font-weight:600}.report-body ul{margin:8px 0;padding-left:20px}.report-body li{margin-bottom:6px}.report-body p{margin:8px 0}.report-body strong{color:#5b21b6}.hairstyle-section{border-top:2px solid #ede9fe;flex-direction:column;align-items:center;gap:8px;padding-top:24px;display:flex}.hairstyle-title{color:#4c1d95;margin:0;font-size:18px;font-weight:700}.hairstyle-desc{color:#a78bfa;margin:0;font-size:13px}.hairstyle-grid{border-radius:16px;width:100%;margin-top:8px;box-shadow:0 8px 24px #643cb41f}@media (width<=480px){.stylist-form,.report-card{padding:28px 20px}}
