:root{color:#e5e7eb;font-synthesis:none;text-rendering:optimizelegibility;--surface:#111827eb;--surface-soft:#1e293bb8;--border:#94a3b82e;--text:#f8fafc;--muted:#9ca3af;--primary:#7c3aed;--primary-strong:#6d28d9;--cyan:#22d3ee;--danger:#ef4444;--success:#10b981;--radius:20px;background:#070b14;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:#070b14;min-height:100%}body{background:radial-gradient(circle at 12% 5%,#7c3aed2e,#0000 34rem),radial-gradient(circle at 95% 10%,#22d3ee1f,#0000 30rem),linear-gradient(#070b14 0%,#0b1020 55%,#080c16 100%);min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button{-webkit-tap-highlight-color:transparent}.app-shell{width:min(1240px,100% - 32px);margin:0 auto;padding:54px 0 32px}.hero{justify-content:space-between;align-items:end;gap:32px;margin-bottom:28px;display:flex}.eyebrow{color:#a78bfa;letter-spacing:.14em;text-transform:uppercase;margin:0 0 8px;font-size:.77rem;font-weight:800}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.055em;color:var(--text);margin-bottom:12px;font-size:clamp(2.25rem,6vw,4.7rem);line-height:.95}h2{letter-spacing:-.02em;margin-bottom:18px;font-size:1.35rem}h3{margin-bottom:4px;font-size:1rem}.hero-copy{color:#b6c0d1;max-width:690px;margin-bottom:0;font-size:clamp(1rem,2vw,1.16rem);line-height:1.65}.shortcut-card{border:1px solid var(--border);color:#cbd5e1;background:#0f172aad;border-radius:15px;flex:none;align-items:center;gap:12px;max-width:270px;padding:13px 15px;font-size:.82rem;line-height:1.35;display:flex}.keycap{color:#fff;background:#1e293b;border:1px solid #64748b;border-bottom-width:3px;border-radius:8px;place-items:center;min-width:62px;padding:7px 10px;font-weight:750;display:inline-grid}.panel{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 26px 80px #00000038}.load-panel{margin-bottom:22px;padding:20px}.load-panel label{color:#dbe4f0;margin-bottom:9px;font-size:.86rem;font-weight:700;display:block}.url-row{gap:12px;display:flex}input{min-width:0;color:var(--text);background:#0b1220;border:1px solid #334155;border-radius:12px;outline:none;flex:1;padding:13px 15px;transition:border-color .16s,box-shadow .16s}input:focus{border-color:#8b5cf6;box-shadow:0 0 0 4px #8b5cf629}input::placeholder{color:#667085}input:disabled{opacity:.55;cursor:not-allowed}.field-note,.keyboard-note,footer p{color:var(--muted);margin:10px 0 0;font-size:.78rem;line-height:1.5}.workspace-grid{grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:22px;display:grid}.player-panel{padding:18px}.player-frame{aspect-ratio:16/9;background:#000;border-radius:14px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff0f}.youtube-player-host,.youtube-player-host>div,.youtube-player-host iframe{width:100%;height:100%}.youtube-player-host{position:absolute;inset:0}.player-placeholder{color:#64748b;background:linear-gradient(135deg,#7c3aed17,#0000 45%),#05070c;align-content:center;place-items:center;height:100%;display:grid;position:absolute;inset:0}.placeholder-icon{color:#a78bfa;background:#111827;border:1px solid #334155;border-radius:50%;place-items:center;width:58px;height:58px;margin-bottom:12px;display:grid}.status-bar{border:1px solid var(--border);color:#dbe4f0;background:#0f172acc;border-radius:12px;align-items:center;gap:10px;min-height:50px;margin-top:14px;padding:12px 14px;font-size:.88rem;display:flex}.status-dot{background:#64748b;border-radius:50%;flex:none;width:9px;height:9px;box-shadow:0 0 0 5px #64748b1a}.status-bar.listening .status-dot{background:var(--cyan);box-shadow:0 0 0 5px #22d3ee1f}.status-bar.paused .status-dot{background:#f59e0b;box-shadow:0 0 0 5px #f59e0b21}.status-bar.recording .status-dot{background:var(--danger);animation:1.2s infinite pulse;box-shadow:0 0 0 5px #ef444424}.status-bar.review .status-dot{background:var(--success);box-shadow:0 0 0 5px #10b9811f}.status-bar.error{color:#fecaca;border-color:#ef444459}.status-bar.error .status-dot{background:var(--danger)}@keyframes pulse{50%{opacity:.65;transform:scale(1.55)}}.meter-row{color:#cbd5e1;text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:11px;margin-top:11px;font-size:.72rem;font-weight:750;display:flex}.meter-track{background:#1e293b;border-radius:99px;flex:1;height:7px;overflow:hidden}.meter-fill{border-radius:inherit;background:linear-gradient(90deg,#10b981,#f59e0b 70%,#ef4444);height:100%;transition:width 90ms linear}.primary-controls,.review-actions,.turn-controls{flex-wrap:wrap;gap:10px;display:flex}.primary-controls{margin-top:14px}.button{cursor:pointer;color:#fff;border:1px solid #0000;border-radius:11px;justify-content:center;align-items:center;gap:10px;min-height:43px;padding:10px 16px;font-size:.88rem;font-weight:720;transition:transform .12s,opacity .12s,background .12s,border-color .12s;display:inline-flex}.button:hover:not(:disabled){transform:translateY(-1px)}.button:active:not(:disabled){transform:translateY(0)}.button:disabled{opacity:.42;cursor:not-allowed}.button.primary{background:var(--primary)}.button.primary:hover:not(:disabled){background:var(--primary-strong)}.button.secondary{color:#e5e7eb;background:#172033;border-color:#3b475c}.button.secondary:hover:not(:disabled){background:#202c42}.button.ghost{color:#cbd5e1;background:0 0;border-color:#334155}.button.danger{background:#b91c1c}.button.text-danger{color:#fca5a5;background:0 0;border-color:#0000}.button.toggle{flex:310px;min-height:52px}.button.toggle.listening{background:#0f6d7d}.button.toggle.recording{background:#b91c1c}.button.small{min-height:36px;padding:8px 11px;font-size:.78rem}.button-shortcut{background:#0000002e;border-radius:6px;padding:3px 7px;font-size:.7rem}.instructions-panel{padding:23px}.steps{gap:18px;margin:0;padding:0;list-style:none;display:grid}.steps li{grid-template-columns:31px 1fr;align-items:start;gap:12px;display:grid}.steps li>span{color:#c4b5fd;background:#7c3aed1f;border:1px solid #a78bfa4d;border-radius:9px;place-items:center;width:31px;height:31px;font-size:.79rem;font-weight:800;display:grid}.steps p{color:#b8c2d1;margin:3px 0 0;font-size:.85rem;line-height:1.55}.steps strong{color:#e5e7eb}.privacy-note{background:#10b98112;border:1px solid #10b98133;border-radius:13px;margin-top:24px;padding:15px}.privacy-note strong{color:#a7f3d0;margin-bottom:5px;font-size:.82rem;display:block}.privacy-note p{color:#a8b6c8;margin:0;font-size:.78rem;line-height:1.5}.review-panel{margin-top:22px;padding:23px}.section-heading{justify-content:space-between;align-items:center;gap:22px;margin-bottom:18px;display:flex}.section-heading h2{margin-bottom:0}.turn-list{gap:11px;display:grid}.turn-card{border:1px solid var(--border);background:var(--surface-soft);border-radius:14px;grid-template-columns:42px 1fr;gap:14px;padding:15px;transition:border-color .16s,background .16s;display:grid}.turn-card.active{background:#08414e59;border-color:#22d3ee85}.turn-number{color:#f8fafc;background:#293548;border-radius:11px;place-items:center;width:38px;height:38px;font-weight:850;display:grid}.turn-content{min-width:0}.turn-heading{justify-content:space-between;align-items:start;gap:16px;margin-bottom:12px;display:flex}.turn-heading p{color:var(--muted);margin:0;font-size:.76rem}.format-badge{color:#94a3b8;background:#101827;border-radius:6px;padding:4px 7px;font-size:.65rem;font-weight:800}.empty-review{text-align:center;color:#7c889a;border:1px dashed #334155;border-radius:14px;padding:34px}footer{text-align:center;padding:8px 4px 0}@media (width<=900px){.hero{flex-direction:column;align-items:start}.shortcut-card{max-width:none}.workspace-grid{grid-template-columns:1fr}.instructions-panel{order:2}.section-heading{flex-direction:column;align-items:start}}@media (width<=600px){.app-shell{width:min(100% - 20px,1240px);padding-top:30px}.url-row{flex-direction:column}.url-row .button{width:100%}.player-panel,.review-panel,.instructions-panel{padding:13px}.button,.review-actions{width:100%}.turn-card{grid-template-columns:1fr}.turn-number{width:32px;height:32px}.turn-heading{align-items:start}}
