.app-header{position:sticky;top:0;z-index:1000;height:var(--app-header-height);display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d;flex-shrink:0}.app-header__left{display:flex;align-items:center}.app-header__logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:inherit}.app-header__logo-icon{width:32px;height:32px;object-fit:contain}.app-header__logo-text{font-size:1.25rem;font-weight:700;color:#1f2937}.app-header__nav{display:flex;align-items:center;gap:2rem}.app-header__nav-link{font-size:.875rem;font-weight:500;color:#6b7280;text-decoration:none;transition:color .15s ease}.app-header__nav-link:hover{color:var(--primary)}.app-header__title{flex:1;text-align:center;padding:0 1rem}.app-header__title-text{font-size:1rem;font-weight:600;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-header__right--desktop{display:flex;align-items:center}.app-header__user{display:flex;align-items:center;gap:1rem}.app-header__user-name{font-size:.875rem;color:#6b7280}.app-header__auth{display:flex;align-items:center;gap:.75rem}.app-header__btn{padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:6px;cursor:pointer;transition:all .15s ease;min-height:36px}.app-header__btn--outlined{background:transparent;color:var(--primary);border:1px solid var(--primary)}.app-header__btn--outlined:hover{background:#3b82f60d}.app-header__btn--primary{background:var(--primary);color:#fff;border:1px solid var(--primary)}.app-header__btn--primary:hover{background:var(--primary-hover);border-color:var(--primary-hover)}.app-header__btn--text{background:transparent;color:#6b7280;border:none;padding:.5rem .75rem}.app-header__btn--text:hover{color:#1f2937}.app-header__hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;background:none;border:none;cursor:pointer}.app-header__hamburger-line{display:block;width:24px;height:2px;background:#374151;border-radius:1px;transition:transform .2s ease,opacity .2s ease}.app-header__hamburger--open .app-header__hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.app-header__hamburger--open .app-header__hamburger-line:nth-child(2){opacity:0}.app-header__hamburger--open .app-header__hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.app-header__mobile-menu{position:absolute;top:var(--app-header-height);left:0;right:0;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 4px 12px #0000001a;padding:.5rem 0;z-index:999;animation:slideDown .2s ease}.app-header__mobile-user{padding:.75rem 1.5rem;font-size:.875rem;color:#6b7280;border-bottom:1px solid #f3f4f6;margin-bottom:.5rem}.app-header__mobile-link{display:block;width:100%;padding:.75rem 1.5rem;font-size:.9375rem;color:#374151;text-decoration:none;text-align:left;background:none;border:none;cursor:pointer;transition:background .15s ease}.app-header__mobile-link:hover{background:#f9fafb}.app-header__mobile-link--button{font-weight:500}.app-header__mobile-link--primary{color:var(--primary)}@media(max-width:768px){.app-header{padding:0 1rem}.app-header__nav,.app-header__right--desktop{display:none}.app-header__hamburger{display:flex}.app-header__logo-text{font-size:1.125rem}.app-header__title{flex:1;padding:0 .5rem}.app-header__title-text{font-size:.875rem}}@media(min-width:769px)and (max-width:1024px){.app-header__nav{gap:1.25rem}.app-header__nav-link{font-size:.8125rem}.app-header__user-name{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-content{flex:1}.audience-settings-btn{position:absolute;right:1rem;bottom:calc(60px + var(--safe-bottom));z-index:101;min-width:44px;min-height:44px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fffffff2;border:none;border-radius:50%;box-shadow:0 2px 8px #0003,0 4px 16px #0000001a;cursor:pointer;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease}.audience-settings-btn:hover{background:#fff;box-shadow:0 4px 12px #00000040,0 6px 20px #00000026;transform:scale(1.05)}.audience-settings-btn:active{transform:scale(.95);box-shadow:0 2px 6px #0003}.audience-settings-btn--active{background:var(--primary);color:#fff}.audience-settings-btn--active:hover{background:var(--primary-hover)}.audience-settings-btn:focus-visible{outline:3px solid var(--primary);outline-offset:2px;box-shadow:0 0 0 4px #3b82f633,0 2px 8px #0003}.audience-settings-icon{width:24px;height:24px;color:#374151;transition:color .2s ease,transform .3s ease}.audience-settings-btn--active .audience-settings-icon{color:#fff;transform:rotate(90deg)}.audience-settings-btn:hover .audience-settings-icon{transform:rotate(45deg)}.audience-settings-btn--active:hover .audience-settings-icon{transform:rotate(135deg)}@media(max-width:768px){.audience-settings-btn{right:.75rem;bottom:calc(50px + var(--safe-bottom));width:44px;height:44px;min-width:44px;min-height:44px}.audience-settings-icon{width:22px;height:22px}}@media(max-width:480px){.audience-settings-btn{right:.5rem;bottom:calc(40px + var(--safe-bottom));width:44px;height:44px;min-width:44px;min-height:44px}.audience-settings-icon{width:20px;height:20px}}@media(prefers-reduced-motion:reduce){.audience-settings-btn{transition:background-color .1s ease}.audience-settings-btn:hover,.audience-settings-btn:active{transform:none}.audience-settings-icon{transition:color .1s ease}.audience-settings-btn:hover .audience-settings-icon,.audience-settings-btn--active .audience-settings-icon,.audience-settings-btn--active:hover .audience-settings-icon{transform:none}}@media(prefers-contrast:high){.audience-settings-btn{border:2px solid #374151;box-shadow:0 2px 4px #0000004d}.audience-settings-btn--active{border-color:var(--primary)}.audience-settings-btn:focus-visible{outline-width:4px}}@media(prefers-color-scheme:dark){.audience-settings-btn{background:#1f2937f2;box-shadow:0 2px 8px #0006,0 4px 16px #0000004d}.audience-settings-btn:hover{background:#374151;box-shadow:0 4px 12px #00000080,0 6px 20px #0006}.audience-settings-icon{color:#d1d5db}.audience-settings-btn--active{background:var(--primary)}.audience-settings-btn--active .audience-settings-icon{color:#fff}}.slide-content{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;overflow:hidden!important}.slide-content--presenter{border-radius:14px;box-shadow:0 30px 60px #02061733}.slide-content--presenter:before{content:"";position:absolute;inset:-20%;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.25),transparent 50%);pointer-events:none}.slide-content--audience{border-radius:0;min-height:100vh}.slide-content--dark-text{color:#1e293b}.slide-content--dark-text .slide-content__bullet-icon{background:#00000026}.slide-content__inner{position:relative;z-index:1;width:100%;height:100%;padding:28px 32px;display:flex;gap:24px;border-radius:inherit;border:none;background:transparent;overflow:hidden!important}.slide-content--audience .slide-content__inner{border:none;background:transparent;padding:3rem;flex-direction:column;justify-content:center;align-items:center}.slide-content__text{flex:1;display:flex;flex-direction:column;overflow:hidden}.slide-content--with-image .slide-content__text{width:55%;flex:none}.slide-content--audience .slide-content__text{max-width:90%;width:100%;align-items:center}.slide-content__title{font-size:clamp(18px,2.5vw,28px);font-weight:800;margin:0 0 16px;line-height:1.2}.slide-content--audience .slide-content__title{font-size:clamp(1.5rem,4vw,2.5rem);text-align:center;margin-bottom:2rem}.slide-content__bullets{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0;padding:0;overflow:hidden}.slide-content--audience .slide-content__bullets{gap:1rem;max-width:800px;width:100%}.slide-content__bullet{display:flex;align-items:flex-start;gap:10px;font-size:clamp(12px,1.5vw,16px);line-height:1.4}.slide-content--audience .slide-content__bullet{font-size:clamp(1rem,3vw,1.5rem);line-height:1.5}.slide-content__bullet--scratched{text-decoration:line-through;opacity:.5}.slide-content__bullet-icon{width:20px;height:20px;min-width:20px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:10px;margin-top:2px}.slide-content--audience .slide-content__bullet-icon{width:24px;height:24px;min-width:24px;font-size:12px}.slide-content__image{width:40%;min-width:150px;display:flex;align-items:center;justify-content:center}.slide-content__image img{width:100%;height:auto;border-radius:10px;box-shadow:0 8px 24px #0000004d;object-fit:cover}.slide-content--empty{display:flex;align-items:center;justify-content:center}.slide-content__empty-state{text-align:center}.slide-content__empty-title{margin:0;font-size:18px;font-weight:600}.slide-content__empty-hint{margin:8px 0 0;font-size:14px;opacity:.8}.slide-content__generating-overlay{position:absolute;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;border-radius:inherit;z-index:10}.slide-content__generating-spinner{width:48px;height:48px;border:3px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:slide-content-spin 1s linear infinite}@keyframes slide-content-spin{to{transform:rotate(360deg)}}.slide-content__generating-text{color:#fff;font-size:14px;font-weight:600}.slide-content__generating-subtext{color:#ffffffb3;font-size:12px}@media(max-width:768px){.slide-content__inner{padding:16px;gap:16px}.slide-content--audience .slide-content__inner{padding:2rem 1.5rem}.slide-content__title{font-size:clamp(16px,2.2vw,24px);margin-bottom:12px}.slide-content--audience .slide-content__title{font-size:clamp(1.75rem,7vw,2.5rem);margin-bottom:1.5rem}.slide-content__bullet{font-size:clamp(11px,1.3vw,14px)}.slide-content--audience .slide-content__bullet{font-size:clamp(1.25rem,5vw,1.5rem)}.slide-content--with-image .slide-content__text{width:100%}.slide-content__image{width:100%;max-height:120px;order:-1}.slide-content__image img{max-height:100%;width:auto;max-width:100%}}@media(max-width:480px){.slide-content__inner{padding:12px;flex-direction:column;gap:12px}.slide-content--audience .slide-content__inner{padding:1.5rem 1rem}.slide-content__title{font-size:14px}.slide-content--audience .slide-content__title{font-size:clamp(1.75rem,8vw,2rem);margin-bottom:1rem}.slide-content__bullet{font-size:11px;gap:8px}.slide-content--audience .slide-content__bullet{font-size:clamp(1.25rem,5.5vw,1.5rem)}.slide-content__bullet-icon{width:16px;height:16px;min-width:16px;font-size:8px}.slide-content__image{max-height:80px}.slide-content__generating-spinner{width:36px;height:36px}.slide-content__generating-text{font-size:12px}.slide-content__generating-subtext{font-size:11px}}.captions-overlay{position:absolute;left:0;right:0;bottom:0;background:#000000d9;border-radius:var(--card-radius) var(--card-radius) 0 0;z-index:100;transform:translateY(calc(100% - 48px));transition:transform .3s ease}.captions-overlay--expanded{transform:translateY(0)}.captions-overlay-toggle{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;min-height:48px;padding:.75rem 1rem;background:transparent;border:none;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .15s ease;min-width:44px}.captions-overlay-toggle:hover{background:#ffffff1a}.captions-overlay-toggle:focus-visible{outline:3px solid var(--primary);outline-offset:-3px}.captions-overlay-toggle-icon{font-size:.75rem;transition:transform .3s ease}.captions-overlay-toggle-label{font-size:.875rem}.captions-overlay-indicator{width:8px;height:8px;background:var(--primary);border-radius:50%;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.captions-overlay-content{max-height:30vh;overflow-y:auto;padding:0 1rem 1rem;padding-bottom:calc(1rem + var(--safe-bottom));scroll-behavior:smooth}.captions-overlay-placeholder{color:#9ca3af;font-style:italic;font-size:.9375rem;text-align:center;padding:.5rem 0}.captions-overlay-text{color:#fff;font-size:1rem;line-height:1.6}.caption-segment{display:inline}.caption-segment--interim{color:#9ca3af}@media(max-width:768px){.captions-overlay-content{max-height:25vh;padding:0 .75rem .75rem;padding-bottom:calc(.75rem + var(--safe-bottom))}.captions-overlay-text{font-size:.9375rem;line-height:1.5}.captions-overlay-toggle{min-height:44px;min-width:44px;padding:.625rem .75rem}.captions-overlay-toggle-label{font-size:.8125rem}}@media(max-width:480px){.captions-overlay-content{max-height:20vh;padding:0 .5rem .5rem;padding-bottom:calc(.5rem + var(--safe-bottom))}.captions-overlay-text{font-size:.875rem;line-height:1.45}.captions-overlay-toggle{min-height:44px;min-width:44px;padding:.5rem}.captions-overlay-toggle-label{font-size:.75rem}.captions-overlay-placeholder{font-size:.875rem}}@media(min-width:1024px){.captions-overlay-content{max-height:30vh;padding:0 1.5rem 1.25rem;padding-bottom:calc(1.25rem + var(--safe-bottom))}.captions-overlay-text{font-size:1.0625rem}}.captions-scroll-to-bottom-btn{position:absolute;bottom:60px;right:1rem;background:var(--primary);color:#fff;border:none;border-radius:20px;padding:.5rem .75rem;font-size:.875rem;font-weight:500;cursor:pointer;box-shadow:0 2px 8px #0003;transition:all .15s ease;z-index:10;min-height:44px;min-width:44px}.captions-scroll-to-bottom-btn:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px #0000004d}.captions-scroll-to-bottom-btn:focus-visible{outline:3px solid var(--primary-light);outline-offset:2px}.captions-scroll-to-bottom-btn:active{transform:translateY(0)}@media(prefers-reduced-motion:reduce){.captions-overlay,.captions-overlay-toggle-icon{transition:none}.captions-overlay-indicator,.interim-indicator span{animation:none}.captions-overlay-content{scroll-behavior:auto}}.connection-status{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.connection-status .status-dot{width:8px;height:8px;border-radius:50%}.connection-status.connected{background:#dcfce7;color:#166534}.connection-status.connected .status-dot{background:#22c55e}.connection-status.disconnected{background:#f3f4f6;color:#6b7280}.connection-status.disconnected .status-dot{background:#9ca3af}.connection-status.reconnecting{background:#fef3c7;color:#92400e}.connection-status.reconnecting .status-dot{background:#f59e0b;animation:pulse 1s ease-in-out infinite}.connection-status.error{background:#fee2e2;color:#991b1b}.connection-status.error .status-dot{background:#ef4444}.tts-toggle{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#334155;border:1px solid #475569;border-radius:6px;color:#e2e8f0;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease;position:relative}.tts-toggle:hover{background:#475569;border-color:#64748b}.tts-toggle:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.tts-toggle.active{background:#1d4ed8;border-color:#2563eb;color:#fff}.tts-toggle.active:hover{background:#1e40af}.tts-toggle.browser.active{background:#059669;border-color:#10b981}.tts-toggle.browser.active:hover{background:#047857}.tts-toggle.ai_voice.active{background:#7c3aed;border-color:#8b5cf6}.tts-toggle.ai_voice.active:hover{background:#6d28d9}.tts-toggle.auth-required{background:#f59e0b;border-color:#f59e0b;color:#fff}.tts-toggle.auth-required:hover{background:#d97706;border-color:#d97706}.tts-toggle.error{background:#dc2626;border-color:#dc2626;color:#fff;cursor:not-allowed}.tts-icon{font-size:1rem;line-height:1}.tts-label{white-space:nowrap}.quota-warning{font-size:.75rem;margin-left:.25rem;animation:pulse 2s infinite}@media(max-width:768px){.tts-toggle{padding:.375rem .75rem;font-size:.8125rem}.tts-icon{font-size:.875rem}}@media(prefers-reduced-motion:reduce){.tts-toggle{transition:none}}.tts-toggle-container{position:relative;display:flex;align-items:center}.voice-selector-toggle{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;margin-left:.25rem;background:#334155;border:1px solid #475569;border-radius:4px;color:#e2e8f0;font-size:.75rem;cursor:pointer;transition:all .15s ease}.voice-selector-toggle:hover{background:#475569;border-color:#64748b}.voice-selector-toggle:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.voice-options-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;background:#1e293b;border:1px solid #475569;border-radius:6px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;z-index:50;min-width:280px}.voice-option{display:block;width:100%;padding:.75rem;background:transparent;border:none;color:#e2e8f0;text-align:left;cursor:pointer;transition:background-color .15s ease;position:relative}.voice-option:hover:not(.disabled){background:#334155}.voice-option:focus-visible{outline:2px solid #3b82f6;outline-offset:-2px}.voice-option.selected{background:#1d4ed8;color:#fff}.voice-option.disabled{opacity:.5;cursor:not-allowed}.voice-option-main{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.voice-option-name{font-weight:500;font-size:.875rem}.voice-option-cost{font-size:.75rem;color:#94a3b8}.voice-option.selected .voice-option-cost{color:#cbd5e1}.voice-option-description{font-size:.75rem;color:#94a3b8;margin-bottom:.25rem}.voice-option.selected .voice-option-description{color:#cbd5e1}.voice-option-quota{font-size:.75rem;color:#64748b}.voice-option.selected .voice-option-quota{color:#cbd5e1}.voice-option-selected{position:absolute;top:.75rem;right:.75rem;color:#10b981;font-size:.875rem}@media(max-width:768px){.voice-options-dropdown{min-width:260px}.voice-option{padding:.625rem}.voice-option-name{font-size:.8125rem}}.voice-option.signup-required{opacity:.8;cursor:pointer;border:1px dashed #f59e0b;background:linear-gradient(135deg,#1e293b,#374151)}.voice-option.signup-required:hover{background:linear-gradient(135deg,#374151,#475569);border-color:#fbbf24}.voice-option-signup{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#f59e0b;font-weight:600}.signup-icon{font-size:.875rem}.premium-badge{display:inline-block;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:.625rem;font-weight:700;padding:.125rem .375rem;border-radius:.25rem;margin-left:.5rem;text-transform:uppercase;letter-spacing:.025em}.voice-option.signup-required .voice-option-signup{color:#fbbf24}.signup-modal-overlay{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.signup-modal{background:linear-gradient(135deg,#1e293b,#334155);border-radius:1rem;padding:2rem;max-width:32rem;width:90%;max-height:90vh;overflow-y:auto;border:1px solid #475569;box-shadow:0 25px 50px -12px #00000080;position:relative;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.signup-modal-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:#94a3b8;font-size:1.5rem;cursor:pointer;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.25rem;transition:all .15s ease}.signup-modal-close:hover{background:#374151;color:#f8fafc}.signup-modal-header{text-align:center;margin-bottom:2rem}.signup-modal-title{font-size:1.75rem;font-weight:700;color:#f8fafc;margin-bottom:.5rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.signup-modal-subtitle{font-size:1rem;color:#cbd5e1;margin:0;line-height:1.5}.signup-modal-content{margin-bottom:2rem}.signup-modal-benefits{list-style:none;padding:0;margin:0 0 1.5rem}.signup-modal-benefits li{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;border-bottom:1px solid #374151}.signup-modal-benefits li:last-child{border-bottom:none}.benefit-icon{font-size:1.5rem;flex-shrink:0;margin-top:.125rem}.signup-modal-benefits strong{color:#f8fafc;font-weight:600;font-size:.95rem;display:block;margin-bottom:.25rem}.signup-modal-benefits p{color:#cbd5e1;font-size:.875rem;margin:0;line-height:1.4}.signup-modal-pricing{background:linear-gradient(135deg,#0f172a,#1e293b);border:1px solid #334155;border-radius:.5rem;padding:1rem;text-align:center}.pricing-note{margin:0;font-size:.875rem;color:#94a3b8}.pricing-highlight{color:#10b981;font-weight:600}.signup-modal-actions{display:flex;flex-direction:column;gap:.75rem}.signup-modal-button{padding:.875rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .15s ease;border:none;text-align:center;text-decoration:none}.signup-modal-button.primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 4px 14px #3b82f64d}.signup-modal-button.primary:hover{background:linear-gradient(135deg,#2563eb,#1e40af);box-shadow:0 6px 20px #3b82f666;transform:translateY(-1px)}.signup-modal-button.secondary{background:transparent;color:#cbd5e1;border:1px solid #475569}.signup-modal-button.secondary:hover{background:#374151;border-color:#64748b;color:#f8fafc}@media(max-width:640px){.signup-modal{padding:1.5rem;margin:1rem;max-width:none;width:calc(100% - 2rem)}.signup-modal-title{font-size:1.5rem}.signup-modal-benefits li{gap:.75rem;padding:.75rem 0}.benefit-icon{font-size:1.25rem}}@media(prefers-reduced-motion:reduce){.signup-modal{animation:none}.signup-modal-button{transition:none}.signup-modal-button.primary:hover{transform:none}}.unlock-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem}.unlock-modal{background:#fff;border-radius:var(--card-radius);box-shadow:0 20px 40px #0003;max-width:400px;width:100%;position:relative;padding:2rem}.unlock-modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px}.unlock-modal-close:hover{background:#f3f4f6;color:#1f2937}.unlock-modal-header{text-align:center;margin-bottom:1.5rem}.unlock-modal-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.unlock-modal-subtitle{color:#6b7280;margin:0;font-size:.9375rem}.unlock-modal-content{margin-bottom:1.5rem}.unlock-modal-benefits{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.unlock-modal-benefits li{display:flex;align-items:center;gap:.75rem;font-size:.9375rem;color:#374151}.benefit-check{color:#22c55e;font-weight:700;flex-shrink:0}.unlock-modal-actions{display:flex;flex-direction:column;gap:.75rem}.unlock-modal-btn{padding:.75rem 1.5rem;font-size:.9375rem;font-weight:500;border-radius:8px;cursor:pointer;transition:all .15s ease;min-height:44px}.unlock-modal-btn--primary{background:var(--primary);color:#fff;border:none}.unlock-modal-btn--primary:hover{background:var(--primary-hover)}.unlock-modal-btn--secondary{background:#fff;color:var(--primary);border:1px solid var(--primary)}.unlock-modal-btn--secondary:hover{background:#3b82f60d}.unlock-modal-btn--tertiary{background:transparent;color:#6b7280;border:none;text-decoration:underline}.unlock-modal-btn--tertiary:hover{color:#374151}@media(max-width:480px){.unlock-modal{padding:1.5rem}.unlock-modal-title{font-size:1.25rem}}.voice-selection-panel{width:100%}.voice-selection-section-title{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem}.voice-selection-error{padding:.75rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.875rem;margin-bottom:.75rem}.voice-selection-fallback-notice{padding:.75rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;margin-bottom:.75rem}.fallback-notice-message{display:flex;align-items:center;gap:.5rem;color:#1d4ed8;font-size:.875rem}.fallback-notice-icon{font-size:1rem;flex-shrink:0}.voice-selection-connection-error{padding:1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;text-align:center}.connection-error-message{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#dc2626;font-size:.875rem;margin-bottom:.75rem}.connection-error-icon{font-size:1.125rem}.connection-retry-button{background:var(--primary, #3b82f6);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .15s ease}.connection-retry-button:hover{background:var(--primary-dark, #2563eb)}.connection-retry-button:focus-visible{outline:2px solid var(--primary, #3b82f6);outline-offset:2px}.voice-selection-timeout{padding:1rem;background:#fef3c7;border:1px solid #fde68a;border-radius:8px;text-align:center}.timeout-message{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#92400e;font-size:.875rem;margin-bottom:.5rem}.timeout-icon{font-size:1.125rem}.timeout-fallback{color:#6b7280;font-size:.8125rem;margin-bottom:.75rem}.voice-selection-loading{padding:1rem;text-align:center;color:#6b7280;font-size:.875rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.voice-selection-spinner{width:24px;height:24px;border:2px solid #e5e7eb;border-top:2px solid var(--primary, #3b82f6);border-radius:50%;animation:spin 1s linear infinite}.voice-options-list{display:flex;flex-direction:column;gap:.5rem}.voice-option{display:flex;align-items:flex-start;gap:.75rem;width:100%;padding:.875rem 1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .15s ease;text-align:left;min-height:44px}.voice-option:hover:not(.voice-option--disabled){background:#f3f4f6;border-color:#d1d5db}.voice-option--selected{background:#eff6ff;border-color:var(--primary)}.voice-option--disabled{opacity:.6;cursor:not-allowed}.voice-option:focus-visible{outline:3px solid var(--primary);outline-offset:-3px}.voice-option-icon{font-size:1.25rem;flex-shrink:0;margin-top:.125rem}.voice-option-content{flex:1;min-width:0}.voice-option-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.25rem}.voice-option-name{font-size:.9375rem;font-weight:500;color:#1f2937;flex:1;min-width:0}.voice-option-badge{font-size:.75rem;padding:.25rem .5rem;border-radius:4px;font-weight:500;flex-shrink:0}.voice-option-badge.voice-badge--free{background:#dcfce7;color:#166534}.voice-option-badge.voice-badge--ai{background:#dbeafe;color:#1d4ed8}.voice-option-badge.voice-badge--locked{background:#fef3c7;color:#92400e}.voice-option-badge.voice-badge--unavailable{background:#f3f4f6;color:#6b7280}.voice-option-badge.voice-badge--quota-exhausted{background:#fef2f2;color:#dc2626}.voice-option-badge.voice-badge--quota-low{background:#fef3c7;color:#d97706}.voice-option-description{font-size:.8125rem;color:#6b7280;line-height:1.4;margin-bottom:.25rem}.voice-option-cost{font-size:.75rem;color:#9ca3af;margin-bottom:.25rem}.voice-option-quota{font-size:.75rem;color:#059669;font-weight:500;margin-bottom:.25rem}.voice-option-quota--exhausted{color:#dc2626}.voice-option-quota--low{color:#d97706}.voice-option-availability-message{font-size:.75rem;color:#6b7280;font-style:italic;line-height:1.3;margin-top:.25rem}.voice-option--quota-exhausted{background:#fef2f2;border-color:#fecaca}.voice-option--quota-exhausted:hover:not(.voice-option--disabled){background:#fef2f2;border-color:#fecaca}.voice-option-signup-hint{font-size:.75rem;color:#d97706;font-style:italic}.voice-option-check{color:var(--primary);font-weight:700;font-size:1rem;flex-shrink:0;margin-top:.125rem}@media(max-width:768px){.voice-option{padding:.75rem}.voice-option-header{flex-direction:column;align-items:flex-start;gap:.25rem}.voice-option-name{font-size:.875rem}.voice-option-description{font-size:.75rem}.voice-option-icon{font-size:1.125rem}}@media(max-width:480px){.voice-option{padding:.625rem .75rem;gap:.5rem}.voice-selection-section-title,.voice-option-name{font-size:.8125rem}.voice-option-description{font-size:.75rem}.voice-option-badge{font-size:.6875rem;padding:.1875rem .375rem}}@media(prefers-contrast:high){.voice-option{border-width:2px}.voice-option--selected{border-width:3px}}@media(prefers-reduced-motion:reduce){.voice-option{transition:none}.voice-selection-spinner{animation:none}.connection-retry-button{transition:none}}.audience-view{height:calc(100dvh - var(--app-header-height));display:flex;flex-direction:column;overflow:hidden;position:relative;background:#0f172a}.audience-view--loading,.audience-view--error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;text-align:center;padding:2rem}.audience-view--error h2{font-size:1.5rem;font-weight:600;margin:0;color:#1f2937}.audience-view--error p{color:#6b7280;margin:0}.loading-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite}.audience-main{flex:1;display:flex;flex-direction:column;min-height:0;position:relative}.audience-slide-section{flex:1;display:flex;min-height:0}.audience-title-section{display:none}.audience-view--ended .audience-title-section{display:block;text-align:center}.audience-title{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0 0 .25rem}.audience-subtitle{font-size:1.125rem;color:#6b7280;margin:0}.audience-auth-cta{display:none}.audience-auth-hint{font-size:.875rem;color:#6b7280;margin:0 0 1rem}.audience-auth-buttons{display:flex;gap:.75rem;justify-content:center}.audience-btn{padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;border-radius:8px;cursor:pointer;transition:all .15s ease;min-height:44px;min-width:100px}.audience-btn--outlined{background:#fff;color:var(--primary);border:1px solid var(--primary)}.audience-btn--outlined:hover{background:#3b82f60d}.audience-btn--primary{background:var(--primary);color:#fff;border:1px solid var(--primary)}.audience-btn--primary:hover{background:var(--primary-hover);border-color:var(--primary-hover)}.audience-listen-section,.audience-voice-options{display:none}.audience-voice-title{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem}.audience-voice-option{display:flex;align-items:center;gap:.75rem;width:100%;padding:.875rem 1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .15s ease;margin-bottom:.5rem;min-height:44px}.audience-voice-option:last-of-type{margin-bottom:0}.audience-voice-option:hover{background:#f3f4f6;border-color:#d1d5db}.audience-voice-option--selected{background:#eff6ff;border-color:var(--primary)}.audience-voice-option--locked{opacity:.7}.audience-voice-icon{font-size:1.25rem;flex-shrink:0}.audience-voice-label{flex:1;text-align:left;font-size:.9375rem;font-weight:500;color:#1f2937}.audience-voice-badge{font-size:.75rem;padding:.25rem .5rem;border-radius:4px;font-weight:500}.audience-voice-badge--free{background:#dcfce7;color:#166534}.audience-voice-badge--locked{background:#fef3c7;color:#92400e}.audience-voice-check{color:var(--primary);font-weight:700}.audience-voice-promo{font-size:.8125rem;color:#6b7280;margin:1rem 0 0;text-align:center}.audience-captions-section{position:absolute;left:0;right:0;bottom:0;background:#000000d9;border-radius:var(--card-radius) var(--card-radius) 0 0;padding:1rem;padding-bottom:calc(1rem + var(--safe-bottom));max-height:30vh;overflow-y:auto;z-index:100;color:#fff}.audience-view--ended .audience-main{justify-content:center;align-items:center;padding:2rem;gap:1rem}.audience-ended-notice{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:800px;max-height:100%;overflow:hidden}.audience-view--ended .audience-slide-section{flex:0 1 auto;max-height:60vh;overflow:hidden}.audience-ended-message{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:#fff;border-radius:var(--card-radius);box-shadow:0 1px 3px #0000001a;position:relative;z-index:10;flex-shrink:0}.audience-ended-icon{font-size:1.5rem;color:#22c55e}.audience-ended-message p{margin:0;font-size:1.125rem;font-weight:500;color:#6b7280}@media(max-width:768px){.audience-captions-section{max-height:25vh;padding:.75rem;padding-bottom:calc(.75rem + var(--safe-bottom))}.audience-btn{min-height:44px;min-width:44px;padding:.5rem 1rem}.audience-voice-option{min-height:44px;padding:.75rem}.audience-view--loading,.audience-view--error{padding:1.5rem}.audience-view--error h2{font-size:1.375rem}.audience-view--ended .audience-main{padding:1.5rem;gap:1rem}.audience-view--ended .audience-slide-section{max-height:55vh}}@media(max-width:480px){.audience-captions-section{max-height:20vh;padding:.5rem;padding-bottom:calc(.5rem + var(--safe-bottom))}.audience-btn{min-height:44px;min-width:44px;padding:.5rem .75rem;font-size:.8125rem}.audience-voice-option{min-height:44px;padding:.625rem .75rem}.audience-voice-label{font-size:.875rem}.audience-voice-icon{font-size:1.125rem}.audience-view--loading,.audience-view--error{padding:1rem}.audience-view--error h2{font-size:1.25rem}.audience-view--error p{font-size:.875rem}.audience-view--ended .audience-main{padding:1rem;gap:.75rem}.audience-view--ended .audience-slide-section{max-height:50vh}.audience-ended-message{padding:.75rem 1.25rem}.audience-ended-icon{font-size:1.25rem}.audience-ended-message p{font-size:1rem}}@media(min-width:1024px){.audience-captions-section{max-height:30vh;padding:1.25rem 1.5rem;padding-bottom:calc(1.25rem + var(--safe-bottom))}}.audience-settings-panel{position:absolute;top:0;right:0;width:320px;max-width:90vw;height:100%;background:#fffffffa;box-shadow:-4px 0 20px #00000026;z-index:200;display:flex;flex-direction:column;animation:slideInRight .3s ease-out}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.audience-settings-panel-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb}.audience-settings-panel-header h3{margin:0;font-size:1.125rem;font-weight:600;color:#1f2937}.audience-settings-close-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:transparent;border:none;border-radius:8px;cursor:pointer;font-size:1.5rem;color:#6b7280;transition:all .15s ease}.audience-settings-close-btn:hover{background:#f3f4f6;color:#374151}.audience-settings-close-btn:focus-visible{outline:3px solid var(--primary);outline-offset:-3px}.audience-settings-panel-content{flex:1;overflow-y:auto;padding:1rem 1.25rem}.audience-settings-section{margin-bottom:1.5rem}.audience-settings-section:last-child{margin-bottom:0}.audience-settings-section-title{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem}.audience-settings-panel .audience-voice-option{display:flex;align-items:center;gap:.75rem;width:100%;padding:.875rem 1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .15s ease;margin-bottom:.5rem;min-height:44px}.audience-settings-panel .audience-voice-option:last-of-type{margin-bottom:0}.audience-settings-panel .audience-voice-option:hover{background:#f3f4f6;border-color:#d1d5db}.audience-settings-panel .audience-voice-option--selected{background:#eff6ff;border-color:var(--primary)}.audience-settings-panel .audience-voice-option--locked{opacity:.7}.audience-settings-panel .audience-voice-icon{font-size:1.25rem;flex-shrink:0}.audience-settings-panel .audience-voice-label{flex:1;text-align:left;font-size:.9375rem;font-weight:500;color:#1f2937}.audience-settings-panel .audience-voice-badge{font-size:.75rem;padding:.25rem .5rem;border-radius:4px;font-weight:500}.audience-settings-panel .audience-voice-badge--free{background:#dcfce7;color:#166534}.audience-settings-panel .audience-voice-badge--locked{background:#fef3c7;color:#92400e}.audience-settings-panel .audience-voice-check{color:var(--primary);font-weight:700}.audience-settings-auth{padding-top:1rem;border-top:1px solid #e5e7eb}.audience-settings-auth .audience-auth-hint{font-size:.875rem;color:#6b7280;margin:0 0 .75rem;text-align:center}.audience-settings-auth .audience-auth-buttons{display:flex;gap:.75rem;justify-content:center}@media(max-width:768px){.audience-settings-panel{width:100%;max-width:100%}.audience-settings-panel-header{padding:.875rem 1rem}.audience-settings-panel-header h3{font-size:1rem}.audience-settings-panel-content{padding:.875rem 1rem}.audience-settings-close-btn{width:44px;height:44px}.audience-settings-panel .audience-voice-option{min-height:44px;padding:.75rem}}@media(max-width:480px){.audience-settings-panel-header{padding:.75rem}.audience-settings-panel-header h3{font-size:.9375rem}.audience-settings-panel-content{padding:.75rem}.audience-settings-section-title{font-size:.8125rem}.audience-settings-panel .audience-voice-option{padding:.625rem .75rem}.audience-settings-panel .audience-voice-label{font-size:.875rem}.audience-settings-panel .audience-voice-icon{font-size:1.125rem}.audience-settings-auth .audience-auth-hint{font-size:.8125rem}.audience-settings-auth .audience-auth-buttons{flex-direction:column;gap:.5rem}}@media(prefers-reduced-motion:reduce){.audience-settings-panel{animation:none}}.voice-error-message{padding:1rem;border-radius:8px;border:1px solid;margin-bottom:1rem}.voice-error-message--quota{background:#fef3c7;border-color:#f59e0b;color:#92400e}.voice-error-message--network{background:#fef2f2;border-color:#f87171;color:#991b1b}.voice-error-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.voice-error-icon{font-size:1.125rem}.voice-error-message p{margin:0 0 .75rem;font-size:.875rem;line-height:1.4}.voice-error-message p:last-of-type{margin-bottom:0}.voice-error-actions{display:flex;gap:.5rem;margin-top:.75rem}.voice-error-action-btn{padding:.5rem .75rem;font-size:.8125rem;font-weight:500;border-radius:6px;cursor:pointer;transition:all .15s ease;min-height:36px;border:1px solid transparent;background:#fffc;color:inherit}.voice-error-action-btn--primary{background:var(--primary);color:#fff;border-color:var(--primary)}.voice-error-action-btn:hover{background:#fff}.voice-error-action-btn--primary:hover{background:var(--primary-hover);border-color:var(--primary-hover)}@media(max-width:480px){.voice-error-message{padding:.75rem}.voice-error-header{margin-bottom:.375rem}.voice-error-icon{font-size:1rem}.voice-error-message p{font-size:.8125rem;margin-bottom:.5rem}.voice-error-actions{flex-direction:column;gap:.375rem;margin-top:.5rem}.voice-error-action-btn{padding:.5rem;font-size:.75rem;min-height:40px}}.app-footer{padding:1rem;text-align:center;border-top:1px solid var(--border-color, #e5e7eb);background-color:var(--footer-bg, #f9fafb);font-size:.875rem;color:var(--footer-text, #6b7280)}.app-footer p{margin:0}.auth-page .app-footer{background-color:#fffffff2;border-top:1px solid #e2e8f0}.auth-page{min-height:100vh;display:flex;flex-direction:column}.auth-container{flex:1;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem}.auth-card{background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000001a;padding:2rem;width:100%;max-width:400px}.auth-header{text-align:center;margin-bottom:2rem}.auth-header h1{font-size:2.5rem;font-weight:700;color:#2d3748;margin:0 0 .5rem}.auth-header .tagline{color:#718096;margin:0;font-size:.9rem}.auth-return-preview{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:1rem;margin-bottom:1.5rem;text-align:center}.auth-return-text{margin:0 0 .25rem;color:#0369a1;font-size:.9rem}.auth-return-text strong{font-family:monospace;background:#e0f2fe;padding:.125rem .375rem;border-radius:4px}.auth-return-hint{margin:0;color:#0284c7;font-size:.8rem}.auth-tabs{display:flex;margin-bottom:2rem;border-bottom:1px solid #e2e8f0}.tab{flex:1;padding:.75rem 1rem;border:none;background:none;color:#718096;font-weight:500;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s}.tab:hover{color:#4a5568}.tab.active{color:#667eea;border-bottom-color:#667eea}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:#2d3748;font-size:.9rem}.form-group input{padding:.75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:1rem;transition:border-color .2s}.form-hint{color:#718096;font-size:.8rem}.error-message{background:#fed7d7;color:#c53030;padding:.75rem;border-radius:6px;font-size:.9rem;border:1px solid #feb2b2}.auth-submit{background:#667eea;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.auth-submit:hover:not(:disabled){background:#5a67d8}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-alternative{text-align:center;margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.auth-alternative p{margin:0;color:#718096;font-size:.9rem}.auth-link-button{background:none;border:none;color:#667eea;text-decoration:underline;cursor:pointer;font-size:inherit;padding:0;margin:0}.auth-link-button:hover{color:#5a67d8}@media(max-width:480px){.auth-card{padding:1.5rem}.auth-header h1{font-size:2rem}.auth-tabs{flex-direction:column;gap:.5rem}.tab{border-bottom:none;border-radius:6px;background:#f7fafc}.tab.active{background:#667eea;color:#fff}}.policy-section{background:#f7fafc;border-radius:8px;padding:1rem;margin:.5rem 0}.checkbox-group{margin-bottom:.75rem}.checkbox-group:last-child{margin-bottom:0}.checkbox-label{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer;font-size:.875rem;line-height:1.4}.checkbox-label input[type=checkbox]{margin:0;width:16px;height:16px;flex-shrink:0;margin-top:.125rem;accent-color:#667eea}.checkbox-text{color:#2d3748}.policy-link{color:#667eea;text-decoration:underline;font-weight:500}.policy-link:hover{color:#5a67d8;text-decoration:none}@media(max-width:480px){.policy-section{padding:.75rem}.checkbox-label{font-size:.8rem}}.auth-forgot-password{text-align:center;margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.auth-forgot-password .auth-link-button{font-size:.875rem}.capacity-full{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0f172a;color:#f8fafc;padding:2rem}.capacity-full-content{text-align:center;max-width:400px}.capacity-icon{font-size:4rem;display:block;margin-bottom:1.5rem}.capacity-full h1{font-size:2rem;font-weight:700;margin:0 0 1rem;color:#f8fafc}.capacity-full p{font-size:1.125rem;line-height:1.6;color:#94a3b8;margin:0 0 1rem}.capacity-hint{font-size:.875rem;color:#64748b}@media(max-width:768px){.capacity-full{padding:1.5rem}.capacity-icon{font-size:3rem}.capacity-full h1{font-size:1.5rem}.capacity-full p{font-size:1rem}}.active-presentation-notification{position:fixed;bottom:1.5rem;right:1.5rem;max-width:400px;background:#fffbeb;border:1px solid #fde68a;border-radius:12px;box-shadow:0 4px 12px #00000026;animation:slideIn .3s ease-out;z-index:1000}.notification-content{display:flex;align-items:flex-start;gap:.75rem;padding:1rem}.notification-icon{flex-shrink:0;font-size:1.25rem}.notification-text{flex:1}.notification-title{font-weight:600;color:#92400e;margin:0 0 .25rem;font-size:.9375rem}.notification-message{color:#78350f;margin:0;font-size:.875rem;line-height:1.4}.notification-error{color:#dc2626;margin:.5rem 0 0;font-size:.8125rem}.notification-dismiss{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:4px;cursor:pointer;font-size:1.25rem;line-height:1;color:#92400e;opacity:.6;transition:opacity .15s;padding:0}.notification-dismiss:hover{opacity:1}.notification-actions{display:flex;gap:.5rem;padding:0 1rem 1rem}.action-button{flex:1;padding:.5rem 1rem;font-size:.875rem;font-weight:500;border:none;border-radius:6px;cursor:pointer;transition:background-color .15s}.action-button:disabled{opacity:.6;cursor:not-allowed}.action-button.primary{background:#667eea;color:#fff}.action-button.primary:hover:not(:disabled){background:#5a67d8}.action-button.secondary{background:#f3f4f6;color:#374151}.action-button.secondary:hover:not(:disabled){background:#e5e7eb}.onboarding-survey-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.onboarding-survey-modal{background:#fff;border-radius:12px;box-shadow:0 20px 40px #00000026;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;position:relative}.onboarding-survey-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 0;border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem}.onboarding-survey-title{margin:0;font-size:1.5rem;font-weight:600;color:#111827}.onboarding-survey-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.25rem;line-height:1;border-radius:4px;transition:all .2s ease}.onboarding-survey-close:hover{background:#f3f4f6;color:#374151}.onboarding-survey-content{padding:0 1.5rem 1.5rem}.onboarding-survey-description{margin:0 0 1.5rem;color:#6b7280;line-height:1.6}.onboarding-survey-form{display:flex;flex-direction:column;gap:1.5rem}.onboarding-survey-fieldset{border:none;padding:0;margin:0}.onboarding-survey-legend{font-weight:600;color:#111827;margin-bottom:1rem;font-size:1rem}.onboarding-survey-options{display:grid;gap:.75rem}.onboarding-survey-option{display:flex;align-items:center;gap:.75rem;padding:.75rem;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease;background:#fff}.onboarding-survey-option:hover{border-color:#d1d5db;background:#f9fafb}.onboarding-survey-option:has(input:checked){border-color:#3b82f6;background:#eff6ff}.onboarding-survey-option input[type=radio]{margin:0;accent-color:#3b82f6}.onboarding-survey-option-label{color:#374151;font-weight:500;flex:1}.onboarding-survey-other{margin-top:1rem;padding:1rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.onboarding-survey-other-label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem}.onboarding-survey-other-input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:border-color .2s ease}.onboarding-survey-other-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.onboarding-survey-error{padding:.75rem;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:.875rem}.onboarding-survey-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e5e7eb}.onboarding-survey-skip{padding:.75rem 1.5rem;background:none;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;font-weight:500;cursor:pointer;transition:all .2s ease}.onboarding-survey-skip:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af;color:#374151}.onboarding-survey-submit{padding:.75rem 1.5rem;background:#3b82f6;border:1px solid #3b82f6;border-radius:6px;color:#fff;font-weight:600;cursor:pointer;transition:all .2s ease}.onboarding-survey-submit:hover:not(:disabled){background:#2563eb;border-color:#2563eb}.onboarding-survey-submit:disabled,.onboarding-survey-skip:disabled{opacity:.6;cursor:not-allowed}@media(max-width:640px){.onboarding-survey-overlay{padding:.5rem}.onboarding-survey-modal{max-height:95vh}.onboarding-survey-header{padding:1rem 1rem 0;margin-bottom:1rem}.onboarding-survey-content{padding:0 1rem 1rem}.onboarding-survey-title{font-size:1.25rem}.onboarding-survey-actions{flex-direction:column-reverse}.onboarding-survey-skip,.onboarding-survey-submit{width:100%;justify-content:center}}.quota-status{background:var(--color-surface, #f5f5f5);border:1px solid var(--color-border, #e0e0e0);border-radius:8px;padding:20px;margin:20px 0}.quota-status__title{font-size:18px;font-weight:600;margin:0 0 8px;color:var(--color-text-primary, #333)}.quota-status__reset-date{font-size:12px;color:var(--color-text-secondary, #666);margin:0 0 16px}.quota-item{margin-bottom:20px}.quota-item:last-child{margin-bottom:0}.quota-item__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.quota-item__label{font-size:14px;font-weight:500;color:var(--color-text-primary, #333);margin:0}.quota-item__value{font-size:14px;font-weight:600;color:var(--color-text-secondary, #666)}.quota-bar{height:8px;background:var(--color-border, #e0e0e0);border-radius:4px;overflow:hidden;margin-bottom:6px}.quota-bar__fill{height:100%;background:var(--color-success, #4caf50);transition:background-color .3s ease,width .3s ease}.quota-bar--ok .quota-bar__fill{background:var(--color-success, #4caf50)}.quota-bar--warning .quota-bar__fill{background:var(--color-warning, #ff9800)}.quota-bar--exhausted .quota-bar__fill{background:var(--color-error, #f44336)}.quota-item__remaining{font-size:12px;color:var(--color-text-secondary, #666);margin:0}.quota-status__warning{background:var(--color-error-light, #ffebee);border:1px solid var(--color-error, #f44336);border-radius:4px;padding:12px;margin-top:16px}.quota-status__warning p{font-size:14px;color:var(--color-error, #f44336);margin:0}@media(max-width:768px){.quota-status{padding:16px;margin:16px 0}.quota-status__title{font-size:16px}.quota-item__label,.quota-item__value{font-size:13px}}.start-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:flex-start;justify-content:center;z-index:2000;padding:2rem 1rem;overflow-y:auto}.start-modal{background:#fff;border-radius:16px;box-shadow:0 12px 40px #0003;width:min(400px,calc(100vw - 2rem));position:relative;margin-top:4rem}.start-modal--expanded{width:min(520px,calc(100vw - 2rem))}.start-modal-close{position:absolute;top:.75rem;right:.75rem;background:none;border:none;font-size:1.5rem;color:#9ca3af;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;line-height:1;transition:all .15s ease}.start-modal-close:hover:not(:disabled){color:#6b7280;background:#f3f4f6}.start-modal-close:disabled{opacity:.5;cursor:not-allowed}.start-modal-logo{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem 1.5rem 1rem}.start-modal-logo-icon{width:36px;height:36px;object-fit:contain}.start-modal-logo-text{font-size:1.5rem;font-weight:700;color:#1f2937;letter-spacing:-.02em}.start-modal-content{padding:0 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.start-modal-btn{padding:.625rem 1.5rem;font-size:.9375rem;font-weight:500;border-radius:10px;cursor:pointer;transition:all .15s ease;border:none}.start-modal-btn:disabled{opacity:.6;cursor:not-allowed}.start-modal-btn--primary{background:var(--primary);color:#fff}.start-modal-btn--primary:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px)}.start-modal-btn--hero{padding:1rem 2rem;font-size:1.25rem;font-weight:600;border-radius:12px;letter-spacing:.01em}.start-modal-field{display:flex;flex-direction:column;gap:.25rem}.start-modal-field input,.start-modal-field textarea{width:100%;padding:.75rem 1rem;font-size:.9375rem;font-family:inherit;border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb;transition:all .15s ease;resize:none}.start-modal-field input:focus,.start-modal-field textarea:focus{outline:none;border-color:var(--primary);background:#fff;box-shadow:0 0 0 3px #3b82f61a}.start-modal-field input::placeholder,.start-modal-field textarea::placeholder{color:#9ca3af}.start-modal-field input:disabled,.start-modal-field textarea:disabled{background:#f3f4f6;cursor:not-allowed}.start-modal-field--context textarea{min-height:190px;line-height:1.5}.start-modal-field-hint{font-size:.75rem;color:#9ca3af;padding-left:.25rem}.start-modal-advanced-section{border-top:1px solid #e5e7eb}.start-modal-advanced-toggle{display:flex;align-items:center;gap:.5rem;width:100%;padding:.875rem 1.5rem;background:none;border:none;font-size:.875rem;color:#6b7280;cursor:pointer;text-align:left;transition:background-color .15s ease}.start-modal-advanced-toggle:hover{background:#f9fafb}.start-modal-advanced-arrow{font-size:1rem;transition:transform .2s ease;color:#9ca3af}.start-modal-advanced-arrow--open{transform:rotate(90deg)}.start-modal-advanced-content{padding:0 1.5rem 1.5rem;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.start-modal-toggles{display:flex;gap:1.5rem;margin-bottom:1.25rem;flex-wrap:wrap}.start-modal-toggle{display:flex;align-items:center;gap:.625rem}.start-modal-switch{position:relative;display:inline-block;width:40px;height:22px;flex-shrink:0}.start-modal-switch input{opacity:0;width:0;height:0}.start-modal-switch-slider{position:absolute;cursor:pointer;inset:0;background-color:#d1d5db;border-radius:22px;transition:background-color .2s ease}.start-modal-switch-slider:before{position:absolute;content:"";height:16px;width:16px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:transform .2s ease;box-shadow:0 1px 3px #0003}.start-modal-switch input:checked+.start-modal-switch-slider{background-color:var(--primary)}.start-modal-switch input:checked+.start-modal-switch-slider:before{transform:translate(18px)}.start-modal-switch input:focus-visible+.start-modal-switch-slider{outline:3px solid rgba(59,130,246,.3);outline-offset:2px}.start-modal-toggle-text{font-size:.875rem;color:#374151}.start-modal-theme-section{margin-top:.25rem}.start-modal-theme-title{font-size:.875rem;font-weight:500;color:#374151;margin:0 0 .75rem}@media(max-width:480px){.start-modal-overlay{padding:1rem;align-items:flex-start}.start-modal{margin-top:2rem;border-radius:12px}.start-modal-logo{padding:1.25rem 1.25rem .75rem}.start-modal-logo-icon{width:32px;height:32px}.start-modal-logo-text{font-size:1.25rem}.start-modal-content{padding:0 1.25rem 1.25rem}.start-modal-btn--hero{width:100%;padding:.875rem 1.5rem;font-size:1.125rem}.start-modal-advanced-toggle{padding:.75rem 1.25rem}.start-modal-advanced-content{padding:0 1.25rem 1.25rem}.start-modal-toggles{flex-direction:column;gap:1rem}}.theme-picker{margin-top:1rem}.theme-picker-announcement{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.theme-picker-header{margin-bottom:1rem}.theme-auto-button{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;background:var(--bg-secondary, #f9fafb);border:2px solid var(--border-color, #e5e7eb);border-radius:.5rem;cursor:pointer;font-size:.875rem;font-weight:500;color:var(--text-primary, #1f2937);transition:all .2s ease;pointer-events:auto;position:relative;z-index:1}.theme-auto-button:hover:not(:disabled){border-color:var(--primary-color, #3b82f6);background:var(--bg-hover, #f3f4f6)}.theme-auto-button.selected{border-color:var(--primary-color, #3b82f6);background:#3b82f61a;color:var(--primary-color, #3b82f6)}.theme-auto-button:focus,.theme-auto-button.focused{outline:none;box-shadow:0 0 0 3px #3b82f64d;border-color:var(--primary-color, #3b82f6)}.theme-auto-button:disabled{opacity:.5;cursor:not-allowed}.auto-icon{font-size:1rem}.auto-text{font-weight:500}.theme-category{margin-bottom:1rem}.theme-category:last-child{margin-bottom:0}.theme-category-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary, #6b7280);margin:0 0 .5rem}.theme-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.5rem}.theme-preview{display:flex;flex-direction:column;align-items:center;gap:.375rem;padding:.5rem;background:transparent;border:2px solid transparent;border-radius:.5rem;cursor:pointer;transition:all .2s ease;pointer-events:auto;position:relative;z-index:1}.theme-preview:hover:not(:disabled){background:var(--bg-hover, #f3f4f6);border-color:var(--border-color, #e5e7eb)}.theme-preview.selected{border-color:var(--primary-color, #3b82f6);background:#3b82f60d}.theme-preview:focus,.theme-preview.focused{outline:none;box-shadow:0 0 0 3px #3b82f64d;border-color:var(--primary-color, #3b82f6)}.theme-preview:disabled{opacity:.5;cursor:not-allowed}.theme-swatch{width:48px;height:48px;border-radius:.375rem;box-shadow:0 1px 3px #0000001a}.theme-name{font-size:.625rem;font-weight:500;color:var(--text-secondary, #6b7280);text-align:center;line-height:1.2;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-preview.selected .theme-name{color:var(--primary-color, #3b82f6)}@media(max-width:480px){.theme-grid{grid-template-columns:repeat(auto-fill,minmax(70px,1fr));gap:.375rem}.theme-swatch{width:40px;height:40px}.theme-name{font-size:.5625rem}}@media(min-width:640px){.theme-grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr))}.theme-swatch{width:56px;height:56px}}.dashboard{min-height:calc(100dvh - var(--app-header-height));background:linear-gradient(180deg,#f0f9ff,#e0f2fe);padding:2rem}.dashboard-start{width:min(var(--max-content-width),calc(100vw - 4rem));margin:0 auto 2rem;text-align:center;padding:3rem 1rem}.dashboard-start__content{max-width:500px;margin:0 auto}.dashboard-start__title{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.dashboard-start__subtitle{font-size:1.125rem;color:#6b7280;margin:0 0 2rem}.dashboard-start__btn{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;background:var(--primary);color:#fff;border:none;border-radius:50px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 15px #3b82f64d}.dashboard-start__btn:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.dashboard-start__btn:focus-visible{outline:3px solid var(--primary);outline-offset:3px}.dashboard-start__icon{font-size:1rem}.dashboard-loading,.dashboard-error{text-align:center;padding:2rem;color:#6b7280}.loading-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.dashboard-content{width:min(var(--max-content-width),calc(100vw - 4rem));margin:0 auto}.dashboard-section{margin-bottom:2rem}.dashboard-section__title{font-size:1.125rem;font-weight:600;color:#374151;margin:0 0 1rem;padding-left:.5rem}.dashboard-empty{color:#6b7280;text-align:center;padding:2rem;background:#fff;border-radius:var(--card-radius);box-shadow:0 1px 3px #0000001a}.dashboard-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.dashboard-card{display:flex;justify-content:space-between;align-items:center;background:#fff;border-radius:var(--card-radius);padding:1.25rem 1.5rem;box-shadow:0 1px 3px #0000001a;transition:all .2s ease}.dashboard-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.dashboard-card--live{border-left:4px solid #22c55e}.dashboard-card__info{flex:1;min-width:0}.dashboard-card__title{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 .5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-card__meta{display:flex;align-items:center;gap:1rem;font-size:.875rem;color:#6b7280}.dashboard-badge{display:inline-flex;align-items:center;padding:.25rem .625rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.dashboard-badge--live{background:#dcfce7;color:#166534}.dashboard-badge--live:before{content:"";width:6px;height:6px;background:#22c55e;border-radius:50%;margin-right:.375rem;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.dashboard-card__actions{display:flex;gap:.5rem;flex-shrink:0;margin-left:1rem}.dashboard-btn{padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:6px;cursor:pointer;transition:all .15s ease;min-height:36px}.dashboard-btn--primary{background:var(--primary);color:#fff;border:none}.dashboard-btn--primary:hover{background:var(--primary-hover)}.dashboard-btn--secondary{background:#f3f4f6;color:#374151;border:none}.dashboard-btn--secondary:hover{background:#e5e7eb}.dashboard-btn--danger{background:var(--danger);color:#fff;border:none}.dashboard-btn--danger:hover{background:var(--danger-hover)}@media(max-width:768px){.dashboard{padding:1.5rem 1rem}.dashboard-start{padding:2rem 1rem}.dashboard-start__title{font-size:1.5rem}.dashboard-start__subtitle{font-size:1rem}.dashboard-start__btn{padding:.875rem 2rem;font-size:1rem}}@media(max-width:640px){.dashboard-card{flex-direction:column;align-items:flex-start;gap:1rem}.dashboard-card__actions{width:100%;margin-left:0}.dashboard-btn{flex:1}.dashboard-card__meta{flex-wrap:wrap;gap:.5rem}}@media(min-width:1024px){.dashboard{padding:2.5rem 3rem}.dashboard-start{padding:4rem 2rem}.dashboard-start__title{font-size:2.5rem}.dashboard-start__subtitle{font-size:1.25rem}.dashboard-start__btn{padding:1.125rem 3rem;font-size:1.25rem}.dashboard-section__title{font-size:1.25rem}.dashboard-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1rem}.dashboard-card{padding:1.5rem 2rem}}.email-verification-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.email-verification-card{background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000001a;padding:40px;width:100%;max-width:500px;text-align:center}.email-verification-header{margin-bottom:30px}.email-verification-header h1{font-size:2.5rem;font-weight:700;color:#2d3748;margin:0 0 8px}.email-verification-header .tagline{color:#718096;font-size:1rem;margin:0}.email-verification-content{text-align:left}.verification-status{text-align:center;margin-bottom:30px}.verification-status h2{font-size:1.5rem;font-weight:600;color:#2d3748;margin:0 0 16px}.verification-status p{color:#4a5568;font-size:1rem;line-height:1.5;margin:0 0 16px}.verification-status.success,.verification-status.success h2{color:#38a169}.success-icon{width:60px;height:60px;background:#38a169;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;margin:0 auto 20px}.verification-status.error,.verification-status.error h2{color:#e53e3e}.error-icon{width:60px;height:60px;background:#e53e3e;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;margin:0 auto 20px}.spinner{width:60px;height:60px;border:4px solid #e2e8f0;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}.resend-section{background:#f7fafc;border-radius:8px;padding:24px;margin:24px 0;text-align:left}.resend-section h3{font-size:1.125rem;font-weight:600;color:#2d3748;margin:0 0 16px}.resend-form{margin-top:16px}.form-group{margin-bottom:20px}.form-group label{display:block;font-weight:500;color:#2d3748;margin-bottom:6px;font-size:.875rem}.form-group input{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .2s ease;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.btn-primary{background:#667eea;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease;width:100%;margin-bottom:12px}.btn-primary:hover:not(:disabled){background:#5a67d8}.btn-primary:disabled{background:#a0aec0;cursor:not-allowed}.btn-secondary{background:transparent;color:#667eea;border:2px solid #667eea;padding:12px 24px;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;width:100%}.btn-secondary:hover{background:#667eea;color:#fff}.success-message{background:#f0fff4;border:1px solid #9ae6b4;color:#276749;padding:12px 16px;border-radius:8px;margin:16px 0;font-size:.875rem}.error-message{background:#fed7d7;border:1px solid #feb2b2;color:#c53030;padding:12px 16px;border-radius:8px;margin:16px 0;font-size:.875rem}.redirect-notice{font-style:italic;color:#718096;font-size:.875rem;margin:16px 0}@media(max-width:640px){.email-verification-container{padding:16px}.email-verification-card{padding:24px}.email-verification-header h1{font-size:2rem}}.forgot-password-form{background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-width:480px;width:100%;padding:2rem}.forgot-password-header{text-align:center;margin-bottom:2rem}.forgot-password-title{margin:0 0 .5rem;font-size:1.5rem;font-weight:600;color:#111827}.forgot-password-description{margin:0;font-size:1rem;color:#6b7280;line-height:1.5}.forgot-password-form-content{display:flex;flex-direction:column;gap:1.5rem}.forgot-password-field{display:flex;flex-direction:column;gap:.5rem}.forgot-password-label{font-size:.875rem;font-weight:500;color:#374151}.forgot-password-input{padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;transition:all .15s ease;background:#fff;width:100%}.forgot-password-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.forgot-password-input:disabled{background:#f3f4f6;color:#6b7280;cursor:not-allowed}.forgot-password-input-error{border-color:#dc2626}.forgot-password-input-error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.forgot-password-field-error{font-size:.875rem;color:#dc2626;margin-top:.25rem}.forgot-password-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem;border-radius:6px;font-size:.875rem;text-align:center}.forgot-password-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.forgot-password-submit{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.forgot-password-submit:hover:not(:disabled){background:#2563eb}.forgot-password-submit:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.forgot-password-submit:disabled{opacity:.6;cursor:not-allowed}.forgot-password-back-to-login{background:transparent;color:#6b7280;border:1px solid #d1d5db;padding:.75rem 1.5rem;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .15s ease}.forgot-password-back-to-login:hover:not(:disabled){background:#f9fafb;color:#374151;border-color:#9ca3af}.forgot-password-back-to-login:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.forgot-password-back-to-login:disabled{opacity:.6;cursor:not-allowed}.forgot-password-loading{display:flex;align-items:center;gap:.5rem}.forgot-password-spinner{width:1rem;height:1rem;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}.forgot-password-info{margin:2rem 0;padding:1.5rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px}.forgot-password-security-title{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#374151}.forgot-password-security-list{margin:0;padding-left:1.25rem;color:#6b7280}.forgot-password-security-list li{margin-bottom:.5rem;line-height:1.4;font-size:.875rem}.forgot-password-security-list li:last-child{margin-bottom:0}.forgot-password-footer{border-top:1px solid #e5e7eb;padding-top:1.5rem;margin-top:2rem;text-align:center}.forgot-password-help{font-size:.875rem;color:#6b7280;margin:0;line-height:1.4}.forgot-password-link-button{background:none;border:none;color:#3b82f6;text-decoration:underline;cursor:pointer;font-size:inherit;padding:0;margin:0}.forgot-password-link-button:hover:not(:disabled){color:#2563eb}.forgot-password-link-button:disabled{opacity:.6;cursor:not-allowed}.forgot-password-success-state{text-align:center;padding:2rem 0}.forgot-password-success-icon{font-size:4rem;margin-bottom:1.5rem}.forgot-password-success-title{margin:0 0 1rem;font-size:1.5rem;font-weight:600;color:#111827}.forgot-password-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;padding:.75rem;border-radius:6px;font-size:.875rem;text-align:center;margin-bottom:1.5rem}.forgot-password-success-instructions{margin:1rem 0}.forgot-password-success-instructions p{margin:.5rem 0;font-size:1rem;color:#374151;line-height:1.5}.forgot-password-success-instructions strong{color:#111827;font-weight:600}.forgot-password-success-actions{margin:2rem 0}.forgot-password-success-help{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.forgot-password-success-help p{font-size:.875rem;color:#6b7280;margin:0;line-height:1.4}@media(max-width:640px){.forgot-password-form{padding:1.5rem;margin:1rem}.forgot-password-title,.forgot-password-success-title{font-size:1.25rem}.forgot-password-actions{gap:.5rem}.forgot-password-info{padding:1rem}.forgot-password-success-icon{font-size:3rem}}@media(prefers-reduced-motion:reduce){.forgot-password-input,.forgot-password-submit,.forgot-password-back-to-login{transition:none}.forgot-password-spinner{animation:none}}@media(prefers-contrast:high){.forgot-password-form,.forgot-password-input{border:2px solid #000000}.forgot-password-input:focus{border:2px solid #0066cc}.forgot-password-info{border:2px solid #000000}.forgot-password-success{border:2px solid #166534}.forgot-password-error{border:2px solid #dc2626}}.forgot-password-input:focus,.forgot-password-submit:focus-visible,.forgot-password-back-to-login:focus-visible,.forgot-password-link-button:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.forgot-password-field-error[role=alert],.forgot-password-error[role=alert],.forgot-password-success[role=status]{position:relative}.forgot-password-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.forgot-password-page-container{display:flex;flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:500px}.forgot-password-page-header{text-align:center;color:#fff;margin-bottom:1rem}.forgot-password-page-header h1{font-size:2.5rem;font-weight:700;margin:0 0 .5rem}.forgot-password-page-header .tagline{font-size:1rem;margin:0;opacity:.9}@media(max-width:640px){.forgot-password-page{padding:16px}.forgot-password-page-header h1{font-size:2rem}}.policy-acceptance-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.policy-acceptance-page-container{background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000001a;width:100%;max-width:800px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.policy-acceptance-page-header{text-align:center;padding:40px 40px 20px;border-bottom:1px solid #e5e7eb}.policy-acceptance-page-header h1{font-size:2.5rem;font-weight:700;color:#1f2937;margin:0 0 8px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.policy-acceptance-page-header .tagline{color:#6b7280;font-size:1rem;margin:0}.policy-acceptance-content{flex:1;overflow-y:auto;padding:40px}.policy-acceptance-intro{text-align:center;margin-bottom:40px}.policy-acceptance-intro h2{font-size:1.75rem;font-weight:600;color:#1f2937;margin:0 0 16px}.policy-acceptance-intro p{color:#6b7280;font-size:1rem;line-height:1.6;max-width:600px;margin:0 auto}.policy-acceptance-form{display:flex;flex-direction:column;gap:32px}.policy-acceptance-page .policy-section{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.policy-acceptance-page .policy-header{background:#f9fafb;padding:16px 20px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.policy-acceptance-page .policy-header h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0}.policy-acceptance-page .policy-version{background:#667eea;color:#fff;padding:4px 12px;border-radius:12px;font-size:.875rem;font-weight:500}.policy-acceptance-page .policy-content{max-height:200px;overflow-y:auto;padding:20px;background:#fff}.policy-acceptance-page .policy-text{color:#374151;font-size:.875rem;line-height:1.6}.policy-acceptance-page .policy-text h1,.policy-acceptance-page .policy-text h2,.policy-acceptance-page .policy-text h3,.policy-acceptance-page .policy-text h4,.policy-acceptance-page .policy-text h5,.policy-acceptance-page .policy-text h6{color:#1f2937;margin-top:1.5em;margin-bottom:.5em}.policy-acceptance-page .policy-text h1:first-child,.policy-acceptance-page .policy-text h2:first-child,.policy-acceptance-page .policy-text h3:first-child,.policy-acceptance-page .policy-text h4:first-child,.policy-acceptance-page .policy-text h5:first-child,.policy-acceptance-page .policy-text h6:first-child{margin-top:0}.policy-acceptance-page .policy-text p{margin-bottom:1em}.policy-acceptance-page .policy-text ul,.policy-acceptance-page .policy-text ol{margin-bottom:1em;padding-left:1.5em}.policy-acceptance-page .policy-text li{margin-bottom:.5em}.policy-acceptance-checkbox{padding:16px 20px;background:#f9fafb;border-top:1px solid #e5e7eb}.policy-acceptance-page .checkbox-label{display:flex;align-items:flex-start;gap:12px;cursor:pointer;font-size:.875rem;line-height:1.5}.policy-acceptance-page .checkbox-label input[type=checkbox]{width:18px;height:18px;margin:2px 0 0;cursor:pointer;accent-color:#667eea;flex-shrink:0}.policy-acceptance-page .checkbox-label input[type=checkbox]:disabled{opacity:.5;cursor:not-allowed}.policy-acceptance-page .checkbox-text{color:#374151;font-weight:500}.policy-acceptance-error-message{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:6px;font-size:.875rem;margin-top:16px}.policy-acceptance-actions{margin-top:32px;display:flex;justify-content:center}.policy-acceptance-submit{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:14px 32px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:200px}.policy-acceptance-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 16px #667eea4d}.policy-acceptance-submit:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.policy-acceptance-loading-text{display:flex;align-items:center;justify-content:center;gap:8px}.policy-acceptance-spinner-small{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.policy-acceptance-info{margin-top:32px;text-align:center}.policy-acceptance-note{color:#6b7280;font-size:.875rem;line-height:1.5;max-width:500px;margin:0 auto}.policy-acceptance-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 40px;gap:16px}.policy-acceptance-spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}.policy-acceptance-loading p{color:#6b7280;font-size:1rem;margin:0}.policy-acceptance-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 40px;text-align:center;gap:16px}.policy-acceptance-error h2{color:#dc2626;font-size:1.5rem;font-weight:600;margin:0}.policy-acceptance-error p{color:#6b7280;font-size:1rem;line-height:1.6;margin:0;max-width:400px}.policy-acceptance-retry-button{background:#667eea;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.policy-acceptance-retry-button:hover{background:#5a67d8}@media(max-width:768px){.policy-acceptance-page{padding:10px}.policy-acceptance-page-container{max-height:95vh}.policy-acceptance-page-header{padding:30px 20px 15px}.policy-acceptance-page-header h1{font-size:2rem}.policy-acceptance-content{padding:30px 20px}.policy-acceptance-intro h2{font-size:1.5rem}.policy-acceptance-page .policy-header{padding:12px 16px;flex-direction:column;align-items:flex-start;gap:8px}.policy-acceptance-page .policy-content{padding:16px;max-height:150px}.policy-acceptance-checkbox{padding:12px 16px}.policy-acceptance-submit{padding:12px 24px;font-size:.875rem;min-width:180px}}@media(max-width:480px){.policy-acceptance-page-header h1{font-size:1.75rem}.policy-acceptance-intro h2{font-size:1.25rem}.policy-acceptance-page .policy-content{max-height:120px}.policy-acceptance-submit{width:100%;min-width:auto}}.overview{min-height:calc(100vh - var(--app-header-height));background:linear-gradient(180deg,#e8f4fc,#d4e8f7);display:flex;flex-direction:column}.overview--loading,.overview--error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;text-align:center;padding:2rem;min-height:calc(100vh - var(--app-header-height))}.loading-spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite}.overview-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:linear-gradient(90deg,#4a6fa5,#6b8cbe);color:#fff}.overview-header__left{display:flex;align-items:center;gap:1rem}.overview-header__title{font-size:1.5rem;font-weight:600;margin:0}.overview-header__badge{background:#fff3;padding:.25rem .75rem;border-radius:4px;font-size:.875rem}.overview-header__actions{display:flex;gap:.5rem}.overview-action-btn{display:flex;align-items:center;gap:.375rem;padding:.5rem 1rem;background:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;transition:background .15s}.overview-action-btn:hover{background:#f3f4f6}.overview-action-btn__icon{font-size:1rem}.overview-layout{display:grid;grid-template-columns:1fr 300px;gap:1.5rem;padding:1.5rem;flex:1}.overview-main{display:flex;flex-direction:column;gap:1rem}.overview-playback{background:#fff;border-radius:12px;padding:1rem 1.5rem;box-shadow:0 1px 3px #00000014}.overview-playback__label{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.75rem}.overview-playback__controls{display:flex;align-items:center;gap:1rem}.overview-playback__timeline{flex:1;height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden}.overview-playback__progress{height:100%;background:var(--primary);border-radius:3px}.overview-playback__buttons{display:flex;align-items:center;gap:.25rem}.overview-playback__btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border:none;border-radius:6px;cursor:pointer;font-size:.75rem;color:#6b7280}.overview-playback__btn:hover{background:#e5e7eb}.overview-playback__btn--play{background:var(--primary);color:#fff}.overview-playback__btn--play:hover{background:var(--primary-hover)}.overview-playback__speed{padding:.375rem .5rem;border:1px solid #e5e7eb;border-radius:4px;font-size:.75rem;background:#fff}.overview-tabs-section{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;overflow:hidden}.overview-tabs{display:flex;align-items:center;gap:0;padding:0 1rem;border-bottom:1px solid #e5e7eb}.overview-tab{display:flex;align-items:center;gap:.375rem;padding:.875rem 1rem;background:none;border:none;border-bottom:2px solid transparent;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;margin-bottom:-1px}.overview-tab:hover{color:#374151}.overview-tab--active{color:var(--primary);border-bottom-color:var(--primary)}.overview-tab__icon{font-size:1rem}.overview-tabs__info{margin-left:auto;font-size:.8125rem;color:#9ca3af}.overview-table-wrapper{padding:0}.overview-table{width:100%;border-collapse:collapse;font-size:.875rem}.overview-table th{text-align:left;padding:.75rem 1rem;font-weight:600;color:#374151;background:#f9fafb;border-bottom:1px solid #e5e7eb}.overview-table td{padding:.75rem 1rem;border-bottom:1px solid #f3f4f6;color:#374151}.overview-table tr:hover td{background:#f9fafb}.overview-table__time{font-family:SF Mono,monospace;color:#6b7280;font-size:.8125rem}.overview-table__summary{max-width:300px}.overview-table__model{color:#6b7280;font-size:.8125rem}.overview-table__cost{font-family:SF Mono,monospace;color:var(--primary);font-size:.8125rem}.overview-trigger{display:inline-block;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.overview-trigger--magic-words{background:#fef3c7;color:#92400e}.overview-trigger--automatic{background:#dbeafe;color:#1e40af}.overview-trigger--manual{background:#f3e8ff;color:#6b21a8}.overview-pagination{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-top:1px solid #e5e7eb;background:#f9fafb}.overview-pagination__btn{padding:.5rem .75rem;background:#fff;border:1px solid #e5e7eb;border-radius:6px;font-size:.8125rem;color:#374151;cursor:pointer}.overview-pagination__btn:hover:not(:disabled){background:#f3f4f6}.overview-pagination__btn:disabled{opacity:.5;cursor:not-allowed}.overview-pagination__info{font-size:.8125rem;color:#6b7280}.overview-pagination__pages{display:flex;gap:.25rem}.overview-pagination__page{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;font-size:.8125rem;cursor:pointer}.overview-pagination__page:hover{background:#f3f4f6}.overview-pagination__page--active{background:var(--primary);color:#fff;border-color:var(--primary)}.overview-placeholder{padding:3rem;text-align:center;color:#6b7280}.overview-rail{display:flex;flex-direction:column;gap:1rem}.overview-metrics{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 1px 3px #00000014}.overview-metrics__title{font-size:1rem;font-weight:600;color:#374151;margin:0 0 1rem}.overview-metric{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.75rem}.overview-metric:last-child{margin-bottom:0}.overview-metric__value{font-size:1.5rem;font-weight:700;color:#1e293b}.overview-metric__label{font-size:.875rem;color:#6b7280}.overview-metric__secondary{font-size:.875rem;color:var(--primary)}.overview-thumbnails{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.overview-thumbnail{aspect-ratio:16/9;border-radius:6px;overflow:hidden;background:#e5e7eb}.overview-thumbnail img{width:100%;height:100%;object-fit:cover}.overview-thumbnail__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600;font-size:.875rem}.overview-mini-controls{display:flex;justify-content:center;gap:.5rem;padding:.75rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014}.overview-mini-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border:none;border-radius:6px;cursor:pointer;font-size:.875rem}.overview-mini-btn:hover{background:#e5e7eb}@media(max-width:900px){.overview-layout{grid-template-columns:1fr}.overview-rail{flex-direction:row;flex-wrap:wrap}.overview-metrics{flex:1;min-width:200px}.overview-thumbnails{flex:2;min-width:300px}}@media(max-width:768px){.overview-header{flex-direction:column;align-items:flex-start;gap:.75rem}.overview-header__actions{width:100%;flex-wrap:wrap}.overview-action-btn{flex:1;justify-content:center}.overview-layout{padding:1rem;gap:1rem}.overview-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.overview-tabs__info{display:none}.overview-table{font-size:.8125rem}.overview-table th,.overview-table td{padding:.5rem .75rem}.overview-table__summary{max-width:150px}}@media(max-width:480px){.overview-header__title{font-size:1.25rem}.overview-playback__buttons{flex-wrap:wrap}.overview-pagination{flex-wrap:wrap;gap:.5rem}.overview-thumbnails{grid-template-columns:repeat(2,1fr)}}@media(min-width:1200px){.overview-layout{grid-template-columns:1fr 340px;gap:2rem;padding:2rem;max-width:1400px;margin:0 auto}.overview-header{padding:1.25rem 2rem}.overview-header__title{font-size:1.75rem}.overview-playback{padding:1.25rem 2rem}.overview-table th,.overview-table td{padding:1rem 1.25rem}.overview-table__summary{max-width:400px}.overview-metrics{padding:1.5rem}.overview-metric__value{font-size:2rem}}.policy-page{height:100vh;height:100dvh;width:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;overflow:hidden}.policy-container{flex:1;width:100%;max-width:1240px;margin:0 auto;min-height:0;padding:2.25rem 3.5rem;display:flex;flex-direction:column}.policy-header{flex-shrink:0;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.2)}.policy-back-button{background:none;border:none;color:#ffffffe6;cursor:pointer;font-size:.9rem;padding:.5rem 0;margin-bottom:1rem;display:inline-block;transition:opacity .2s}.policy-back-button:hover{opacity:.7}.policy-header h1{font-size:2.15rem;margin:0 0 .5rem;color:#fff;font-weight:700}.policy-version{display:inline-block;font-size:.8rem;color:#667eea;background:#fff;padding:.15rem .5rem;border-radius:4px;margin-right:.75rem;font-weight:600}.policy-date{display:inline-block;font-size:.85rem;color:#ffffffb3}.policy-content{flex:1;min-height:0;overflow-y:auto;line-height:1.85;color:#2d3748;font-size:1.075rem;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 20px 40px #0000001a;-webkit-overflow-scrolling:touch}.policy-content::-webkit-scrollbar{width:8px}.policy-content::-webkit-scrollbar-track{background:#f7fafc;border-radius:4px}.policy-content::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.policy-content::-webkit-scrollbar-thumb:hover{background:#a0aec0}.policy-loading,.policy-error{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1rem;color:#fffc}.policy-error h1{color:#fff;margin-bottom:1rem}.policy-error p{margin-bottom:1.5rem}.policy-error .policy-back-button{background:#fff;color:#667eea;padding:.75rem 1.5rem;border-radius:6px;font-size:1rem;font-weight:500}@media(max-width:1024px){.policy-container{padding:1.5rem 2rem}}@media(max-width:768px){.policy-container{padding:1rem}.policy-header h1{font-size:1.5rem}.policy-content{font-size:1rem;padding:1.5rem}}@media(max-width:480px){.policy-container{padding:.75rem}.policy-header h1{font-size:1.25rem}.policy-content{font-size:.9rem;line-height:1.6;padding:1rem;border-radius:8px}}.reset-password-form{background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-width:480px;width:100%;padding:2rem}.reset-password-header{text-align:center;margin-bottom:2rem}.reset-password-title{margin:0 0 .5rem;font-size:1.5rem;font-weight:600;color:#111827}.reset-password-description{margin:0;font-size:1rem;color:#6b7280;line-height:1.5}.reset-password-form-content{display:flex;flex-direction:column;gap:1.5rem}.reset-password-field{display:flex;flex-direction:column;gap:.5rem}.reset-password-label{font-size:.875rem;font-weight:500;color:#374151}.reset-password-input-wrapper{position:relative;display:flex;align-items:center}.reset-password-input{padding:.75rem 3rem .75rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;transition:all .15s ease;background:#fff;width:100%}.reset-password-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.reset-password-input:disabled{background:#f3f4f6;color:#6b7280;cursor:not-allowed}.reset-password-input-error{border-color:#dc2626}.reset-password-input-error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.reset-password-toggle-visibility{position:absolute;right:.75rem;background:none;border:none;cursor:pointer;padding:.25rem;font-size:1rem;color:#6b7280;transition:color .15s ease}.reset-password-toggle-visibility:hover:not(:disabled){color:#374151}.reset-password-toggle-visibility:disabled{cursor:not-allowed;opacity:.5}.reset-password-field-error{font-size:.875rem;color:#dc2626;margin-top:.25rem}.reset-password-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem;border-radius:6px;font-size:.875rem;text-align:center}.reset-password-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.reset-password-submit{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.reset-password-submit:hover:not(:disabled){background:#2563eb}.reset-password-submit:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.reset-password-submit:disabled{opacity:.6;cursor:not-allowed}.reset-password-loading{display:flex;align-items:center;gap:.5rem}.reset-password-spinner{width:1rem;height:1rem;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}.reset-password-info{margin:2rem 0;padding:1.5rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px}.reset-password-security-title{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#374151}.reset-password-security-list{margin:0;padding-left:1.25rem;color:#6b7280}.reset-password-security-list li{margin-bottom:.5rem;line-height:1.4;font-size:.875rem}.reset-password-security-list li:last-child{margin-bottom:0}.reset-password-footer{border-top:1px solid #e5e7eb;padding-top:1.5rem;margin-top:2rem;text-align:center}.reset-password-help{font-size:.875rem;color:#6b7280;margin:0;line-height:1.4}.reset-password-success-state{text-align:center;padding:2rem 0}.reset-password-success-icon{font-size:4rem;margin-bottom:1.5rem}.reset-password-success-title{margin:0 0 1rem;font-size:1.5rem;font-weight:600;color:#111827}.reset-password-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;padding:.75rem;border-radius:6px;font-size:.875rem;text-align:center;margin-bottom:1.5rem}.reset-password-success-instructions{margin:1rem 0}.reset-password-success-instructions p{margin:.5rem 0;font-size:1rem;color:#374151;line-height:1.5}.reset-password-expired-state{text-align:center;padding:2rem 0}.reset-password-expired-icon{font-size:4rem;margin-bottom:1.5rem}.reset-password-expired-title{margin:0 0 1rem;font-size:1.5rem;font-weight:600;color:#111827}.reset-password-expired-description{margin:0 0 2rem;font-size:1rem;color:#6b7280;line-height:1.5}.reset-password-expired-actions{margin:2rem 0}.reset-password-request-new{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .15s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.reset-password-request-new:hover:not(:disabled){background:#2563eb}.reset-password-request-new:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.reset-password-request-new:disabled{opacity:.6;cursor:not-allowed}.reset-password-expired-help{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.reset-password-expired-help p{font-size:.875rem;color:#6b7280;margin:0;line-height:1.4}@media(max-width:640px){.reset-password-form{padding:1.5rem;margin:1rem}.reset-password-title,.reset-password-success-title,.reset-password-expired-title{font-size:1.25rem}.reset-password-actions{gap:.5rem}.reset-password-info{padding:1rem}.reset-password-success-icon,.reset-password-expired-icon{font-size:3rem}}@media(prefers-reduced-motion:reduce){.reset-password-input,.reset-password-submit,.reset-password-request-new,.reset-password-toggle-visibility{transition:none}.reset-password-spinner{animation:none}}@media(prefers-contrast:high){.reset-password-form,.reset-password-input{border:2px solid #000000}.reset-password-input:focus{border:2px solid #0066cc}.reset-password-info{border:2px solid #000000}.reset-password-success{border:2px solid #166534}.reset-password-error{border:2px solid #dc2626}}.reset-password-input:focus,.reset-password-submit:focus-visible,.reset-password-request-new:focus-visible,.reset-password-toggle-visibility:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.reset-password-field-error[role=alert],.reset-password-error[role=alert],.reset-password-success[role=status]{position:relative}.reset-password-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.reset-password-page-container{display:flex;flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:500px}.reset-password-page-header{text-align:center;color:#fff;margin-bottom:1rem}.reset-password-page-header h1{font-size:2.5rem;font-weight:700;margin:0 0 .5rem}.reset-password-page-header .tagline{font-size:1rem;margin:0;opacity:.9}@media(max-width:640px){.reset-password-page{padding:16px}.reset-password-page-header h1{font-size:2rem}}.v4-topbar{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--v4-border, #e2e8f0);background:#fffc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);flex-shrink:0;flex-wrap:wrap;gap:8px;position:relative;z-index:150}.v4-dark .v4-topbar{background:#111b2ecc}.v4-topbar__left{display:flex;align-items:center;gap:12px}.v4-topbar__logo{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;text-decoration:none;transition:transform .15s,box-shadow .15s}.v4-topbar__logo:hover{transform:scale(1.05)}.v4-topbar__logo:active{transform:scale(.98)}.v4-topbar__logo-img{width:36px;height:36px;object-fit:contain}.v4-topbar__title{font-size:15px;font-weight:600;max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.v4-topbar__badge-live{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:#10b9811f;border:1px solid rgba(16,185,129,.25);color:#065f46;font-size:11px;font-weight:700;letter-spacing:.5px}.v4-dark .v4-topbar__badge-live{color:#6ee7b7}.v4-topbar__badge-dot{width:6px;height:6px;border-radius:50%;background:var(--v4-success, #10b981);animation:v4-pulse 1.5s infinite}@keyframes v4-pulse{0%,to{opacity:1}50%{opacity:.4}}.v4-topbar__center{display:flex;align-items:center;gap:6px}.v4-topbar__portal-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;border:1px solid var(--v4-border, #e2e8f0);background:var(--v4-surface, #ffffff);cursor:pointer;font-size:12px;font-weight:600;color:var(--v4-text-primary, #0b1220);transition:all .15s}.v4-dark .v4-topbar__portal-btn{background:var(--v4-surface, #111b2e);color:var(--v4-text-primary, #e5eefc)}.v4-topbar__portal-btn:hover{background:#4f46e514;border-color:#4f46e540}.v4-topbar__portal-icon{display:flex;align-items:center;justify-content:center;opacity:.7}.v4-topbar__right{display:flex;align-items:center;gap:8px}.v4-topbar__timer{display:flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:var(--v4-surface, #ffffff);border:1px solid var(--v4-border, #e2e8f0);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:14px;font-weight:600;transition:all .3s;position:relative}.v4-dark .v4-topbar__timer{background:var(--v4-surface, #111b2e)}.v4-topbar__timer--warning{background:#fbbf241a;border-color:#fbbf2466;color:#92400e;animation:v4-timer-pulse-warning 2s infinite}.v4-dark .v4-topbar__timer--warning{color:#fbbf24;background:#fbbf2426}.v4-topbar__timer--danger{background:#ef444426;border-color:#ef444466;color:var(--v4-danger, #ef4444);animation:v4-timer-pulse-danger 1s infinite}.v4-dark .v4-topbar__timer--danger{background:#ef444433}.v4-topbar__timer--expired{background:#ef444433;border-color:#ef444480;color:var(--v4-danger, #ef4444);animation:v4-timer-pulse-danger .5s infinite}.v4-dark .v4-topbar__timer--expired{background:#ef444440}@keyframes v4-timer-pulse-warning{0%,to{opacity:1;box-shadow:0 0 #fbbf2400}50%{opacity:.85;box-shadow:0 0 8px 2px #fbbf244d}}@keyframes v4-timer-pulse-danger{0%,to{transform:scale(1);opacity:1;box-shadow:0 0 #ef444400}50%{transform:scale(1.02);opacity:.9;box-shadow:0 0 12px 3px #ef444466}}.v4-topbar__timer-icon{width:16px;height:16px}.v4-topbar__timer-display{min-width:60px;text-align:center}.v4-topbar__timer-target{font-size:11px;color:var(--v4-text-secondary, #64748b);margin-left:4px}.v4-topbar__timer-remaining{font-size:12px;color:var(--v4-text-secondary, #64748b);font-weight:500;transition:color .3s}.v4-topbar__timer--warning .v4-topbar__timer-remaining{color:#b45309;font-weight:600}.v4-dark .v4-topbar__timer--warning .v4-topbar__timer-remaining{color:#fcd34d}.v4-topbar__timer--danger .v4-topbar__timer-remaining,.v4-topbar__timer--expired .v4-topbar__timer-remaining{color:var(--v4-danger, #ef4444);font-weight:700}.v4-dark .v4-topbar__timer--danger .v4-topbar__timer-remaining,.v4-dark .v4-topbar__timer--expired .v4-topbar__timer-remaining{color:#fca5a5}.v4-topbar__timer-btn{width:22px;height:22px;border-radius:6px;border:1px solid var(--v4-border, #e2e8f0);background:var(--v4-surface, #ffffff);cursor:pointer;font-size:10px;display:grid;place-items:center}.v4-topbar__timer-btn:hover{background:#4f46e51a}.v4-topbar__timer-settings{position:absolute;top:100%;right:0;margin-top:8px;width:240px;background:var(--v4-surface, #ffffff);border:1px solid var(--v4-border, #e2e8f0);border-radius:14px;box-shadow:0 20px 60px #02061724;padding:12px;z-index:100}.v4-dark .v4-topbar__timer-settings{background:var(--v4-surface, #111b2e)}.v4-topbar__timer-presets{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.v4-topbar__timer-preset{padding:8px;border:1px solid var(--v4-border, #e2e8f0);border-radius:8px;background:var(--v4-surface, #ffffff);cursor:pointer;font-size:12px;font-weight:600;text-align:center;transition:all .15s}.v4-topbar__timer-preset:hover,.v4-topbar__timer-preset--active{background:#4f46e51a;border-color:#4f46e54d;color:var(--v4-accent, #4f46e5)}.v4-topbar__stat{display:flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:var(--v4-surface, #ffffff);border:1px solid var(--v4-border, #e2e8f0);font-size:12px;color:var(--v4-text-secondary, #64748b)}.v4-dark .v4-topbar__stat{background:var(--v4-surface, #111b2e)}.v4-topbar__stat b{color:var(--v4-text-primary, #0b1220)}.v4-dark .v4-topbar__stat b{color:var(--v4-text-primary, #e5eefc)}.v4-topbar__stat svg{color:var(--v4-text-secondary, #64748b)}.v4-topbar__icon-btn{width:34px;height:34px;border-radius:8px;border:1px solid var(--v4-border, #e2e8f0);background:var(--v4-surface, #ffffff);cursor:pointer;display:grid;place-items:center;transition:all .15s}.v4-dark .v4-topbar__icon-btn{background:var(--v4-surface, #111b2e)}.v4-topbar__icon-btn:hover{background:#4f46e514;border-color:#4f46e540}.v4-topbar__icon-btn svg{color:var(--v4-text-primary, #0b1220)}.v4-dark .v4-topbar__icon-btn svg{color:var(--v4-text-primary, #e5eefc)}.v4-topbar__icon-btn--active{background:#4f46e51a;border-color:#4f46e54d}.v4-topbar__icon-btn--active svg{color:var(--v4-accent, #4f46e5)}.v4-topbar__icon-btn--danger:hover{background:#ef444414;border-color:#ef444440}.v4-topbar__icon-btn--danger:hover svg{color:var(--v4-danger, #ef4444)}@media(max-width:1100px){.v4-topbar__timer-target{display:none}.v4-topbar__title{max-width:200px}}.v4-topbar__hamburger{display:none;width:34px;height:34px;border-radius:8px;border:1px solid var(--v4-border, #e2e8f0);background:var(--v4-surface, #ffffff);cursor:pointer;place-items:center;transition:all .15s}.v4-dark .v4-topbar__hamburger{background:var(--v4-surface, #111b2e)}.v4-topbar__hamburger:hover{background:#4f46e514;border-color:#4f46e540}.v4-topbar__hamburger svg{color:var(--v4-text-primary, #0b1220)}.v4-dark .v4-topbar__hamburger svg{color:var(--v4-text-primary, #e5eefc)}.v4-topbar__menu-backdrop{position:fixed;inset:0;background:#0000004d;z-index:9998}.v4-topbar__menu{position:fixed;top:60px;right:12px;width:280px;max-width:calc(100vw - 24px);background:var(--v4-surface, #ffffff);border:1px solid var(--v4-border, #e2e8f0);border-radius:14px;box-shadow:0 20px 60px #02061733;z-index:9999;overflow:hidden}.v4-dark .v4-topbar__menu{background:var(--v4-surface, #111b2e)}.v4-topbar__menu-section{padding:12px;border-bottom:1px solid var(--v4-border-light, #f1f5f9)}.v4-dark .v4-topbar__menu-section{border-bottom-color:var(--v4-border, #1e3a5f)}.v4-topbar__menu-section:last-child{border-bottom:none}.v4-topbar__menu-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--v4-text-tertiary, #94a3b8);margin-bottom:8px}.v4-topbar__menu-stats{display:flex;flex-direction:column;gap:6px}.v4-topbar__menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:none;border-radius:8px;background:transparent;cursor:pointer;font-size:14px;font-weight:500;color:var(--v4-text-primary, #0b1220);transition:all .15s;text-align:left}.v4-dark .v4-topbar__menu-item{color:var(--v4-text-primary, #e5eefc)}.v4-topbar__menu-item:hover{background:#4f46e514}.v4-topbar__menu-item--active{background:#4f46e51a;color:var(--v4-accent, #4f46e5)}.v4-topbar__menu-item--danger:hover{background:#ef444414;color:var(--v4-danger, #ef4444)}.v4-topbar__menu-check{margin-left:auto;color:var(--v4-accent, #4f46e5)}.v4-topbar__menu-share{display:flex;gap:6px}.v4-topbar__menu-share-input{flex:1;padding:8px 10px;border:1px solid var(--v4-border, #e2e8f0);border-radius:8px;background:var(--v4-surface, #ffffff);font-size:12px;color:var(--v4-text-primary, #0b1220);min-width:0}.v4-dark .v4-topbar__menu-share-input{background:#ffffff0d;color:var(--v4-text-primary, #e5eefc)}.v4-topbar__menu-share-btn{padding:8px 12px;border:1px solid var(--v4-accent, #4f46e5);border-radius:8px;background:var(--v4-accent, #4f46e5);color:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s;white-space:nowrap}.v4-topbar__menu-share-btn:hover{opacity:.9}.v4-topbar__desktop-controls{display:flex;align-items:center;gap:8px}@media(max-width:900px){.v4-topbar{padding:10px 14px}.v4-topbar__left{gap:8px}.v4-topbar__logo{width:28px;height:28px;border-radius:6px}.v4-topbar__title{max-width:160px;font-size:14px}.v4-topbar__badge-live{padding:3px 8px;font-size:10px}.v4-topbar__center,.v4-topbar__desktop-controls{display:none}.v4-topbar__hamburger{display:grid}}@media(max-width:700px){.v4-topbar{padding:8px 12px}.v4-topbar__left{flex:1;min-width:0}.v4-topbar__title{max-width:120px;font-size:13px}.v4-topbar__icon-btn--always,.v4-topbar__hamburger{width:30px;height:30px}.v4-topbar__menu{right:8px;width:calc(100vw - 16px)}}@media(max-width:400px){.v4-topbar__title{max-width:80px}.v4-topbar__badge-live{padding:2px 6px;font-size:9px}.v4-topbar__badge-live span:last-child{display:none}}.v4-col{display:flex;flex-direction:column;border-right:1px solid var(--v4-border, #e2e8f0);background:var(--v4-col-bg, #f1f5f9);overflow:hidden}.v4-dark .v4-col{background:var(--v4-col-bg, #0a1018);border-color:var(--v4-border, #1e3a5f)}.v4-gauges-col{flex-shrink:0;min-width:0}.v4-col-header{padding:10px 14px;border-bottom:1px solid var(--v4-border, #e2e8f0);background:var(--v4-surface, #ffffff);font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--v4-text-secondary, #64748b);flex-shrink:0;display:flex;justify-content:space-between;align-items:center}.v4-dark .v4-col-header{background:var(--v4-surface, #111b2e)}.v4-col-collapse-btn{width:22px;height:22px;border-radius:6px;border:1px solid var(--v4-border, #e2e8f0);background:var(--v4-surface, #ffffff);cursor:pointer;font-size:14px;display:grid;place-items:center;color:var(--v4-text-secondary, #64748b);transition:all .15s;flex-shrink:0}.v4-dark .v4-col-collapse-btn{background:var(--v4-surface, #111b2e)}.v4-col-collapse-btn:hover{background:#ef44441a;color:var(--v4-danger, #ef4444)}.v4-left-stack{flex:1;display:flex;flex-direction:column;padding:12px;gap:12px;overflow-y:auto}.v4-card{padding:12px;border-radius:10px;background:var(--v4-card, #ffffff);border:1px solid var(--v4-border, #e2e8f0);position:relative}.v4-dark .v4-card{background:var(--v4-card, #111b2e)}.v4-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.v4-card__header strong{font-size:12px}.v4-card__min-btn{width:20px;height:20px;border-radius:4px;border:1px solid var(--v4-border, #e2e8f0);background:var(--v4-surface, #ffffff);cursor:pointer;font-size:12px;display:grid;place-items:center;color:var(--v4-text-secondary, #64748b);transition:all .15s}.v4-card__min-btn:hover{background:#ef44441a;color:var(--v4-danger, #ef4444)}.v4-filler-chips{display:flex;flex-wrap:wrap;gap:6px}.v4-filler-chip{padding:4px 8px;border-radius:999px;background:#f59e0b1a;border:1px solid rgba(245,158,11,.2);font-size:11px;color:#92400e}.v4-dark .v4-filler-chip{color:#fbbf24}.v4-filler-empty{font-size:12px;color:var(--v4-text-secondary, #64748b);font-style:italic}.v4-filler-total{margin-top:8px;padding-top:8px;border-top:1px solid var(--v4-border, #e2e8f0);font-size:11px;color:var(--v4-text-secondary, #64748b)}.v4-timeline-section{display:flex;flex-direction:column;flex:1;min-height:0;justify-content:flex-end}.v4-timeline-history{display:flex;flex-direction:column;border-radius:10px 10px 0 0;background:var(--v4-card, #ffffff);border:1px solid var(--v4-border, #e2e8f0);border-bottom:none;overflow:hidden;max-height:400px;opacity:1;transition:max-height .3s ease,opacity .3s ease}.v4-dark .v4-timeline-history{background:var(--v4-card, #111b2e)}.v4-timeline-history--collapsed{max-height:0;opacity:0;border-color:transparent}.v4-timeline-header{padding:8px 12px;border-bottom:1px solid var(--v4-border, #e2e8f0);font-size:10px;font-weight:600;color:var(--v4-text-secondary, #64748b);text-transform:uppercase;letter-spacing:.5px;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.v4-timeline-collapse-btn{width:20px;height:20px;border-radius:4px;border:1px solid var(--v4-border, #e2e8f0);background:var(--v4-surface, #ffffff);cursor:pointer;font-size:12px;display:grid;place-items:center;color:var(--v4-text-secondary, #64748b)}.v4-timeline-collapse-btn:hover{background:#ef44441a;color:var(--v4-danger, #ef4444)}.v4-timeline-scroll{flex:1;overflow-y:auto;padding:8px;display:flex;flex-direction:column}.v4-timeline-scroll::-webkit-scrollbar{width:6px}.v4-timeline-scroll::-webkit-scrollbar-track{background:#0000000d;border-radius:3px}.v4-timeline-scroll::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}.v4-timeline-item{padding:8px;margin-bottom:6px;border-radius:8px;cursor:pointer;transition:all .15s}.v4-timeline-item:hover{background:#4f46e514}.v4-timeline-item--transcript{background:var(--v4-surface, #ffffff);border-left:3px solid var(--v4-text-secondary, #64748b)}.v4-dark .v4-timeline-item--transcript{background:var(--v4-surface, #111b2e)}.v4-timeline-item--slide{width:75%;margin-left:auto;aspect-ratio:16/9;border-left:none;border-radius:8px;position:relative;overflow:hidden;padding:0;flex-shrink:0}.v4-timeline-item--slide:before{content:"";position:absolute;inset:-20%;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.2),transparent 50%);pointer-events:none}.v4-timeline-item--slide .v4-timeline-time{position:absolute;top:4px;right:6px;color:#fffc;text-shadow:0 1px 2px rgba(0,0,0,.3);margin:0;z-index:2}.v4-timeline-item--slide .v4-timeline-slide-info{position:absolute;bottom:6px;left:6px;right:6px;display:flex;align-items:center;gap:6px;z-index:2}.v4-timeline-item--active{box-shadow:0 0 0 2px var(--accent, #4f46e5),0 4px 12px #4f46e54d}.v4-timeline-item--past{opacity:.5}.v4-timeline-item--slide:hover{transform:scale(1.02);box-shadow:0 6px 16px #02061733}.v4-timeline-time{font-size:10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;color:var(--v4-text-secondary, #64748b);margin-bottom:4px}.v4-timeline-text{font-size:12px;line-height:1.4}.v4-timeline-slide{display:flex;align-items:center;gap:8px}.v4-slide-num{width:18px;height:18px;font-size:9px;background:#ffffff40;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:4px;display:grid;place-items:center;color:#fff;font-weight:700;flex-shrink:0}.v4-slide-title{color:#fffffff2;font-size:10px;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v4-slide-preview-img{position:absolute;top:0;right:0;width:45%;height:100%;object-fit:cover;opacity:.9;z-index:1}.v4-current-speech{padding:12px;border-radius:10px;background:#4f46e50f;border:1px solid rgba(79,70,229,.15)}.v4-current-speech--connected{border-top-left-radius:0;border-top-right-radius:0}.v4-dark .v4-current-speech{background:#3b82f61a;border-color:#3b82f633}.v4-current-speech-header{display:flex;justify-content:space-between;align-items:center}.v4-current-speech-label{font-size:10px;font-weight:600;color:var(--accent, #4f46e5);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.v4-current-speech-text{font-size:14px;line-height:1.4}.v4-timeline-expand-btn{width:22px;height:22px;border-radius:6px;border:1px solid rgba(79,70,229,.2);background:#4f46e514;color:var(--accent, #4f46e5);cursor:pointer;font-size:10px;display:grid;place-items:center;transition:all .15s}.v4-timeline-expand-btn:hover{background:#4f46e526}.v4-typing-cursor{animation:v4-blink 1s step-end infinite;color:var(--accent, #4f46e5)}@keyframes v4-blink{0%,to{opacity:1}50%{opacity:0}}@media(max-width:1100px){.v4-col-header{padding:8px 12px;font-size:10px}.v4-left-stack{padding:10px;gap:10px}.v4-card{padding:10px}.v4-card__header strong{font-size:11px}.v4-filler-chip{padding:3px 6px;font-size:10px}}@media(max-width:900px){.v4-gauges-col{width:100%;border-right:none;border-bottom:1px solid var(--border, rgba(15, 23, 42, .15));max-height:180px;overflow-y:auto}.v4-left-stack{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;padding:8px;gap:8px}.v4-left-stack .v4-card{min-width:180px;flex:0 0 auto}.v4-timeline-section,.v4-col-header{display:none}}@media(max-width:700px){.v4-gauges-col{max-height:none;border-bottom:none}.v4-left-stack{flex-direction:column;overflow-x:visible;overflow-y:auto;padding:12px;gap:12px}.v4-left-stack .v4-card{min-width:auto;flex:0 0 auto}.v4-col-header,.v4-timeline-section{display:flex}.v4-timeline-history{max-height:300px}.v4-timeline-item--slide{width:85%}.v4-current-speech{padding:10px}.v4-current-speech-text{font-size:13px}}@media(max-width:400px){.v4-left-stack{padding:10px;gap:10px}.v4-card{padding:8px}.v4-filler-chips{gap:4px}.v4-filler-chip{padding:2px 5px;font-size:9px}}.v4-stage{display:flex;flex-direction:column;background:var(--v4-col-bg, #f1f5f9);overflow:hidden;flex:1;min-width:0}.v4-dark .v4-stage{background:var(--v4-col-bg, #0a1018)}.v4-stage-header{display:flex;align-items:center;justify-content:center;gap:16px;padding:10px 14px;border-bottom:1px solid var(--v4-border, #e2e8f0);background:var(--v4-surface, #ffffff);flex-shrink:0}.v4-dark .v4-stage-header{background:var(--v4-surface, #111b2e)}.v4-stage-nav-btn{width:32px;height:32px;border-radius:8px;border:1px solid var(--v4-border, #e2e8f0);background:var(--v4-surface, #ffffff);cursor:pointer;display:grid;place-items:center;transition:all .15s}.v4-dark .v4-stage-nav-btn{background:var(--v4-surface, #111b2e)}.v4-stage-nav-btn:hover:not(:disabled){background:#4f46e514;border-color:#4f46e540}.v4-stage-nav-btn:disabled{opacity:.4;cursor:not-allowed}.v4-stage-nav-btn svg{color:var(--v4-text-primary, #0b1220)}.v4-dark .v4-stage-nav-btn svg{color:var(--v4-text-primary, #e5eefc)}.v4-slide-counter{font-size:12px;color:var(--v4-text-secondary, #64748b)}.v4-slide-counter b{color:var(--v4-text-primary, #0b1220)}.v4-dark .v4-slide-counter b{color:var(--v4-text-primary, #e5eefc)}.v4-slide-viewport{flex:1;display:flex;align-items:center;justify-content:center;padding:16px;min-height:0;overflow:hidden}.v4-slide-frame{width:100%;height:100%;max-width:calc((100vh - 200px) * 16 / 9);max-height:calc(100% - 16px);aspect-ratio:16/9;border-radius:14px;background:linear-gradient(135deg,#4f46e5e6,#ec4899cc);box-shadow:0 30px 60px #02061733;position:relative;overflow:hidden!important}.v4-slide-frame *,.v4-slide-frame *:before,.v4-slide-frame *:after{overflow:hidden!important;scrollbar-width:none!important;-ms-overflow-style:none!important}.v4-slide-frame *::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}.v4-slide-frame:before{content:"";position:absolute;inset:-20%;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.25),transparent 50%);pointer-events:none}.v4-slide-content{position:absolute;inset:0;border-radius:inherit;border:none;background:transparent;padding:28px 32px;color:#fff;display:flex;gap:20px;overflow:hidden}.v4-slide-content--dark-text{color:#1e293b}.v4-slide-content--dark-text .v4-bullet-icon{background:#00000026}.v4-slide-content--with-image .v4-slide-text{width:55%}.v4-slide-text{flex:1;display:flex;flex-direction:column;overflow:hidden}.v4-slide-title{font-size:clamp(18px,2.5vw,28px);font-weight:800;margin:0 0 16px}.v4-slide-bullets{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0;padding:0;overflow:hidden}.v4-slide-bullet{display:flex;align-items:flex-start;gap:10px;font-size:clamp(12px,1.5vw,16px);line-height:1.4}.v4-bullet-icon{width:20px;height:20px;min-width:20px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:10px;margin-top:2px}.v4-slide-image{width:40%;min-width:150px;display:flex;align-items:center;justify-content:center}.v4-slide-image img{width:100%;height:auto;border-radius:10px;box-shadow:0 8px 24px #0000004d;object-fit:cover}.v4-slide-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center}.v4-slide-empty p{margin:0;font-size:18px;font-weight:600}.v4-slide-empty-hint{margin-top:8px!important;font-size:14px!important;font-weight:400!important;opacity:.8}.v4-slide-generating-overlay{position:absolute;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;opacity:0;pointer-events:none;transition:opacity .3s;border-radius:inherit}.v4-slide-generating-overlay--visible{opacity:1;pointer-events:auto}.v4-generating-spinner{width:48px;height:48px;border:3px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:v4-spin 1s linear infinite}.v4-generating-text{color:#fff;font-size:14px;font-weight:600}.v4-generating-subtext{color:#ffffffb3;font-size:12px}@media(max-width:1100px){.v4-slide-frame{max-width:calc((100vh - 180px) * 16 / 9)}.v4-slide-content{padding:16px}.v4-slide-title{font-size:clamp(16px,2.2vw,24px);margin-bottom:12px}.v4-slide-bullet{font-size:clamp(11px,1.3vw,14px)}}@media(max-width:900px){.v4-stage{min-height:350px}.v4-stage-header{padding:8px 12px;gap:12px}.v4-stage-nav-btn{width:28px;height:28px}.v4-slide-viewport{padding:12px}.v4-slide-frame{max-width:calc((100vh - 160px) * 16 / 9);border-radius:12px}.v4-slide-content{padding:20px 24px;gap:16px}}@media(max-width:700px){.v4-stage{min-height:auto;flex:1}.v4-stage-header{padding:6px 10px;gap:10px}.v4-stage-nav-btn{width:32px;height:32px}.v4-slide-counter{font-size:11px}.v4-slide-viewport{padding:8px}.v4-slide-frame{border-radius:10px;box-shadow:0 16px 40px #02061726}.v4-slide-content{padding:16px 20px;flex-direction:column;gap:12px}.v4-slide-content--with-image .v4-slide-text{width:100%}.v4-slide-title{font-size:clamp(14px,4vw,20px);margin-bottom:8px}.v4-slide-bullets{gap:8px}.v4-slide-bullet{font-size:clamp(11px,3vw,14px);gap:8px}.v4-bullet-icon{width:16px;height:16px;min-width:16px;font-size:8px}.v4-slide-image{width:100%;max-height:120px;order:-1}.v4-slide-image img{max-height:100%;width:auto;max-width:100%}.v4-generating-spinner{width:36px;height:36px}.v4-generating-text{font-size:12px}.v4-generating-subtext{font-size:11px}}@media(max-width:400px){.v4-slide-viewport{padding:4px}.v4-slide-content{padding:14px 16px}.v4-slide-title{font-size:14px}.v4-slide-bullet{font-size:11px}.v4-slide-image{max-height:80px}}.v4-portals-col{flex-shrink:0;min-width:0;border-right:none;border-left:1px solid var(--v4-border, #e2e8f0)}.v4-dark .v4-portals-col{border-color:var(--v4-border, #1e3a5f)}.v4-right-stack{flex:1;display:flex;flex-direction:column;padding:12px;gap:12px;overflow-y:auto}.v4-share-content{display:flex;flex-direction:column;align-items:center;gap:8px}.v4-qr-placeholder{width:80px;height:80px;background:#fff;border:1px solid var(--v4-border, #e2e8f0);border-radius:8px;display:grid;place-items:center}.v4-dark .v4-qr-placeholder{background:#f8fafc}.v4-share-link-row{display:flex;width:100%;gap:4px}.v4-share-link{flex:1;padding:6px;border:1px solid var(--v4-border, #e2e8f0);border-radius:6px;font-size:10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;background:var(--v4-surface, #ffffff);color:var(--v4-text-primary, #0b1220)}.v4-dark .v4-share-link{background:var(--v4-surface, #111b2e);color:var(--v4-text-primary, #e5eefc)}.v4-share-copy-btn{width:32px;height:32px;border-radius:6px;border:1px solid var(--v4-border, #e2e8f0);background:var(--v4-surface, #ffffff);cursor:pointer;display:grid;place-items:center;font-size:14px;transition:all .15s}.v4-share-copy-btn:hover{background:#4f46e514;border-color:#4f46e540}.v4-suggestions{display:flex;flex-direction:column;gap:6px}.v4-suggestion{padding:8px 10px;border-radius:8px;background:#4f46e50f;border-left:3px solid var(--v4-accent, #4f46e5);font-size:12px;line-height:1.4;display:flex;align-items:flex-start;gap:8px}.v4-suggestion-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:4px}.v4-suggestions-empty{font-size:12px;color:var(--v4-text-secondary, #64748b);font-style:italic;text-align:center;padding:8px}.v4-theme-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:4px;background:#f1f5f9;border-radius:8px}.v4-dark .v4-theme-grid{background:#ffffff0d}.v4-theme-swatch{aspect-ratio:16/9;border-radius:6px;cursor:pointer;border:2px solid transparent;transition:all .15s;position:relative;box-shadow:0 1px 3px #0000001a}.v4-theme-swatch:hover{transform:scale(1.05);box-shadow:0 4px 12px #00000026}.v4-theme-swatch--active{border-color:var(--v4-accent, #4f46e5);box-shadow:0 0 0 2px #4f46e533}.v4-theme-swatch--active:after{content:"✓";position:absolute;top:2px;right:4px;font-size:10px;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.5)}.v4-notes-textarea{width:100%;height:80px;border:1px solid var(--v4-border, #e2e8f0);border-radius:6px;padding:8px;font-size:11px;resize:none;background:var(--v4-surface, #ffffff);color:var(--v4-text-primary, #0b1220);font-family:inherit}.v4-dark .v4-notes-textarea{background:var(--v4-surface, #111b2e);color:var(--v4-text-primary, #e5eefc)}.v4-notes-textarea:focus{outline:none;border-color:#4f46e580}@media(max-width:1100px){.v4-right-stack{padding:10px;gap:10px}.v4-qr-placeholder{width:70px;height:70px}.v4-share-link{font-size:9px}.v4-suggestion{padding:6px 8px;font-size:11px}.v4-theme-grid{gap:4px}.v4-notes-textarea{height:70px;font-size:10px}}@media(max-width:900px){.v4-portals-col{width:100%;border-left:none;border-top:1px solid var(--v4-border, #e2e8f0);max-height:180px;overflow-y:auto}.v4-right-stack{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;padding:8px;gap:8px}.v4-right-stack .v4-card{min-width:180px;flex:0 0 auto}.v4-col-header{display:none}.v4-qr-placeholder{width:60px;height:60px}.v4-notes-textarea{height:60px}}@media(max-width:700px){.v4-portals-col{max-height:none;border-top:none}.v4-right-stack{flex-direction:column;overflow-x:visible;overflow-y:auto;padding:12px;gap:12px}.v4-right-stack .v4-card{min-width:auto;flex:0 0 auto}.v4-col-header{display:flex}.v4-qr-placeholder{width:80px;height:80px}.v4-share-link{font-size:10px}.v4-suggestion{padding:8px 10px;font-size:12px}.v4-theme-grid{grid-template-columns:repeat(3,1fr);gap:6px}.v4-notes-textarea{height:80px;font-size:11px}}@media(max-width:400px){.v4-right-stack{padding:10px;gap:10px}.v4-qr-placeholder{width:70px;height:70px}.v4-theme-grid{grid-template-columns:repeat(2,1fr)}}.v4-bottombar{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;border-top:1px solid var(--v4-border, #e2e8f0);background:var(--v4-surface, #ffffff);flex-shrink:0}.v4-dark .v4-bottombar{background:var(--v4-surface, #111b2e)}.v4-controls{display:flex;align-items:center;gap:8px}.v4-btn{padding:8px 14px;border:1px solid var(--v4-border, #e2e8f0);border-radius:10px;background:var(--v4-surface, #ffffff);font-size:13px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .15s;color:var(--v4-text-primary, #0b1220)}.v4-dark .v4-btn{background:var(--v4-surface, #111b2e);color:var(--v4-text-primary, #e5eefc)}.v4-btn:hover:not(:disabled){background:#4f46e50f;border-color:#4f46e540}.v4-btn:disabled{opacity:.4;cursor:not-allowed}.v4-btn svg{width:16px;height:16px}.v4-btn--primary{background:linear-gradient(135deg,var(--v4-accent, #4f46e5),var(--v4-accent2, #ec4899));color:#fff;border-color:transparent}.v4-btn--primary:hover:not(:disabled){background:linear-gradient(135deg,var(--v4-accent, #4f46e5),var(--v4-accent2, #ec4899));opacity:.9}.v4-btn--danger{background:#ef444414;color:var(--v4-danger, #ef4444);border-color:#ef444433}.v4-btn--danger:hover:not(:disabled){background:#ef444426;border-color:#ef44444d}.v4-btn--ghost{background:transparent;border-color:transparent;font-size:16px;padding:8px 12px}.v4-btn--ghost:hover{background:#4f46e50f}.v4-toggle-group{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--v4-text-secondary, #64748b)}.v4-toggle-switch{width:36px;height:20px;background:#0f172a1a;border-radius:999px;position:relative;cursor:pointer;transition:background .2s;border:none;padding:0}.v4-toggle-switch--on{background:var(--v4-accent, #4f46e5)}.v4-toggle-switch:after{content:"";position:absolute;width:16px;height:16px;background:#fff;border-radius:50%;top:2px;left:2px;transition:transform .2s;box-shadow:0 1px 3px #0003}.v4-toggle-switch--on:after{transform:translate(16px)}@media(max-width:900px){.v4-bottombar{padding:8px 14px;margin-bottom:50px}.v4-btn{padding:6px 12px;font-size:12px}.v4-btn svg{width:14px;height:14px}}@media(max-width:700px){.v4-bottombar{flex-wrap:nowrap;gap:6px;padding:10px 12px;margin-bottom:0;justify-content:center}.v4-controls{flex-wrap:nowrap;justify-content:center;width:auto;gap:6px}.v4-btn-text{display:none}.v4-btn{padding:8px}.v4-btn--primary{padding:8px 12px}.v4-toggle-group span{display:none}.v4-toggle-group{gap:4px}.v4-toggle-switch{width:32px;height:18px}.v4-toggle-switch:after{width:14px;height:14px}.v4-toggle-switch--on:after{transform:translate(14px)}.v4-btn--danger{padding:8px 10px}}@media(max-width:500px){.v4-bottombar{padding:8px 10px}.v4-controls:nth-child(2){display:none}.v4-btn{padding:6px 8px;font-size:11px}.v4-btn svg{width:14px;height:14px}}@media(max-width:400px){.v4-bottombar{padding:6px 8px}.v4-controls{gap:4px}.v4-btn{padding:6px;font-size:11px}.v4-btn svg{width:12px;height:12px}.v4-btn--danger{padding:6px 8px}.v4-btn--ghost{display:none}}.v4-speaker-coach{position:fixed;bottom:90px;left:50%;transform:translate(-50%) translateY(20px);display:flex;align-items:center;gap:16px;padding:6px 16px;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:999px;box-shadow:0 4px 24px #0000001f,0 0 0 1px #0f172a14;z-index:100;opacity:0;visibility:hidden;transition:opacity .25s ease,transform .25s ease,visibility .25s}.v4-speaker-coach--visible{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.v4-dark .v4-speaker-coach{background:#0f1b33f2;box-shadow:0 4px 24px #0000004d,0 0 0 1px #ffffff14}.v4-speaker-coach__metric{display:flex;align-items:center;gap:8px;padding:4px 10px;background:#0f172a0a;border-radius:999px}.v4-dark .v4-speaker-coach__metric{background:#ffffff0f}.v4-speaker-coach__metric-header{display:flex;align-items:center;gap:4px}.v4-speaker-coach__status{width:6px;height:6px;border-radius:50%;background:var(--muted, #94a3b8)}.v4-speaker-coach__status--good{background:var(--good, #22c55e)}.v4-speaker-coach__status--warn{background:var(--warn, #f59e0b)}.v4-speaker-coach__status--bad{background:var(--bad, #ef4444)}.v4-speaker-coach__metric-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;color:var(--muted, #64748b)}.v4-speaker-coach__metric-value{display:flex;align-items:baseline;gap:2px}.v4-speaker-coach__metric-number{font-size:14px;font-weight:700;color:var(--text, #0b1220)}.v4-dark .v4-speaker-coach__metric-number{color:var(--text, #e5eefc)}.v4-speaker-coach__metric-unit{font-size:9px;color:var(--muted, #64748b)}.v4-speaker-coach__bar{width:40px;height:3px;background:#0f172a1a;border-radius:2px;overflow:hidden}.v4-dark .v4-speaker-coach__bar{background:#ffffff1a}.v4-speaker-coach__bar-fill{height:100%;border-radius:2px;transition:width .3s ease;background:var(--muted, #94a3b8)}.v4-speaker-coach__bar-fill.v4-speaker-coach__status--good{background:var(--good, #22c55e)}.v4-speaker-coach__bar-fill.v4-speaker-coach__status--warn{background:var(--warn, #f59e0b)}.v4-speaker-coach__bar-fill.v4-speaker-coach__status--bad{background:var(--bad, #ef4444)}.v4-speaker-coach__meter{display:flex;align-items:flex-end;gap:2px;height:16px}.v4-speaker-coach__meter-bar{width:4px;background:#0f172a1a;border-radius:1px;transition:background .2s}.v4-dark .v4-speaker-coach__meter-bar{background:#ffffff1a}.v4-speaker-coach__meter-bar:nth-child(1){height:5px}.v4-speaker-coach__meter-bar:nth-child(2){height:8px}.v4-speaker-coach__meter-bar:nth-child(3){height:11px}.v4-speaker-coach__meter-bar:nth-child(4){height:14px}.v4-speaker-coach__meter-bar:nth-child(5){height:16px}.v4-speaker-coach__meter-bar--active.v4-speaker-coach__status--good{background:var(--good, #22c55e)}.v4-speaker-coach__meter-bar--active.v4-speaker-coach__status--warn{background:var(--warn, #f59e0b)}.v4-speaker-coach__meter-bar--active.v4-speaker-coach__status--bad{background:var(--bad, #ef4444)}.v4-speaker-coach__metric--fillers .v4-speaker-coach__metric-number{font-weight:700;padding:1px 6px;border-radius:999px;background:#0f172a14}.v4-dark .v4-speaker-coach__metric--fillers .v4-speaker-coach__metric-number{background:#ffffff1a}.v4-speaker-coach__metric--clarity .v4-speaker-coach__metric-number{font-weight:700}@media(max-width:900px){.v4-speaker-coach{bottom:150px;gap:10px;padding:5px 12px}.v4-speaker-coach__metric{padding:3px 8px}.v4-speaker-coach__metric-number{font-size:13px}.v4-speaker-coach__bar{width:35px}}@media(max-width:700px){.v4-speaker-coach{bottom:80px;gap:8px;padding:4px 10px;max-width:calc(100vw - 32px);flex-wrap:nowrap;justify-content:center}.v4-speaker-coach__metric{padding:3px 6px}.v4-speaker-coach__metric-number{font-size:12px}.v4-speaker-coach__metric-label{display:none}.v4-speaker-coach__bar{width:30px}.v4-speaker-coach__meter{height:14px}.v4-speaker-coach__meter-bar{width:3px}.v4-speaker-coach__meter-bar:nth-child(1){height:4px}.v4-speaker-coach__meter-bar:nth-child(2){height:7px}.v4-speaker-coach__meter-bar:nth-child(3){height:9px}.v4-speaker-coach__meter-bar:nth-child(4){height:12px}.v4-speaker-coach__meter-bar:nth-child(5){height:14px}}@media(max-width:500px){.v4-speaker-coach{bottom:70px;gap:6px;padding:3px 8px}.v4-speaker-coach__metric{padding:2px 4px}.v4-speaker-coach__metric-number{font-size:11px}.v4-speaker-coach__bar{width:24px}}@media(max-width:400px){.v4-speaker-coach{bottom:65px;gap:4px;padding:2px 6px;font-size:10px}.v4-speaker-coach__metric-number{font-size:10px}.v4-speaker-coach__bar{width:20px;height:2px}.v4-speaker-coach__meter{height:12px}.v4-speaker-coach__meter-bar{width:2px}}.v4-mic-overlay{position:fixed;top:12px;right:80px;width:600px;height:580px;border-radius:28px;background:#ffffff26;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;cursor:pointer;transition:all .3s;z-index:100;opacity:.5}.v4-mic-overlay:hover{background:#ffffffe6;opacity:.8}.v4-mic-overlay__icon{width:48px;height:48px;color:var(--accent, #4f46e5)}.v4-mic-overlay__label{font-size:14px;font-weight:600;opacity:0;transition:opacity .3s}.v4-mic-overlay:hover .v4-mic-overlay__label{opacity:1}.v4-mic-overlay.v4-mic-overlay--recording{width:60px;height:60px;top:80px;border-radius:50%;background:#ef444426;border-color:#ef44444d;opacity:1}.v4-mic-overlay.v4-mic-overlay--recording .v4-mic-overlay__icon{width:28px;height:28px;color:var(--bad, #ef4444)}.v4-mic-overlay.v4-mic-overlay--recording .v4-mic-overlay__label{display:none}.v4-mic-overlay.v4-mic-overlay--recording:before{content:"";position:absolute;inset:-4px;border-radius:50%;border:2px solid var(--bad, #ef4444);animation:mic-pulse 1.5s infinite}@keyframes mic-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.15);opacity:0}}@media(max-width:1100px){.v4-mic-overlay{width:500px;height:480px;right:60px}}@media(max-width:900px){.v4-mic-overlay{width:400px;height:380px;right:40px;top:16px}.v4-mic-overlay__icon{width:40px;height:40px}.v4-mic-overlay.v4-mic-overlay--recording{width:56px;height:56px;top:70px}.v4-mic-overlay.v4-mic-overlay--recording .v4-mic-overlay__icon{width:24px;height:24px}}@media(max-width:700px){.v4-mic-overlay{width:300px;height:280px;right:20px;top:20px}.v4-mic-overlay__icon{width:36px;height:36px}.v4-mic-overlay__label{font-size:12px}.v4-mic-overlay.v4-mic-overlay--recording{width:52px;height:52px;top:60px}.v4-mic-overlay.v4-mic-overlay--recording .v4-mic-overlay__icon{width:22px;height:22px}}@media(max-width:400px){.v4-mic-overlay{width:200px;height:180px;right:12px}.v4-mic-overlay__icon{width:32px;height:32px}.v4-mic-overlay.v4-mic-overlay--recording{width:48px;height:48px;top:50px}.v4-mic-overlay.v4-mic-overlay--recording .v4-mic-overlay__icon{width:20px;height:20px}}.v4-shortcuts-modal__backdrop{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:300;animation:shortcuts-backdrop-in .2s ease}@keyframes shortcuts-backdrop-in{0%{opacity:0}to{opacity:1}}.v4-shortcuts-modal{background:#fffffffa;border-radius:16px;box-shadow:0 24px 48px #0003;max-width:480px;width:calc(100% - 32px);max-height:calc(100vh - 64px);overflow:hidden;display:flex;flex-direction:column;animation:shortcuts-modal-in .25s ease}.v4-dark .v4-shortcuts-modal{background:#0f1b33fa;box-shadow:0 24px 48px #0006}@keyframes shortcuts-modal-in{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.v4-shortcuts-modal__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border, rgba(15, 23, 42, .1))}.v4-dark .v4-shortcuts-modal__header{border-bottom-color:#ffffff1a}.v4-shortcuts-modal__title{font-size:18px;font-weight:700;color:var(--text, #0b1220);margin:0}.v4-dark .v4-shortcuts-modal__title{color:var(--text, #e5eefc)}.v4-shortcuts-modal__close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:8px;cursor:pointer;color:var(--muted, #64748b);transition:all .15s}.v4-shortcuts-modal__close:hover{background:#0f172a0d;color:var(--text, #0b1220)}.v4-dark .v4-shortcuts-modal__close:hover{background:#ffffff1a;color:var(--text, #e5eefc)}.v4-shortcuts-modal__content{padding:16px 20px;overflow-y:auto;flex:1}.v4-shortcuts-modal__group{margin-bottom:20px}.v4-shortcuts-modal__group:last-child{margin-bottom:0}.v4-shortcuts-modal__group-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--muted, #64748b);margin:0 0 10px}.v4-shortcuts-modal__list{list-style:none;margin:0;padding:0}.v4-shortcuts-modal__item{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--border, rgba(15, 23, 42, .05))}.v4-dark .v4-shortcuts-modal__item{border-bottom-color:#ffffff0d}.v4-shortcuts-modal__item:last-child{border-bottom:none}.v4-shortcuts-modal__keys{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.v4-shortcuts-modal__key{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:26px;padding:0 8px;background:#0f172a0f;border:1px solid var(--border, rgba(15, 23, 42, .1));border-radius:6px;font-family:inherit;font-size:12px;font-weight:600;color:var(--text, #0b1220);box-shadow:0 1px 2px #0000000d}.v4-dark .v4-shortcuts-modal__key{background:#ffffff1a;border-color:#ffffff26;color:var(--text, #e5eefc)}.v4-shortcuts-modal__separator{font-size:11px;color:var(--muted, #94a3b8);margin:0 2px}.v4-shortcuts-modal__description{font-size:14px;color:var(--text, #0b1220)}.v4-dark .v4-shortcuts-modal__description{color:var(--text, #e5eefc)}.v4-shortcuts-modal__footer{padding:12px 20px;border-top:1px solid var(--border, rgba(15, 23, 42, .1));text-align:center}.v4-dark .v4-shortcuts-modal__footer{border-top-color:#ffffff1a}.v4-shortcuts-modal__hint{font-size:12px;color:var(--muted, #64748b)}.v4-shortcuts-modal__footer .v4-shortcuts-modal__key{min-width:24px;height:22px;padding:0 6px;font-size:11px}@media(max-width:500px){.v4-shortcuts-modal{max-width:none;width:calc(100% - 24px);max-height:calc(100vh - 48px)}.v4-shortcuts-modal__header,.v4-shortcuts-modal__content,.v4-shortcuts-modal__footer{padding-left:16px;padding-right:16px}.v4-shortcuts-modal__item{flex-direction:column;align-items:flex-start;gap:6px}.v4-shortcuts-modal__description{font-size:13px}}@media(max-width:900px){.v4-mobile-toggles{display:flex}}.v4-mobile-toggle-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;background:var(--v4-surface, rgba(255, 255, 255, .95));border:1px solid var(--v4-border, rgba(15, 23, 42, .15));border-radius:20px;box-shadow:0 4px 12px #0000001a;cursor:pointer;font-size:13px;font-weight:600;color:var(--v4-text-primary, #0b1220);transition:all .2s ease;font-family:inherit}.v4-dark .v4-mobile-toggle-btn{background:var(--v4-surface, rgba(15, 27, 51, .95));color:var(--v4-text-primary, #e5eefc)}.v4-mobile-toggle-btn:hover{background:var(--v4-surface-elevated, #f8f9fa);border-color:var(--v4-accent, #4f46e5);transform:translateY(-1px);box-shadow:0 6px 16px #0000001f}.v4-dark .v4-mobile-toggle-btn:hover{background:var(--v4-surface-elevated, rgba(30, 50, 80, .95))}.v4-mobile-toggle-btn--active{background:var(--v4-accent, #4f46e5);border-color:var(--v4-accent, #4f46e5);color:#fff;box-shadow:0 4px 12px #4f46e54d}.v4-mobile-toggle-btn--active:hover{background:var(--v4-accent-hover, #4338ca);border-color:var(--v4-accent-hover, #4338ca)}.v4-mobile-toggle-btn svg{width:18px;height:18px;flex-shrink:0}.v4-mobile-backdrop{display:none;position:fixed;inset:0;background:#0006;z-index:140;animation:v4-backdrop-fade-in .2s ease}.v4-mobile-backdrop--visible{display:block}@keyframes v4-backdrop-fade-in{0%{opacity:0}to{opacity:1}}@media(max-width:400px){.v4-mobile-toggles{bottom:65px;gap:6px}.v4-mobile-toggle-btn{padding:8px 12px;font-size:12px;border-radius:16px}.v4-mobile-toggle-btn span{display:none}.v4-mobile-toggle-btn svg{width:20px;height:20px}}.v4-end-modal__backdrop{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:400;animation:end-modal-backdrop-in .2s ease}@keyframes end-modal-backdrop-in{0%{opacity:0}to{opacity:1}}.v4-end-modal{background:#fffffffa;border-radius:16px;box-shadow:0 24px 48px #0000004d;max-width:400px;width:calc(100% - 32px);padding:32px;text-align:center;animation:end-modal-in .3s ease}.v4-dark .v4-end-modal{background:#0f1b33fa;box-shadow:0 24px 48px #00000080}@keyframes end-modal-in{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.v4-end-modal__icon{font-size:48px;margin-bottom:16px;line-height:1}.v4-end-modal__title{font-size:24px;font-weight:700;color:var(--text, #0b1220);margin:0 0 8px}.v4-dark .v4-end-modal__title{color:var(--text, #e5eefc)}.v4-end-modal__description{font-size:14px;line-height:1.5;color:var(--muted, #64748b);margin:0 0 24px}.v4-dark .v4-end-modal__description{color:var(--muted, #94a3b8)}.v4-end-modal__stats{display:flex;gap:24px;justify-content:center;margin-bottom:24px;padding:16px;background:#0f172a0a;border-radius:12px}.v4-dark .v4-end-modal__stats{background:#ffffff0d}.v4-end-modal__stat{display:flex;flex-direction:column;align-items:center;gap:4px}.v4-end-modal__stat-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--muted, #64748b)}.v4-end-modal__stat-value{font-size:20px;font-weight:700;color:var(--text, #0b1220);font-variant-numeric:tabular-nums}.v4-dark .v4-end-modal__stat-value{color:var(--text, #e5eefc)}.v4-end-modal__countdown{padding:12px 16px;background:#ef44441a;border-radius:8px;margin-bottom:24px;font-size:14px;color:#ef4444}.v4-end-modal__countdown strong{font-weight:700;font-variant-numeric:tabular-nums}.v4-dark .v4-end-modal__countdown{background:#ef444426}.v4-end-modal__actions{display:flex;gap:12px;margin-bottom:16px}.v4-end-modal__button{flex:1;padding:12px 20px;border-radius:8px;border:none;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s ease}.v4-end-modal__button:hover{transform:translateY(-1px)}.v4-end-modal__button:active{transform:translateY(0)}.v4-end-modal__button:focus{outline:none;box-shadow:0 0 0 3px #6366f14d}.v4-end-modal__button--primary{background:#4ade80;color:#000}.v4-end-modal__button--primary:hover{background:#22c55e}.v4-end-modal__button--danger{background:#ef4444;color:#fff}.v4-end-modal__button--danger:hover{background:#dc2626}.v4-end-modal__extensions{display:flex;gap:8px;justify-content:center}.v4-end-modal__extend-btn{padding:8px 16px;border-radius:6px;border:1px solid var(--border, rgba(15, 23, 42, .15));background:transparent;color:var(--muted, #64748b);font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}.v4-end-modal__extend-btn:hover:not(:disabled){border-color:#4ade80;color:#4ade80}.v4-end-modal__extend-btn:disabled{opacity:.3;cursor:not-allowed}.v4-dark .v4-end-modal__extend-btn{border-color:#ffffff26;color:var(--muted, #94a3b8)}.v4-dark .v4-end-modal__extend-btn:hover:not(:disabled){border-color:#4ade80;color:#4ade80}@media(max-width:480px){.v4-end-modal{padding:24px;margin:16px}.v4-end-modal__icon{font-size:40px}.v4-end-modal__title{font-size:20px}.v4-end-modal__stats{flex-direction:column;gap:12px}.v4-end-modal__stat{flex-direction:row;justify-content:space-between;width:100%}.v4-end-modal__actions{flex-direction:column}.v4-end-modal__extensions{flex-wrap:wrap}.v4-end-modal__extend-btn{padding:8px 12px;font-size:12px}}@media(prefers-reduced-motion:reduce){.v4-end-modal__backdrop,.v4-end-modal{animation:none}}@media(prefers-contrast:high){.v4-end-modal{border:2px solid #000}.v4-dark .v4-end-modal{border-color:#fff}.v4-end-modal__button--primary{background:#000;color:#fff}.v4-end-modal__button--danger{background:#dc2626;border:2px solid #000}.v4-end-modal__extend-btn{border-width:2px}}.v4-warning-overlay{position:fixed;top:80px;left:50%;transform:translate(-50%);z-index:350;cursor:pointer;animation:warning-overlay-in .3s ease}@keyframes warning-overlay-in{0%{opacity:0;transform:translate(-50%) translateY(-20px) scale(.95)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}.v4-warning-overlay__content{background:linear-gradient(135deg,#ef4444e6,#dc2626f2);border-radius:12px;padding:24px 32px;text-align:center;max-width:350px;min-width:280px;color:#fff;box-shadow:0 8px 32px #ef444466,0 0 0 1px #ffffff1a inset;animation:warning-pulse 1.5s ease-in-out infinite}@keyframes warning-pulse{0%,to{box-shadow:0 8px 32px #ef444466,0 0 0 1px #ffffff1a inset}50%{box-shadow:0 8px 48px #ef444499,0 0 0 1px #ffffff26 inset}}.v4-warning-overlay__time{font-size:64px;font-weight:700;font-variant-numeric:tabular-nums;line-height:1;text-shadow:0 2px 8px rgba(0,0,0,.2)}.v4-warning-overlay__label{font-size:14px;font-weight:500;opacity:.9;margin-top:8px}.v4-warning-overlay__dismiss{font-size:11px;opacity:.6;margin-top:12px;text-transform:uppercase;letter-spacing:.5px}.v4-warning-overlay:hover .v4-warning-overlay__content{transform:scale(1.02);transition:transform .15s ease}.v4-warning-overlay:hover .v4-warning-overlay__dismiss{opacity:.9}.v4-warning-overlay:focus{outline:none}.v4-warning-overlay:focus .v4-warning-overlay__content{box-shadow:0 8px 32px #ef444466,0 0 0 3px #ffffff80}@media(max-width:480px){.v4-warning-overlay{top:70px;left:16px;right:16px;transform:none}.v4-warning-overlay__content{max-width:none;min-width:auto;padding:20px 24px}.v4-warning-overlay__time{font-size:48px}.v4-warning-overlay__label{font-size:13px}}@media(prefers-reduced-motion:reduce){.v4-warning-overlay,.v4-warning-overlay__content{animation:none}}@media(prefers-contrast:high){.v4-warning-overlay__content{background:#dc2626;border:2px solid #fff}}.activity-check-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.activity-check-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:420px;width:90%;padding:2rem;animation:slideUp .3s ease-out;border:3px solid transparent;transition:border-color .3s ease,box-shadow .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.activity-check-modal.urgent{border-color:#ef4444;box-shadow:0 20px 60px #ef44444d;animation:slideUp .3s ease-out,urgentPulse 1s ease-in-out infinite}@keyframes urgentPulse{0%,to{box-shadow:0 20px 60px #ef44444d}50%{box-shadow:0 20px 60px #ef444480,0 0 0 4px #ef444433}}.activity-check-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.activity-check-icon{font-size:2rem;line-height:1}.activity-check-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}.activity-check-description{color:#6b7280;font-size:.9375rem;line-height:1.5;margin:0 0 1.5rem}.countdown-display{background:#f3f4f6;border-radius:12px;padding:1.25rem;text-align:center;margin-bottom:1.5rem;transition:background-color .3s ease}.countdown-display.urgent{background:#fef2f2}.countdown-label{display:block;font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.countdown-value{display:block;font-size:3.5rem;font-weight:800;color:#1f2937;line-height:1;margin-bottom:.25rem;transition:color .3s ease}.countdown-display.urgent .countdown-value{color:#ef4444;animation:countdownPulse 1s ease-in-out infinite}@keyframes countdownPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.countdown-unit{display:block;font-size:.875rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.session-info{display:flex;gap:1rem;margin-bottom:1.5rem;padding:1rem;background:#f9fafb;border-radius:8px}.session-info-item{flex:1;text-align:center}.session-info-label{display:block;font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.session-info-value{display:block;font-size:1.125rem;font-weight:600;color:#1f2937}.activity-check-actions{display:flex;flex-direction:column;gap:.75rem}.activity-check-button{width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:background-color .15s ease,transform .1s ease}.activity-check-button:hover{transform:translateY(-1px)}.activity-check-button:active{transform:translateY(0)}.activity-check-button:focus{outline:none;box-shadow:0 0 0 3px #6366f14d}.activity-check-button.primary{background:#667eea;color:#fff}.activity-check-button.primary:hover{background:#5a67d8}.activity-check-modal.urgent .activity-check-button.primary{background:#ef4444}.activity-check-modal.urgent .activity-check-button.primary:hover{background:#dc2626}.activity-check-button.secondary{background:#f3f4f6;color:#374151}.activity-check-button.secondary:hover{background:#e5e7eb}@media(max-width:480px){.activity-check-modal{padding:1.5rem;margin:1rem}.activity-check-title{font-size:1.25rem}.countdown-value{font-size:2.5rem}.session-info{flex-direction:column;gap:.75rem}.session-info-item{display:flex;justify-content:space-between;align-items:center;text-align:left}.session-info-label{margin-bottom:0}}@media(prefers-reduced-motion:reduce){.activity-check-overlay,.activity-check-modal,.countdown-value{animation:none}.activity-check-modal.urgent{animation:none;border-color:#ef4444}}@media(prefers-contrast:high){.activity-check-modal{border:2px solid #000}.activity-check-modal.urgent{border-color:#ef4444;border-width:3px}.activity-check-button.primary{background:#000}.activity-check-button.secondary{background:#fff;border:2px solid #000}}.error-toasts{position:fixed;bottom:1.5rem;right:1.5rem;display:flex;flex-direction:column;gap:.5rem;z-index:1000;max-width:400px}.toast{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;box-shadow:0 4px 12px #00000026;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast.error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.toast.warning{background:#fffbeb;border:1px solid #fde68a;color:#92400e}.toast-icon{flex-shrink:0;font-size:1rem}.toast-message{flex:1;font-size:.875rem;line-height:1.4}.toast-dismiss{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:4px;cursor:pointer;font-size:1.25rem;line-height:1;color:inherit;opacity:.6;transition:opacity .15s;padding:0}.toast-dismiss:hover{opacity:1}.presentation-ended{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem}.presentation-ended__container{text-align:center;max-width:500px;width:100%}.presentation-ended__icon{margin-bottom:2rem;color:#4ade80}.presentation-ended__icon svg{width:64px;height:64px}.presentation-ended__title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#fff}.presentation-ended__subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.presentation-ended__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.5rem;margin-bottom:2.5rem;padding:1.5rem;background:#ffffff1a;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stat{display:flex;flex-direction:column;gap:.25rem}.stat__label{font-size:.875rem;opacity:.8;text-transform:uppercase;letter-spacing:.05em}.stat__value{font-size:1.5rem;font-weight:600}.presentation-ended__actions{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.presentation-ended__auto-redirect{padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.2);opacity:.8}.presentation-ended__auto-redirect p{margin-bottom:.5rem;font-size:.875rem}.btn{padding:.75rem 1.5rem;border-radius:8px;font-weight:500;text-decoration:none;border:none;cursor:pointer;transition:all .2s ease;font-size:1rem}.btn--primary{background:#4ade80;color:#065f46}.btn--primary:hover{background:#22c55e;transform:translateY(-1px)}.btn--secondary{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3)}.btn--secondary:hover{background:#ffffff4d;transform:translateY(-1px)}.btn--link{background:none;color:#fff;text-decoration:underline;padding:.25rem .5rem;font-size:.875rem}.btn--link:hover{opacity:.8}@media(max-width:640px){.presentation-ended{padding:1rem}.presentation-ended__title{font-size:2rem}.presentation-ended__stats{grid-template-columns:1fr;gap:1rem}.presentation-ended__actions{flex-direction:column}.btn{width:100%}}:root{--v4-bg: #f8fafc;--v4-surface: #ffffff;--v4-surface-elevated: #ffffff;--v4-panel: #ffffff;--v4-card: #ffffff;--v4-col-bg: #f1f5f9;--v4-text-primary: #0b1220;--v4-text-secondary: #64748b;--v4-text-tertiary: #94a3b8;--v4-border: #e2e8f0;--v4-border-light: #f1f5f9;--v4-accent: #4f46e5;--v4-accent-hover: #4338ca;--v4-accent2: #ec4899;--v4-danger: #ef4444;--v4-danger-hover: #dc2626;--v4-success: #10b981;--v4-warning: #f59e0b;--v4-shadow-sm: 0 1px 3px rgba(0, 0, 0, .06);--v4-shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--v4-shadow-lg: 0 20px 60px rgba(2, 6, 23, .12);--v4-radius-sm: 6px;--v4-radius-md: 10px;--v4-radius-lg: 14px;--v4-radius-xl: 18px;--v4-transition: .2s ease;--v4-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace}.v4-dark,:root.v4-dark{--v4-bg: #0b1220;--v4-surface: #111b2e;--v4-surface-elevated: #1a2744;--v4-panel: #0f1729;--v4-card: #111b2e;--v4-col-bg: #0a1018;--v4-text-primary: #e5eefc;--v4-text-secondary: #9fb0cf;--v4-text-tertiary: #64748b;--v4-border: #1e3a5f;--v4-border-light: #152238;--v4-accent: #3b82f6;--v4-accent-hover: #60a5fa;--v4-accent2: #8b5cf6;--v4-danger: #ef4444;--v4-danger-hover: #f87171;--v4-success: #10b981;--v4-warning: #f59e0b;--v4-shadow-sm: 0 1px 3px rgba(0, 0, 0, .3);--v4-shadow-md: 0 4px 12px rgba(0, 0, 0, .4);--v4-shadow-lg: 0 20px 60px rgba(0, 0, 0, .5)}.v4-root{display:flex;flex-direction:column;height:100vh;height:100dvh;width:100vw;background:radial-gradient(ellipse at 50% 0%,rgba(79,70,229,.12),transparent 50%),radial-gradient(ellipse at 100% 100%,rgba(16,185,129,.08),transparent 50%),linear-gradient(to right,rgba(15,23,42,.08) 1px,transparent 1px),linear-gradient(to bottom,rgba(15,23,42,.08) 1px,transparent 1px),var(--v4-bg);background-size:auto,auto,48px 48px,48px 48px,auto;color:var(--v4-text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden;position:fixed;inset:0;z-index:1100}.v4-dark.v4-root,.v4-root.v4-dark{background:radial-gradient(900px 500px at 40% -10%,rgba(59,130,246,.18),transparent 60%),radial-gradient(700px 420px at 90% 10%,rgba(139,92,246,.12),transparent 60%),linear-gradient(to right,rgba(148,163,184,.12) 1px,transparent 1px),linear-gradient(to bottom,rgba(148,163,184,.12) 1px,transparent 1px),var(--v4-bg);background-size:auto,auto,48px 48px,48px 48px,auto}.v4-root--loading,.v4-root--error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.v4-loading-spinner{width:40px;height:40px;border:3px solid var(--v4-border);border-top-color:var(--v4-accent);border-radius:50%;animation:v4-spin .8s linear infinite}@keyframes v4-spin{to{transform:rotate(360deg)}}.v4-skip-link{position:absolute;top:-100px;left:16px;padding:8px 16px;background:var(--v4-accent);color:#fff;border-radius:var(--v4-radius-sm);z-index:9999;transition:top .2s}.v4-skip-link:focus{top:16px}.v4-shell{flex:1;display:flex;flex-direction:column;margin:12px;border:1.5px solid var(--v4-border);border-radius:18px;background:#ffffffbf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 20px 60px #02061724;overflow:hidden;min-height:0}.v4-dark .v4-shell{background:#0f1b339e;border-color:#94a3b84d}.v4-content-grid{display:grid;grid-template-columns:260px minmax(0,1fr) 280px;flex:1;min-height:0;overflow:hidden}.v4-content-grid--left-collapsed{grid-template-columns:minmax(0,1fr) 280px}.v4-content-grid--right-collapsed{grid-template-columns:260px minmax(0,1fr)}.v4-content-grid--left-collapsed.v4-content-grid--right-collapsed{grid-template-columns:minmax(0,1fr)}.v4-col{display:flex;flex-direction:column;min-height:0;overflow:hidden;background:var(--v4-col-bg);border-right:1px solid var(--v4-border)}.v4-col:last-child{border-right:none;border-left:1px solid var(--v4-border)}.v4-col-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:var(--v4-surface);border-bottom:1px solid var(--v4-border);font-weight:600;font-size:11px;color:var(--v4-text-secondary);text-transform:uppercase;letter-spacing:.5px;flex-shrink:0}.v4-col-collapse-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:transparent;border:none;border-radius:var(--v4-radius-sm);color:var(--v4-text-tertiary);cursor:pointer;transition:all var(--v4-transition)}.v4-col-collapse-btn:hover{background:var(--v4-border-light);color:var(--v4-text-primary)}.v4-gauges-col{transition:opacity .2s ease;overflow:hidden}.v4-gauges-col--collapsed{display:none}.v4-left-stack{display:flex;flex-direction:column;flex:1;min-height:0;overflow-y:auto;padding:12px;gap:12px}.v4-portals-col{transition:opacity .2s ease;overflow:hidden}.v4-portals-col--collapsed{display:none}.v4-right-stack{display:flex;flex-direction:column;flex:1;min-height:0;overflow-y:auto;padding:12px;gap:12px}.v4-card{background:var(--v4-card);border:1px solid var(--v4-border);border-radius:var(--v4-radius-md);box-shadow:var(--v4-shadow-sm);overflow:hidden;flex-shrink:0}.v4-card__header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-bottom:1px solid var(--v4-border-light);font-weight:600;font-size:12px;color:var(--v4-text-secondary);text-transform:uppercase;letter-spacing:.5px}.v4-card__min-btn{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:transparent;border:none;border-radius:var(--v4-radius-sm);color:var(--v4-text-tertiary);cursor:pointer;font-size:14px;line-height:1;transition:all var(--v4-transition)}.v4-card__min-btn:hover{background:var(--v4-border-light);color:var(--v4-text-primary)}.v4-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;background:var(--v4-surface);border:1px solid var(--v4-border);border-radius:var(--v4-radius-sm);color:var(--v4-text-primary);font-size:13px;font-weight:500;cursor:pointer;transition:all var(--v4-transition)}.v4-btn:hover:not(:disabled){background:var(--v4-surface-elevated);border-color:var(--v4-text-tertiary)}.v4-btn:disabled{opacity:.5;cursor:not-allowed}.v4-btn--primary{background:var(--v4-accent);border-color:var(--v4-accent);color:#fff}.v4-btn--primary:hover:not(:disabled){background:var(--v4-accent-hover);border-color:var(--v4-accent-hover)}.v4-btn--danger{background:var(--v4-danger);border-color:var(--v4-danger);color:#fff}.v4-btn--danger:hover:not(:disabled){background:var(--v4-danger-hover);border-color:var(--v4-danger-hover)}.v4-btn--ghost{background:transparent;border-color:transparent}.v4-btn--ghost:hover:not(:disabled){background:var(--v4-border-light)}.v4-toggle-group{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--v4-text-secondary)}.v4-toggle-switch{position:relative;width:40px;height:22px;background:var(--v4-border);border:none;border-radius:11px;cursor:pointer;transition:background-color var(--v4-transition)}.v4-toggle-switch:after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;background:#fff;border-radius:50%;transition:transform var(--v4-transition)}.v4-toggle-switch--on{background:var(--v4-accent)}.v4-toggle-switch--on:after{transform:translate(18px)}@media(max-width:1100px){.v4-content-grid{grid-template-columns:220px minmax(0,1fr) 240px}.v4-content-grid--left-collapsed{grid-template-columns:minmax(0,1fr) 240px}.v4-content-grid--right-collapsed{grid-template-columns:220px minmax(0,1fr)}.v4-content-grid--left-collapsed.v4-content-grid--right-collapsed{grid-template-columns:minmax(0,1fr)}.v4-col-header{padding:10px 12px;font-size:10px}.v4-card__header{padding:8px 10px;font-size:10px}.v4-left-stack,.v4-right-stack{padding:10px;gap:10px}}@media(max-width:900px){.v4-content-grid{grid-template-columns:1fr}.v4-gauges-col,.v4-portals-col{display:none;position:fixed;top:120px;bottom:120px;width:300px;max-width:calc(100vw - 32px);z-index:150;background:var(--v4-surface);box-shadow:var(--v4-shadow-lg);border-radius:var(--v4-radius-md);border:1px solid var(--v4-border)}.v4-gauges-col{left:16px}.v4-portals-col{right:16px}.v4-gauges-col--mobile-visible,.v4-portals-col--mobile-visible{display:flex}.v4-left-stack,.v4-right-stack{flex-direction:column;overflow-y:auto;padding:12px;gap:12px}.v4-mobile-toggles{display:flex}}@media(max-width:700px){.v4-gauges-col,.v4-portals-col{width:calc(100vw - 32px);inset:100px auto 140px 16px}.v4-portals-col{left:16px;right:auto}}.v4-mobile-toggles{display:none;position:fixed;bottom:16px;left:50%;transform:translate(-50%);z-index:200;gap:8px}.v4-mobile-toggle-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;background:var(--v4-surface);border:1px solid var(--v4-border);border-radius:20px;box-shadow:var(--v4-shadow-md);cursor:pointer;font-size:13px;font-weight:600;color:var(--v4-text-primary);transition:all var(--v4-transition)}.v4-mobile-toggle-btn:hover{background:var(--v4-surface-elevated);border-color:var(--v4-accent)}.v4-mobile-toggle-btn--active{background:var(--v4-accent);border-color:var(--v4-accent);color:#fff}.v4-mobile-toggle-btn svg{width:18px;height:18px}@media(max-width:400px){.v4-content-grid{padding:4px}.v4-gauges-col,.v4-portals-col{width:calc(100vw - 20px);left:10px;right:10px}.v4-mobile-toggle-btn{padding:8px 12px;font-size:12px}.v4-mobile-toggle-btn span{display:none}}.v4-btn:focus-visible,.v4-toggle-switch:focus-visible,.v4-col-collapse-btn:focus-visible,.v4-card__min-btn:focus-visible{outline:2px solid var(--v4-accent);outline-offset:2px}.v4-root *,.v4-root *:before,.v4-root *:after{transition-property:background-color,border-color,color,box-shadow;transition-duration:.2s;transition-timing-function:ease}.v4-loading-spinner,.v4-loading-spinner *{transition:none!important}.zen-root{min-height:100vh;position:relative;overflow:hidden;background:radial-gradient(900px 500px at 50% 0%,rgba(79,70,229,.08),transparent 60%),radial-gradient(800px 450px at 15% 25%,rgba(236,72,153,.05),transparent 60%),radial-gradient(900px 540px at 90% 90%,rgba(16,185,129,.05),transparent 55%),linear-gradient(to right,rgba(15,23,42,.03) 1px,transparent 1px),linear-gradient(to bottom,rgba(15,23,42,.03) 1px,transparent 1px),#fff;background-size:auto,auto,auto,56px 56px,56px 56px,auto}.zen-root--loading,.zen-root--error{display:grid;place-items:center;text-align:center;padding:24px}.zen-loading-spinner{width:48px;height:48px;border:3px solid rgba(79,70,229,.2);border-top-color:#4f46e5;border-radius:50%;animation:zen-spin .8s linear infinite}@keyframes zen-spin{to{transform:rotate(360deg)}}.zen-stage{position:absolute;inset:0;padding:18px;display:flex;align-items:center;justify-content:center}.zen-hud{position:fixed;left:18px;top:18px;display:flex;align-items:center;gap:10px;flex-wrap:wrap;z-index:100;opacity:0;transform:translateY(-6px);transition:opacity .2s ease,transform .2s ease;pointer-events:none}.zen-hud--visible{opacity:1;transform:translateY(0);pointer-events:auto}.zen-controls{position:fixed;left:50%;bottom:18px;transform:translate(-50%) translateY(10px);display:flex;gap:8px;z-index:100;opacity:0;transition:opacity .2s ease,transform .2s ease;pointer-events:none}.zen-controls--visible{opacity:1;transform:translate(-50%) translateY(0);pointer-events:auto}.zen-pill{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;border:1px solid rgba(15,23,42,.1);background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#46556f;font-size:13px;box-shadow:0 10px 20px #02061714}.zen-pill--mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;letter-spacing:.2px}.zen-dot{width:8px;height:8px;border-radius:999px;background:#10b981;box-shadow:0 0 0 4px #10b98124}.zen-btn{border:1px solid rgba(15,23,42,.1);background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#0b1220;border-radius:12px;padding:12px 16px;cursor:pointer;font-weight:700;font-size:14px;display:inline-flex;align-items:center;gap:8px;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease;box-shadow:0 10px 20px #02061714}.zen-btn:hover:not(:disabled){transform:translateY(-1px);border-color:#4f46e559;box-shadow:0 16px 30px #4f46e51f}.zen-btn:focus-visible{outline:2px solid rgba(79,70,229,.45);outline-offset:2px}.zen-btn:disabled{opacity:.5;cursor:not-allowed}.zen-btn--primary{border-color:#4f46e54d;background:linear-gradient(135deg,#4f46e5f5,#ec4899db);color:#fff;box-shadow:0 18px 40px #4f46e52e}.zen-btn--primary:hover:not(:disabled){box-shadow:0 20px 50px #4f46e540}.v4-dark .zen-root{background:radial-gradient(900px 500px at 50% 0%,rgba(79,70,229,.15),transparent 60%),radial-gradient(800px 450px at 15% 25%,rgba(236,72,153,.08),transparent 60%),radial-gradient(900px 540px at 90% 90%,rgba(16,185,129,.08),transparent 55%),linear-gradient(to right,rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.03) 1px,transparent 1px),#0b1220}.v4-dark .zen-pill{border-color:#ffffff1a;background:#0f172ae6;color:#a0aec0}.v4-dark .zen-btn{border-color:#ffffff1a;background:#0f172ae6;color:#e2e8f0}.v4-dark .zen-btn:hover:not(:disabled){border-color:#4f46e580}@media(max-width:768px){.zen-hud{left:12px;top:12px;gap:6px}.zen-controls{bottom:12px;gap:6px;flex-wrap:wrap;justify-content:center;width:calc(100% - 24px)}.zen-pill{padding:6px 10px;font-size:12px}.zen-btn{padding:10px 14px;font-size:13px}.zen-stage{padding:12px}}@media(max-width:480px){.zen-hud{left:8px;top:8px}.zen-controls{bottom:8px;width:calc(100% - 16px)}.zen-stage{padding:8px}}.pv-mode-switcher{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9999;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(15,23,42,.1);border-radius:16px;padding:24px;box-shadow:0 20px 60px #02061733;min-width:320px}.pv-mode-switcher h3{margin:0 0 16px;font-size:14px;font-weight:700;color:#0b1220}.pv-mode-list{display:flex;flex-direction:column;gap:8px}.pv-mode-item{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid rgba(15,23,42,.1);border-radius:12px;background:#fffc;cursor:pointer;transition:all .15s ease}.pv-mode-item:hover{border-color:#4f46e54d;background:#4f46e50d}.pv-mode-item.active{border-color:#4f46e580;background:linear-gradient(135deg,#4f46e51a,#ec48990d)}.pv-mode-icon{font-size:24px;width:40px;height:40px;display:grid;place-items:center;background:#0f172a0d;border-radius:10px}.pv-mode-info{flex:1;min-width:0}.pv-mode-name{font-weight:700;font-size:14px;color:#0b1220}.pv-mode-desc{font-size:12px;color:#46556f;margin-top:2px}.pv-loading{display:grid;place-items:center;min-height:100vh;background:linear-gradient(135deg,#4f46e50d,#ec489908)}.pv-loading-spinner{width:48px;height:48px;border:3px solid rgba(79,70,229,.2);border-top-color:#4f46e5;border-radius:50%;animation:pv-spin .8s linear infinite}@keyframes pv-spin{to{transform:rotate(360deg)}}.pv-error{display:grid;place-items:center;min-height:100vh;text-align:center;padding:24px}.pv-error h2{margin:0 0 8px;font-size:20px;color:#0b1220}.pv-error p{margin:0 0 24px;color:#46556f}.pv-error-btn{padding:12px 24px;border:1px solid rgba(79,70,229,.3);border-radius:12px;background:linear-gradient(135deg,#4f46e5f5,#ec4899db);color:#fff;font-weight:700;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.pv-error-btn:hover{transform:translateY(-1px);box-shadow:0 16px 30px #4f46e533}.audience-count{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;font-size:.9rem;color:#374151}.audience-count-icon{font-size:1.1rem}.audience-count-number{font-weight:600;color:#1f2937;min-width:1.5rem;text-align:center}.audience-count-label{color:#6b7280}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.audience-count-number{animation:pulse .3s ease-in-out}.filler-counter{display:flex;flex-direction:column;gap:.25rem;padding:.5rem .75rem;border-radius:6px;font-size:.75rem;font-weight:500;background:#0000000d;color:#374151;border:1px solid rgba(0,0,0,.1);transition:all .3s ease-in-out;width:fit-content;min-width:120px;max-width:180px;flex-shrink:0;max-height:120px;overflow-y:auto}.filler-counter__label{color:#6b7280;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.filler-counter__content{display:flex;flex-direction:column;gap:.375rem}.filler-counter__words{display:flex;flex-direction:column;gap:.25rem}.filler-counter__word-item{display:flex;justify-content:space-between;align-items:center;gap:.5rem;font-size:.8125rem}.filler-counter__word-name{color:#6b7280;font-weight:500}.filler-counter__word-count{background:#00000014;color:#374151;font-weight:600;padding:.125rem .375rem;border-radius:3px;min-width:1.5rem;text-align:center;font-size:.75rem}.filler-counter__empty{color:#9ca3af;font-size:.75rem;font-style:italic;text-align:center;padding:.25rem 0}.filler-counter__total{display:flex;justify-content:space-between;align-items:center;gap:.5rem;padding-top:.375rem;border-top:1px solid rgba(0,0,0,.1);font-weight:600}.filler-counter__total-label{color:#6b7280;font-size:.75rem}.filler-counter__total-count{color:#374151;font-size:1rem;min-width:1.5rem;text-align:center}.filler-counter--highlighted{background:#fef3c7;border-color:#f59e0b;transform:scale(1.05);box-shadow:0 4px 12px #f59e0b4d}.filler-counter--highlighted .filler-counter__label,.filler-counter--highlighted .filler-counter__word-name{color:#92400e}.filler-counter--highlighted .filler-counter__word-count{background:#f59e0b33;color:#92400e}.filler-counter--highlighted .filler-counter__total-label{color:#92400e}.filler-counter--highlighted .filler-counter__total-count{color:#92400e;animation:count-pulse .6s ease-in-out}@keyframes count-pulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}@media(prefers-color-scheme:dark){.filler-counter{background:#ffffff0d;color:#d1d5db;border-color:#ffffff1a}.filler-counter__label,.filler-counter__word-name{color:#9ca3af}.filler-counter__word-count{background:#ffffff1a;color:#f3f4f6}.filler-counter__empty{color:#6b7280}.filler-counter__total{border-top-color:#ffffff1a}.filler-counter__total-label{color:#9ca3af}.filler-counter__total-count{color:#f3f4f6}.filler-counter--highlighted{background:#f59e0b33;border-color:#f59e0b}.filler-counter--highlighted .filler-counter__label,.filler-counter--highlighted .filler-counter__word-name,.filler-counter--highlighted .filler-counter__total-label{color:#fbbf24}.filler-counter--highlighted .filler-counter__word-count{background:#f59e0b4d;color:#fbbf24}.filler-counter--highlighted .filler-counter__total-count{color:#fbbf24}}@media(prefers-contrast:high){.filler-counter{background:#fff;border:2px solid #000000;color:#000}.filler-counter__word-count{background:#000;color:#fff}.filler-counter--highlighted{background:#ff0;border-color:#000}.filler-counter--highlighted .filler-counter__word-count{background:#000;color:#ff0}}@media(prefers-reduced-motion:reduce){.filler-counter{transition:none}.filler-counter--highlighted{transform:none;animation:none}.filler-counter--highlighted .filler-counter__total-count{animation:none}}.filler-counter:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.mic-controls{display:flex;flex-direction:column;align-items:center;gap:.75rem}.mic-controls.unsupported{text-align:center;color:#6b7280}.mic-controls.unsupported .hint{font-size:.75rem;color:#9ca3af}.mic-button{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:12px;background:#3b82f6;color:#fff;border:none;cursor:pointer;transition:all .2s ease;min-width:120px}.mic-button:hover:not(:disabled){background:#2563eb;transform:scale(1.02)}.mic-button:focus-visible{outline:3px solid #1d4ed8;outline-offset:3px;box-shadow:0 0 0 6px #3b82f64d}.mic-button:disabled{background:#d1d5db;cursor:not-allowed}.mic-button.active{background:#ef4444}.mic-button.active:hover:not(:disabled){background:#dc2626}.mic-icon{display:flex;align-items:center;justify-content:center}.mic-label{font-size:.875rem;font-weight:500}.recording-indicator{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#ef4444;font-weight:500}.recording-dot{width:8px;height:8px;background:#ef4444;border-radius:50%;animation:pulse-recording 1s ease-in-out infinite}@keyframes pulse-recording{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.mic-hint{font-size:.75rem;color:#9ca3af;margin:0}.mic-controls--compact{flex-direction:row;gap:.5rem}.mic-controls--compact .mic-button{flex-direction:row;padding:.375rem .5rem;min-width:auto;border-radius:6px;gap:.25rem}.mic-controls--compact .mic-icon svg{width:18px;height:18px}.new-slide-button-container{display:flex;flex-direction:row;align-items:flex-start;gap:.5rem;position:relative}.new-slide-main-controls{display:flex;align-items:stretch;gap:0}.new-slide-custom-toggle{display:flex;align-items:center;justify-content:center;background:#9ca3af;border:1px solid #9ca3af;border-left:1px solid rgba(255,255,255,.3);color:#fff;cursor:pointer;padding:0 .5rem;font-size:.75rem;border-radius:0 .375rem .375rem 0;transition:all .15s ease}.new-slide-custom-toggle:hover:not(:disabled){background:#6b7280;border-color:#6b7280}.new-slide-custom-toggle.expanded{background:#6b7280;border-color:#6b7280}.new-slide-custom-toggle:disabled{background:#9ca3af;border-color:#9ca3af;cursor:not-allowed}.new-slide-custom-toggle:focus-visible{outline:3px solid #3b82f6;outline-offset:2px;box-shadow:0 0 0 4px #3b82f633}.toggle-icon{font-size:.625rem;transition:transform .2s ease;color:currentColor}.new-slide-create-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#3b82f6;color:#fff;border:1px solid #3b82f6;border-radius:.375rem 0 0 .375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease;white-space:nowrap}.new-slide-create-button:hover:not(:disabled){background:#2563eb;border-color:#2563eb}.new-slide-create-button:active:not(:disabled){background:#1d4ed8}.new-slide-create-button:disabled{background:#9ca3af;border-color:#9ca3af;cursor:not-allowed}.new-slide-create-button:focus-visible{outline:3px solid #3b82f6;outline-offset:2px;box-shadow:0 0 0 4px #3b82f633;z-index:1}.new-slide-create-button.loading{background:#6b7280;border-color:#6b7280;cursor:wait}.loading-spinner{width:14px;height:14px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}.new-slide-options{position:absolute;bottom:100%;left:0;margin-bottom:.5rem;padding:1rem;background:#fff;border-radius:.5rem;border:1px solid var(--border-color, #e5e7eb);box-shadow:0 -4px 12px #00000026;animation:slideUp .2s ease;min-width:280px;z-index:1001}@keyframes slideUp{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}.suggestion-field{width:100%}.suggestion-label{display:block;font-size:.875rem;font-weight:500;color:var(--text-primary, #1f2937);margin-bottom:.5rem}.label-hint{display:block;font-weight:400;color:var(--text-secondary, #6b7280);font-size:.75rem;margin-top:.25rem}.suggestion-textarea{width:100%;padding:.75rem;border:1px solid var(--border-color, #e5e7eb);border-radius:.375rem;font-size:.875rem;font-family:inherit;resize:vertical;min-height:60px;transition:border-color .2s ease,box-shadow .2s ease;background:#fff}.suggestion-textarea:focus{outline:none;border-color:var(--primary-color, #3b82f6);box-shadow:0 0 0 3px #3b82f61a}.suggestion-textarea:disabled{background:var(--bg-disabled, #f3f4f6);cursor:not-allowed;opacity:.7}.suggestion-textarea::placeholder{color:var(--text-placeholder, #9ca3af)}.suggestion-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem;gap:1rem}.character-count{font-size:.75rem;color:var(--text-secondary, #6b7280);font-weight:500;white-space:nowrap}.character-count.warning{color:#f59e0b}.create-custom-button{padding:.375rem .75rem;background:#10b981;color:#fff;border:none;border-radius:.375rem;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s ease;white-space:nowrap}.create-custom-button:hover:not(:disabled){background:#059669}.create-custom-button:disabled{background:#9ca3af;cursor:not-allowed}.create-custom-button:focus-visible{outline:3px solid #10b981;outline-offset:2px}@media(max-width:900px){.new-slide-button-container{flex:1 1 auto}.new-slide-main-controls{flex:1}.new-slide-create-button{flex:1;justify-content:center}}@media(max-width:640px){.new-slide-options{position:fixed;top:auto;bottom:calc(var(--control-bar-height) + var(--safe-bottom) + .5rem);left:1rem;right:1rem;min-width:auto;width:calc(100% - 2rem)}.suggestion-textarea{font-size:1rem}.new-slide-create-button{padding:.4rem .75rem;font-size:.8125rem}.new-slide-custom-toggle{padding:0 .4rem}}@media(max-width:480px){.new-slide-button-container,.new-slide-main-controls{width:100%}.new-slide-create-button{flex:1}}@media(prefers-contrast:high){.new-slide-create-button{border-width:2px}.suggestion-textarea:focus{border-width:2px}.new-slide-options{border-width:2px}}@media(prefers-reduced-motion:reduce){.new-slide-toggle,.new-slide-create-button,.suggestion-textarea,.loading-spinner{transition:none;animation:none}.new-slide-options{animation:none}.toggle-icon{transition:none}}.presenter-controlbar{position:fixed;left:0;right:0;bottom:0;height:var(--control-bar-height);padding-bottom:var(--safe-bottom);z-index:1000;background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 -2px 10px #0000000d}.presenter-controlbar__content{display:flex;align-items:center;justify-content:center;gap:.75rem;height:100%;padding:0 1rem;max-width:800px;margin:0 auto}.presenter-controlbar__btn{min-width:44px;min-height:44px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:8px;border:1px solid #d1d5db;background:#fff;color:#374151;cursor:pointer;transition:all .15s ease;white-space:nowrap}.presenter-controlbar__btn:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.presenter-controlbar__btn:focus-visible{outline:3px solid var(--primary);outline-offset:2px}.presenter-controlbar__btn:disabled{opacity:.5;cursor:not-allowed}.presenter-controlbar__btn--primary{background:var(--primary);color:#fff;border-color:var(--primary)}.presenter-controlbar__btn--primary:hover:not(:disabled){background:var(--primary-hover);border-color:var(--primary-hover)}.presenter-controlbar__btn--danger{background:var(--danger);color:#fff;border-color:var(--danger)}.presenter-controlbar__btn--danger:hover:not(:disabled){background:var(--danger-hover);border-color:var(--danger-hover)}.presenter-controlbar__nav{display:flex;gap:.375rem}.presenter-controlbar .auto-advance-toggle{display:flex;align-items:center;gap:.5rem}.presenter-controlbar .auto-advance-toggle label{font-size:.875rem;color:#374151;cursor:pointer;display:flex;align-items:center;gap:.5rem}.presenter-controlbar .auto-advance-toggle .toggle-switch{position:relative;width:44px;height:24px;display:inline-block;flex-shrink:0}.presenter-controlbar .auto-advance-toggle .toggle-switch input{opacity:0;width:100%;height:100%;position:absolute;top:0;left:0;cursor:pointer;z-index:2;margin:0}.presenter-controlbar .auto-advance-toggle .aa-toggle-track{position:absolute;cursor:pointer;top:0;left:0;width:44px;height:24px;background-color:#d1d5db;transition:background-color .2s ease;border-radius:24px;display:block}.presenter-controlbar .auto-advance-toggle .aa-toggle-track:before{position:absolute;content:"";height:18px;width:18px;left:3px;top:3px;background-color:#fff;transition:transform .2s ease;border-radius:50%;box-shadow:0 1px 3px #0003}.presenter-controlbar .auto-advance-toggle .toggle-switch input:checked+.aa-toggle-track{background-color:#3b82f6}.presenter-controlbar .auto-advance-toggle .toggle-switch input:checked+.aa-toggle-track:before{transform:translate(20px)}.presenter-controlbar .auto-advance-toggle .toggle-switch input:focus+.aa-toggle-track{box-shadow:0 0 0 2px #3b82f64d}.presenter-controlbar .auto-advance-toggle .toggle-switch input:focus-visible+.aa-toggle-track{outline:3px solid #3b82f6;outline-offset:2px;box-shadow:0 0 0 4px #3b82f633}.presenter-controlbar .auto-advance-toggle .toggle-switch input:disabled+.aa-toggle-track{opacity:.5;cursor:not-allowed}@media(min-width:768px){.presenter-controlbar__content{gap:1rem;padding:0 1.5rem}.presenter-controlbar__btn{padding:.625rem 1.25rem}}@media(min-width:1024px){.presenter-controlbar__content{gap:1.25rem;max-width:900px}.presenter-controlbar__btn{padding:.75rem 1.5rem;font-size:.9375rem}}@media(max-width:640px){.presenter-controlbar{height:auto;min-height:var(--control-bar-height);padding:.5rem 0;padding-bottom:calc(.5rem + var(--safe-bottom))}.presenter-controlbar__content{flex-wrap:wrap;gap:.5rem;padding:0 .75rem;justify-content:center}.presenter-controlbar__btn{padding:.5rem .875rem;font-size:.8125rem;min-height:40px}.presenter-controlbar__btn-text{display:none}.presenter-controlbar__nav{order:1}.presenter-controlbar .auto-advance-toggle{order:2}.presenter-controlbar__btn--primary{order:3}.presenter-controlbar__btn--danger{order:4}.presenter-controlbar .auto-advance-toggle span:not(.aa-toggle-track){font-size:.75rem}}@media(max-width:380px){.presenter-controlbar__content{gap:.375rem;padding:0 .5rem}.presenter-controlbar__btn{padding:.375rem .625rem;font-size:.75rem;min-height:36px;min-width:36px}.presenter-controlbar .auto-advance-toggle span:not(.aa-toggle-track){display:none}}.settings-panel{position:fixed;top:calc(var(--app-header-height) + 56px);right:1rem;z-index:1000;width:340px;max-width:calc(100vw - 2rem);max-height:calc(100vh - var(--app-header-height) - 72px);background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 10px 25px #00000026;transform:translate(calc(100% + 2rem));opacity:0;transition:transform .3s ease-out,opacity .3s ease-out;pointer-events:auto}.settings-panel.open{transform:translate(0);opacity:1}.settings-panel-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem .75rem;border-bottom:1px solid #f3f4f6}.settings-panel-header h3{margin:0;font-size:1.125rem;font-weight:600;color:#1f2937}.settings-close-button{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:transparent;border:none;border-radius:.375rem;cursor:pointer;font-size:1.25rem;color:#6b7280;transition:all .2s ease}.settings-close-button:hover{background:#f3f4f6;color:#374151}.settings-close-button:focus{outline:none;box-shadow:0 0 0 2px #3b82f64d}.settings-panel-content{padding:.75rem 1.25rem 1.25rem;max-height:calc(100vh - 8rem);overflow-y:auto}.setting-item{margin-bottom:.5rem;cursor:pointer;border-radius:.5rem;transition:background-color .15s ease}.setting-item:last-child{margin-bottom:0}.setting-item:hover{background-color:#3b82f60d}.setting-item:active{background-color:#3b82f61a}.setting-item:focus{outline:none;box-shadow:0 0 0 2px #3b82f64d}.setting-item:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.setting-label{display:flex;align-items:flex-start;gap:.75rem;-webkit-user-select:none;user-select:none;position:relative;padding:.75rem}.setting-checkbox{width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem;margin-top:.0625rem;accent-color:#3b82f6;cursor:pointer;flex-shrink:0;position:relative;z-index:2;pointer-events:auto}.setting-text-container{display:flex;flex-direction:column;flex:1}.setting-text{font-size:.9375rem;font-weight:500;color:#1f2937;line-height:1.4}.setting-description{display:block;font-size:.8125rem;color:#6b7280;line-height:1.3;margin-top:.25rem}.setting-theme{display:flex;flex-direction:column;gap:.5rem}.setting-theme-header{display:flex;align-items:center;justify-content:space-between}.theme-picker-toggle{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.375rem;cursor:pointer;font-size:.875rem;color:#374151;transition:all .2s ease}.theme-picker-toggle:hover{background:#f3f4f6;border-color:#d1d5db}.theme-picker-toggle:focus{outline:none;box-shadow:0 0 0 2px #3b82f64d;border-color:#3b82f6}.theme-picker-arrow{font-size:.75rem;color:#6b7280;transition:transform .2s ease}.theme-picker-arrow.open{transform:rotate(180deg)}.theme-picker-container{margin-top:.5rem;padding:.75rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;max-height:300px;overflow-y:auto}.settings-panel-content::-webkit-scrollbar,.theme-picker-container::-webkit-scrollbar{width:6px}.settings-panel-content::-webkit-scrollbar-track,.theme-picker-container::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.settings-panel-content::-webkit-scrollbar-thumb,.theme-picker-container::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.settings-panel-content::-webkit-scrollbar-thumb:hover,.theme-picker-container::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media(max-width:640px){.settings-panel{top:calc(56px + .5rem);right:.5rem;width:300px;max-width:calc(100vw - 1rem)}.settings-panel-header{padding:.75rem 1rem .5rem}.settings-panel-content{padding:.5rem 1rem 1rem}.setting-item{margin-bottom:1rem}}@media(prefers-color-scheme:dark){.settings-panel{background:#1f2937;border-color:#374151;box-shadow:0 10px 25px #0000004d}.settings-panel-header{border-bottom-color:#374151}.settings-panel-header h3{color:#f9fafb}.settings-close-button{color:#9ca3af}.settings-close-button:hover{background:#374151;color:#d1d5db}.setting-text{color:#f9fafb}.setting-description{color:#9ca3af}.theme-picker-toggle{background:#374151;border-color:#4b5563;color:#d1d5db}.theme-picker-toggle:hover{background:#4b5563;border-color:#6b7280}.theme-picker-container{background:#374151;border-color:#4b5563}}@media(prefers-contrast:high){.settings-panel{border-width:2px;box-shadow:0 4px 12px #0000004d}.setting-checkbox{border:2px solid currentColor}.theme-picker-toggle{border-width:2px}}@media(prefers-reduced-motion:reduce){.settings-panel{transition:opacity .2s ease}.theme-picker-arrow,.settings-close-button,.theme-picker-toggle{transition:none}}.settings-panel:focus-within{outline:none}@media(max-width:768px){.settings-panel{position:fixed;top:var(--app-header-height);right:0;width:100%;max-width:100%;height:calc(100vh - var(--app-header-height));max-height:calc(100vh - var(--app-header-height));border-radius:0;transform:translate(100%)}.settings-panel.open{transform:translate(0)}.settings-panel-content{max-height:calc(100vh - var(--app-header-height) - 4rem)}}.share-popover{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;padding:1rem;width:240px;z-index:1001}.share-popover__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.share-popover__title{font-size:.875rem;font-weight:600;color:#374151}.share-popover__close{background:none;border:none;font-size:1.25rem;color:#9ca3af;cursor:pointer;padding:0;line-height:1}.share-popover__close:hover{color:#6b7280}.share-popover__qr{display:flex;justify-content:center;margin-bottom:.75rem}.share-popover__qr canvas{border-radius:8px;border:1px solid #e5e7eb}.share-popover__url{display:flex;gap:.5rem;margin-bottom:.75rem}.share-popover__url input{flex:1;padding:.5rem;font-size:.75rem;border:1px solid #e5e7eb;border-radius:6px;background:#f9fafb;color:#374151;min-width:0}.share-popover__copy{padding:.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:.875rem}.share-popover__copy:hover{background:#f3f4f6}.share-popover__download{width:100%;padding:.5rem;background:var(--primary);color:#fff;border:none;border-radius:6px;font-size:.8125rem;font-weight:500;cursor:pointer}.share-popover__download:hover:not(:disabled){background:var(--primary-hover)}.share-popover__download:disabled{opacity:.5;cursor:not-allowed}.slide-display{flex:1;display:flex;flex-direction:column;min-height:200px;max-height:100%;height:100%}.slide-display.empty{display:flex;align-items:center;justify-content:center;color:#6b7280;font-style:italic}.slide-counter{position:absolute;top:.5rem;left:.75rem;font-size:.75rem;color:#fffc;background:#0000004d;padding:.25rem .5rem;border-radius:4px;z-index:10}.slide-content{flex:1;display:flex;flex-direction:column;justify-content:center;padding:2rem;border-radius:12px;overflow:auto;background-color:#1a1a1a;min-height:100%;height:100%;position:relative;z-index:1}.slide-title{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;margin:0 0 1.5rem;line-height:1.3;text-align:center;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.slide-bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:clamp(.75rem,2vh,1.25rem);flex:1;justify-content:center}.slide-bullets li{font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.6;padding-left:2rem;position:relative;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;margin-bottom:.5rem}.slide-bullets li:before{content:"▶";position:absolute;left:0;font-weight:700;font-size:.9em;top:.1em}.slide-bullets.few-bullets li{font-size:clamp(1.125rem,3vw,1.5rem);margin-bottom:1rem}.slide-bullets.many-bullets li{font-size:clamp(.9rem,2vw,1.125rem);margin-bottom:.25rem}.slide-bullets li ul{margin-top:.5rem;padding-left:1rem}.slide-bullets li ul li{font-size:.9em;opacity:.9}.slide-bullets li ul li:before{content:"◦";font-size:1.2em}@media(max-width:1024px){.slide-content{padding:1.5rem}.slide-title{font-size:clamp(1.25rem,3.5vw,2rem);margin-bottom:1.25rem}.slide-bullets{gap:clamp(.5rem,1.5vh,1rem)}.slide-bullets li{font-size:clamp(.875rem,2vw,1.125rem);padding-left:1.75rem}.slide-bullets.few-bullets li{font-size:clamp(1rem,2.5vw,1.25rem);margin-bottom:.75rem}.slide-bullets.many-bullets li{font-size:clamp(.8rem,1.75vw,1rem);margin-bottom:.2rem}}@media(max-width:768px){.slide-content{padding:1.25rem;min-height:100%}.slide-title{font-size:clamp(1.125rem,4vw,1.75rem);margin-bottom:1rem}.slide-bullets{gap:clamp(.5rem,1.5vh,.875rem)}.slide-bullets li{font-size:clamp(.875rem,2.5vw,1.125rem);padding-left:1.5rem;margin-bottom:.375rem}.slide-bullets.few-bullets li{font-size:clamp(.95rem,3vw,1.125rem);margin-bottom:.5rem}.slide-bullets.many-bullets li{font-size:clamp(.8rem,2vw,1rem);margin-bottom:.2rem}.slide-counter{font-size:.7rem;top:.375rem;left:.5rem}}@media(max-width:480px){.slide-content{padding:1rem;min-height:100%}.slide-title{font-size:clamp(1rem,5vw,1.5rem);margin-bottom:.75rem}.slide-bullets{gap:clamp(.375rem,1vh,.75rem)}.slide-bullets li{font-size:clamp(.8rem,3vw,1rem);padding-left:1.25rem;margin-bottom:.25rem}.slide-bullets li:before{font-size:.8em}.slide-bullets.few-bullets li{font-size:clamp(.875rem,3.5vw,1.125rem);margin-bottom:.375rem}.slide-bullets.many-bullets li{font-size:clamp(.75rem,2.5vw,.95rem);margin-bottom:.15rem}.slide-counter{font-size:.65rem;top:.25rem;left:.375rem}}@media(max-height:600px){.slide-display{flex:0 1 auto;max-height:50vh}.slide-content{min-height:150px;max-height:45vh;overflow-y:auto}}@media(max-height:500px){.slide-display{max-height:40vh}.slide-content{min-height:120px;max-height:35vh}}.teleprompter{position:relative;width:100%;height:100%;min-height:100px;background:#1e293be6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);overflow-y:auto;border-radius:8px;padding:.75rem 1rem;color:#fff;box-sizing:border-box;transition:opacity .3s ease-in-out;will-change:opacity}.teleprompter-disabled{background:transparent!important;-webkit-backdrop-filter:none;backdrop-filter:none;pointer-events:none;height:0;min-height:0;padding:0;overflow:hidden}.teleprompter-disabled .teleprompter-suggestions{opacity:0!important}.teleprompter-debug{position:absolute;top:4px;right:8px;font-size:10px;color:#fff9;background:#0000004d;padding:2px 6px;border-radius:3px}.teleprompter-small{font-size:.875rem;line-height:1.4}.teleprompter-medium{font-size:1rem;line-height:1.5}.teleprompter-large{font-size:1.125rem;line-height:1.6}.teleprompter-suggestions{margin:0;padding:0 0 0 1.25rem;list-style-type:disc;transition:opacity .3s ease-in-out;will-change:opacity}.teleprompter-suggestion{margin-bottom:.375rem;text-shadow:0 1px 2px rgba(0,0,0,.2)}.teleprompter-suggestion:last-child{margin-bottom:0}.teleprompter::-webkit-scrollbar{width:6px}.teleprompter::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.teleprompter::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.teleprompter::-webkit-scrollbar-thumb:hover{background:#ffffff80}.teleprompter:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@media(prefers-reduced-motion:reduce){.teleprompter,.teleprompter-suggestions{transition:none;will-change:auto}}@media(max-width:768px){.teleprompter{height:100px;min-height:80px;padding:.625rem .875rem;font-size:.875rem}}.music-indicator{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;color:#6b7280;text-align:center}.music-icon{margin-bottom:.75rem;color:#3b82f6;animation:musicPulse 2s ease-in-out infinite}.music-text{font-size:.875rem;font-style:italic;margin:0;opacity:.8}@keyframes musicPulse{0%,to{transform:scale(1);opacity:.7}50%{transform:scale(1.1);opacity:1}}.music-indicator{min-height:120px}.transcript-container{display:flex;flex-direction:column;flex:1;position:relative;overflow:hidden}.transcript-display{flex:1;overflow-y:auto;padding:1rem;font-size:1rem;line-height:1.6;color:#374151}.transcript-display:focus-visible{outline:3px solid #3b82f6;outline-offset:2px;border-radius:4px}.transcript-display.empty{display:flex;align-items:center;justify-content:center;color:#9ca3af;font-style:italic;text-align:center;padding:2rem 1rem}.transcript-text{color:#374151;font-size:1rem;line-height:1.6;white-space:pre-wrap}.transcript-segment{display:block;margin-bottom:.5rem;white-space:pre-wrap}.transcript-segment--interim{color:#9ca3af;font-style:italic}.interim-indicator{display:inline-flex;gap:2px;margin-left:4px;vertical-align:middle}.interim-indicator span{width:4px;height:4px;background:#9ca3af;border-radius:50%;animation:bounce 1.4s ease-in-out infinite}.interim-indicator span:nth-child(1){animation-delay:0s}.interim-indicator span:nth-child(2){animation-delay:.2s}.interim-indicator span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-4px)}}.transcript-history-indicator{padding:.25rem .5rem;background:#f3f4f6;border-bottom:1px solid #e5e7eb;font-size:.75rem;color:#6b7280;text-align:center}.scroll-to-bottom-btn{position:absolute;bottom:.5rem;left:50%;transform:translate(-50%);padding:.375rem .75rem;background:#3b82f6;color:#fff;border:none;border-radius:16px;font-size:.75rem;font-weight:500;cursor:pointer;box-shadow:0 2px 8px #3b82f666;transition:all .15s ease;z-index:10}.scroll-to-bottom-btn:hover{background:#2563eb;box-shadow:0 4px 12px #3b82f680}.scroll-to-bottom-btn:focus-visible{outline:2px solid #1d4ed8;outline-offset:2px}.presenter-root{height:calc(100dvh - var(--app-header-height));display:flex;flex-direction:column;background:#f0f4f8;overflow:hidden}.presenter-root--loading,.presenter-root--error,.presenter-root--ended{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;text-align:center;padding:2rem}.loading-spinner{width:40px;height:40px;border:3px solid #e0e0e0;border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.presenter-toolbar{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:linear-gradient(135deg,#3d5a80,#4a6fa5);color:#fff;flex-shrink:0}.presenter-toolbar__left{display:flex;align-items:center;gap:.75rem}.presenter-toolbar__title{font-size:1rem;font-weight:600;margin:0;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.presenter-toolbar__badge{padding:.25rem .5rem;border-radius:4px;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.presenter-toolbar__badge--live{background:#22c55e;color:#fff}.presenter-toolbar__right{display:flex;align-items:center;gap:.5rem}.presenter-toolbar__actions{display:flex;align-items:center;gap:.375rem}.presenter-toolbar__btn{display:flex;align-items:center;gap:.25rem;padding:.375rem .625rem;background:#ffffffe6;border:none;border-radius:6px;font-size:.75rem;font-weight:500;color:#374151;cursor:pointer;transition:background .15s}.presenter-toolbar__btn:hover{background:#fff}.presenter-toolbar__btn--icon{padding:.375rem;min-width:32px;justify-content:center}.presenter-toolbar__btn-icon{font-size:.875rem}.presenter-share-wrapper{position:relative}.presenter-content{flex:1;display:flex;flex-direction:column;min-height:0;padding:.75rem 1rem;padding-bottom:calc(var(--control-bar-height) + var(--safe-bottom) + .75rem);overflow:hidden;gap:.75rem;position:relative}.presenter-playback-row{display:none}.presenter-playback-label{font-size:.875rem;font-weight:500;color:#64748b}.presenter-playback-icons{display:flex;gap:.25rem}.presenter-icon-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:.875rem;color:#6b7280}.presenter-icon-btn:hover{background:#f9fafb;border-color:#d1d5db}.presenter-slide-card{flex:7;min-height:300px;background:transparent;border-radius:var(--card-radius);box-shadow:0 2px 8px #00000014;overflow:hidden}.presenter-bottom-section{flex:3;min-height:0;display:flex;gap:.75rem;overflow:hidden}.presenter-bottom-section--teleprompter-disabled{display:block}.presenter-bottom-section--teleprompter-disabled .presenter-transcript-area{width:100%;height:100%}.presenter-bottom-section--teleprompter-disabled .presenter-teleprompter-area{display:none}.presenter-bottom-section--teleprompter-enabled{display:flex;flex-direction:row}.presenter-bottom-section--teleprompter-enabled .presenter-transcript-area{flex:1;min-width:0}.presenter-bottom-section--teleprompter-enabled .presenter-teleprompter-area{flex:1;min-width:0;display:flex}.presenter-transcript-area{display:flex;flex-direction:column;background:#fff;border-radius:var(--card-radius);box-shadow:0 1px 3px #00000014;overflow:hidden;min-height:0}.presenter-transcript__header{display:flex;justify-content:space-between;align-items:center;padding:.625rem 1rem;border-bottom:1px solid #f1f5f9;flex-shrink:0;gap:.5rem;min-height:fit-content}.presenter-transcript__label{font-size:.6875rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.1em}.presenter-transcript__content{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:auto;padding:1rem}.presenter-teleprompter-area{display:flex;flex-direction:column;border-radius:var(--card-radius);padding:.75rem 1rem;overflow:hidden;min-height:0}@media(min-width:1024px){.presenter-toolbar{padding:.75rem 1.5rem}.presenter-toolbar__title{font-size:1.125rem;max-width:300px}.presenter-content{padding:1rem 1.5rem;padding-bottom:calc(var(--control-bar-height) + var(--safe-bottom) + 1rem);gap:1rem}.presenter-slide-card{flex:7;min-height:400px}.presenter-bottom-section{gap:1rem}.presenter-teleprompter-area{padding:1rem 1.25rem}.presenter-transcript__content{padding:1rem}}@media(min-width:1440px){.presenter-content{padding:1.25rem 2rem;padding-bottom:calc(var(--control-bar-height) + var(--safe-bottom) + 1.25rem)}}@media(max-width:768px){.presenter-toolbar{padding:.5rem .75rem;flex-wrap:wrap;gap:.5rem}.presenter-toolbar__left{flex:1 1 auto;gap:.5rem}.presenter-toolbar__title{font-size:.875rem;max-width:150px}.presenter-toolbar__right{flex:0 0 auto}.presenter-content{padding:.75rem;padding-bottom:calc(var(--control-bar-height) + var(--safe-bottom) + .75rem);gap:.75rem}.presenter-playback-row{display:none}.presenter-bottom-section--teleprompter-enabled{flex-direction:column}.presenter-bottom-section--teleprompter-enabled .presenter-transcript-area{flex:2}.presenter-bottom-section--teleprompter-enabled .presenter-teleprompter-area{flex:1}.presenter-teleprompter-area{padding:.75rem 1rem}.presenter-transcript__header{padding:.5rem .75rem}.presenter-transcript__content{padding:.75rem}}@media(max-width:480px){.presenter-toolbar__btn span:not(.presenter-toolbar__btn-icon){display:none}.presenter-toolbar__btn{padding:.375rem;min-width:32px;justify-content:center}}@media(max-height:700px){.presenter-teleprompter-area{padding:.625rem 1rem}.presenter-transcript__header{padding:.375rem .75rem}}.skip-link{position:absolute;top:-40px;left:0;background:var(--primary);color:#fff;padding:8px 16px;z-index:9999;text-decoration:none}.skip-link:focus{top:0}.tutorial-root{position:fixed;inset:0;background:#fff;z-index:1000;display:flex;flex-direction:column}.tutorial-shell{flex:1;display:flex;flex-direction:column;margin:12px;border:1.5px solid rgba(15,23,42,.15);border-radius:18px;background:#ffffffbf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 20px 60px #02061724;overflow:hidden}.tutorial-topbar{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid rgba(15,23,42,.15);background:#fffc}.tutorial-topbar__left,.tutorial-topbar__right{display:flex;align-items:center;gap:12px}.tutorial-logo{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#4f46e5,#ec4899);display:grid;place-items:center;color:#fff}.tutorial-title{font-size:15px;font-weight:600;color:#0b1220}.tutorial-badge-live{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:#10b9811f;border:1px solid rgba(16,185,129,.25);color:#065f46;font-size:11px;font-weight:700}.tutorial-badge-dot{width:6px;height:6px;border-radius:50%;background:#10b981;animation:tutorial-pulse 1.5s infinite}@keyframes tutorial-pulse{0%,to{opacity:1}50%{opacity:.4}}.tutorial-stat{display:flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#fffc;border:1px solid rgba(15,23,42,.15);font-size:12px;color:#64748b}.tutorial-stat b{color:#0b1220}.tutorial-stat__icon{font-size:14px}.tutorial-skip-btn{padding:6px 12px;border:1px solid rgba(15,23,42,.15);border-radius:8px;background:transparent;font-size:12px;color:#64748b;cursor:pointer;transition:all .15s}.tutorial-skip-btn:hover{background:#0f172a0d;color:#0b1220}.tutorial-stage{flex:1;display:flex;align-items:center;justify-content:center;padding:40px;position:relative}.tutorial-slide-viewport{width:100%;max-width:900px}.tutorial-slide-frame{width:100%;aspect-ratio:16/9;border-radius:14px;background:linear-gradient(135deg,#4f46e5e6,#ec4899cc);box-shadow:0 30px 60px #02061733;position:relative;overflow:hidden}.tutorial-slide-content{position:absolute;inset:40px;color:#fff;display:flex;flex-direction:column;justify-content:center}.tutorial-slide-title{font-size:clamp(32px,5vw,56px);font-weight:800;margin-bottom:32px;opacity:0;transform:translateY(20px);transition:all .8s ease}.tutorial-slide-title.visible{opacity:1;transform:translateY(0)}.tutorial-slide-body{font-size:clamp(20px,3vw,32px);line-height:1.7;opacity:0;transform:translateY(20px);transition:all .8s ease .3s}.tutorial-slide-body.visible{opacity:1;transform:translateY(0)}.tutorial-slide-body p{margin-bottom:20px}.tutorial-bottombar{display:flex;align-items:center;justify-content:center;padding:12px 16px;border-top:1px solid rgba(15,23,42,.15);background:#fffc;transition:all .4s ease}.tutorial-bottombar.hidden{opacity:0;transform:translateY(100%);pointer-events:none}.tutorial-controls{display:flex;align-items:center;gap:8px}.tutorial-btn{padding:8px 16px;border:1px solid rgba(15,23,42,.15);border-radius:10px;background:#ffffffe6;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s}.tutorial-btn:hover:not(:disabled){background:#4f46e50f;border-color:#4f46e540}.tutorial-btn:disabled{opacity:.5;cursor:not-allowed}.tutorial-btn--danger{background:#ef444414;color:#ef4444;border-color:#ef444433}.tutorial-mic-overlay{position:fixed;top:24px;right:24px;width:220px;height:200px;border-radius:28px;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:3px solid #4f46e5;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;cursor:pointer;transition:all .3s;z-index:1100;box-shadow:0 15px 50px #4f46e54d}.tutorial-mic-overlay:hover{transform:scale(1.05);box-shadow:0 20px 60px #4f46e566}.tutorial-mic-icon{width:64px;height:64px;color:#4f46e5}.tutorial-mic-label{font-size:18px;font-weight:700;color:#4f46e5}.tutorial-mic-overlay.recording{width:70px;height:70px;top:80px;border-radius:50%;background:#ef444426;border-color:#ef4444;border-width:3px}.tutorial-mic-overlay.recording .tutorial-mic-icon{width:32px;height:32px;color:#ef4444}.tutorial-mic-overlay.recording .tutorial-mic-label{display:none}.tutorial-mic-overlay.recording:before{content:"";position:absolute;inset:-6px;border-radius:50%;border:3px solid #ef4444;animation:tutorial-mic-pulse 1.5s infinite}@keyframes tutorial-mic-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:0}}.tutorial-mic-overlay.highlight{animation:tutorial-mic-highlight 1.2s infinite}@keyframes tutorial-mic-highlight{0%,to{box-shadow:0 0 #4f46e580,0 15px 50px #4f46e54d}50%{box-shadow:0 0 0 20px #4f46e500,0 20px 60px #4f46e566}}.tutorial-arrow{position:fixed;top:240px;right:100px;display:flex;flex-direction:column;align-items:center;z-index:1150;opacity:0;transition:opacity .5s;pointer-events:none}.tutorial-arrow.visible{opacity:1}.tutorial-arrow-line{width:4px;height:80px;background:#4f46e5;border-radius:2px}.tutorial-arrow-head{width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:20px solid #4f46e5;margin-bottom:-2px;animation:tutorial-arrow-bounce 1s infinite}@keyframes tutorial-arrow-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.tutorial-arrow-text{margin-top:12px;padding:12px 20px;background:#4f46e5;color:#fff;border-radius:10px;font-size:18px;font-weight:700;white-space:nowrap;box-shadow:0 8px 30px #4f46e566}.tutorial-side-panel{position:fixed;top:80px;bottom:80px;width:280px;background:#fffffff2;border:1px solid rgba(15,23,42,.15);border-radius:16px;box-shadow:0 20px 50px #0000001a;display:flex;flex-direction:column;transition:all .4s ease;z-index:1050}.tutorial-side-panel.hidden{opacity:0;pointer-events:none}.tutorial-left-panel{left:24px;transform:translate(-20px)}.tutorial-left-panel.hidden{transform:translate(-100%)}.tutorial-right-panel{right:24px;transform:translate(20px)}.tutorial-right-panel.hidden{transform:translate(100%)}.tutorial-side-panel:not(.hidden){transform:translate(0)}.tutorial-panel-header{padding:12px 16px;border-bottom:1px solid rgba(15,23,42,.15);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#64748b}.tutorial-panel-content{flex:1;padding:16px;overflow-y:auto}.tutorial-transcript-area{min-height:100px}.tutorial-transcript-empty{font-size:13px;color:#64748b;text-align:center;padding:20px}.tutorial-transcript-item{padding:10px;margin-bottom:8px;border-radius:8px;background:#4f46e50d;border-left:3px solid #4f46e5;font-size:13px;line-height:1.4;opacity:0;transform:translateY(10px);transition:all .3s ease}.tutorial-transcript-item.visible{opacity:1;transform:translateY(0)}.tutorial-qr-placeholder{width:120px;height:120px;margin:0 auto 16px;background:#fff;border:1px solid rgba(15,23,42,.15);border-radius:8px;display:grid;place-items:center;font-size:11px;color:#64748b}.tutorial-share-link-box{display:flex;gap:8px}.tutorial-share-link{flex:1;padding:10px;border:1px solid rgba(15,23,42,.15);border-radius:8px;font-size:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;background:#fff}.tutorial-complete-hint{position:fixed;bottom:100px;left:50%;transform:translate(-50%);padding:16px 32px;background:#4f46e5f2;color:#fff;border-radius:12px;font-size:16px;font-weight:600;box-shadow:0 10px 40px #4f46e566;animation:tutorial-hint-pulse 2s infinite;z-index:1200}@keyframes tutorial-hint-pulse{0%,to{transform:translate(-50%) scale(1)}50%{transform:translate(-50%) scale(1.02)}}:root{--app-header-height: 56px;--control-bar-height: 72px;--max-content-width: 1200px;--card-radius: 12px;--primary: #3B82F6;--primary-hover: #2563EB;--danger: #EF4444;--danger-hover: #DC2626;--safe-bottom: env(safe-area-inset-bottom, 0px)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.5}.skip-link{position:absolute;top:-100px;left:0;background:#1d4ed8;color:#fff;padding:.75rem 1.5rem;text-decoration:none;font-weight:600;z-index:10000;border-radius:0 0 8px;transition:top .2s ease}.skip-link:focus{top:0;outline:3px solid #fbbf24;outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus{outline:none}:focus-visible{outline:3px solid #3b82f6;outline-offset:2px}.audience-view :focus-visible{outline-color:#60a5fa}button:focus-visible{outline:3px solid #3b82f6;outline-offset:2px;box-shadow:0 0 0 4px #3b82f633}a:focus-visible{outline:3px solid #3b82f6;outline-offset:2px}input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #3b82f6;outline-offset:0;border-color:#3b82f6}input[type=checkbox]:focus-visible+.toggle-slider{outline:3px solid #3b82f6;outline-offset:2px}.keyboard-hint{font-size:.75rem;color:#6b7280;margin-top:.5rem;text-align:center}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.skip-link{transition:none}}@media(prefers-contrast:high){:focus-visible{outline-width:4px}button:focus-visible{outline-width:4px;box-shadow:none}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:1rem}.loading-spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
