*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg-root:#05060f;--accent:#4f7cff;--accent-bright:#7ea2ff;--text-primary:#eef2ff;--text-secondary:#8b93b8;--text-muted:#4b5378}body,html{height:100%}body{background:var(--bg-root);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;color:var(--text-secondary);overflow-x:hidden}.page{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.bg-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(79,124,255,.06) 1px,transparent 0),linear-gradient(90deg,rgba(79,124,255,.06) 1px,transparent 0);background-size:48px 48px;-webkit-mask-image:radial-gradient(ellipse at center,#000 0,transparent 75%);mask-image:radial-gradient(ellipse at center,#000 0,transparent 75%)}.bg-glow{position:absolute;top:50%;left:50%;width:900px;height:900px;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(79,124,255,.18) 0,rgba(79,124,255,0) 65%);pointer-events:none;animation:breathe 6s ease-in-out infinite}@keyframes breathe{0%,to{opacity:.7;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.08)}}.content{z-index:1;flex-direction:column;text-align:center;padding:40px 24px;max-width:640px}.content,.logo-orb{position:relative;display:flex;align-items:center}.logo-orb{width:120px;height:120px;justify-content:center;margin-bottom:32px}.orb-core{width:48px;height:48px;border-radius:50%;background:radial-gradient(circle at 35% 35%,var(--accent-bright),var(--accent) 60%,#1c2a5e 100%);box-shadow:0 0 40px rgba(79,124,255,.6)}.orb-ring{position:absolute;border-radius:50%;border:1px solid rgba(79,124,255,.35);animation:pulseRing 3s ease-out infinite}.ring-1{width:80px;height:80px}.ring-2{width:120px;height:120px;animation-delay:1s}@keyframes pulseRing{0%{transform:scale(.7);opacity:.9}to{transform:scale(1.4);opacity:0}}.title{font-size:40px;font-weight:700;letter-spacing:.12em;color:var(--text-primary);background:linear-gradient(135deg,#fff 0,var(--accent-bright) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.subtitle{margin-top:12px;font-size:14.5px;color:var(--text-muted);line-height:1.5;max-width:420px}.voice-tag{margin-top:10px;font-size:11.5px;color:rgba(126,162,255,.6);letter-spacing:.02em}.widget-wrap{margin-top:48px;display:flex;align-items:center;justify-content:center;min-height:80px}.widget-placeholder{border:1px dashed rgba(79,124,255,.35);border-radius:12px;padding:16px 20px;font-size:13px;color:var(--text-muted);max-width:360px}.logo-orb.listening .orb-core{box-shadow:0 0 60px rgba(79,124,255,.95);animation:corePulse 1s ease-in-out infinite}.logo-orb.listening .orb-ring{animation-duration:1.2s;border-color:rgba(126,162,255,.6)}.logo-orb.thinking .orb-core{animation:corePulse .5s ease-in-out infinite}@keyframes corePulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.mic-btn{margin-top:36px;background:var(--accent);color:#fff;border:none;padding:14px 32px;border-radius:999px;font-size:14.5px;font-weight:600;cursor:pointer;box-shadow:0 8px 30px rgba(79,124,255,.35);transition:all .2s ease}.mic-btn:hover{transform:translateY(-1px);box-shadow:0 10px 36px rgba(79,124,255,.5)}.mic-btn.active{background:#e5484d;box-shadow:0 8px 30px rgba(229,72,77,.4);animation:micPulse 1.4s ease-in-out infinite}@keyframes micPulse{0%,to{box-shadow:0 8px 30px rgba(229,72,77,.4)}50%{box-shadow:0 8px 46px rgba(229,72,77,.7)}}.chat-log{margin-top:32px;width:100%;max-width:480px;max-height:340px;overflow-y:auto;display:flex;flex-direction:column;gap:10px;text-align:left;padding-right:4px}.chat-empty{text-align:center;color:var(--text-muted);font-size:13px;padding:20px}.chat-bubble{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.06);border-radius:12px;padding:10px 14px;font-size:14px;line-height:1.5;color:var(--text-primary)}.chat-bubble.user{background:rgba(79,124,255,.12);border-color:rgba(79,124,255,.25);align-self:flex-end;margin-left:40px}.chat-bubble.jarvis{align-self:flex-start;margin-right:40px}.chat-bubble.interim{opacity:.55;font-style:italic}.chat-label{display:block;font-size:10.5px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:3px;font-weight:600}@media (max-width:480px){.title{font-size:32px}.chat-bubble.user{margin-left:10px}.chat-bubble.jarvis{margin-right:10px}}