:root{--void-indigo: #150b2e;--deep-indigo: #1b1035;--nebula: #2a1a52;--twilight: #3b2270;--violet: #7f5af0;--magenta: #e84cc1;--coral: #ff8fb1;--cyan: #2cb5e8;--mint: #39e5b6;--gold: #ffd479;--text-high: #f4eeff;--text-mid: #c9bee8;--text-low: #8f84b5;--danger: #ff6b8b;--warning: #ffb86b;--glass: rgba(255, 255, 255, .07);--glass-strong: rgba(255, 255, 255, .12);--glass-border: rgba(255, 255, 255, .16);--grad-aurora: linear-gradient(135deg, #7f5af0 0%, #e84cc1 55%, #ff8fb1 100%);--grad-lagoon: linear-gradient(135deg, #2cb5e8 0%, #7f5af0 100%);--grad-breathe: linear-gradient(135deg, #39e5b6 0%, #2cb5e8 100%);--grad-sunrise: linear-gradient(135deg, #ffd479 0%, #ff8fb1 50%, #e84cc1 100%);--radius-sm: 12px;--radius-md: 18px;--radius-lg: 26px;--radius-pill: 999px;color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:Quicksand,system-ui,-apple-system,sans-serif;color:var(--text-high);background:#150b2e;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button{font-family:inherit;cursor:pointer}button:disabled{cursor:not-allowed}input{font-family:inherit}.cosmos{position:relative;min-height:100dvh;width:100%;overflow:hidden;background:linear-gradient(160deg,#150b2e,#241248 55%,#3b1f6b)}.cosmos__orbs{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.orb{position:absolute;border-radius:50%;filter:blur(8px)}.orb--aurora{width:340px;height:340px;top:-120px;right:-110px;opacity:.45;background:var(--grad-aurora)}.orb--lagoon{width:280px;height:280px;top:200px;left:-130px;opacity:.4;background:var(--grad-lagoon)}.orb--sunrise{width:320px;height:320px;bottom:-130px;left:-70px;opacity:.32;background:var(--grad-sunrise)}.orb--breathe{width:200px;height:200px;bottom:120px;right:-80px;opacity:.3;background:var(--grad-breathe)}.shell{position:relative;z-index:1;width:100%;max-width:460px;margin:0 auto;min-height:100dvh;display:flex;flex-direction:column;padding:0 env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.scroll{flex:1;padding:24px}.center-screen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.login-container{flex:1;display:flex;flex-direction:column;justify-content:center;padding:24px}.eyebrow{font-weight:600;font-size:12px;letter-spacing:2.5px;color:var(--text-low);margin:0}.h1{font-family:Comfortaa,system-ui,sans-serif;font-weight:700;font-size:30px;color:var(--text-high);margin:4px 0 16px}.h2{font-family:Comfortaa,system-ui,sans-serif;font-weight:500;font-size:22px;color:var(--text-high);margin:0 0 6px}.brand{font-family:Comfortaa,system-ui,sans-serif;font-weight:700;font-size:34px;color:var(--text-high);margin:24px 0 0;letter-spacing:.5px}.tagline{font-size:14px;color:var(--text-mid);margin:6px 0 0;text-align:center}.subtitle{color:var(--text-mid);font-size:14px;line-height:1.5;margin:0 0 24px}.muted{color:var(--text-mid);font-size:14px;margin:0}.hint{margin-top:8px;font-size:12px;color:var(--text-low);text-align:center}.brand-block{display:flex;flex-direction:column;align-items:center;margin-bottom:32px}.brandmark{display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--grad-aurora);box-shadow:0 10px 30px #e84cc173;color:var(--text-high)}.card{position:relative;background:var(--glass);border-radius:var(--radius-lg);border:1px solid var(--glass-border);padding:24px;overflow:hidden;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:#ffffff40}.card__header{display:flex;align-items:center;gap:8px;margin-bottom:16px}.card__icon{width:38px;height:38px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;background:var(--glass-strong);border:1px solid var(--glass-border);flex-shrink:0}.card__title{font-weight:600;font-size:16px;color:var(--text-high)}.btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;border:none;border-radius:var(--radius-pill);padding:16px 24px;font-weight:700;font-size:16px;letter-spacing:.4px;color:var(--text-high);transition:transform .08s ease,opacity .15s ease}.btn:active:not(:disabled){transform:scale(.99)}.btn:disabled{opacity:.5}.btn--aurora{background:var(--grad-aurora);box-shadow:0 10px 24px #e84cc159}.btn--lagoon{background:var(--grad-lagoon);box-shadow:0 10px 24px #2cb5e859}.btn--breathe{background:var(--grad-breathe);box-shadow:0 10px 24px #39e5b659}.btn--sunrise{background:var(--grad-sunrise);box-shadow:0 10px 24px #ff8fb159}.btn--outline{background:var(--glass);border:1.5px solid var(--glass-border);padding:14.5px 24px}.field{position:relative;display:flex;align-items:center;background:var(--glass);border:1.5px solid var(--glass-border);border-radius:var(--radius-md);transition:border-color .15s ease}.field:focus-within{border-color:var(--violet)}.field__icon{display:flex;align-items:center;padding-left:14px;color:var(--text-low)}.field__input{flex:1;width:100%;background:transparent;border:none;outline:none;color:var(--text-high);font-size:16px;font-weight:500;padding:15px 16px}.field__input::placeholder{color:var(--text-low)}.field__label{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--text-low);margin:0 0 6px 4px}.pill{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;padding:7px 16px;border-radius:var(--radius-pill);border:1px solid;font-weight:600;font-size:12px;letter-spacing:.4px}.info-row{display:flex;align-items:center;gap:16px;padding:8px 0}.info-row__icon{width:38px;height:38px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;border:1px solid;flex-shrink:0}.info-row__label{color:var(--text-low);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px}.info-row__value{color:var(--text-high);font-size:16px;font-weight:500;margin-top:2px;word-break:break-word}.error-banner{display:flex;align-items:center;gap:8px;background:#ff6b8b1f;border:1px solid rgba(255,107,139,.4);border-radius:var(--radius-md);padding:16px;margin-bottom:16px;color:var(--danger);font-weight:500;font-size:14px}.text-danger{color:var(--danger);font-weight:500;font-size:14px}.text-warning{color:var(--warning);font-weight:500;font-size:14px;line-height:1.5}.screen-header{display:flex;align-items:center;justify-content:space-between;padding:8px 16px}.screen-header__back{width:42px;height:42px;border-radius:var(--radius-pill);display:flex;align-items:center;justify-content:center;background:var(--glass);border:1px solid var(--glass-border);color:var(--text-high)}.screen-header__title{flex:1;text-align:center;font-family:Comfortaa,system-ui,sans-serif;font-weight:500;font-size:18px;color:var(--text-high)}.screen-header__spacer{width:42px;height:42px}.steps{margin-bottom:24px}.steps__track{display:flex;gap:8px}.steps__segment{flex:1;height:6px;border-radius:var(--radius-pill);background:var(--glass-strong);border:1px solid var(--glass-border)}.steps__segment--filled{background:var(--grad-aurora);border:none}.steps__caption{margin-top:8px;color:var(--text-mid);font-weight:600;font-size:12px;letter-spacing:.5px}.voice-content{flex:1;display:flex;flex-direction:column;padding:0 24px 24px}.voice-subtitle{margin:8px 0 16px;color:var(--text-mid);font-size:15px;line-height:1.5;text-align:center}.voice-subtitle strong{color:var(--text-high);font-weight:600}.orb-area{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.record-orb{position:relative;width:168px;height:168px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;color:var(--text-high);transition:transform .08s ease,opacity .15s ease}.record-orb:active:not(:disabled){transform:scale(.97)}.record-orb:disabled{opacity:.6}.pulse-ring{position:absolute;width:168px;height:168px;border-radius:50%;background:var(--coral);animation:pulse 1.8s ease-out infinite;pointer-events:none}@keyframes pulse{0%{transform:scale(1);opacity:.5}to{transform:scale(1.9);opacity:0}}.timer{font-family:Comfortaa,system-ui,sans-serif;font-size:32px;color:var(--text-high)}.timer__max{font-family:Quicksand,system-ui,sans-serif;font-size:18px;color:var(--text-low)}.voice-actions{padding-bottom:16px;display:flex;flex-direction:column;gap:8px}.spinner{width:28px;height:28px;border-radius:50%;border:3px solid rgba(255,255,255,.25);border-top-color:var(--text-high);animation:spin .8s linear infinite}.spinner--sm{width:18px;height:18px;border-width:2px}.spinner--violet{border-top-color:var(--violet)}@keyframes spin{to{transform:rotate(360deg)}}.loading-row{display:flex;align-items:center;gap:8px;margin-top:16px}.stack-sm>*+*{margin-top:8px}.stack-md>*+*{margin-top:16px}.mt-sm{margin-top:8px}.mt-md{margin-top:16px}.mt-lg{margin-top:24px}.mt-xl{margin-top:32px}.mb-xl{margin-bottom:32px}
