.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-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}}.paper-airplane-icon{display:inline-block;vertical-align:middle;transition:color .2s ease-in-out;shape-rendering:geometricPrecision}.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}}.audience-slide-display{flex:1;display:flex;flex-direction:column;min-height:70vh}.audience-slide-display.empty{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e3a5f,#2d4a6f);color:#94a3b8;font-style:italic;font-size:1.25rem}.audience-slide-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:3rem;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#1a1a1a;overflow:auto;min-height:400px;z-index:1}.audience-slide-text{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;max-width:90%;width:100%}.audience-slide-title{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;text-align:center;margin:0 0 2rem;line-height:1.2;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.audience-slide-bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem;width:100%;max-width:800px;flex:1;justify-content:center}.audience-slide-bullets li{font-size:clamp(1rem,3vw,1.5rem);line-height:1.5;padding-left:2rem;position:relative;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;margin-bottom:.75rem}.audience-slide-bullets li:before{content:"▶";position:absolute;left:0;font-size:.8em;top:.1em}.audience-slide-bullets.few-bullets li{font-size:clamp(1.125rem,3.5vw,1.75rem)}.audience-slide-bullets.many-bullets li{font-size:clamp(.9rem,2.5vw,1.25rem)}.audience-slide-bullets li ul{margin-top:.75rem;padding-left:1.25rem}.audience-slide-bullets li ul li{font-size:.9em;opacity:.9}.audience-slide-bullets li ul li:before{content:"◦";font-size:1.2em}@media (max-width: 768px){.audience-slide-content{padding:2rem 1.5rem}.audience-slide-title{font-size:clamp(1.75rem,7vw,2.5rem);margin-bottom:1.5rem}.audience-slide-bullets{gap:1rem;max-width:100%}.audience-slide-bullets li{font-size:clamp(1.25rem,5vw,1.5rem);padding-left:1.5rem;margin-bottom:.5rem}.audience-slide-bullets.few-bullets li{font-size:clamp(1.375rem,6vw,1.75rem)}.audience-slide-bullets.many-bullets li{font-size:clamp(1.125rem,4vw,1.375rem)}.audience-slide-text{max-width:95%}}@media (max-width: 480px){.audience-slide-content{padding:1.5rem 1rem;min-height:300px}.audience-slide-title{font-size:clamp(1.75rem,8vw,2rem);margin-bottom:1rem;word-break:break-word}.audience-slide-bullets{gap:.75rem}.audience-slide-bullets li{font-size:clamp(1.25rem,5.5vw,1.5rem);padding-left:1.25rem;margin-bottom:.375rem;line-height:1.4}.audience-slide-bullets.few-bullets li{font-size:clamp(1.25rem,6vw,1.5rem)}.audience-slide-bullets.many-bullets li{font-size:clamp(1.125rem,4.5vw,1.25rem)}.audience-slide-text{max-width:100%}.audience-slide-bullets li:before{font-size:.7em;top:.15em}}.audience-slide-display:focus-visible{outline:3px solid #3b82f6;outline-offset:2px}.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;top:0;left:0;right:0;bottom: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;top:0;right:0;bottom:0;left: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}}.auth-container{min-height:100vh;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;top:0;left:0;right:0;bottom: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}}.start-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:flex-start;justify-content:center;z-index:2000;padding:2rem 1rem;overflow-y:auto}.start-modal{background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000026;width:min(400px,calc(100vw - 2rem));position:relative;margin-top:2rem}.start-modal--expanded{width:min(500px,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:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:4px;line-height:1}.start-modal-close:hover:not(:disabled){color:#6b7280}.start-modal-close:disabled{opacity:.5;cursor:not-allowed}.start-modal-header{display:flex;align-items:center;gap:.5rem;padding:1.25rem 1.5rem .75rem}.start-modal-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0}.start-modal-content{padding:0 1.5rem 1.25rem}.start-modal-field{margin-bottom:1rem}.start-modal-field label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.375rem}.start-modal-field input{width:100%;padding:.625rem .875rem;font-size:.9375rem;border:1px solid #d1d5db;border-radius:6px;background:#f9fafb;transition:border-color .15s ease,background-color .15s ease}.start-modal-field input:focus{outline:none;border-color:var(--primary);background:#fff;box-shadow:0 0 0 3px #3b82f61a}.start-modal-field input::placeholder{color:#9ca3af}.start-modal-field input:disabled{background:#f3f4f6;cursor:not-allowed}.start-modal-toggle{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.start-modal-switch{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.start-modal-switch input{opacity:0;width:0;height:0}.start-modal-switch-slider{position:absolute;cursor:pointer;top:0;right:0;bottom:0;left:0;background-color:#d1d5db;border-radius:24px;transition:background-color .2s ease}.start-modal-switch-slider:before{position:absolute;content:"";height:18px;width:18px;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(20px)}.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:.9375rem;color:#374151}.start-modal-actions{display:flex;gap:.75rem;justify-content:flex-end}.start-modal-btn{padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;border-radius:6px;cursor:pointer;transition:all .15s ease;min-height:36px}.start-modal-btn:disabled{opacity:.6;cursor:not-allowed}.start-modal-btn--primary{background:var(--primary);color:#fff;border:none}.start-modal-btn--primary:hover:not(:disabled){background:var(--primary-hover)}.start-modal-btn--secondary{background:#fff;color:#6b7280;border:1px solid #d1d5db}.start-modal-btn--secondary:hover:not(:disabled){background:#f9fafb;color:#374151}.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-dots{margin-left:auto;color:#d1d5db;font-size:.75rem;letter-spacing:-2px}.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-theme-section{margin-top:.5rem}.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:1rem}.start-modal-header{padding:1rem 1rem .5rem}.start-modal-content{padding:0 1rem 1rem}.start-modal-actions{flex-direction:column-reverse}.start-modal-btn{width:100%}.start-modal-advanced-toggle{padding:.75rem 1rem}.start-modal-advanced-content{padding:0 1rem 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-section{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.policy-header{background:#f9fafb;padding:16px 20px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.policy-header h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0}.policy-version{background:#667eea;color:#fff;padding:4px 12px;border-radius:12px;font-size:.875rem;font-weight:500}.policy-content{max-height:200px;overflow-y:auto;padding:20px;background:#fff}.policy-text{color:#374151;font-size:.875rem;line-height:1.6}.policy-text h1,.policy-text h2,.policy-text h3,.policy-text h4,.policy-text h5,.policy-text h6{color:#1f2937;margin-top:1.5em;margin-bottom:.5em}.policy-text h1:first-child,.policy-text h2:first-child,.policy-text h3:first-child,.policy-text h4:first-child,.policy-text h5:first-child,.policy-text h6:first-child{margin-top:0}.policy-text p{margin-bottom:1em}.policy-text ul,.policy-text ol{margin-bottom:1em;padding-left:1.5em}.policy-text li{margin-bottom:.5em}.policy-acceptance-checkbox{padding:16px 20px;background:#f9fafb;border-top:1px solid #e5e7eb}.checkbox-label{display:flex;align-items:flex-start;gap:12px;cursor:pointer;font-size:.875rem;line-height:1.5}.checkbox-label input[type=checkbox]{width:18px;height:18px;margin:2px 0 0;cursor:pointer;accent-color:#667eea;flex-shrink:0}.checkbox-label input[type=checkbox]:disabled{opacity:.5;cursor:not-allowed}.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-header{padding:12px 16px;flex-direction:column;align-items:flex-start;gap:8px}.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-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}}.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}}.activity-check-overlay{position:fixed;top:0;left:0;right:0;bottom: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}}.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}.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}.filler-counter{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;border-radius:6px;font-size:.875rem;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}.filler-counter__label{color:#6b7280;font-size:.75rem;white-space:nowrap}.filler-counter__count{font-weight:600;font-size:1rem;color:#374151;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{color:#92400e}.filler-counter--highlighted .filler-counter__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{color:#9ca3af}.filler-counter__count{color:#f3f4f6}.filler-counter--highlighted{background:#f59e0b33;border-color:#f59e0b}.filler-counter--highlighted .filler-counter__label,.filler-counter--highlighted .filler-counter__count{color:#fbbf24}}@media (prefers-contrast: high){.filler-counter{background:#fff;border:2px solid #000000;color:#000}.filler-counter--highlighted{background:#ff0;border-color:#000}}@media (prefers-reduced-motion: reduce){.filler-counter{transition:none}.filler-counter--highlighted{transform:none;animation:none}.filler-counter--highlighted .filler-counter__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}.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%}}.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:120px;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;scroll-behavior:smooth}.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}.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:contain;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}: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)}}
