:root{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:#f5f0f0;background:#09090b}*{box-sizing:border-box}body{min-height:100vh;margin:0;display:grid;place-items:center;background:radial-gradient(circle at 50% 28%,#42151766,transparent 30%),#09090b}.voice-panel{width:min(440px,calc(100vw - 40px));padding:48px 38px 34px;text-align:center;border:1px solid #ffffff18;border-radius:28px;background:#151316a6;box-shadow:0 24px 70px #00000080,inset 0 1px #ffffff08}.orb{width:116px;height:116px;margin:0 auto 26px;display:grid;place-items:center;border:1px solid #ef4b4666;border-radius:50%;box-shadow:0 0 30px #ef393525;transition:.3s ease}.orb i{position:absolute;width:64px;height:64px;border-radius:50%;background:#e8433f;box-shadow:0 0 20px #ee3c36,0 0 46px #d82f2b88}.orb i:nth-child(2){width:86px;height:86px;border:1px solid #f45a5555;background:transparent}.orb i:nth-child(3){width:108px;height:108px;border:1px dashed #ef555544;background:transparent}[data-phase=listening] .orb{transform:scale(1.05);box-shadow:0 0 42px #ef393560;animation:pulse 1.5s ease-in-out infinite}[data-phase=thinking] .orb{filter:hue-rotate(-10deg);animation:orbit 2.2s linear infinite}.eyebrow{margin:0 0 9px;color:#ed736f;font:600 11px ui-monospace,monospace;letter-spacing:.16em}h1{margin:0;font-size:28px;letter-spacing:-.04em}.status{min-height:24px;margin:16px 0 5px;color:#d5cdcf}.transcript{min-height:44px;margin:0 0 22px;color:#fae2e1;font-size:14px;line-height:1.5}.voice-button{width:100%;border:1px solid #ff7b766e;border-radius:15px;padding:14px 18px;color:#fff;background:linear-gradient(135deg,#ed3932,#9c2424);box-shadow:0 10px 28px #df342c38;font:600 14px inherit;cursor:pointer;transition:transform .18s,opacity .18s}.voice-button:hover{transform:translateY(-1px)}.voice-button:disabled{cursor:default;opacity:.64;transform:none}.hint{margin:17px 0 0;color:#918a8d;font-size:12px;line-height:1.5}@keyframes pulse{50%{transform:scale(1.12)}}@keyframes orbit{to{rotate:360deg}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
