.user-list{padding:16px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;overflow:hidden}.user-list-title{margin:0 0 12px;font-size:14px;font-weight:600;color:#ffffffe6;flex-shrink:0}.user-list-content{display:flex;flex-direction:column;gap:4px;overflow-y:auto;flex:1;min-height:0}.user-list-empty{text-align:center;color:#ffffff80;padding:16px;font-size:13px}.user-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;background:#ffffff0d;cursor:pointer;transition:all .2s ease}.user-item:hover:not(.current-user){background:#ffffff1a}.user-item.current-user{cursor:default;background:#3b82f633}.user-item.speaking{box-shadow:0 0 0 2px #4ade80}.user-item-avatar{position:relative;width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#fff;flex-shrink:0;transition:box-shadow .15s ease}.user-item-avatar.speaking{box-shadow:0 0 0 2px #4ade80,0 0 10px #4ade8099;animation:avatar-speaking 1.2s ease-in-out infinite}.user-item-avatar.speaking:after{content:"";position:absolute;right:-2px;bottom:-2px;width:10px;height:10px;border-radius:50%;background:#4ade80;border:2px solid rgba(17,24,39,.9)}.user-item-info{flex:1;min-width:0}.user-item-name{font-size:13px;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.user-item-status{display:flex;gap:4px;margin-top:2px}.user-item-status:empty{display:none}.status-icon{font-size:12px;opacity:.9;line-height:1}.user-list::-webkit-scrollbar{width:6px}.user-list::-webkit-scrollbar-track{background:transparent}.user-list::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}@keyframes avatar-speaking{0%,to{box-shadow:0 0 0 2px #4ade80,0 0 10px #4ade8099}50%{box-shadow:0 0 0 3px #4ade80,0 0 14px #4ade80d9}}@media (prefers-reduced-motion: reduce){.user-item-avatar.speaking{animation:none}}.chat-audio{display:flex;align-items:center;gap:8px;padding:8px;background:#ffffff1a;border-radius:8px;max-width:100%}.chat-audio-play{width:36px;height:36px;min-width:36px;border:none;border-radius:50%;background:#3b82f6d9;color:#fff;font-size:14px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.chat-audio-play:hover:not(:disabled){background:#2563eb}.chat-audio-play:disabled{opacity:.6;cursor:progress}.chat-audio-info{display:flex;flex-direction:column;min-width:0;flex:1}.chat-audio-name{font-size:13px;font-weight:500;color:#ffffffe6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-audio-meta{font-size:11px;color:#ffffff80;font-variant-numeric:tabular-nums}.chat-audio-error{font-size:11px;color:#fca5a5}.chat-audio-body{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.chat-audio-progress{position:relative;height:6px;border-radius:3px;background:#ffffff2e;cursor:pointer;padding:8px 0;background-clip:content-box}.chat-audio-progress:focus-visible{outline:2px solid rgba(96,165,250,.9);outline-offset:3px}.chat-audio-progress-fill{height:6px;border-radius:3px;background:#3b82f6;transition:width .1s linear;pointer-events:none}.chat-audio-times{display:flex;justify-content:space-between;gap:8px}.chat-audio-time{font-size:11px;color:#ffffff8c;font-variant-numeric:tabular-nums}@media (pointer: coarse){.chat-audio-play{width:44px;height:44px;min-width:44px}}.chat-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:4000;display:flex;flex-direction:column;background:#000000e0;pointer-events:auto;outline:none;animation:lightboxFadeIn .15s ease}.chat-lightbox-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 12px;padding-top:max(8px,env(safe-area-inset-top,0px));background:#00000080;border-bottom:1px solid rgba(255,255,255,.1)}.chat-lightbox-name{font-size:13px;color:#ffffffd9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.chat-lightbox-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.chat-lightbox-zoom{font-size:12px;color:#ffffffb3;min-width:46px;text-align:center;font-variant-numeric:tabular-nums}.chat-lightbox-button{width:44px;height:44px;min-width:44px;min-height:44px;border:none;border-radius:8px;background:#ffffff1f;color:#fff;font-size:18px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.chat-lightbox-button:hover:not(:disabled){background:#ffffff3d}.chat-lightbox-button:disabled{opacity:.4;cursor:not-allowed}.chat-lightbox-close{background:#ef444459}.chat-lightbox-close:hover:not(:disabled){background:#ef44448c}.chat-lightbox-stage{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:12px;padding-bottom:max(12px,env(safe-area-inset-bottom,0px))}.chat-lightbox-image{max-width:100%;max-height:100%;object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;transform-origin:center center;transition:transform .12s ease-out}.chat-lightbox-image.zoomed{cursor:grab}.chat-lightbox-image.dragging{cursor:grabbing;transition:none}@keyframes lightboxFadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 768px){.chat-lightbox-name{font-size:12px}.chat-lightbox-stage{padding:4px;padding-bottom:max(4px,env(safe-area-inset-bottom,0px))}}@media (prefers-reduced-motion: reduce){.chat-lightbox,.chat-lightbox-image{animation:none;transition:none}}.chat-attachment{max-width:100%;min-width:0}.chat-attachment-placeholder{display:flex;align-items:center;gap:8px;padding:8px;background:#ffffff1a;border-radius:8px;max-width:100%}.chat-attachment-placeholder .file-info{flex:1;min-width:0}.chat-attachment-action{flex-shrink:0;padding:6px 10px;border:none;border-radius:6px;background:#3b82f6d9;color:#fff;font-size:12px;cursor:pointer;transition:background .2s ease}.chat-attachment-action:hover:not(:disabled){background:#2563eb}.chat-attachment-action:disabled{opacity:.6;cursor:progress}.chat-attachment-loading{flex-shrink:0;font-size:12px;color:#fff9}.chat-attachment-error{font-size:11px;color:#fca5a5}.chat-image-button{display:block;padding:0;border:none;background:none;cursor:zoom-in;max-width:100%;line-height:0;border-radius:8px}.chat-image-preview{display:block;max-width:100%;max-height:240px;width:auto;height:auto;border-radius:8px;object-fit:contain;background:#00000040}.chat-video-player{display:block;max-width:100%;max-height:240px;width:100%;border-radius:8px;background:#000}@media (max-width: 768px){.chat-image-preview,.chat-video-player{max-height:180px}}@media (pointer: coarse){.chat-attachment-action{min-height:44px;padding:6px 12px}}.voice-record-button{width:40px;height:40px;min-width:40px;padding:0;border:none;border-radius:50%;background:#ffffff26;color:#fffc;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.voice-record-button:hover:not(:disabled){background:#ef444459;color:#fff}.voice-record-button:disabled{opacity:.5;cursor:not-allowed}.voice-recording-bar{display:flex;align-items:center;gap:8px;flex:1;min-width:0;padding:4px 8px;border-radius:20px;background:#ef444426;border:1px solid rgba(239,68,68,.35)}.voice-recording-dot{width:10px;height:10px;min-width:10px;border-radius:50%;background:#ef4444;animation:voice-recording-pulse 1.2s ease-in-out infinite}@keyframes voice-recording-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.75)}}@media (prefers-reduced-motion: reduce){.voice-recording-dot{animation:none}}.voice-recording-label{font-size:12px;color:#ffffffbf;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.voice-recording-time{margin-left:auto;font-size:13px;font-weight:600;color:#fff;font-variant-numeric:tabular-nums}.voice-recording-cancel,.voice-recording-send{width:40px;height:40px;min-width:40px;padding:0;border:none;border-radius:50%;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.voice-recording-cancel{background:#ffffff26;color:#ffffffd9;font-size:16px;line-height:1}.voice-recording-cancel:hover:not(:disabled){background:#ef444473;color:#fff}.voice-recording-send{background:#3b82f6;color:#fff}.voice-recording-send:hover:not(:disabled){background:#2563eb}.voice-recording-cancel:disabled,.voice-recording-send:disabled{opacity:.5;cursor:not-allowed}.voice-recorder-error{margin:0 12px 6px;padding:6px 10px;border-radius:8px;background:#ef44442e;color:#fca5a5;font-size:12px;cursor:pointer}@media (pointer: coarse){.voice-record-button,.voice-recording-cancel,.voice-recording-send{width:44px;height:44px;min-width:44px}}.chat-panel{flex:1;display:flex;flex-direction:column;min-height:0;border-top:1px solid rgba(255,255,255,.1)}.chat-panel-title{padding:12px 16px;margin:0;font-size:14px;font-weight:600;color:#ffffffe6;border-bottom:1px solid rgba(255,255,255,.1)}.chat-messages{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:8px}.chat-empty{text-align:center;color:#ffffff80;padding:24px;font-size:13px}.chat-message{max-width:85%;padding:8px 12px;border-radius:12px;background:#ffffff1a;animation:fadeIn .2s ease}.chat-message.own{align-self:flex-end;background:#3b82f64d}.chat-message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px;gap:8px}.chat-message-user{font-size:12px;font-weight:600;color:#ffffffe6}.chat-message-time{font-size:11px;color:#ffffff80}.chat-message-content{font-size:14px;line-height:1.4;word-break:break-word}.chat-message-text{color:#ffffffe6}.chat-file-attachment{display:flex;align-items:center;gap:8px;padding:8px;background:#ffffff1a;border-radius:8px;cursor:pointer;transition:background .2s ease}.chat-file-attachment:hover{background:#fff3}.file-icon{font-size:20px}.file-info{flex:1;display:flex;flex-direction:column;min-width:0}.file-name{font-size:13px;font-weight:500;color:#ffffffe6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-size{font-size:11px;color:#ffffff80}.download-icon{font-size:16px;opacity:.7}.upload-progress{padding:8px 12px;background:#3b82f633;display:flex;align-items:center;gap:8px;font-size:12px;color:#fffc}.progress-bar{height:4px;background:#3b82f6;border-radius:2px;transition:width .2s ease}.chat-typing-indicator{padding:4px 16px 6px;font-size:12px;font-style:italic;color:#ffffff8c;min-height:18px;animation:fadeIn .15s ease}.chat-input-container{display:flex;gap:8px;padding:12px;border-top:1px solid rgba(255,255,255,.1)}.chat-input{flex:1;min-width:0;padding:10px 14px;border:none;border-radius:20px;background:#ffffff1a;color:#fff;font-size:14px;outline:none;transition:background .2s ease}.chat-input:focus{background:#ffffff26}.chat-input::placeholder{color:#ffffff80}.chat-input:disabled{opacity:.5;cursor:not-allowed}.file-input-hidden{display:none}.chat-file-button{width:40px;height:40px;border:none;border-radius:50%;background:#ffffff26;color:#fffc;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-file-button:hover:not(:disabled){background:#ffffff40;color:#fff}.chat-file-button:disabled{opacity:.5;cursor:not-allowed}.chat-send-button{width:40px;height:40px;min-width:40px;padding:0;border:none;border-radius:50%;background:#3b82f6;color:#fff;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.chat-send-button:hover:not(:disabled){background:#2563eb}.chat-send-button:disabled{opacity:.5;cursor:not-allowed}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#ffffff4d}@media (pointer: coarse){.chat-file-button,.chat-send-button{width:44px;height:44px;min-width:44px;min-height:44px}.chat-input{font-size:16px;min-height:44px}}.tab-sidebar{display:flex;flex-direction:column;height:100%;overflow:hidden;background:#000000f2;position:relative}.tab-sidebar-resize-handle{position:absolute;top:0;right:0;width:8px;height:100%;cursor:col-resize;z-index:20;touch-action:none;background:linear-gradient(to right,transparent 0,transparent 3px,rgba(255,255,255,.12) 3px,rgba(255,255,255,.12) 5px,transparent 5px);transition:background-color .15s ease}.tab-sidebar-resize-handle:hover,.tab-sidebar-resize-handle:active{background:#3b82f659}.tab-sidebar-content{flex:1;overflow:hidden;display:flex;flex-direction:column}.tab-sidebar-panel{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.tab-sidebar-panel .user-list,.tab-sidebar-panel .chat-panel{height:100%;display:flex;flex-direction:column}.tab-sidebar-panel .user-list-content,.tab-sidebar-panel .chat-messages{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.tab-sidebar-tabs{height:48px;background:#000000fa;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-shrink:0}.tab-sidebar-tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;background:none;border:none;color:#ffffff80;font-size:10px;min-height:48px;min-width:44px;padding:6px 8px;cursor:pointer;transition:all .2s ease;position:relative}.tab-sidebar-tab:hover{background:#ffffff0d;color:#ffffffb3}.tab-sidebar-tab:active{background:#ffffff14}.tab-sidebar-tab.active{color:#3b82f6;background:#3b82f61a}.tab-sidebar-tab-icon{font-size:18px;line-height:1}.tab-sidebar-tab-label{font-weight:500;letter-spacing:.3px}.tab-sidebar-tab-count{position:absolute;top:4px;right:calc(50% - 20px);min-width:16px;height:16px;background:#fff3;border-radius:8px;font-size:9px;font-weight:600;color:#fff;display:flex;align-items:center;justify-content:center;padding:0 4px}.tab-sidebar-tab.active .tab-sidebar-tab-count{background:#3b82f666}.tab-sidebar-tab-badge{position:absolute;top:2px;right:calc(50% - 22px);min-width:16px;height:16px;background:#ef4444;border-radius:8px;font-size:9px;font-weight:600;color:#fff;display:flex;align-items:center;justify-content:center;padding:0 4px;animation:badgePulse 2s ease-in-out infinite}@keyframes badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.tab-sidebar-panel::-webkit-scrollbar,.tab-sidebar-panel .user-list-content::-webkit-scrollbar,.tab-sidebar-panel .chat-messages::-webkit-scrollbar{width:6px}.tab-sidebar-panel::-webkit-scrollbar-track,.tab-sidebar-panel .user-list-content::-webkit-scrollbar-track,.tab-sidebar-panel .chat-messages::-webkit-scrollbar-track{background:transparent}.tab-sidebar-panel::-webkit-scrollbar-thumb,.tab-sidebar-panel .user-list-content::-webkit-scrollbar-thumb,.tab-sidebar-panel .chat-messages::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.tab-sidebar-panel::-webkit-scrollbar-thumb:hover,.tab-sidebar-panel .user-list-content::-webkit-scrollbar-thumb:hover,.tab-sidebar-panel .chat-messages::-webkit-scrollbar-thumb:hover{background:#ffffff4d}@media (max-width: 768px){.tab-sidebar-resize-handle{display:none}.tab-sidebar-tabs{height:56px}.tab-sidebar-tab{min-height:56px}.tab-sidebar-tab-icon{font-size:20px}}@supports (padding-bottom: env(safe-area-inset-bottom)){.tab-sidebar-tabs{padding-bottom:env(safe-area-inset-bottom,0)}}@media (pointer: coarse){.tab-sidebar-resize-handle:after{content:"⋮";position:absolute;top:50%;right:0;transform:translateY(-50%);width:44px;height:44px;border-radius:22px;background:#ffffff29;border:1px solid rgba(255,255,255,.28);color:#ffffffd9;font-size:20px;line-height:1;display:flex;align-items:center;justify-content:center}}.video-tile-rnd{z-index:1010}.video-tile-rnd.speaking{box-shadow:0 0 0 3px #4ade80;border-radius:12px}.video-tile{width:100%;height:100%;background:#1a1a1a;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 20px #00000080}.video-tile-header{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#000000b3;z-index:1}.video-tile-name{font-size:13px;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.video-tile-controls{display:flex;gap:4px}.video-tile-controls button{width:28px;height:28px;border:none;border-radius:6px;background:#ffffff1a;color:#fff;font-size:14px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.video-tile-controls button:hover{background:#fff3}.video-tile-controls button.minimize-btn{background:#3b82f64d}.video-tile-controls button.minimize-btn:hover{background:#3b82f680}.video-tile-controls button.minimize-btn:active{background:#3b82f6b3;transform:scale(.95)}.video-tile-video-container{flex:1;width:100%;background:#000;position:relative;overflow:hidden}.video-tile-video{width:100%;height:100%;object-fit:cover;background:#000}.video-tile-badge{position:absolute;bottom:8px;left:8px;padding:4px 8px;background:#3b82f6cc;border-radius:4px;font-size:11px;font-weight:500;color:#fff}@media (pointer: coarse){.video-tile-controls button{min-width:44px;min-height:44px;font-size:18px}.video-tile-name{min-width:0}.video-tile-controls{flex-shrink:0}}.mobile-video-bubble{width:56px;height:56px;border-radius:50%;overflow:hidden;z-index:1020;box-shadow:0 4px 12px #0006;touch-action:none;cursor:pointer;transition:transform .1s ease,box-shadow .2s ease;will-change:transform;background:#1a1a2e}.mobile-video-bubble.dragging{transform:scale(1.1);box-shadow:0 8px 20px #00000080;z-index:1025}.mobile-video-bubble.speaking{box-shadow:0 0 0 3px #4ade80,0 4px 12px #0006;animation:bubbleSpeaking 1.5s ease-in-out infinite}@keyframes bubbleSpeaking{0%,to{box-shadow:0 0 0 3px #4ade80,0 4px 12px #0006}50%{box-shadow:0 0 0 5px #4ade8099,0 4px 16px #00000080}}.mobile-bubble-video-container{width:100%;height:100%;position:relative}.mobile-bubble-video{width:100%;height:100%;object-fit:cover;border-radius:50%}.mobile-bubble-badge{position:absolute;bottom:-2px;right:-2px;width:20px;height:20px;background:#000c;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;border:1px solid rgba(255,255,255,.2)}.mobile-bubble-name{position:absolute;bottom:-24px;left:50%;transform:translate(-50%);background:#000000d9;padding:2px 8px;border-radius:10px;font-size:10px;color:#fff;white-space:nowrap;max-width:80px;overflow:hidden;text-overflow:ellipsis;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%) translateY(-5px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.mobile-video-bubble:active:not(.dragging){transform:scale(.95)}.mobile-fullscreen-video{position:fixed;top:0;left:0;right:0;bottom:0;z-index:2000;background:#000;display:flex;flex-direction:column;animation:fullscreenFadeIn .3s ease;transition:transform .3s ease,opacity .3s ease;will-change:transform,opacity}.mobile-fullscreen-video.swiping{transition:none}@keyframes fullscreenFadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.mobile-fullscreen-header{position:absolute;top:0;left:0;right:0;padding:16px;padding-top:calc(16px + env(safe-area-inset-top,0));display:flex;align-items:center;justify-content:space-between;background:linear-gradient(180deg,rgba(0,0,0,.7) 0%,transparent 100%);z-index:10}.mobile-fullscreen-info{display:flex;flex-direction:column;gap:4px}.mobile-fullscreen-name{font-size:16px;font-weight:600;color:#fff}.mobile-fullscreen-badge{font-size:12px;color:#ffffffb3;display:flex;align-items:center;gap:4px}.mobile-fullscreen-badge:before{content:"🖥️";font-size:14px}.mobile-fullscreen-close{width:44px;height:44px;min-width:44px;min-height:44px;border:none;border-radius:50%;background:#ffffff26;color:#fff;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.mobile-fullscreen-close:active{background:#ffffff40;transform:scale(.95)}.mobile-fullscreen-video-container{flex:1;display:flex;align-items:center;justify-content:center;overflow:hidden}.mobile-fullscreen-video-element{width:100%;height:100%;object-fit:contain}.mobile-fullscreen-video.speaking{box-shadow:inset 0 0 0 4px #4ade80}.mobile-fullscreen-swipe-hint{position:absolute;top:calc(60px + env(safe-area-inset-top,0));left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;opacity:0;animation:swipeHintFade 3s ease forwards;animation-delay:1s;pointer-events:none}@keyframes swipeHintFade{0%,10%{opacity:.8}50%,to{opacity:0}}.swipe-indicator{width:40px;height:4px;background:#fff6;border-radius:2px}.mobile-fullscreen-swipe-hint span{font-size:12px;color:#fff9}.mobile-status-bar{position:fixed;top:0;left:0;right:0;height:44px;height:calc(44px + env(safe-area-inset-top,0));padding-top:env(safe-area-inset-top,0);background:#000000eb;display:flex;align-items:center;justify-content:center;z-index:1100;border-bottom:1px solid rgba(255,255,255,.1)}@media (min-width: 769px){.mobile-status-bar{top:56px;height:44px;padding-top:0}}.mobile-status-bar-content{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 12px;width:100%;box-sizing:border-box}.mobile-status-bar-room{font-size:14px;font-weight:600;color:#fff;flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-status-bar-right{display:flex;align-items:center;gap:6px;flex:0 0 auto}.mobile-status-bar-status{font-size:11px;font-weight:500;color:#ffffffbf;white-space:nowrap}.mobile-status-bar .visit-countdown{padding:2px 6px;border-radius:8px;font-size:12px;line-height:1.4;white-space:nowrap}.mobile-status-bar-room-empty{color:#ffffff80;font-weight:400}.mobile-status-bar-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.mobile-status-bar-dot.connected{background:#4ade80;box-shadow:0 0 6px #4ade8099}.mobile-status-bar-dot.connecting{background:#fbbf24;animation:statusPulse 1s ease-in-out infinite}.mobile-status-bar-dot.reconnecting{background:#fb923c;animation:statusPulse 1s ease-in-out infinite}.mobile-status-bar-dot.disconnected{background:#f87171}@keyframes statusPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.private-chat-popup-rnd{z-index:1200;max-width:calc(100vw - 16px)!important;max-height:calc(100vh - 72px)!important;max-height:calc(100dvh - 72px)!important}.private-chat-popup{width:100%;height:100%;background:#141414f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 8px 32px #00000080;border:1px solid rgba(255,255,255,.1)}.private-chat-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#00000080;cursor:move;-webkit-user-select:none;user-select:none}.private-chat-user{display:flex;align-items:center;gap:10px;min-width:0}.private-chat-avatar{flex-shrink:0;width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;color:#fff}.private-chat-name{font-size:14px;font-weight:600;color:#fff;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.private-chat-speaking{font-size:14px;animation:pulse 1s ease infinite}.private-chat-close{flex-shrink:0;width:32px;height:32px;border:none;border-radius:8px;background:#ffffff1a;color:#fff;font-size:16px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.private-chat-close:hover{background:#dc354580}.private-chat-messages{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:8px}.private-chat-empty{text-align:center;color:#ffffff80;padding:24px;font-size:13px}.private-chat-message{max-width:85%;padding:8px 12px;border-radius:12px;background:#ffffff1a;animation:fadeIn .2s ease}.private-chat-message.own{align-self:flex-end;background:#3b82f64d}.private-chat-message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px;gap:8px}.private-chat-message-user{font-size:12px;font-weight:600;color:#ffffffe6}.private-chat-message-time{font-size:11px;color:#ffffff80}.private-chat-message-content{font-size:14px;line-height:1.4;word-break:break-word}.private-chat-message-text{color:#ffffffe6}.private-chat-typing{padding:4px 16px 6px;font-size:12px;font-style:italic;color:#ffffff8c;min-height:18px;animation:fadeIn .15s ease}.private-chat-input-container{display:flex;gap:8px;padding:12px;border-top:1px solid rgba(255,255,255,.1)}.private-chat-input{flex:1;min-width:0;padding:10px 14px;border:none;border-radius:20px;background:#ffffff1a;color:#fff;font-size:14px;outline:none;transition:background .2s ease}.private-chat-input:focus{background:#ffffff26}.private-chat-input::placeholder{color:#ffffff80}.private-chat-send{width:40px;height:40px;border:none;border-radius:50%;background:#3b82f6;color:#fff;font-size:18px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.private-chat-send:hover:not(:disabled){background:#2563eb}.private-chat-send:disabled{opacity:.5;cursor:not-allowed}.private-chat-messages::-webkit-scrollbar{width:6px}.private-chat-messages::-webkit-scrollbar-track{background:transparent}.private-chat-messages::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.private-chat-avatar{position:relative}.unread-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 4px;border-radius:9px;background:#ef4444;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000004d;animation:bounceIn .3s ease}.private-chat-popup-rnd.has-unread{animation:attentionPulse 2s ease-in-out infinite}.private-chat-popup.has-unread{border:2px solid #ef4444;box-shadow:0 0 20px #ef444466,0 8px 32px #00000080}.private-chat-popup.has-unread .private-chat-header{background:#ef444433}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes bounceIn{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes attentionPulse{0%,to{box-shadow:0 0 #ef444466}50%{box-shadow:0 0 0 8px #ef444400}}@media (max-width: 768px){.private-chat-popup-rnd{max-height:calc(100vh - 80px)!important;max-height:calc(100dvh - 80px - env(safe-area-inset-bottom,0px))!important}}@media (pointer: coarse){.private-chat-close{min-width:44px;min-height:44px;font-size:18px}.private-chat-send{width:44px;height:44px;min-width:44px;min-height:44px}.private-chat-input{font-size:16px;min-height:44px}}.connection-indicator{display:flex;align-items:center;gap:6px;padding:4px 8px;border-radius:4px;background:#0000004d;transition:background .2s ease}.connection-indicator.clickable{cursor:pointer}.connection-indicator.clickable:hover{background:#00000080}.connection-bars{display:flex;align-items:flex-end;gap:2px;height:16px}.connection-bar{width:4px;border-radius:1px;transition:background-color .3s ease,height .2s ease}.connection-bar.bar-1{height:4px}.connection-bar.bar-2{height:7px}.connection-bar.bar-3{height:11px}.connection-bar.bar-4{height:16px}.connection-label{font-size:11px;font-weight:500;white-space:nowrap}@keyframes pulse-warning{0%,to{opacity:1}50%{opacity:.5}}.connection-indicator[title*=Perdida] .connection-bars{animation:pulse-warning 1s ease-in-out infinite}.room-lock-btn{display:flex;align-items:center;gap:4px;padding:6px 12px;border:none;border-radius:8px;cursor:pointer;font-size:13px;font-weight:500;transition:all .2s ease;background:#ffffff1a;color:#fff}.room-lock-btn:hover:not(:disabled){background:#fff3}.room-lock-btn:disabled{opacity:.5;cursor:not-allowed}.room-lock-btn.locked{background:#ef44444d;border:1px solid rgba(239,68,68,.5)}.room-lock-btn.locked:hover:not(:disabled){background:#ef444466}.room-lock-btn.unlocked{background:#22c55e33;border:1px solid rgba(34,197,94,.4)}.room-lock-btn.unlocked:hover{background:#22c55e4d}@media (pointer: coarse){.room-lock-btn{min-height:44px;padding:8px 14px}}.room-lock-icon{font-size:14px}.room-lock-label{white-space:nowrap}.room-lock-btn--compact{display:none;width:48px;height:48px;min-width:44px;min-height:44px;padding:0;gap:0;justify-content:center;border-radius:14px;flex-shrink:0}.room-lock-btn--compact .room-lock-icon{font-size:22px;line-height:1}.lock-error{color:#ffb4b4;font-size:13px;line-height:1.35}.lock-error-toast{position:fixed;top:64px;left:0;right:0;width:max-content;margin:0 auto;max-width:min(90vw,480px);white-space:normal;overflow-wrap:anywhere;text-align:center;padding:8px 14px;border-radius:10px;background:#280606f0;border:1px solid rgba(239,68,68,.55);box-shadow:0 6px 24px #00000073;z-index:1150;pointer-events:none;animation:lock-error-toast-in .15s ease-out}@media (max-width: 768px){.lock-error-toast{top:auto;bottom:calc(72px + env(safe-area-inset-bottom,0px))}}@keyframes lock-error-toast-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.camera-flip-button{position:fixed;top:calc(52px + env(safe-area-inset-top,0));right:12px;width:48px;height:48px;border-radius:50%;background:#000000b3;border:2px solid rgba(255,255,255,.3);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1010;transition:transform .2s ease,background .2s ease,border-color .2s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent;box-shadow:0 2px 8px #0000004d}.camera-flip-button:hover{background:#000000d9;border-color:#ffffff80}.camera-flip-button:active{transform:scale(.92);background:#000000f2}.camera-flip-button:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f64d}.camera-flip-button:disabled{opacity:.5;cursor:not-allowed}.camera-flip-button.flipping{pointer-events:none}.camera-flip-button.flipping svg{animation:flipRotate .6s ease-in-out}@keyframes flipRotate{0%{transform:rotateY(0);opacity:1}50%{transform:rotateY(90deg);opacity:.5}to{transform:rotateY(180deg);opacity:1}}@media (max-height: 500px) and (orientation: landscape){.camera-flip-button{top:8px;right:12px}}@media (min-width: 769px){.camera-flip-button{top:calc(108px + env(safe-area-inset-top,0));right:calc(12px + env(safe-area-inset-right,0))}}@media (max-width: 360px){.camera-flip-button{width:44px;height:44px;top:calc(48px + env(safe-area-inset-top,0));right:10px}.camera-flip-button svg{width:20px;height:20px}}.entry-requests-container{position:fixed;top:80px;right:16px;display:flex;flex-direction:column;gap:8px;z-index:3000;pointer-events:auto}.entry-request-popup{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#0f0f19f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px;border:1px solid rgba(255,255,255,.15);box-shadow:0 8px 32px #0006;min-width:300px;animation:entry-request-slide-in .3s ease}@keyframes entry-request-slide-in{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.entry-request-avatar{width:36px;height:36px;border-radius:50%;background:#3b82f6;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;color:#fff;flex-shrink:0}.entry-request-info{flex:1;min-width:0}.entry-request-name{font-size:14px;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.entry-request-label{font-size:12px;color:#ffffff80;margin:2px 0 0}.entry-request-actions{display:flex;gap:6px;flex-shrink:0}.entry-request-btn{padding:6px 14px;border:none;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease}.entry-request-btn.accept{background:#22c55e;color:#fff}.entry-request-btn.accept:hover{background:#16a34a}.entry-request-btn.refuse{background:#ef44444d;color:#ef4444;border:1px solid rgba(239,68,68,.4)}.entry-request-btn.refuse:hover{background:#ef444480;color:#fff}@media (pointer: coarse){.entry-request-btn{min-height:44px;min-width:44px;padding:10px 16px;font-size:13px}}.locked-room-overlay{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;z-index:2000;pointer-events:auto}.locked-room-panel{background:#0f0f19f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;border:1px solid rgba(255,255,255,.1);padding:32px 40px;text-align:center;max-width:360px;width:90%;box-shadow:0 20px 60px #00000080}.locked-room-icon{font-size:48px;margin-bottom:12px}.locked-room-title{font-size:20px;font-weight:600;color:#fff;margin:0 0 8px}.locked-room-name{font-size:15px;color:#ffffffb3;margin:0 0 4px}.locked-room-locker{font-size:13px;color:#ffffff80;margin:0 0 24px}.locked-room-btn{padding:10px 24px;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.locked-room-btn.request{background:#3b82f6;color:#fff}.locked-room-btn.request:hover{background:#2563eb}.locked-room-btn.retry{background:#ffffff26;color:#fff;margin-top:12px}.locked-room-btn.retry:hover{background:#ffffff40}.locked-room-pending{display:flex;flex-direction:column;align-items:center;gap:12px}.locked-room-pending p{color:#fff9;font-size:14px;margin:0}.locked-room-spinner{width:28px;height:28px;border:3px solid rgba(255,255,255,.2);border-top-color:#3b82f6;border-radius:50%;animation:locked-spin .8s linear infinite}@keyframes locked-spin{to{transform:rotate(360deg)}}.locked-room-refused p{color:#ef4444;font-size:14px;font-weight:500;margin:0}@media (pointer: coarse){.locked-room-btn{min-height:44px;padding:12px 24px}}.orientation-hint{position:fixed;top:calc(52px + env(safe-area-inset-top,0));left:calc(68px + env(safe-area-inset-left,0));right:calc(72px + env(safe-area-inset-right,0px));display:flex;align-items:center;gap:8px;padding:8px 8px 8px 12px;box-sizing:border-box;border-radius:12px;background:#000000d1;border:1px solid rgba(255,255,255,.18);box-shadow:0 2px 8px #00000059;color:#ffffffeb;font-size:13px;line-height:1.3;z-index:1105;animation:orientation-hint-in .2s ease-out}.orientation-hint-text{flex:1 1 auto;min-width:0}.orientation-hint-close{flex:0 0 auto;width:32px;height:32px;border:none;border-radius:8px;background:#ffffff1a;color:#fff;font-size:14px;line-height:1;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.orientation-hint-close:active{background:#fff3}.orientation-hint-close:focus-visible{outline:none;box-shadow:0 0 0 3px #3b82f659}@keyframes orientation-hint-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.media-toast{position:fixed;top:64px;left:0;right:0;width:max-content;margin:0 auto;max-width:min(90vw,480px);padding:8px 14px;border-radius:10px;background:#280606f0;border:1px solid rgba(239,68,68,.55);box-shadow:0 6px 24px #00000073;color:#ffb4b4;font-size:13px;line-height:1.35;text-align:center;white-space:normal;overflow-wrap:anywhere;z-index:1150;pointer-events:none;animation:media-toast-in .15s ease-out}@media (max-width: 768px){.media-toast{top:auto;bottom:calc(72px + env(safe-area-inset-bottom,0px))}}@keyframes media-toast-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.office-overlay{position:absolute;top:0;left:0;right:0;bottom:0;font-family:Segoe UI,system-ui,-apple-system,sans-serif;color:#fff;pointer-events:none;z-index:1000}.office-overlay .toolbar,.office-overlay .mobile-status-bar,.office-overlay .camera-flip-button,.office-overlay .mobile-video-bubble,.office-overlay .mobile-fullscreen-video,.office-overlay .tab-sidebar,.office-overlay .settings-overlay,.office-overlay .settings-panel,.office-overlay .chat-panel,.office-overlay .user-list,.office-overlay .private-chat-popup-rnd,.office-overlay .locked-room-overlay,.office-overlay .entry-requests-container,.office-overlay .character-selection-overlay,.office-overlay .fullscreen-view,.office-overlay .connection-indicator,.office-overlay .visit-expiry-banner,.office-overlay .audio-unlock-banner,.office-overlay .orientation-hint{pointer-events:auto}.toolbar{position:fixed;top:0;left:0;right:0;height:56px;background:linear-gradient(180deg,#000000e6,#000000b3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:space-between;padding:0 16px;z-index:1100;border-bottom:1px solid rgba(255,255,255,.1)}.toolbar-left,.toolbar-center,.toolbar-right{display:flex;align-items:center;gap:8px}.toolbar-scroll{display:contents}.toolbar-button{width:44px;height:44px;border:none;border-radius:12px;background:#ffffff1a;color:#fff;font-size:20px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;position:relative}.toolbar-button:hover:not(:disabled){background:#fff3;transform:scale(1.05)}.toolbar-button:disabled{opacity:.5;cursor:not-allowed}.toolbar-button.off{background:#dc3545cc}.toolbar-button.active{background:#28a745cc}.toolbar-button.mic-muted{background:#eab308b3}.toolbar-button.mic-va{background:#3b82f6b3}.toolbar-button.transmitting,.toolbar-button.mic-on{background:#22c55ecc}.toolbar-button.transmitting:after,.toolbar-button.mic-on:after{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:15px;border:2px solid rgba(34,197,94,.6);pointer-events:none}.toolbar-button.transmitting:after{animation:transmitPulse 1.5s ease-out infinite}@keyframes transmitPulse{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(1.25)}}.toolbar-button.settings-button{background:#ffffff0d}.toolbar-button.settings-button:hover{background:#ffffff26}.toolbar-logo{height:32px;width:auto;pointer-events:none;flex-shrink:0}.toolbar-separator{width:1px;height:28px;background:#fff3;margin:0 8px}.settings-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1500}.toolbar-unread-badge{padding:8px 14px;border-radius:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-size:13px;font-weight:600;display:flex;align-items:center;gap:6px;animation:unreadPulse 2s ease-in-out infinite;cursor:default;box-shadow:0 2px 8px #ef444466}@keyframes unreadPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.connection-status{padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500}.connection-status.connected{background:#28a74533;color:#4ade80}.connection-status.connecting{background:#ffc10733;color:#fbbf24}.connection-status.disconnected{background:#dc354533;color:#f87171}.connection-status.locked-out{background:#ff980033;color:#ffb74d}.current-room-name{margin-left:12px;padding:6px 12px;background:#ffffff1a;border-radius:12px;font-size:13px;color:#fffc}.sidebar{position:fixed;top:56px;left:0;width:var(--onnice-sidebar-width, 320px);height:calc(100vh - 56px);background:#000000d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-right:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;z-index:1050;overflow:hidden}.video-area{position:fixed;top:56px;left:0;right:0;bottom:0;z-index:1000;pointer-events:none;isolation:isolate}.video-area>*{pointer-events:auto}.office-overlay--sidebar-open .video-area{left:var(--onnice-sidebar-width, 320px)}@media (max-width: 768px){.office-overlay--sidebar-open .video-area{left:0}}.office-overlay:fullscreen{background:#000}.office-overlay:fullscreen .toolbar{display:none}.office-overlay:fullscreen .sidebar{display:none}.office-overlay:fullscreen .video-area{top:0;left:0}.office-overlay:fullscreen .mobile-status-bar{display:none}.office-overlay:-webkit-full-screen{background:#000}.office-overlay:-webkit-full-screen .toolbar{display:none}.office-overlay:-webkit-full-screen .sidebar{display:none}.office-overlay:-webkit-full-screen .video-area{top:0;left:0}@media (max-width: 768px){.toolbar{top:auto;bottom:0;height:64px;padding:0 12px;padding-bottom:env(safe-area-inset-bottom,0);justify-content:center;border-top:1px solid rgba(255,255,255,.1);border-bottom:none;background:linear-gradient(0deg,#000000f2,#000000d9)}.toolbar-center{display:none}.toolbar-left .room-lock-btn--compact{display:flex}.toolbar-left,.toolbar-right{gap:8px}.toolbar-button{width:48px;height:48px;min-width:44px;min-height:44px;font-size:22px;border-radius:14px}.toolbar-button.transmitting:after,.toolbar-button.mic-on:after{border-radius:17px}.toolbar-button.active{background:#28a745e6!important;color:#fff!important}.toolbar-button.off{background:#dc3545e6!important;color:#fff!important}.toolbar-button:hover:not(:disabled){transform:none;background:inherit}.toolbar-button:active:not(:disabled){transform:scale(.92);opacity:.9}.toolbar-button.active:active:not(:disabled){background:#28a745f2!important}.toolbar-button.off:active:not(:disabled){background:#dc3545f2!important}.toolbar-logo{height:28px}.toolbar-separator{display:none}.video-area{top:44px;bottom:64px;bottom:calc(64px + env(safe-area-inset-bottom,0))}.sidebar{position:fixed;top:44px;left:0;right:0;bottom:calc(64px + env(safe-area-inset-bottom,0));width:100%;height:auto;border-right:none;border-top:none;z-index:1050}.connection-status{display:none}.toolbar-unread-badge{padding:6px 10px;font-size:12px}.settings-overlay{z-index:1600}.toolbar{justify-content:flex-start}.toolbar-scroll{display:flex;align-items:center;gap:8px;flex:1 1 auto;min-width:0;align-self:stretch;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.toolbar-scroll::-webkit-scrollbar{display:none}.toolbar-left,.toolbar-right{flex-shrink:0}.toolbar-left>*,.toolbar-right>*{flex-shrink:0}.toolbar-right{position:relative}.toolbar-right:before{content:"";position:absolute;right:100%;top:0;bottom:0;width:24px;pointer-events:none;background:linear-gradient(to right,#0000,#000000a6);opacity:0;transition:opacity .15s ease}.toolbar-scroll[data-more-right]+.toolbar-right:before{opacity:1}}@supports (padding-bottom: env(safe-area-inset-bottom)){@media (max-width: 768px){.toolbar{padding-bottom:calc(8px + env(safe-area-inset-bottom));height:calc(64px + env(safe-area-inset-bottom))}}}@media (max-width: 768px) and (orientation: landscape){.toolbar{height:calc(56px + env(safe-area-inset-bottom,0));padding-bottom:env(safe-area-inset-bottom,0)}.toolbar-button{width:44px;height:44px;font-size:20px}.video-area{top:0;bottom:calc(56px + env(safe-area-inset-bottom,0))}.sidebar{width:50%;right:0;left:auto;top:0;bottom:calc(56px + env(safe-area-inset-bottom,0))}}@media (max-width: 768px){.toolbar,.sidebar{backdrop-filter:none;-webkit-backdrop-filter:none}.toolbar{background:linear-gradient(0deg,#000000f2,#000000eb)}.sidebar{background:#000000f2}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translate(-20px);opacity:0}to{transform:translate(0);opacity:1}}.sidebar{animation:slideIn .3s ease}.lazy-fallback{position:fixed;top:0;left:0;right:0;bottom:0;z-index:2000;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#0000008c;color:#ffffffe6;font-size:14px}.lazy-fallback-spinner{width:36px;height:36px;border:3px solid rgba(255,255,255,.2);border-top-color:#3b82f6;border-radius:50%;animation:lazy-fallback-spin .8s linear infinite}@keyframes lazy-fallback-spin{to{transform:rotate(360deg)}}.reconnect-banner{position:fixed;top:0;left:0;right:0;background:#ffa500eb;color:#fff;text-align:center;padding:8px;padding-top:calc(8px + env(safe-area-inset-top,0));z-index:9999;font-size:14px;font-weight:500}.reconnect-banner--below-status{top:calc(44px + env(safe-area-inset-top,0));padding-top:8px}@media (min-width: 769px){.reconnect-banner--below-status{top:100px}.mobile-status-bar~.video-area{top:100px}}.audio-unlock-banner{position:fixed;left:50%;transform:translate(-50%);bottom:calc(20px + env(safe-area-inset-bottom,0));max-width:calc(100vw - 32px);padding:12px 20px;min-height:44px;border:none;border-radius:24px;background:#3b82f6f2;color:#fff;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;box-shadow:0 4px 16px #0006;z-index:9999;animation:fadeIn .3s ease}.audio-unlock-banner:hover{background:#3b82f6}@media (max-width: 768px){.audio-unlock-banner{bottom:calc(76px + env(safe-area-inset-bottom,0px))}}.visit-expiry-banner.expired{position:fixed;top:0;left:0;right:0;color:#fff;text-align:center;padding:8px;z-index:9999;font-size:14px;font-weight:500;background:#dc3545e6;animation:fadeIn .3s ease}.visit-countdown{padding:6px 12px;border-radius:12px;font-size:13px;font-weight:600;color:#fffc;background:#ffffff1a}.visit-countdown.warning{color:#fbbf24;background:#eab30840;animation:warningPulse 2s ease-in-out infinite}@keyframes warningPulse{0%,to{opacity:1}50%{opacity:.7}}.debug-info{position:fixed;bottom:8px;left:8px;padding:6px 12px;background:#000000b3;border-radius:8px;font-size:11px;color:#fff9;z-index:9999;pointer-events:none}.user-name{padding:6px 12px;background:#3b82f633;border-radius:12px;font-size:13px;color:#93c5fd;font-weight:500}.auth-screen{position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);display:flex;align-items:center;justify-content:center;z-index:9999;font-family:Segoe UI,system-ui,-apple-system,sans-serif;pointer-events:auto}.auth-content{text-align:center;padding:48px;background:#ffffff0d;border-radius:24px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-width:400px;animation:fadeIn .5s ease}.auth-content h2{color:#fff;font-size:24px;font-weight:600;margin:16px 0 8px}.auth-content p{color:#ffffffb3;font-size:15px;line-height:1.5;margin:0}.auth-icon{font-size:64px;margin-bottom:8px}.auth-spinner{width:48px;height:48px;border:4px solid rgba(255,255,255,.1);border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}@keyframes spin{to{transform:rotate(360deg)}}.auth-button{display:inline-block;margin-top:24px;padding:14px 32px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;text-decoration:none;border-radius:12px;font-size:15px;font-weight:600;transition:all .2s ease}.auth-button:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 8px 24px #2563eb66}.auth-error .auth-icon{color:#f87171}.auth-error .auth-content{border-color:#f871714d}*{box-sizing:border-box}body{margin:0;padding:0;overflow:hidden}#office-overlay-root{position:absolute;top:0;left:0;width:100%;height:100%}#office-overlay-root *{box-sizing:border-box}
