:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#1e293b;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}body{background:radial-gradient(circle at 0 0,#6366f10d 0%,#0000 50%),radial-gradient(circle at 100% 100%,#a855f70d 0%,#0000 50%),url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3%3Ffilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E"),#f8fafc;place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex}#root{width:100%}.app-container{justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.form-container,.report-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #fff3;border-radius:24px;max-width:600px;margin:40px auto;padding:40px;transition:all .3s;box-shadow:0 20px 40px #0000001a,0 10px 20px #0000000d}.form-header,.report-header{text-align:center;margin-bottom:32px}.form-header h1,.report-header h2{background:linear-gradient(135deg,#6366f1 0%,#a855f7 100%);-webkit-text-fill-color:transparent;letter-spacing:-1px;-webkit-background-clip:text;margin-bottom:8px;font-size:2.5rem;font-weight:800}.form-header p,.report-header p{color:#64748b;font-size:1.1rem}.stylist-form{flex-direction:column;gap:24px;display:flex}.photo-upload-section{flex-direction:column;align-items:center;gap:16px;display:flex}.photo-preview{cursor:pointer;background:#f1f5f9;border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:160px;height:160px;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 16px #0000001a}.photo-preview:hover{transform:scale(1.05);box-shadow:0 12px 24px #6366f133}.photo-preview.has-photo{border-color:#6366f1}.photo-preview img{object-fit:cover;width:100%;height:100%}.upload-placeholder{color:#94a3b8;flex-direction:column;align-items:center;gap:8px;display:flex}.upload-button{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:8px;padding:8px 16px;font-weight:600;transition:all .2s;display:flex}.input-group{flex-direction:column;gap:8px;display:flex}.input-group label{color:#334155;align-items:center;gap:8px;font-size:.95rem;font-weight:600;display:flex}.input-group input{background:#fff;border:2px solid #e2e8f0;border-radius:14px;outline:none;padding:14px 18px;font-size:1rem;transition:all .2s}.input-group input:focus{border-color:#6366f1;box-shadow:0 0 0 4px #6366f11a}.input-group input:disabled{cursor:not-allowed;background:#f8fafc}.submit-button,.reset-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#a855f7 100%);border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;margin-top:12px;padding:16px;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 10px 20px #6366f14d}.submit-button:hover,.reset-button:hover{transform:translateY(-2px);box-shadow:0 15px 30px #6366f166}.submit-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.report-content{color:#334155;background:#fff;border:1px solid #f1f5f9;border-radius:18px;margin-bottom:24px;padding:30px;font-size:1.05rem;line-height:1.8}.report-info-chips{justify-content:center;gap:12px;margin-bottom:24px;display:flex}.chip{color:#475569;background:#f1f5f9;border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-size:.9rem;font-weight:600;display:flex}.success-icon{color:#22c55e;margin-bottom:16px}.animate-spin{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.report-content h1,.report-content h2,.report-content h3{color:#1e293b;margin-top:24px;margin-bottom:12px}.report-content ul,.report-content ol{margin-bottom:16px;padding-left:20px}.report-content li{margin-bottom:8px}@media (width<=600px){.form-container,.report-container{margin:20px;padding:24px}}
