:root{--bg:#f5f7fa;--bg-card:#ffffffa6;--bg-muted:#fafbfc;--fg:#1a1a1a;--fg-muted:#666;--fg-hint:#888;--border:#e2e8f0;--border-light:#f0f0f0;--primary:#d52b1e;--primary-hover:#b52318;--primary-bg:#d52b1e14;--primary-border:#d52b1e4d;--primary-disabled:#d52b1e66;--danger:#ef476f;--danger-hover:#d63d62;--secondary-bg:#e8ecf1;--secondary-fg:#1a1a1a;--secondary-hover:#d8dee8;--shadow:#0000000f;--shadow-strong:#0000001a;--radius:10px;--radius-lg:12px;--glass:#fffc;--glass-border:#0000000f}.dark-theme,.dark-theme body{--bg:#111;--bg-card:#1e1e1ed9;--bg-muted:#2229;--fg:#f1f5f9;--fg-muted:#94a3b8;--fg-hint:#64748b;--border:#333;--border-light:#222;--primary:#ef4444;--primary-hover:#dc2626;--primary-bg:#ef44441a;--primary-border:#ef44444d;--primary-disabled:#ef44444d;--danger:#ef476f;--danger-hover:#d63d62;--secondary-bg:#222;--secondary-fg:#f1f5f9;--secondary-hover:#333;--shadow:#0003;--shadow-strong:#0000004d;--glass:#1e1e1ebf;--glass-border:#ffffff0f}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:background-color .2s,color .2s}.app{min-height:100vh}.navbar{background:var(--bg-card);height:52px;color:var(--fg);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);justify-content:space-between;align-items:center;padding:0 2rem;display:flex}.nav-logo{color:var(--fg);letter-spacing:-.5px;font-size:1.1rem;font-weight:700;text-decoration:none}.nav-links{gap:1.5rem;display:flex}.nav-links a{color:var(--fg-muted);font-size:.9rem;text-decoration:none;transition:color .15s}.nav-links a:hover{color:var(--primary)}.main-content{max-width:1100px;margin:0 auto;padding:1.5rem 2rem}.card{background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:0 1px 3px var(--shadow);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:1.8rem}.page-title{color:var(--fg);margin-bottom:1.2rem;font-size:1.4rem;font-weight:700}.btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.55rem 1.1rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .15s;display:inline-flex}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn-primary:disabled{background:var(--primary-disabled);cursor:not-allowed}.btn-secondary{background:var(--secondary-bg);color:var(--secondary-fg)}.btn-secondary:hover{background:var(--secondary-hover)}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:var(--danger-hover)}.btn-sm{padding:.35rem .7rem;font-size:.8rem}.upload-zone{border:2px dashed var(--border);border-radius:var(--radius-lg);text-align:center;cursor:pointer;background:var(--bg-muted);padding:2.5rem 2rem;transition:all .2s}.upload-zone:hover,.upload-zone.dragover{border-color:var(--primary);background:var(--primary-bg)}.upload-zone h3{color:var(--fg);margin-bottom:.5rem}.upload-zone p{color:var(--fg-hint);font-size:.85rem}.upload-zone .file-name{color:var(--primary);margin-top:1rem;font-weight:600}.mode-selector{gap:.8rem;margin:1.2rem 0;display:flex}.mode-card{border:2px solid var(--border);border-radius:var(--radius);cursor:pointer;text-align:center;background:var(--bg-card);flex:1;padding:1rem;transition:all .15s}.mode-card:hover{border-color:var(--primary-border)}.mode-card.active{border-color:var(--primary);background:var(--primary-bg)}.mode-card h4{color:var(--fg);margin-bottom:.25rem}.mode-card p{color:var(--fg-muted);font-size:.8rem}.room-select{margin:.8rem 0}.room-select select{border:1px solid var(--border);background:var(--bg-card);width:100%;max-width:280px;color:var(--fg);border-radius:8px;padding:.45rem .8rem;font-size:.85rem}.status-badge{border-radius:20px;padding:.2rem .6rem;font-size:.75rem;font-weight:500;display:inline-block}.status-processing{color:#ffc107;background:#ffc10726}.status-done{color:#10b981;background:#10b98126}.status-error{color:#ef4444;background:#ef444426}.status-pending{background:var(--secondary-bg);color:var(--fg-muted)}.processing-screen{text-align:center;padding:2.5rem}.spinner{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;margin:0 auto 1.2rem;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.transcript-view{white-space:pre-wrap;background:var(--bg-muted);border:1px solid var(--border);max-height:500px;color:var(--fg);border-radius:8px;padding:1.2rem;font-family:Consolas,Monaco,monospace;font-size:.85rem;line-height:1.7;overflow-y:auto}.summary-editor{border:1px solid var(--border);resize:vertical;background:var(--bg-card);width:100%;min-height:350px;color:var(--fg);border-radius:8px;padding:1.2rem;font-family:inherit;font-size:.9rem;line-height:1.6}.summary-editor:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-bg);outline:none}.summary-preview{color:var(--fg);line-height:1.7}.summary-preview h1{margin:.8rem 0 .4rem;font-size:1.3rem}.summary-preview h2{color:var(--fg-muted);margin:.8rem 0 .4rem;font-size:1.1rem}.summary-preview ul{margin:.4rem 0;padding-left:1.5rem}.summary-preview li{margin:.25rem 0}.tabs{border-bottom:2px solid var(--border);gap:0;margin-bottom:1.2rem;display:flex}.tab{cursor:pointer;color:var(--fg-muted);background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:.6rem 1.2rem;font-size:.9rem;transition:all .15s}.tab.active{color:var(--primary);border-bottom-color:var(--primary)}.room-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.8rem;display:grid}.room-card{background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--glass-border);cursor:pointer;color:inherit;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:1.2rem;text-decoration:none;transition:all .15s}.room-card:hover{box-shadow:0 4px 12px var(--shadow-strong);border-color:var(--primary-border)}.room-card h3{color:var(--fg);margin-bottom:.25rem}.room-card .report-count{color:var(--fg-hint);font-size:.8rem}.report-list{flex-direction:column;gap:.6rem;display:flex}.report-item{background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:inherit;justify-content:space-between;align-items:center;padding:.8rem 1.2rem;text-decoration:none;transition:all .15s;display:flex}.report-item:hover{box-shadow:0 2px 8px var(--shadow);border-color:var(--primary-border)}.report-item-info h4{color:var(--fg);margin-bottom:.15rem}.report-item-info p{color:var(--fg-hint);font-size:.8rem}.dashboard{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.8rem;margin-bottom:1.2rem;display:grid}.dash-card{background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:1rem}.dash-card h4{text-transform:uppercase;color:var(--fg-hint);letter-spacing:.5px;margin-bottom:.4rem;font-size:.7rem}.dash-card .dash-value{color:var(--fg);font-size:1.6rem;font-weight:700}.dash-card .dash-text{color:var(--fg-muted);font-size:.85rem}.dash-list{padding:0;list-style:none}.dash-list li{border-bottom:1px solid var(--border-light);color:var(--fg);padding:.35rem 0;font-size:.85rem}.dash-list li:last-child{border-bottom:none}.modal-overlay{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:90%;max-width:420px;padding:1.5rem;box-shadow:0 10px 40px #00000040}.modal h3{color:var(--fg);margin-bottom:.8rem}.modal input[type=text]{border:1px solid var(--border);background:var(--bg-muted);width:100%;color:var(--fg);border-radius:8px;margin-bottom:.8rem;padding:.5rem .8rem;font-size:.9rem}.modal input[type=text]:focus{border-color:var(--primary);outline:none}.modal-actions{justify-content:flex-end;gap:.6rem;display:flex}.action-bar{flex-wrap:wrap;gap:.6rem;margin:.8rem 0;display:flex}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mb-2{margin-bottom:1rem}.text-muted{color:var(--fg-hint)}.text-sm{font-size:.8rem}.inline-nav{background:var(--bg-muted);border:1px solid var(--border);border-radius:8px;gap:.3rem;width:fit-content;margin-bottom:1rem;padding:.25rem;display:flex}.inline-nav-link{color:var(--fg-muted);border-radius:6px;padding:.4rem 1rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .15s}.inline-nav-link:hover{color:var(--fg);background:var(--bg-card)}.inline-nav-link.active{color:var(--fg);background:var(--bg-card);box-shadow:0 1px 3px var(--shadow)}.dark-theme ::-webkit-scrollbar{width:5px;height:5px}.dark-theme ::-webkit-scrollbar-track{background:0 0}.dark-theme ::-webkit-scrollbar-thumb{background:#4a4d5a;border-radius:3px}.speakers-input{flex-direction:column;gap:.5rem;margin-top:1rem;display:flex}.speakers-input .hint{opacity:.7;margin-left:.25rem;font-size:.75rem}.speakers-chips{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.chip{appearance:none;border:1px solid var(--border);background:var(--bg-card);color:var(--fg);cursor:pointer;border-radius:999px;padding:.4rem .85rem;font-family:inherit;font-size:.85rem;font-weight:500;transition:all .15s}.chip:hover{border-color:var(--primary);color:var(--primary)}.chip.active{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 2px 6px var(--primary-border)}.chip-input{text-align:center;width:92px}.chip-input::placeholder{opacity:.5}.progress-view{flex-direction:column;gap:.8rem;width:100%;max-width:520px;margin:1.25rem auto 0;display:flex}.progress-header{justify-content:space-between;align-items:baseline;font-size:.95rem;display:flex}.progress-step{color:var(--fg);font-weight:600}.progress-pct{font-variant-numeric:tabular-nums;color:var(--primary);font-size:1.1rem;font-weight:700}.progress-bar{background:var(--bg-muted);border:1px solid var(--border);border-radius:999px;height:12px;position:relative;overflow:hidden}.progress-bar-fill{background:linear-gradient(90deg, var(--primary) 0%, #ff7a6d 50%, var(--primary) 100%);background-size:200% 100%;border-radius:999px;height:100%;transition:width .4s;animation:2.4s linear infinite progress-gradient;position:relative;overflow:hidden}.progress-bar-shine{background:linear-gradient(90deg,#0000 0%,#ffffff8c 50%,#0000 100%);width:40%;height:100%;animation:1.8s ease-in-out infinite progress-shine;position:absolute;top:0;left:-40%}@keyframes progress-gradient{0%{background-position:0 0}to{background-position:200% 0}}@keyframes progress-shine{0%{transform:translate(0)}to{transform:translate(360%)}}.progress-detail{color:var(--fg-muted);text-align:center;font-size:.8rem}.progress-stages{flex-direction:column;gap:.4rem;margin:.5rem 0 0;padding:0;font-size:.85rem;list-style:none;display:flex}.progress-stage{color:var(--fg-hint);border-radius:8px;align-items:center;gap:.6rem;padding:.3rem .6rem;transition:all .2s;display:flex}.progress-stage-marker{border:1.5px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;display:inline-flex}.progress-stage-done{color:#2ecc71;-webkit-text-decoration:line-through #2ecc7166;text-decoration:line-through #2ecc7166}.progress-stage-done .progress-stage-marker{color:#fff;background:#2ecc71;border-color:#2ecc71}.progress-stage-active{color:var(--fg);background:var(--primary-bg);font-weight:600}.progress-stage-active .progress-stage-marker{background:var(--primary);color:#fff;border-color:var(--primary);animation:1.4s ease-in-out infinite stage-pulse}@keyframes stage-pulse{0%,to{box-shadow:0 0 0 0 var(--primary-border)}50%{box-shadow:0 0 0 6px #0000}}.typing-robot{flex-direction:column;align-items:center;gap:.6rem;padding:1rem 0 .5rem;display:flex}.robot-svg{width:180px;height:160px;filter:drop-shadow(0 6px 14px var(--shadow-strong))}.robot-body{fill:var(--bg-card);stroke:var(--fg-muted);stroke-width:1.5px}.robot-stroke{stroke:var(--fg-muted);stroke-width:2px;fill:none}.robot-stroke-fill{fill:var(--fg-muted)}.robot-antenna{fill:var(--primary);animation:1s ease-in-out infinite robot-blink}@keyframes robot-blink{0%,to{opacity:1;transform-origin:50%;transform:scale(1)}50%{opacity:.3;transform:scale(.6)}}.robot-eye{fill:var(--primary);transform-origin:50%;animation:2.4s ease-in-out infinite robot-eye-scan}.robot-eye:nth-of-type(2){animation-delay:.1s}@keyframes robot-eye-scan{0%,to{transform:translate(0)}25%{transform:translate(-3px)}50%{transform:translate(0)}75%{transform:translate(3px)}}.robot-mouth{fill:var(--bg-muted);stroke:var(--fg-muted);stroke-width:1px;transform-origin:90px 65px;animation:1.6s linear infinite robot-mouth}@keyframes robot-mouth{0%,to{transform:scaleX(1)}50%{transform:scaleX(.6)}}.robot-led{fill:var(--primary);animation:1.2s ease-in-out infinite robot-led}@keyframes robot-led{0%,to{opacity:.4}50%{opacity:1}}.robot-hand{fill:var(--fg-muted)}.robot-hand-left{transform-origin:bottom;animation:.45s ease-in-out infinite robot-tap-l}.robot-hand-right{transform-origin:bottom;animation:.45s ease-in-out infinite robot-tap-r}@keyframes robot-tap-l{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes robot-tap-r{0%,to{transform:translateY(-3px)}50%{transform:translateY(0)}}.robot-keyboard{fill:var(--bg-muted);stroke:var(--fg-muted);stroke-width:1px}.robot-key{fill:var(--fg-muted);opacity:.4;animation:.9s ease-in-out infinite robot-key}.robot-key-0{animation-delay:0s}.robot-key-1{animation-delay:.15s}.robot-key-2{animation-delay:.3s}@keyframes robot-key{0%,to{opacity:.4}50%{opacity:1;fill:var(--primary)}}.robot-ticker{color:var(--fg-hint);background:var(--bg-muted);border:1px solid var(--border-light);white-space:nowrap;border-radius:6px;gap:.6rem;max-width:360px;padding:.4rem .8rem;font-family:SF Mono,Consolas,monospace;font-size:.7rem;display:flex;overflow:hidden}.robot-ticker-token{animation:.35s ease-out ticker-fade}@keyframes ticker-fade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.robot-label{color:var(--fg);margin-top:.2rem;font-size:1rem;font-weight:600}.robot-dots span{animation:1.2s ease-in-out infinite dot-bounce;display:inline-block}.robot-dots span:nth-child(2){animation-delay:.15s}.robot-dots span:nth-child(3){animation-delay:.3s}@keyframes dot-bounce{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}@media (prefers-reduced-motion:reduce){.robot-antenna,.robot-eye,.robot-mouth,.robot-led,.robot-hand-left,.robot-hand-right,.robot-key,.progress-bar-fill,.progress-bar-shine,.progress-stage-active .progress-stage-marker,.robot-dots span{animation:none!important}}.live-cta-banner{background:linear-gradient(135deg, var(--primary-bg), transparent);border:1.5px solid var(--primary-border);border-radius:var(--radius-lg);color:var(--fg);cursor:pointer;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:14px 18px;text-decoration:none;transition:all .2s;display:flex}.live-cta-banner:hover{border-color:var(--primary);box-shadow:0 4px 12px var(--primary-border);transform:translateY(-1px)}.live-cta-text{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.live-cta-dot{font-size:1rem;animation:1.6s ease-in-out infinite pulse-record}@keyframes pulse-record{0%,to{opacity:1}50%{opacity:.4}}.live-cta-arrow{color:var(--primary);font-size:1.4rem;font-weight:700}.live-header{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);align-items:center;gap:1.5rem;margin-bottom:1rem;padding:12px 18px;display:flex;position:sticky;top:0}.live-clock{align-items:center;gap:8px;display:flex}.live-dot{background:var(--primary);width:12px;height:12px;box-shadow:0 0 12px var(--primary);border-radius:50%;animation:1.4s ease-in-out infinite pulse-record}.live-time{font-variant-numeric:tabular-nums;font-family:SF Mono,Consolas,monospace;font-size:1.2rem;font-weight:700}.live-streams{flex:1;gap:.5rem;display:flex}.stream-pill{background:var(--bg-muted);border:1px solid var(--border);color:var(--fg-muted);border-radius:999px;padding:4px 12px;font-size:.85rem}.stream-pill.active{background:var(--primary-bg);border-color:var(--primary);color:var(--primary);font-weight:600}.live-actions{align-items:center;display:flex}.live-transcript-card{min-height:50vh;max-height:65vh;overflow-y:auto;padding:20px!important}.live-transcript{flex-direction:column;gap:12px;font-size:.95rem;line-height:1.6;display:flex}.live-line{border-radius:8px;padding:8px 12px;animation:.4s ease-out live-fade-in}@keyframes live-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.live-line-mic{background:#6366f114;border-left:3px solid #6366f1}.live-line-system{border-left:3px solid var(--primary);background:#d52b1e14}.live-line-label{text-transform:uppercase;letter-spacing:.5px;opacity:.7;margin-right:8px;font-size:.75rem;font-weight:700;display:inline-block}.live-line-mic .live-line-label{color:#6366f1}.live-line-system .live-line-label{color:var(--primary)}.live-cursor{background:var(--primary);vertical-align:middle;width:8px;height:1.2em;margin-left:4px;animation:1s steps(2,end) infinite cursor-blink;display:inline-block}@keyframes cursor-blink{0%,50%{opacity:1}51%,to{opacity:0}}.reports-list{flex-direction:column;gap:6px;display:flex}.reports-list-row{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);color:var(--fg);align-items:center;gap:8px;padding:10px 14px;text-decoration:none;transition:all .15s;display:flex}.reports-list-row:hover{border-color:var(--primary)}.reports-row-archived{opacity:.55}.reports-row-archived:hover{opacity:.85}.reports-list-actions{flex-shrink:0;gap:6px;display:flex}.pill-archived{background:var(--bg-muted);border:1px solid var(--border);color:var(--fg-muted);border-radius:999px;margin-right:8px;padding:1px 8px;font-size:.7rem;font-weight:400}.reports-list-main{flex:1;min-width:0}.reports-list-title{text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;font-weight:600;overflow:hidden}.reports-list-meta{color:var(--fg-muted);flex-wrap:wrap;gap:.75rem;margin-top:4px;font-size:.78rem;display:flex}.pill-orphan{color:#b45309;background:#f59e0b26;border:1px solid #f59e0b66;border-radius:999px;padding:1px 8px;font-size:.72rem}.dark-theme .pill-orphan{color:#fbbf24}.pill-room{background:var(--primary-bg);border:1px solid var(--primary-border);color:var(--primary);border-radius:999px;padding:1px 8px;font-size:.72rem}.report-room-pick{align-items:center;gap:4px;display:flex}.report-room-pick select{border:1px solid var(--border);background:var(--bg-card);color:var(--fg);border-radius:6px;padding:4px 8px;font-size:.85rem}.live-actions-bar{background:linear-gradient(135deg, var(--primary-bg), transparent);border:1px solid var(--primary-border);border-radius:var(--radius);flex-wrap:wrap;gap:8px;margin-bottom:1rem;padding:12px;display:flex}.vintage-recorder{flex-direction:column;align-items:center;gap:.6rem;padding:1.5rem 0;display:flex}.vintage-svg{width:100%;max-width:560px;height:auto;filter:drop-shadow(0 8px 24px var(--shadow-strong))}.vr-stand{stroke:var(--fg-muted);stroke-width:3px}.vr-base{fill:var(--fg-muted)}.vr-arm{stroke:var(--fg-muted);stroke-width:3px;stroke-linecap:round}.vr-mic-body{fill:var(--bg-card);stroke:var(--fg-muted);stroke-width:2px}.vr-mic-grille line{stroke:var(--fg-muted);stroke-width:.8px;opacity:.6}.vr-mic-ring{fill:var(--primary);opacity:.85}.vr-mic-waves circle{fill:none;stroke:var(--primary);stroke-width:1.2px;opacity:0;animation:2.4s ease-out infinite vr-pulse}.vr-mic-waves circle:first-child{animation-delay:0s}.vr-mic-waves circle:nth-child(2){animation-delay:.8s}.vr-mic-waves circle:nth-child(3){animation-delay:1.6s}@keyframes vr-pulse{0%{opacity:0;transform:scale(.7)}20%{opacity:.6}to{opacity:0;transform:scale(1.3)}}.vr-mic-waves{transform-origin:-25px 45px;transform-box:fill-box}.vr-deck-body{fill:var(--bg-card);stroke:var(--fg-muted);stroke-width:1.5px}.vr-screw{fill:var(--fg-hint)}.vr-reel-outer{fill:none;stroke:var(--fg-muted);stroke-width:1.5px}.vr-reel-rim{fill:none;stroke:var(--fg-muted);stroke-width:.8px;opacity:.5}.vr-reel-inner{fill:var(--bg-muted);stroke:var(--fg-muted);stroke-width:.8px}.vr-reel-spoke{stroke:var(--fg-muted);stroke-width:2.5px;stroke-linecap:round}.vr-reel-hub{fill:var(--primary)}.vr-spin-slow{animation:4s linear infinite vr-rotate}.vr-spin-fast{animation:2.6s linear infinite vr-rotate}.vr-spin{animation:1.8s linear infinite vr-rotate}@keyframes vr-rotate{to{transform:rotate(360deg)}}.vr-tape{fill:none;stroke:var(--fg-muted);stroke-width:2px;opacity:.8;animation:.6s ease-in-out infinite alternate vr-tape-jitter}@keyframes vr-tape-jitter{0%{stroke-dasharray:0 0}to{stroke-dasharray:2 3}}.vr-vu-bg{fill:#f4d68c;stroke:var(--fg-muted);stroke-width:.8px}.dark-theme .vr-vu-bg{fill:#d4b878}.vr-vu-tick{stroke:#5a3a10;stroke-width:.7px}.vr-vu-red{stroke:var(--primary);stroke-width:1.2px}.vr-vu-needle{stroke:#222;stroke-width:1.4px;transform-origin:0 14px;animation:1.6s ease-in-out infinite alternate vr-vu-swing}@keyframes vr-vu-swing{0%{transform:rotate(-35deg)}30%{transform:rotate(15deg)}60%{transform:rotate(-10deg)}to{transform:rotate(40deg)}}.vr-vu-pivot{fill:var(--fg)}.vr-rec-led{fill:var(--primary);filter:drop-shadow(0 0 4px var(--primary));animation:1.2s ease-in-out infinite vr-rec-blink}@keyframes vr-rec-blink{0%,to{opacity:1}50%{opacity:.35}}.vr-rec-label{fill:var(--primary);letter-spacing:1px;font-family:SF Mono,Consolas,monospace;font-size:9px;font-weight:700}.vr-poly-body{fill:var(--bg-card);stroke:var(--fg-muted);stroke-width:1.5px}.vr-poly-window{fill:#1a1a1a;stroke:var(--fg-muted);stroke-width:.8px}.light-theme .vr-poly-window{fill:#f2f2ee}.vr-poly-wave{fill:none;stroke:#00d97a;stroke-width:1.4px;filter:drop-shadow(0 0 3px #00d97a80);animation:1.6s linear infinite vr-wave-shift}@keyframes vr-wave-shift{0%{transform:translate(0)}to{transform:translate(-16px)}}.vr-poly-pen{fill:#00d97a;filter:drop-shadow(0 0 3px #00d97ab3);transform-origin:50%;animation:1.6s ease-in-out infinite alternate vr-pen-bob}@keyframes vr-pen-bob{0%{transform:translateY(-3px)}to{transform:translateY(3px)}}.vr-poly-knob{fill:var(--fg-muted);stroke:var(--fg-hint);stroke-width:.6px}.vr-paper{fill:#f8f4e0}.dark-theme .vr-paper{fill:#e6dfc5}.vr-paper-edge{stroke:var(--fg-hint);stroke-width:.6px;opacity:.5}.vr-paper-perf{fill:var(--fg-hint);opacity:.5}.vr-paper-foreign{overflow:visible}.vr-paper-text{color:#2a2a2a;text-align:center;flex-direction:column-reverse;height:120px;font-family:Courier New,Consolas,monospace;font-size:11px;line-height:1.4;display:flex;overflow:hidden}.vr-paper-word{animation:.4s ease-out vr-paper-print}@keyframes vr-paper-print{0%{opacity:0;letter-spacing:4px;transform:translateY(-6px)}to{opacity:1;letter-spacing:0;transform:translateY(0)}}.vintage-caption{color:var(--fg-muted);letter-spacing:2px;text-transform:uppercase;font-family:Courier New,Consolas,monospace;font-size:.85rem;animation:1.8s ease-in-out infinite vr-rec-blink}.vintage-mini{vertical-align:middle;width:28px;height:28px;display:inline-block}@media (prefers-reduced-motion:reduce){.vr-spin,.vr-spin-slow,.vr-spin-fast,.vr-mic-waves circle,.vr-tape,.vr-vu-needle,.vr-rec-led,.vr-poly-wave,.vr-poly-pen,.vr-paper-word,.vintage-caption{animation:none!important}}
