@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #090909;--bg-secondary: #0c0c0c;--surface: rgba(255, 255, 255, .02);--surface-hover: rgba(255, 255, 255, .04);--border: rgba(255, 255, 255, .06);--border-strong: rgba(255, 255, 255, .08);--primary: #ffd47d;--primary-dim: rgba(255, 212, 125, .1);--primary-glow: rgba(255, 212, 125, .15);--text: #e8e8e8;--text-secondary: rgba(255, 255, 255, .5);--text-muted: rgba(255, 255, 255, .3);--green: #4ade80;--green-dim: rgba(74, 222, 128, .1);--red: #f87171;--red-dim: rgba(248, 113, 113, .1)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;display:flex;align-items:center;justify-content:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}body:before{content:"";position:fixed;inset:-20%;z-index:-2;background:conic-gradient(from 0deg at 50% 50%,#ffd47d14,#78c4ff0d,#78ffc40f,#ffd47d14);opacity:.3;filter:blur(60px);animation:bg-spin 30s linear infinite;will-change:transform}body:after{content:"";position:fixed;inset:0;z-index:-1;background:radial-gradient(circle at center,rgba(255,255,255,.035) .5px,transparent 1px);background-size:24px 24px;opacity:.17}@keyframes bg-spin{to{transform:rotate(360deg)}}#app{width:100%;max-width:380px;padding:16px}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;backdrop-filter:blur(20px);animation:fade-in-up .5s ease-out}.center-card{text-align:center;padding:40px 24px;display:flex;flex-direction:column;align-items:center;gap:12px}.center-logo{width:48px;height:48px;image-rendering:pixelated;margin-bottom:4px}.center-icon{width:44px;height:44px;border-radius:10px;background:var(--primary-dim);display:flex;align-items:center;justify-content:center;color:var(--primary)}.center-icon svg{width:20px;height:20px}.center-title{font-size:15px;font-weight:600;letter-spacing:-.01em;color:var(--text)}.center-desc{font-size:12px;color:var(--text-secondary);line-height:1.6}.center-desc code{background:var(--primary-dim);color:var(--primary);padding:2px 8px;border-radius:4px;font-size:12px;font-family:SF Mono,Cascadia Code,Fira Code,monospace}.btn-primary{margin-top:4px;padding:10px 20px;background:var(--primary-dim);color:var(--primary);border:none;border-radius:8px;font-size:12px;font-weight:500;font-family:inherit;cursor:pointer;transition:background .2s,transform .15s}.btn-primary:hover{background:#ffd47d33}.btn-primary:active{transform:scale(.97)}.player{background:var(--surface);border:1px solid var(--border);border-radius:12px;backdrop-filter:blur(20px);padding:20px;animation:fade-in-up .5s ease-out;display:flex;flex-direction:column;gap:16px}.player-header{display:flex;align-items:center;justify-content:space-between}.player-brand{display:flex;align-items:center;gap:8px}.player-logo{width:28px;height:28px;image-rendering:pixelated}.player-brand-text{font-size:13px;font-weight:600;color:var(--text-secondary);letter-spacing:.05em;text-transform:uppercase}.player-status{display:flex;align-items:center;gap:6px}.status-dot{width:6px;height:6px;border-radius:50%;background:var(--text-muted);flex-shrink:0;transition:background .3s,box-shadow .3s}.status-dot.connected{background:var(--green);box-shadow:0 0 6px #4ade8080}.status-dot.disconnected{background:var(--red);box-shadow:0 0 6px #f8717166}.status-label{font-size:10px;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.player-greeting{font-size:11px;color:var(--text-muted);margin-top:-8px}.player-greeting strong{color:var(--primary);font-weight:500}.waveform-container{width:100%;height:120px;border-radius:10px;background:#ffffff04;border:1px solid var(--border);overflow:hidden;transition:border-color .4s,box-shadow .4s}.waveform-container.active{border-color:#ffd47d1f;box-shadow:0 0 24px #ffd47d0a}.waveform-container canvas{width:100%;height:100%;display:block}.progress-section{display:flex;flex-direction:column;gap:6px}.progress-track{width:100%;height:3px;background:#ffffff0a;border-radius:2px;overflow:hidden}.progress-fill{height:100%;background:var(--primary);border-radius:2px;width:0%;transition:width .3s linear}.progress-times{display:flex;justify-content:space-between;font-size:10px;color:var(--text-muted);font-variant-numeric:tabular-nums}.volume-section{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#ffffff04;border:1px solid var(--border);border-radius:8px}.volume-btn{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--text-secondary);cursor:pointer;border-radius:6px;transition:background .2s,color .2s;padding:0}.volume-btn:hover{background:var(--surface-hover);color:var(--text)}.volume-btn svg{width:16px;height:16px}.volume-slider{flex:1;-webkit-appearance:none;appearance:none;height:3px;background:#ffffff0f;border-radius:2px;outline:none}.volume-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;background:var(--primary);cursor:pointer;box-shadow:0 0 6px var(--primary-glow);transition:transform .15s}.volume-slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.volume-slider::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:var(--primary);cursor:pointer;border:none;box-shadow:0 0 6px var(--primary-glow)}.volume-value{font-size:10px;font-weight:500;color:var(--text-muted);font-variant-numeric:tabular-nums;min-width:28px;text-align:right}.notice{text-align:center;font-size:11px;padding:10px 12px;border-radius:8px;border:1px solid;line-height:1.5}.notice code{background:var(--primary-dim);color:var(--primary);padding:1px 6px;border-radius:3px;font-size:11px;font-family:SF Mono,Cascadia Code,monospace}.notice-error{color:var(--red);background:var(--red-dim);border-color:#f8717126}.audio-unlock{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:100;backdrop-filter:blur(12px);cursor:pointer}.audio-unlock-inner{text-align:center;animation:fade-in-up .4s ease-out}.audio-unlock-icon{width:56px;height:56px;border-radius:50%;background:var(--primary-dim);border:1px solid rgba(255,212,125,.2);display:flex;align-items:center;justify-content:center;margin:0 auto 14px;color:var(--primary);transition:transform .2s,box-shadow .2s}.audio-unlock:hover .audio-unlock-icon{transform:scale(1.06);box-shadow:0 0 24px var(--primary-glow)}.audio-unlock-icon svg{width:24px;height:24px}.audio-unlock-text{font-size:12px;color:var(--text-secondary)}@keyframes fade-in-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#fff3}@media(prefers-reduced-motion:reduce){body:before{animation:none}}
