:root{--z-stage:10;--z-video-player:20;--z-pip:40;--z-sheet-overlay:52;--z-sheet-content:55;--z-sheet-select:58;--z-chrome:60;--z-chrome-touch:90;--z-chrome-controls:100;--z-ptt-indicator:150;--z-support-overlay:9999}.room-z-stage{z-index:10!important}.room-z-video-player{z-index:20!important}.room-z-pip{z-index:40!important}.room-z-sheet-overlay{z-index:52!important}.room-z-sheet-content{z-index:55!important}.room-z-sheet-content.room-z-sheet-content-nested{z-index:56!important}.room-z-sheet-select{z-index:58!important}.room-z-chrome{z-index:60!important}.room-z-chrome-touch{z-index:90!important}.room-z-chrome-controls{z-index:100!important}.room-z-ptt-indicator{z-index:150!important}.room-z-support-overlay{z-index:9999!important}#room-stage{z-index:var(--z-stage)}#room-footer,#room-header{z-index:var(--z-chrome)}:root{--room-config-sheet-bg:var(--game-card-bg);--room-config-sheet-border:var(--game-border-accent);--room-config-sheet-title-color:var(--game-text-accent)}.room-config-sheet{width:100%;display:flex;flex-direction:column;overflow:hidden;padding:1rem;background:color-mix(in srgb,var(--room-config-sheet-bg) 95%,transparent);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-top:1px solid var(--room-config-sheet-border);box-shadow:0 25px 50px -12px rgb(0 0 0/.25)}.room-config-sheet-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;flex-shrink:0}.room-config-sheet-title{color:var(--room-config-sheet-title-color);font-size:1.25rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.room-config-sheet-content{flex:1;overflow-y:auto}.room-config-sheet.themed-scrollbar{scrollbar-width:thin;scrollbar-color:var(--room-config-sheet-border) transparent}.room-config-sheet.themed-scrollbar::-webkit-scrollbar{width:6px}.room-config-sheet.themed-scrollbar::-webkit-scrollbar-track{background:transparent}.room-config-sheet.themed-scrollbar::-webkit-scrollbar-thumb{background-color:var(--room-config-sheet-border);border-radius:3px}.room-loading-dialog{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:1rem;pointer-events:none}.room-loading-dialog>*{pointer-events:auto}.video-room{position:relative;width:100vw;height:100dvh;overflow:hidden;background-color:#000;display:flex;flex-direction:column}@media screen and (orientation:portrait) and (min-width:640px) and (max-width:950px){.talkshow-fold-portrait-transcript{height:5.5rem!important;padding:.625rem!important}.talkshow-fold-portrait-controls{justify-content:center!important}}.video-container{flex-grow:1;position:relative;width:100%;height:calc(100% - 60px)}.main-video{width:100%;height:100%}.video-item{-o-object-fit:cover;object-fit:cover;background-color:#000}.video-item.focused{width:100%;height:100%}.pip-container{position:absolute;display:flex;justify-content:flex-start;z-index:50;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;gap:8px;padding:8px;flex-direction:row;flex-wrap:wrap}@media screen and (orientation:portrait){.pip-container{flex-direction:row!important;max-width:calc(100vw - 16px);flex-wrap:wrap;align-items:flex-start;justify-content:flex-start}}@media screen and (orientation:landscape){.pip-container{flex-direction:column!important;max-height:calc(100dvh - 16px);flex-wrap:nowrap;align-items:flex-start}}@media (max-width:768px){.pip-container{flex-direction:row!important}}.video-item.pip{width:120px;height:67.5px;cursor:move;touch-action:none}@media screen and (orientation:portrait){.video-item.pip{margin-right:0;margin-bottom:0}}@media screen and (orientation:landscape){.video-item.pip{margin-right:0;margin-bottom:0}}.remote-video{width:100%;height:100%}.local-video{width:120px;height:67.5px;-o-object-fit:cover;object-fit:cover}.controls{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.5);padding:10px 0;z-index:20;height:60px}.controls.hidden{display:none}.icon-button{background:rgba(255,255,255,.2);border:none;color:var(--secondary-color);font-size:24px;padding:10px;margin:0 10px;border-radius:50%;cursor:pointer;width:50px;height:50px;display:flex;justify-content:center;align-items:center}.icon-button:hover{background:rgba(255,255,255,.3);color:var(--game-text-accent)}.overlay{position:fixed;bottom:72px;background-color:#ffffff36;z-index:15}.overlay.show{transform:translateX(0)}.media-share-overlay{left:0;transform:translateY(100%)}.media-share-overlay.show{transform:translateY(0)}.chat-overlay{display:flex;flex-direction:column;justify-content:space-between;right:0;transform:translateX(100%)}.settings-overlay{left:0;transform:translateX(-100%)}.close-button{position:absolute;top:10px;right:10px;background:none;border:none;font-size:24px;cursor:pointer}.setup-sequence{display:flex;flex-direction:column;align-items:center;padding:20px;max-width:500px;margin:0 auto}.setup-sequence input[type=range],.setup-sequence select{margin:10px 0;padding:5px;width:100%}.setup-sequence button{margin:10px;padding:10px 20px;background-color:#007bff;color:white;border:none;border-radius:5px;cursor:pointer}.setup-sequence video{width:100%;max-width:400px;margin:20px 0}.audio-controls,.audio-level-indicator{width:100%;max-width:400px;margin:10px 0}.audio-level-indicator{display:flex;align-items:center;height:30px;background-color:#f0f0f0;padding:5px;border-radius:15px;overflow:hidden}.audio-level-indicator .bar{height:100%;transition:background-color .1s ease}.waiting-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;background-color:#000000}.loading-animation{width:50px;height:50px;border:5px solid #007bff;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (min-width:360px) and (max-width:413px){.local-video,.video-item.pip{width:80px;height:45px}.icon-button{font-size:20px;width:40px;height:40px}}@media (min-width:415px){.local-video,.video-item.pip{width:100px;height:56.25px}.overlay{bottom:0;height:50%;width:100%}}@media (orientation:landscape){.video-container{height:calc(100% - 50px)}.controls{height:50px}.overlay{bottom:72px;height:50%;width:100%}.chat-overlay{right:0}.settings-overlay{left:0}}.shared-media-pip{width:160px;height:90px;overflow:hidden}.shared-media-pip blockquote,.shared-media-pip iframe{width:100%;height:100%;pointer-events:none}.youtube-pip{width:120px;height:67.5px;overflow:hidden;cursor:pointer}.youtube-pip img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.youtube-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}.video-item.pip.focused{border-color:#007bff;box-shadow:0 0 10px rgba(0,123,255,.5)}#out{position:absolute;top:0;left:50%;width:180px;height:180px;transform:translateX(-50%);z-index:100}.error-message{color:red;font-size:14px;margin-top:5px}#site-footer,#site-header{display:none}.yt-range-input{width:100%;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:4px;background:rgba(255,255,255,.2);border-radius:2px}.yt-range-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;background:var(--secondary-color);border:none;cursor:pointer;margin-top:-4px}.yt-range-input::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:var(--secondary-color);border:none;cursor:pointer}.yt-range-input::-webkit-slider-runnable-track{width:100%;height:4px;cursor:pointer;background:rgba(255,255,255,.2);border-radius:2px}.yt-range-input::-moz-range-track{width:100%;height:4px;cursor:pointer;background:rgba(255,255,255,.2);border-radius:2px}.yt-range-input:hover{background:rgba(255,255,255,.3)}.yt-range-input:hover::-webkit-slider-thumb{background:var(--game-accent);transform:scale(1.2);-webkit-transition:transform .2s ease;transition:transform .2s ease}.yt-range-input:hover::-moz-range-thumb{background:var(--game-accent);transform:scale(1.2);-moz-transition:transform .2s ease;transition:transform .2s ease}.yt-range-input:active::-webkit-slider-thumb{background:var(--game-accent);transform:scale(1.1)}.yt-range-input:active::-moz-range-thumb{background:var(--game-accent);transform:scale(1.1)}.yt-range-input:focus{outline:none}.yt-range-input:focus::-webkit-slider-thumb{box-shadow:0 0 0 2px rgba(0,0,0,.5),0 0 0 4px var(--secondary-color)}.yt-range-input:focus::-moz-range-thumb{box-shadow:0 0 0 2px rgba(0,0,0,.5),0 0 0 4px var(--secondary-color)}.youtube-player-container input[type=range]{width:100%}@media (max-width:768px){#yt-control-bar{padding:4px 8px;gap:4px}#yt-control-bar button{padding:4px!important}.yt-range-input{min-width:40px}}@media (max-width:640px){#yt-control-bar{padding:2px 4px;gap:2px}#yt-control-bar .flex-1{min-width:100px!important}#yt-control-bar .volume-slider-container{width:60px!important}#yt-control-bar button{font-size:14px!important}#yt-control-bar span{font-size:10px!important}}.yt-control-button{font-size:16px}@media screen and (orientation:portrait){#yt-control-bar{max-width:95vw;flex-direction:column;gap:18px;padding:18px;bottom:60px;z-index:50;background-color:rgba(0,0,0,.8)}#yt-control-bar .controls-row-1{display:flex;width:100%;justify-content:center;gap:24px}#yt-control-bar .controls-row-2{display:flex;width:100%;gap:6px;align-items:center}.yt-control-button[aria-label="Forward 15 seconds"],.yt-control-button[aria-label="Rewind 15 seconds"],.yt-control-button[aria-label=Pause],.yt-control-button[aria-label=Play]{font-size:36px!important}.yt-control-button[aria-label="Jump to End"]{font-size:18px!important}.yt-control-button[aria-label=Mute],.yt-control-button[aria-label=Unmute]{font-size:20px!important}#yt-control-bar .time-text{display:inline-block!important;font-size:12px!important}#yt-control-bar .time-label{display:inline-block!important;font-size:14px!important}}@media screen and (orientation:landscape){#yt-control-bar{width:70%;bottom:64px;padding:4px 8px;flex-direction:row;gap:4px;z-index:50;background-color:rgba(0,0,0,.8)}#yt-control-bar .controls-row-1,#yt-control-bar .controls-row-2{display:flex;align-items:center}#yt-control-bar .flex-1{width:50%;min-width:120px}#yt-control-bar .time-label,#yt-control-bar .time-text{display:inline-block!important}}@media (max-width:768px){#yt-control-bar{position:fixed;z-index:100}}[data-radix-dialog-overlay]{z-index:var(--z-sheet-overlay)!important;-webkit-user-select:none;inset:0!important}[data-radix-dialog-content],[data-radix-dialog-overlay]{-webkit-touch-callout:none;touch-action:manipulation;position:fixed!important}[data-radix-dialog-content]{z-index:var(--z-sheet-content)!important;pointer-events:auto!important}[data-radix-select-content]{z-index:var(--z-sheet-select)!important;pointer-events:auto!important;touch-action:manipulation}@supports (-webkit-touch-callout:none){[data-radix-dialog-content] [role=combobox],[data-radix-dialog-content] [role=menuitem],[data-radix-dialog-content] button{-webkit-tap-highlight-color:rgba(0,0,0,.1);touch-action:manipulation;cursor:pointer}[data-radix-select-trigger]{-webkit-appearance:none;-webkit-tap-highlight-color:rgba(0,0,0,.1)}}
/*# sourceMappingURL=b667d2f9147150ba.css.map*/