:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.speaker-controls{display:flex;justify-content:space-between;align-items:center;width:100%;padding:8px 16px;background:#fff;box-shadow:0 -2px 10px #0000000d;border-top:1px solid #e2e8f0}.controls-group{display:flex;align-items:center;gap:8px}.controls-group.left{min-width:200px}.controls-group.center{flex:1;justify-content:center;gap:8px}.controls-group.right{min-width:100px;justify-content:flex-end}.btn-with-chevron{display:flex;align-items:flex-start}.chevron-btn{padding:4px;background:transparent;border:none;color:#64748b;cursor:pointer;margin-top:8px;border-radius:4px}.chevron-btn:hover{background:#f1f5f9}.speaker-controls__btn{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 12px;background:transparent;border:none;border-radius:8px;color:#64748b;cursor:pointer;transition:all .2s ease;min-width:64px;position:relative}.speaker-controls__btn:hover:not(:disabled){background:#f1f5f9;color:#0da5e8}.speaker-controls__btn--active{background:transparent;color:#ef4444}.speaker-controls__btn--active:hover:not(:disabled){background:#fef2f2;color:#dc2626}.speaker-controls__btn--sharing{color:#22c55e}.speaker-controls__icon{font-size:1.5rem;display:flex;align-items:center;justify-content:center}.speaker-controls__label{font-size:.65rem;font-weight:500;white-space:nowrap}.badge{position:absolute;top:4px;right:12px;background:#ef4444;color:#fff;font-size:.6rem;padding:2px 4px;border-radius:99px;line-height:1}.end-btn{padding:8px 16px;background:#ef4444;color:#fff;border:none;border-radius:6px;font-weight:600;font-size:.9rem;cursor:pointer}.end-btn:hover{background:#dc2626}@media(max-width:1024px){.speaker-controls__label{display:none}.speaker-controls__btn{min-width:auto;padding:8px}.controls-group.left,.controls-group.right{min-width:auto}}@media(max-width:640px){.speaker-controls{padding:8px;gap:8px;overflow:hidden}.controls-group.center{flex:1;justify-content:flex-start;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.controls-group.center::-webkit-scrollbar{display:none}.speaker-controls__btn{flex-shrink:0;min-width:44px;height:44px}.controls-group.left{min-width:auto;gap:2px}.controls-group.right{min-width:auto}.end-btn{padding:8px 12px;font-size:.8rem}}.screen-share-view{position:relative;width:100%;background:#1a1a2e;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000004d;margin-bottom:1rem}.screen-share-view--local{border:2px solid #4ade80}.screen-share-view--fullscreen{border-radius:0;margin:0}.screen-share-view__header{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:linear-gradient(to bottom,rgba(0,0,0,.7),transparent);position:absolute;top:0;left:0;right:0;z-index:10}.screen-share-view__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;background:#8b5cf6e6;color:#fff;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.screen-share-view__sharer{color:#fff;font-size:.875rem;font-weight:500}.screen-share-view__video-container{position:relative;width:100%;min-height:300px;display:flex;align-items:center;justify-content:center;background:#0f0f1a}.screen-share-view__video{width:100%;max-height:70vh;object-fit:contain;background:#000}.screen-share-view--fullscreen .screen-share-view__video{max-height:100vh}.screen-share-view__loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:1rem;color:#9ca3af}.screen-share-view__loading-spinner{width:40px;height:40px;border:3px solid rgba(139,92,246,.3);border-top-color:#8b5cf6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.screen-share-view__controls{position:absolute;bottom:1rem;right:1rem;display:flex;gap:.5rem;z-index:10;opacity:0;transition:opacity .2s ease}.screen-share-view:hover .screen-share-view__controls{opacity:1}.screen-share-view__fullscreen-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#000000b3;border:none;border-radius:8px;color:#fff;font-size:1.25rem;cursor:pointer;transition:background .2s ease}.screen-share-view__fullscreen-btn:hover{background:#8b5cf6cc}@media(max-width:768px){.screen-share-view__header{padding:.5rem .75rem}.screen-share-view__badge{font-size:.65rem;padding:.2rem .5rem}.screen-share-view__sharer{font-size:.75rem}.screen-share-view__video-container{min-height:200px}}.right-sidebar-panel{position:relative;width:340px;height:100%;background:#fff;border-left:1px solid #e2e8f0;box-shadow:-2px 0 10px #0000000d;display:flex;flex-direction:column;animation:slideIn .3s ease-out;flex-shrink:0}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #e2e8f0}.sidebar-tabs{display:flex;gap:8px}.tab-btn{padding:8px 16px;background:transparent;border:none;border-radius:6px;color:#64748b;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.tab-btn:hover{background:#f1f5f9;color:#0f172a}.tab-btn.active{background:#e0f2fe;color:#0284c7}.close-sidebar-btn{padding:4px;background:transparent;border:none;color:#64748b;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center}.close-sidebar-btn:hover{background:#f1f5f9;color:#0f172a}.sidebar-content{flex:1;overflow-y:auto;padding:16px}.participants-panel{height:100%}.participants-header{margin-bottom:16px}.participants-header h3{font-size:1rem;font-weight:600;color:#0f172a;margin:0 0 12px}.mute-controls{display:flex;gap:8px}.mute-btn{flex:1;padding:8px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s}.mute-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.participant-section{margin-top:16px}.section-title{font-size:.6875rem;font-weight:600;color:#94a3b8;letter-spacing:.05em;margin-bottom:8px}.participant-list{display:flex;flex-direction:column;gap:4px}.participant-item{display:flex;align-items:center;gap:12px;padding:8px;border-radius:6px;transition:background .2s}.participant-item:hover{background:#f8fafc}.participant-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#0284c7,#0ea5e9);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;flex-shrink:0}.participant-info{flex:1;min-width:0}.participant-name{font-size:.875rem;font-weight:500;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.participant-role{font-size:.75rem;color:#64748b}.participant-controls{display:flex;gap:8px;align-items:center}.icon-active{color:#64748b}.icon-muted{color:#ef4444}.chat-panel,.qna-panel{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 20px;height:100%}.panel-icon-wrapper{margin-bottom:24px}.panel-icon{font-size:64px;opacity:.8}.chat-panel h3,.qna-panel h3{font-size:1.25rem;font-weight:600;color:#0f172a;margin:0 0 12px}.chat-panel p,.qna-panel p{font-size:.875rem;color:#64748b;margin:0 0 24px;max-width:280px;line-height:1.5}.coming-soon-btn{padding:10px 24px;background:#0ea5e9;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.coming-soon-btn:hover{background:#0284c7}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.share-screen-modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;width:90%;max-width:500px;animation:modalPop .3s cubic-bezier(.175,.885,.32,1.275)}@keyframes modalPop{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e2e8f0}.modal-header h3{font-size:1.125rem;font-weight:600;color:#0f172a;margin:0}.modal-close-btn{padding:4px;background:transparent;border:none;color:#64748b;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center}.modal-close-btn:hover{background:#f1f5f9;color:#0f172a}.modal-body{padding:24px}.share-options{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px}.share-option{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px 16px;background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s}.share-option:hover{background:#f1f5f9;border-color:#0ea5e9}.share-option-icon{color:#64748b;display:flex;align-items:center;justify-content:center}.share-option:hover .share-option-icon{color:#0ea5e9}.share-option-label{font-size:.875rem;font-weight:500;color:#0f172a;text-align:center}.share-audio-option{padding-top:16px;border-top:1px solid #e2e8f0}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:.875rem;color:#0f172a}.checkbox-label input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#0ea5e9}.popover-backdrop{position:fixed;inset:0;z-index:900}.security-popover{position:fixed;width:280px;background:#fff;border-radius:8px;box-shadow:0 10px 40px #00000026;z-index:1000;animation:popoverFade .2s ease-out}@keyframes popoverFade{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.popover-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #e2e8f0;color:#0f172a}.popover-header-left{display:flex;align-items:center;gap:8px}.popover-close{background:none;border:none;color:#64748b;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.popover-close:hover{background-color:#f1f5f9;color:#0f172a}.popover-header h4{font-size:.9375rem;font-weight:600;margin:0}.popover-content{padding:8px}.security-option{display:flex;align-items:center;justify-content:space-between;padding:12px 8px;border-radius:6px;transition:background .2s}.security-option:hover{background:#f8fafc}.option-info{display:flex;align-items:flex-start;gap:10px;flex:1}.option-icon{color:#64748b;margin-top:2px;flex-shrink:0}.option-label{font-size:.875rem;color:#0f172a;font-weight:500}.option-description{font-size:.75rem;color:#64748b;margin-top:2px}.section-divider{margin:12px 0;padding:8px 8px 4px}.section-title{font-size:.6875rem;font-weight:600;color:#94a3b8;letter-spacing:.05em}.toggle-switch{position:relative;display:inline-block;width:40px;height:22px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#cbd5e1;transition:.3s;border-radius:22px}.toggle-slider:before{position:absolute;content:"";height:16px;width:16px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}input:checked+.toggle-slider{background-color:#22c55e}input:checked+.toggle-slider:before{transform:translate(18px)}.remove-participant-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px;margin-top:8px;background:#fef2f2;border:none;border-radius:6px;color:#ef4444;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.remove-participant-btn:hover{background:#fef2f2}@media(max-width:640px){.security-popover{position:fixed!important;inset:auto 0 0!important;width:100%!important;border-radius:16px 16px 0 0;box-shadow:0 -4px 12px #00000026;animation:slideUpBottom .3s ease-out;max-height:80vh;overflow-y:auto}@keyframes slideUpBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}}.reactions-backdrop{position:fixed;inset:0;background:transparent;z-index:999}.reactions-popover{position:fixed;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001f;border:1px solid #e2e8f0;z-index:1000;padding:16px;min-width:280px;animation:slideUp .2s ease-out}.reactions-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.reactions-title{font-size:.875rem;font-weight:600;color:#0f172a}.reactions-close{background:transparent;border:none;color:#64748b;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s}.reactions-close:hover{background:#f1f5f9;color:#0f172a}.reactions-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}.reaction-btn{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:12px;font-size:24px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.reaction-btn:hover{background:#e0f2fe;border-color:#0ea5e9;transform:scale(1.1)}.reaction-btn:active{transform:scale(.95)}@media(max-width:640px){.reactions-popover{position:fixed!important;inset:auto 0 0!important;width:100%!important;min-width:100%;border-radius:16px 16px 0 0;box-shadow:0 -4px 12px #00000026;animation:slideUpBottom .3s ease-out;padding-bottom:30px}@keyframes slideUpBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}}.more-backdrop{position:fixed;inset:0;background:transparent;z-index:999}.more-popover{position:fixed;background:#fff;border-radius:8px;box-shadow:0 8px 32px #0000001f;border:1px solid #e2e8f0;z-index:1000;min-width:240px;animation:slideUp .2s ease-out}.more-menu{padding:8px 0}.more-menu-item{width:100%;display:flex;align-items:center;gap:12px;padding:10px 16px;background:transparent;border:none;color:#1e293b;font-size:.875rem;cursor:pointer;transition:background .15s;text-align:left;position:relative}.more-menu-item:hover{background:#f8fafc}.more-menu-icon{color:#64748b;display:flex;align-items:center;justify-content:center;flex-shrink:0}.more-menu-label{flex:1;color:#1e293b;font-weight:400}.more-menu-badge{background:#0ea5e9;color:#fff;font-size:.6875rem;font-weight:600;padding:2px 8px;border-radius:4px;text-transform:capitalize}.more-menu-item+.more-menu-item{border-top:1px solid transparent}.more-menu-item:nth-child(3),.more-menu-item:nth-child(6){border-bottom:1px solid #f1f5f9;margin-bottom:4px;padding-bottom:14px}.more-menu-item:nth-child(4),.more-menu-item:nth-child(7){padding-top:14px}@media(max-width:640px){.more-popover{position:fixed!important;inset:auto 0 0!important;width:100%!important;border-radius:16px 16px 0 0;box-shadow:0 -4px 12px #00000026;animation:slideUpBottom .3s ease-out;padding-bottom:20px}@keyframes slideUpBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}}.pstn-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .2s ease-out}.pstn-modal{background:#fff;border-radius:16px;width:100%;max-width:440px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden;animation:scaleIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.pstn-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e2e8f0}.pstn-title{display:flex;align-items:center;gap:12px}.pstn-icon{color:#0ea5e9}.pstn-title h2{font-size:1.125rem;font-weight:600;color:#0f172a;margin:0}.pstn-close-btn{background:transparent;border:none;color:#64748b;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s}.pstn-close-btn:hover{background:#f1f5f9;color:#0f172a}.pstn-content{padding:24px;display:flex;flex-direction:column;gap:16px}.pstn-info-group{background:#f8fafc;border-radius:8px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between}.pstn-field-row{display:flex;flex-direction:column;gap:4px}.pstn-field-label{font-size:.75rem;color:#64748b;font-weight:500}.pstn-field-value{font-size:.9375rem;font-weight:600;color:#0f172a;letter-spacing:.02em}.pstn-copy-btn{background:transparent;border:none;color:#94a3b8;cursor:pointer;padding:8px;border-radius:6px;transition:all .2s;display:flex;align-items:center;justify-content:center}.pstn-copy-btn:hover{background:#e2e8f0;color:#475569}.pstn-section-title{font-size:.75rem;font-weight:600;color:#94a3b8;margin-top:8px;margin-bottom:4px;letter-spacing:.05em}.pstn-numbers-list{display:flex;flex-direction:column;gap:12px}.pstn-number-item{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid #f1f5f9}.pstn-number-item:last-child{border-bottom:none;padding-bottom:0}.pstn-number-info{display:flex;flex-direction:column;gap:2px}.pstn-country{font-size:.8125rem;color:#64748b}.pstn-phone{font-size:.9375rem;font-weight:500;color:#0f172a;font-family:Roboto Mono,monospace}.pstn-footer-text{font-size:.75rem;color:#64748b;text-align:center;margin-top:12px;line-height:1.5}.report-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .2s ease-out}.report-modal{background:#fff;border-radius:12px;width:100%;max-width:500px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden;animation:scaleIn .2s ease-out}.report-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid #e2e8f0}.report-title{display:flex;align-items:center;gap:10px}.report-icon{color:#10b981}.report-title h2{font-size:1rem;font-weight:600;color:#0f172a;margin:0}.report-close-btn{background:transparent;border:none;color:#64748b;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s}.report-close-btn:hover{background:#f1f5f9;color:#0f172a}.report-content{padding:24px;display:flex;flex-direction:column;gap:24px}.report-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.report-stat-card{background:#f8fafc;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:8px}.report-stat-label{display:flex;align-items:center;gap:8px;font-size:.75rem;font-weight:600;color:#64748b;letter-spacing:.05em}.report-stat-value{font-size:1.25rem;font-weight:600;color:#0f172a}.report-section-title{font-size:.75rem;font-weight:600;color:#64748b;margin-bottom:12px;letter-spacing:.05em}.report-download-list{display:flex;flex-direction:column;gap:8px}.report-download-item{display:flex;align-items:center;justify-content:space-between;background:#f8fafc;border:1px solid transparent;border-radius:8px;padding:12px 16px;width:100%;cursor:pointer;transition:all .2s}.report-download-item:hover{background:#f1f5f9;border-color:#e2e8f0}.report-download-info{display:flex;align-items:center;gap:12px;color:#334155;font-size:.9375rem;font-weight:500}.report-item-icon{color:#10b981}.report-download-icon{color:#94a3b8}.report-footer{display:flex;justify-content:flex-end;margin-top:8px}.report-close-action-btn{background:#10b981;color:#fff;border:none;border-radius:6px;padding:8px 24px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s}.report-close-action-btn:hover{background:#059669}.breakout-backdrop{position:fixed;inset:0;background:transparent;z-index:999}.breakout-popover{position:fixed;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001f;border:1px solid #e2e8f0;z-index:1000;width:280px;animation:slideUp .2s ease-out}.breakout-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #e2e8f0}.breakout-title{display:flex;align-items:center;gap:8px;font-weight:600;color:#0f172a;font-size:.9375rem}.breakout-icon{color:#0ea5e9}.breakout-close{background:transparent;border:none;color:#94a3b8;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s}.breakout-close:hover{color:#475569}.breakout-list{padding:12px;display:flex;flex-direction:column;gap:8px}.breakout-room-item{background:#f8fafc;border-radius:8px;padding:12px}.breakout-room-name{font-weight:500;color:#1e293b;font-size:.875rem}.breakout-room-count{font-size:.75rem;color:#64748b;margin-top:2px}.breakout-footer{padding:12px 16px 16px}.manage-breakout-btn{width:100%;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:8px;color:#475569;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.manage-breakout-btn:hover{background:#f8fafc;border-color:#cbd5e1;color:#0f172a}@media(max-width:640px){.breakout-popover{position:fixed!important;inset:auto 0 0!important;width:100%!important;border-radius:16px 16px 0 0;box-shadow:0 -4px 12px #00000026;animation:slideUpBottom .3s ease-out;padding-bottom:20px}@keyframes slideUpBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}}.breakout-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .2s ease-out}.breakout-modal{background:#fff;border-radius:12px;width:100%;max-width:800px;height:600px;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:scaleIn .2s ease-out}.breakout-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid #e2e8f0}.breakout-modal-title{display:flex;align-items:center;gap:12px}.breakout-modal-icon{color:#0ea5e9}.breakout-modal-title h2{font-size:1.125rem;font-weight:600;color:#0f172a;margin:0;display:flex;align-items:center;gap:8px}.room-count{color:#64748b;font-size:.875rem;font-weight:400}.breakout-modal-close{background:transparent;border:none;color:#64748b;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s}.breakout-modal-close:hover{background:#f1f5f9;color:#0f172a}.breakout-toolbar{padding:12px 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e2e8f0}.toolbar-left{display:flex;gap:12px}.toolbar-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#475569;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.toolbar-btn:hover{background:#f8fafc;border-color:#cbd5e1;color:#0f172a}.timer-label{display:flex;align-items:center;gap:8px;color:#475569;font-size:.875rem;cursor:pointer}.breakout-modal-content{flex:1;overflow-y:auto;padding:24px;background:#f8fafc;display:flex;flex-direction:column;gap:20px}.unassigned-section{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.section-header{padding:12px 16px;display:flex;align-items:center;gap:8px;border-bottom:1px solid #f1f5f9}.section-header h3{margin:0;font-size:.875rem;font-weight:500;color:#64748b}.expand-icon{color:#94a3b8;font-size:1.25rem;line-height:1}.participants-grid{padding:16px;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.participant-chip{display:flex;align-items:center;gap:8px;padding:6px 8px;background:#f1f5f9;border-radius:6px}.avatar-circle{width:24px;height:24px;border-radius:50%;background:#e2e8f0;color:#64748b;font-size:.75rem;font-weight:600;display:flex;align-items:center;justify-content:center}.participant-chip:nth-child(1) .avatar-circle{background:#dbeafe;color:#3b82f6}.participant-chip:nth-child(2) .avatar-circle{background:#dcfce7;color:#22c55e}.participant-chip:nth-child(3) .avatar-circle{background:#fce7f3;color:#ec4899}.participant-chip:nth-child(4) .avatar-circle{background:#ffedd5;color:#f97316}.participant-name{flex:1;font-size:.875rem;color:#334155}.assign-btn{background:transparent;border:none;color:#0ea5e9;font-size:.75rem;font-weight:500;cursor:pointer}.assign-btn:hover{text-decoration:underline}.rooms-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.room-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;height:160px;display:flex;flex-direction:column}.room-header{padding:12px 16px;display:flex;align-items:center;gap:8px;border-bottom:1px solid #f1f5f9}.room-header h3{margin:0;font-size:.875rem;font-weight:500;color:#475569;flex:1}.delete-room-btn{background:transparent;border:none;color:#94a3b8;cursor:pointer;padding:4px}.delete-room-btn:hover{color:#ef4444}.room-content.empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#94a3b8;font-size:.875rem}.empty-icon{color:#cbd5e1}.breakout-modal-footer{padding:16px 24px;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.broadcast-btn{display:flex;align-items:center;gap:8px;background:transparent;border:1px solid #cbd5e1;border-radius:6px;padding:8px 16px;color:#475569;font-size:.875rem;font-weight:500;cursor:pointer}.broadcast-btn:hover{background:#f8fafc;color:#0f172a}.footer-actions{display:flex;gap:12px}.cancel-btn{background:transparent;border:1px solid #e2e8f0;border-radius:6px;padding:8px 16px;color:#475569;font-size:.875rem;font-weight:500;cursor:pointer}.cancel-btn:hover{background:#f8fafc;color:#0f172a}.open-rooms-btn{background:#0d9488;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:.875rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px}.open-rooms-btn:hover{background:#0f766e}.open-rooms-btn:before{content:"▶";font-size:.75rem}.settings-popover{position:fixed;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;width:280px;z-index:1000;overflow:hidden;animation:slideUp .2s ease-out;border:1px solid #e2e8f0}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.video-settings{width:300px}.settings-popover{position:fixed;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;z-index:1000;overflow:hidden;animation:slideUp .2s ease-out;border:1px solid #e2e8f0}.settings-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #f1f5f9}.settings-header h3{margin:0;font-size:.9375rem;font-weight:600;color:#1e293b}.settings-close{background:transparent;border:none;color:#94a3b8;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s}.settings-close:hover{color:#475569}.settings-content,.settings-section{padding:8px 0}.section-title{padding:8px 16px;font-size:.75rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center;gap:8px}.section-title .icon{font-size:1rem}.device-list{list-style:none;padding:0;margin:0}.device-item{padding:10px 16px;font-size:.875rem;color:#334155;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:background .2s}.device-item:hover{background:#f8fafc}.device-item.selected{background:#f0fdf9;color:#0d9488;font-weight:500}.check-icon{color:#0d9488}.bg-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:0 16px 16px}.bg-option{height:48px;border-radius:8px;cursor:pointer;border:2px solid transparent;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:500;color:#64748b;transition:all .2s}.bg-option:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.bg-option.selected{border-color:#0d9488}.bg-option.none{border:1px solid #e2e8f0;background:#fff}.bg-option.blur{background:#f1f5f9cc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid #e2e8f0}.bg-option.bg-option.blur.selected{border-color:#0d9488}.bg-option.color.blue{background:#3b82f6}.bg-option.color.green{background:#10b981}.bg-option.color.purple{background:#8b5cf6}.bg-option.color.orange{background:#f97316}.bg-option.color.pink{background:#ec4899}:root{--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-tertiary: #f1f5f9;--accent-primary: #10b9eb;--accent-secondary: #0e8fc7;--text-primary: #1e293b;--text-secondary: rgba(30, 41, 59, .7);--text-muted: rgba(30, 41, 59, .5);--border-color: rgba(30, 41, 59, .1);--success: #22c55e;--danger: #ef4444;--warning: #f59e0b}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-primary);color:var(--text-primary);min-height:100vh}.join-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:0;overflow:hidden}.join-container{display:flex;width:100%;height:100vh;max-width:100%}.join-left{flex:1;min-width:400px;background:#f0f9ff;padding:80px 100px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;color:var(--text-primary)}.join-left:before{content:"";position:absolute;top:-20%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(16,185,235,.05) 0%,transparent 70%);border-radius:50%;pointer-events:none}.branding{z-index:1;margin-bottom:60px;position:absolute;top:60px;left:80px}.logo{display:flex;align-items:center;gap:12px;margin-bottom:8px}.logo-image{height:60px;width:auto;object-fit:contain;display:block}.tagline{color:var(--text-secondary);font-size:.9rem;margin-top:8px;display:block}.marketing-content{flex:1;display:flex;flex-direction:column;justify-content:center;z-index:1;max-width:600px}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:24px;color:#0f172a;letter-spacing:-.02em}.hero-title .highlight{background:none;-webkit-text-fill-color:initial;color:#0e7490;color:#14b8a6}.hero-subtitle{font-size:1.125rem;line-height:1.6;color:var(--text-secondary);margin-bottom:48px;max-width:480px}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:500px}.feature-card{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:12px;padding:20px;display:flex;align-items:center;gap:12px;box-shadow:0 4px 6px -1px #0000000d;transition:transform .2s}.feature-card:hover{transform:translateY(-2px);box-shadow:0 8px 12px -1px #00000014;border-color:#10b9eb33}.feature-icon{font-size:1.25rem;color:#14b8a6;display:flex;align-items:center;justify-content:center;background:#14b8a61a;padding:8px;border-radius:8px}.feature-text{font-size:.9375rem;font-weight:600;color:var(--text-primary)}.join-footer-left{position:absolute;bottom:40px;left:80px;z-index:1}.join-footer-left p{font-size:.75rem;color:var(--text-secondary)}.join-right{flex:1;min-width:500px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 80px;position:relative}.join-card{background:#fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(226,232,240,.8);border-radius:12px;padding:40px;width:100%;max-width:400px;box-shadow:0 4px 6px -1px #0000000d,0 10px 15px -3px #0000000d}.join-header{margin-bottom:32px;text-align:center}.join-header h2{font-size:1.75rem;font-weight:600;margin-bottom:8px;color:var(--text-primary)}.join-header p{color:#1e293b99;font-size:.9375rem}.join-form{display:flex;flex-direction:column;gap:24px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:.875rem;font-weight:500;color:#1e293bb3}.form-group input{padding:14px 18px;background:#f8fafc;border:1px solid rgba(30,41,59,.15);border-radius:8px;color:var(--text-primary);font-size:.9375rem;transition:all .2s ease}.form-group input:focus{outline:none;border-color:#10b9eb80;background:#fff;box-shadow:0 0 0 3px #10b9eb1a}.form-group input::placeholder{color:#1e293b66}.join-btn{padding:16px;background:#14b8a6;border:none;border-radius:8px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:16px;box-shadow:0 4px 6px -1px #14b8a633}.join-btn:hover{background:#0d9488;transform:translateY(-1px);box-shadow:0 6px 8px -1px #14b8a64d}.join-btn:active{transform:translateY(0)}.terms{text-align:center;margin-top:-8px}.terms p{font-size:.8125rem;color:#1e293b80}.terms a{color:#10b9eb;text-decoration:none;transition:color .2s ease}.terms a:hover{color:#0e8fc7;text-decoration:underline}.role-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.role-btn{padding:12px;background:#1e293b0d;border:1px solid rgba(30,41,59,.1);border-radius:12px;color:var(--text-secondary);font-size:.875rem;cursor:pointer;transition:all .2s ease}.role-btn:hover{background:#10b9eb14;color:var(--text-primary)}.role-btn.active{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));border-color:transparent;color:#fff}.join-footer{text-align:center;margin-top:24px;padding-top:24px;border-top:1px solid var(--border-color)}.join-footer p{font-size:.75rem;color:var(--text-muted)}.webinar-page{display:flex;flex-direction:column;height:100vh;background:var(--bg-primary);overflow:hidden}.webinar-header{display:flex;justify-content:space-between;align-items:center;padding:0 32px;height:80px;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(30,41,59,.1);z-index:50}.header-left{display:flex;align-items:center;gap:24px}.header-brand{display:flex;align-items:center;gap:12px}.brand-icon{color:var(--accent-primary);filter:drop-shadow(0 0 8px rgba(16,185,235,.3))}.header-brand h1{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0;letter-spacing:-.01em}.header-status-pills{display:flex;align-items:center;gap:12px}.status-pill{display:flex;align-items:center;gap:8px;padding:6px 12px;border-radius:99px;font-size:.75rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.status-pill.live{background:#ef44441a;border:1px solid rgba(239,68,68,.2);color:#ef4444;padding-left:10px}.live-dot{width:8px;height:8px;background-color:#ef4444;border-radius:50%;animation:pulse-red 2s infinite;box-shadow:0 0 #ef4444b3}@keyframes pulse-red{0%{transform:scale(.95);box-shadow:0 0 #ef4444b3}70%{transform:scale(1);box-shadow:0 0 0 6px #ef444400}to{transform:scale(.95);box-shadow:0 0 #ef444400}}.status-pill.connection{background:#10b9eb14;border:1px solid rgba(16,185,235,.15);color:var(--accent-primary);text-transform:none;letter-spacing:normal}.status-pill.connection.disconnected{background:#ef44441a;border-color:#ef444433;color:#ef4444}.status-pill.locked{background:#fb923c1a;border:1px solid rgba(251,146,60,.2);color:#f97316}.status-pill.recording{background:#ef44441a;border:1px solid rgba(239,68,68,.2);color:#ef4444;padding-left:10px}.recording-dot{width:8px;height:8px;background-color:#ef4444;border-radius:50%;animation:pulse-red 2s infinite;box-shadow:0 0 #ef4444b3}.header-center{position:absolute;left:50%;transform:translate(-50%)}.header-center h1{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0}.security-status-icon{margin-left:8px;display:flex;align-items:center;justify-content:center}.session-timer{font-family:Inter,monospace;font-variant-numeric:tabular-nums;font-size:1rem;font-weight:500;color:var(--text-primary);letter-spacing:.05em}.participants-pill{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#10b9eb14;border:1px solid rgba(16,185,235,.15);border-radius:20px;color:var(--text-secondary);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.participants-pill:hover{background:#10b9eb26;color:var(--text-primary);border-color:#10b9eb4d}.video-area{flex:1;padding:16px;overflow:hidden;display:flex;flex-direction:column;gap:16px;align-items:center}.screen-share-mode{display:flex;flex-direction:column;width:100%;height:100%;gap:8px}.screen-share-main{flex:1;display:flex;align-items:center;justify-content:center;min-height:0;overflow:hidden;background:#000;border-radius:12px}.screen-share-main>*{width:100%;height:100%;max-height:100%}.speaker-thumbnails{display:flex;gap:8px;padding:8px 12px;background:#0006;border-radius:8px;overflow-x:auto;flex-shrink:0;height:90px;min-height:90px;max-height:90px;align-items:center;justify-content:center}.thumbnail-video-container{position:relative;width:120px;min-width:120px;height:70px;border-radius:8px;overflow:hidden;background:#1e293b;box-shadow:0 2px 4px #0000001a;flex-shrink:0;border:2px solid transparent}.thumbnail-video-container:hover{border-color:var(--accent-primary)}.thumbnail-video-container video{width:100%;height:100%;object-fit:cover}.thumbnail-video-container .remote-video-container{width:100%;height:100%;max-height:70px;border-radius:0;aspect-ratio:auto;box-shadow:none}.thumbnail-video-container .video-placeholder{position:absolute;inset:0;background:#1e293b}.thumbnail-video-container .video-placeholder .avatar-circle{width:28px;height:28px;font-size:.75rem}.thumbnail-video-container .video-placeholder .participant-name{display:none}.thumbnail-video-container .video-label{font-size:.6rem;padding:2px 6px;bottom:4px;left:4px}.thumbnail-video-container .avatar-circle.small{width:28px;height:28px;font-size:.75rem}.video-grid-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:12px;width:100%;height:100%;padding:12px;align-content:center;justify-items:center;overflow:hidden}.video-grid-container:has(>:only-child){grid-template-columns:1fr;max-width:900px;margin:0 auto}.video-grid-container:has(>:nth-child(2):last-child){grid-template-columns:repeat(2,1fr);max-width:1200px;margin:0 auto}.local-video-container,.remote-video-container{position:relative;width:100%;aspect-ratio:16 / 9;background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;max-height:calc(50vh - 40px)}.local-video{width:100%;height:100%;object-fit:cover;transform:scaleX(-1)}.local-video.hidden{display:none}.video-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#1e293b}.avatar-circle{width:100px;height:100px;border-radius:50%;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:600;color:#fff;text-transform:uppercase;border:2px solid rgba(255,255,255,.3);margin-bottom:12px}.video-grid-container:has(>:only-child) .avatar-circle{width:150px;height:150px;font-size:4rem;border-width:4px}.participant-name{color:#fff;font-size:1rem;font-weight:500}.video-label{position:absolute;bottom:12px;left:12px;padding:4px 12px;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:4px;color:#fff;font-size:.875rem}.remote-video{width:100%;height:100%;object-fit:cover}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.header-right{display:flex;align-items:center;gap:16px}.participant-count{color:var(--text-secondary);font-size:.875rem}.leave-btn{padding:8px 16px;background:#ef444433;border:1px solid rgba(239,68,68,.5);border-radius:8px;color:var(--danger);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.leave-btn:hover{background:#ef44444d}.webinar-content{flex:1;display:flex;overflow:hidden}.video-area{flex:1;padding:16px;overflow:auto;display:flex;flex-direction:column;gap:16px}.screen-share-area{display:flex;flex-direction:column;gap:16px;flex-shrink:0}.sidebar{width:360px;border-left:1px solid var(--border-color);overflow:hidden}.webinar-footer{display:flex;justify-content:center;align-items:center;gap:24px;padding:16px 24px;background:var(--bg-secondary);border-top:1px solid var(--border-color)}.footer-actions,.attendee-controls{display:flex;gap:8px}.action-btn{padding:10px 16px;background:#10b9eb14;border:1px solid rgba(16,185,235,.15);border-radius:8px;color:var(--text-secondary);font-size:.875rem;cursor:pointer;transition:all .2s ease}.action-btn:hover{background:#10b9eb26;color:var(--text-primary)}.action-btn.active{background:#10b9eb33;border-color:#10b9eb80;color:var(--accent-primary)}@media(max-width:1024px){.join-container{flex-direction:column}.join-left{padding:40px;min-height:auto}.hero-title{font-size:2.25rem}.features-grid{grid-template-columns:1fr 1fr}.join-right{width:100%;padding:40px 20px}}@media(max-width:768px){.join-left{padding:40px 24px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.features-grid{grid-template-columns:1fr}.join-card{padding:32px 24px}.role-buttons{grid-template-columns:1fr}.sidebar{position:fixed;right:0;top:0;bottom:0;width:100%;max-width:360px;z-index:100;background:var(--bg-secondary)}.webinar-footer{flex-wrap:wrap}}.right-sidebar{width:72px;background:var(--bg-secondary);border-left:1px solid var(--border-color);display:flex;flex-direction:column;justify-content:space-between;padding:16px 8px;z-index:50;flex-shrink:0}.sidebar-tools{display:flex;flex-direction:column;gap:16px;align-items:center;margin-top:16px}.sidebar-btn{display:flex;flex-direction:column;align-items:center;gap:6px;background:transparent;border:none;color:var(--text-secondary);cursor:pointer;padding:8px 4px;border-radius:8px;transition:all .2s ease;width:100%}.sidebar-btn:hover{background:#10b9eb14;color:var(--text-primary)}.sidebar-btn.active{color:var(--accent-primary);background:#10b9eb1a}.sidebar-btn .icon{font-size:1.5rem}.sidebar-btn .label{font-size:.65rem;font-weight:500;letter-spacing:.02em}.sidebar-bottom{display:flex;flex-direction:column;gap:16px;align-items:center;margin-bottom:8px}.leave-session-btn{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.3);padding:8px 4px;border-radius:6px;font-size:.65rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:center;width:90%}.leave-session-btn:hover{background:#ef4444;color:#fff;border-color:#ef4444}.qa-panel-overlay{width:320px;background:var(--bg-secondary);border-left:1px solid var(--border-color);display:flex;flex-direction:column;transition:width .3s ease}.panel-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid var(--border-color);background:var(--bg-secondary)}.panel-header h3{margin:0;font-size:1.1rem;font-weight:600;color:var(--text-primary)}.close-panel-btn{background:none;border:none;font-size:1.5rem;line-height:1;color:var(--text-secondary);cursor:pointer;padding:4px 8px;transition:color .2s}.close-panel-btn:hover{color:var(--text-primary)}.coming-soon-container{padding:40px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;margin-top:40px}.coming-soon-container .icon{font-size:3rem;margin-bottom:24px;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.webinar-footer{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:var(--bg-secondary);border-top:1px solid var(--border-color);width:100%;position:relative;z-index:20}.footer-right-actions{margin-left:auto;display:flex;align-items:center}.footer-leave-btn{background:#ef4444;color:#fff;border:1px solid #ef4444;padding:10px 24px;font-size:.875rem;font-weight:600;border-radius:8px;cursor:pointer;width:auto;transition:all .2s ease}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#1e293b80;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.coming-soon-modal{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid rgba(16,185,235,.3);padding:32px;border-radius:16px;text-align:center;max-width:400px;width:90%;box-shadow:0 20px 60px #00000026;animation:modalPop .3s cubic-bezier(.175,.885,.32,1.275)}@keyframes modalPop{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.modal-icon{font-size:3rem;margin-bottom:16px}.coming-soon-modal h3{font-size:1.5rem;margin-bottom:12px;color:var(--text-primary)}.coming-soon-modal p{color:#1e293bb3;margin-bottom:24px;line-height:1.5}.sweet-message{font-style:italic;color:#10b9eb!important;font-weight:500}.modal-close-btn{background:#10b9eb;color:#fff;border:none;padding:10px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}@media(max-width:1024px){.join-left,.join-right{padding:40px;min-width:auto}.hero-title{font-size:2.5rem}.join-card{padding:32px}}@media(max-width:900px){.join-container{flex-direction:column;height:auto;min-height:100vh}.join-left{width:100%;min-height:auto;padding:40px 24px;align-items:center;text-align:center}.join-left:before{top:-20%;right:-20%}.logo{justify-content:center}.marketing-content{padding-right:0;align-items:center}.join-right{width:100%;padding:40px 24px;min-width:100%}.features-grid{grid-template-columns:1fr;width:100%}}@media(max-width:768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem;margin-bottom:32px}.webinar-header{padding:0 16px;height:64px;gap:12px}.header-left{gap:12px}.header-brand h1{display:none}.header-status-pills{padding-left:12px;gap:8px}.status-pill{padding:4px 10px;font-size:.7rem}.status-pill.connection{max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.participants-pill span{display:none}.participants-pill:after{content:attr(data-count)}.participants-pill{padding:8px;gap:4px}.participants-pill span:first-child{display:block}.participants-pill span{font-size:.75rem}.participants-pill span{display:block;max-width:100px}.webinar-content{flex-direction:column}.right-sidebar{width:100%;height:auto;flex-direction:row;align-items:center;border-left:none;border-top:1px solid var(--border-color);padding:8px 16px;order:2;overflow-x:auto}.sidebar-tools{flex-direction:row;margin-top:0;gap:16px;flex:1;justify-content:space-around}.sidebar-bottom{flex-direction:row;margin-bottom:0;margin-left:16px}.sidebar-btn{width:auto;padding:8px}.sidebar-btn .label{display:none}.qa-panel-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:200;border-left:none}.video-area{padding:8px;overflow-y:auto}.screen-share-mode{gap:6px}.screen-share-main{min-height:200px;border-radius:8px}.speaker-thumbnails{height:70px;min-height:70px;max-height:70px;padding:6px 8px;gap:6px;justify-content:flex-start}.thumbnail-video-container{width:90px;min-width:90px;height:55px}.thumbnail-video-container .remote-video-container{max-height:55px}.thumbnail-video-container .video-placeholder .avatar-circle{width:24px;height:24px;font-size:.65rem}.thumbnail-video-container .video-label{font-size:.5rem;padding:1px 4px}.video-grid-container{display:flex;flex-direction:column;gap:8px;padding:8px;align-content:flex-start;overflow-y:auto;height:auto;min-height:100%}.local-video-container,.remote-video-container{width:100%;max-width:100%;max-height:none;min-height:150px;flex-shrink:0}.webinar-footer{flex-wrap:wrap;gap:12px;padding:12px}.speaker-controls{order:1;width:100%;justify-content:space-evenly}.footer-right-actions{order:2;width:100%;justify-content:center;margin-left:0}.footer-leave-btn{width:100%;text-align:center}}@media(max-width:900px){.join-page{flex-direction:column;height:auto;min-height:100vh;background:#f0f9ff}.join-right{order:2;min-width:100%;padding:24px;background:#fff;align-items:center;border-bottom:1px solid rgba(0,0,0,.05)}.join-left{display:contents}.branding{order:1;position:relative;top:auto;left:auto;margin:0;padding:32px 24px 24px;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;background:#f0f9ff}.tagline{margin-left:0;color:var(--text-secondary)}.logo{margin-bottom:12px}.marketing-content{order:3;width:100%;padding:40px 0 40px 24px;align-items:center;text-align:center;max-width:100%;background:#f0f9ff}.hero-title{font-size:2.25rem;text-align:center}.hero-subtitle{text-align:center;margin-left:auto;margin-right:auto}.features-grid{grid-template-columns:1fr;max-width:320px;gap:16px;margin:0 auto}.feature-card{justify-content:center}.join-footer-left{order:4;position:relative;bottom:auto;left:auto;margin-top:0;padding:24px;text-align:center;width:100%;background:#f0f9ff}.join-card{max-width:100%;padding:32px 24px;box-shadow:none;border:none}}@media(max-width:480px){.join-left,.join-right{padding:32px 16px}.join-card{padding:24px 16px}.hero-title{font-size:1.75rem}}@media(max-width:768px){.webinar-header{padding:0 16px;height:64px;position:relative;justify-content:space-between}.header-left{gap:8px;flex:1;min-width:0}.header-brand h1{display:none}.header-brand .brand-icon{width:28px;height:28px}.header-status-pills{gap:6px}.status-pill{padding:4px 8px}.status-pill span{display:none}.status-pill.live span{display:inline-block;font-size:.7rem}.status-pill.connection,.status-pill.recording span{display:none}.status-pill.locked{padding:6px}.header-center{display:none}.header-right{gap:8px}.participants-pill{padding:6px 10px;font-size:.75rem}.participants-pill span{display:none}.session-timer{font-size:.85rem}}
