.AudioMixer-module__AW4Eea__mixerToggle{background:var(--surface);color:var(--foreground);border:1px solid var(--border-color);z-index:1000;transition:transform var(--transition);border-radius:30px;padding:.8rem 1.2rem;font-weight:700;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 12px #0006}.AudioMixer-module__AW4Eea__mixerToggle:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-3px)}.AudioMixer-module__AW4Eea__mixerOverlay{z-index:1001;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.AudioMixer-module__AW4Eea__mixerPanel{background:var(--surface);border:1px solid var(--border-color);border-radius:12px;width:90%;max-width:400px;max-height:80vh;padding:1.5rem;overflow-y:auto;box-shadow:0 10px 30px #0009}.AudioMixer-module__AW4Eea__mixerHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.5rem;display:flex}.AudioMixer-module__AW4Eea__mixerHeader h3{color:var(--primary);margin:0}.AudioMixer-module__AW4Eea__closeBtn{color:var(--foreground-muted);font-size:1.5rem}.AudioMixer-module__AW4Eea__closeBtn:hover{color:#fff}.AudioMixer-module__AW4Eea__sliders{flex-direction:column;gap:1rem;display:flex}.AudioMixer-module__AW4Eea__sliderGroup{flex-direction:column;gap:.5rem;display:flex}.AudioMixer-module__AW4Eea__sliderGroup label{color:var(--foreground-muted);font-size:.95rem}.AudioMixer-module__AW4Eea__sliderGroup input[type=range]{width:100%;accent-color:var(--primary)}.AudioMixer-module__AW4Eea__individualVolumes{border-top:1px dashed var(--border-color);padding-top:1rem}
.GameEngineUI-module__ciqr8G__engineContainer{gap:1.5rem;height:100%;padding:1rem;display:flex}.GameEngineUI-module__ciqr8G__coLane{background:var(--surface-light);border:1px solid var(--border-color);border-radius:8px;flex-direction:column;width:250px;padding:1rem;display:flex;overflow-y:auto}.GameEngineUI-module__ciqr8G__laneTitle{color:var(--primary);border-bottom:1px solid var(--border-color);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.1rem}.GameEngineUI-module__ciqr8G__coItem{background:var(--surface);border-radius:6px;margin-bottom:.8rem;padding:.8rem;box-shadow:0 2px 4px #0000004d}.GameEngineUI-module__ciqr8G__coPlayer{color:var(--foreground);font-size:.9rem;font-weight:700}.GameEngineUI-module__ciqr8G__coRole{color:var(--primary);background:#c92a2a33;border-radius:20px;margin-top:.5rem;padding:.2rem .6rem;font-size:.85rem;font-weight:700;display:inline-block}.GameEngineUI-module__ciqr8G__mainBoard{flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.GameEngineUI-module__ciqr8G__phaseHeader{color:var(--foreground);text-shadow:0 2px 6px #00000080;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.GameEngineUI-module__ciqr8G__timer{color:var(--accent);font-size:1.5rem;font-family:var(--font-mono);margin-bottom:2rem}.GameEngineUI-module__ciqr8G__roleCard{background:var(--surface);border:2px solid var(--primary);text-align:center;border-radius:12px;width:100%;max-width:400px;margin-bottom:2rem;padding:2rem;box-shadow:0 10px 30px #c92a2a26}.GameEngineUI-module__ciqr8G__roleName{color:var(--primary);margin-bottom:1rem;font-size:1.8rem;font-weight:700}.GameEngineUI-module__ciqr8G__roleDesc{color:var(--foreground-muted);margin-bottom:1.5rem;font-size:.95rem}.GameEngineUI-module__ciqr8G__actionsPanel{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.GameEngineUI-module__ciqr8G__actionBtn{background:var(--surface-light);color:var(--foreground);border:1px solid var(--border-color);transition:all var(--transition);border-radius:6px;padding:.8rem 1.2rem;font-weight:700}.GameEngineUI-module__ciqr8G__actionBtn:hover{border-color:var(--primary);color:var(--primary)}.GameEngineUI-module__ciqr8G__actionBtn.GameEngineUI-module__ciqr8G__selected{background:var(--primary);color:#fff;border-color:var(--primary)}.GameEngineUI-module__ciqr8G__coForm{background:var(--surface-light);border:1px solid var(--border-color);border-radius:8px;width:100%;max-width:400px;margin-top:2rem;padding:1.5rem}.GameEngineUI-module__ciqr8G__coForm select{border:1px solid var(--border-color);background:var(--surface);width:100%;color:var(--foreground);border-radius:4px;margin-bottom:1rem;padding:.8rem}.GameEngineUI-module__ciqr8G__coBtn{background:var(--accent);color:#121212;border-radius:4px;width:100%;padding:.8rem;font-weight:700}.GameEngineUI-module__ciqr8G__coBtn:hover{background:var(--accent-hover)}.GameEngineUI-module__ciqr8G__voteLane{background:var(--surface-light);border:1px solid var(--border-color);border-radius:8px;flex-direction:column;width:200px;padding:1rem;display:flex;overflow-y:auto}.GameEngineUI-module__ciqr8G__voteItem{color:var(--foreground-muted);border-bottom:1px solid var(--border-color);margin-bottom:.5rem;padding-bottom:.5rem;font-size:.85rem}@keyframes GameEngineUI-module__ciqr8G__phaseDropIn{0%{opacity:0;transform:translateY(-30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.GameEngineUI-module__ciqr8G__timerPhaseBox{pointer-events:auto;border:1px solid var(--border-color);text-align:center;background:#000000b3;border-radius:30px;align-self:center;padding:.5rem 2rem;animation:.6s cubic-bezier(.34,1.56,.64,1) forwards GameEngineUI-module__ciqr8G__phaseDropIn;box-shadow:0 4px 15px #000000b3}
.AdPlayer-module__VA4B1W__overlay{z-index:9999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000e6;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s AdPlayer-module__VA4B1W__fadeIn;display:flex;position:fixed;top:0;left:0}.AdPlayer-module__VA4B1W__playerContainer{background:#161b22;border:1px solid #30363d;border-radius:12px;flex-direction:column;width:90%;max-width:600px;display:flex;overflow:hidden;box-shadow:0 10px 30px #000c}.AdPlayer-module__VA4B1W__header{background:#21262d;border-bottom:1px solid #30363d;justify-content:space-between;align-items:center;padding:10px 15px;display:flex}.AdPlayer-module__VA4B1W__title{color:#c9d1d9;font-size:.9rem;font-weight:700}.AdPlayer-module__VA4B1W__badgeDemo{color:#fff;background:#58a6ff;border-radius:10px;padding:2px 8px;font-size:.7rem;font-weight:700}.AdPlayer-module__VA4B1W__badgeProd{color:#fff;background:#ff7b72;border-radius:10px;padding:2px 8px;font-size:.7rem;font-weight:700}.AdPlayer-module__VA4B1W__closeBtn{color:#fff;cursor:pointer;background:#da3633;border:none;border-radius:4px;padding:4px 10px;font-weight:700}.AdPlayer-module__VA4B1W__closeBtn:disabled{color:#888;cursor:not-allowed;background:#444}.AdPlayer-module__VA4B1W__videoPlaceholder{color:#8b949e;background:#0d1117;flex-direction:column;justify-content:center;align-items:center;height:300px;display:flex;position:relative}.AdPlayer-module__VA4B1W__timer{color:#fff;margin-bottom:1rem;font-size:3rem;font-weight:700}.AdPlayer-module__VA4B1W__loadingSpinner{border:4px solid #ffffff1a;border-top:4px solid var(--accent);border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:1s linear infinite AdPlayer-module__VA4B1W__spin}.AdPlayer-module__VA4B1W__message{color:#c9d1d9;font-size:1.1rem}@keyframes AdPlayer-module__VA4B1W__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes AdPlayer-module__VA4B1W__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.Room-module__LVUYza__container{background-color:var(--background);-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;flex-direction:column;width:100vw;height:100dvh;display:flex;position:fixed;top:0;left:0;overflow:hidden}.Room-module__LVUYza__header{background-color:#1a1a1a;border-bottom:1px solid #333;justify-content:space-between;align-items:center;padding:.8rem 1.5rem;display:flex}.Room-module__LVUYza__roomInfo{align-items:center;gap:1rem;display:flex}.Room-module__LVUYza__roomName{color:var(--primary);font-size:1.5rem;font-weight:700}.Room-module__LVUYza__statusBadge{background:var(--surface-light);border-radius:4px;padding:.3rem .6rem;font-size:.8rem;font-weight:700}.Room-module__LVUYza__mainArea{flex:1;display:flex;overflow:hidden}.Room-module__LVUYza__lobbyView{flex-direction:column;flex:1;align-items:center;padding:2rem;display:flex}.Room-module__LVUYza__playerGrid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;width:100%;max-width:800px;margin-top:2rem;display:grid}.Room-module__LVUYza__playerPlate{background:var(--surface);border:1px solid var(--border-color);text-align:center;transition:transform var(--transition);border-radius:8px;padding:1.5rem}.Room-module__LVUYza__playerPlate:hover{border-color:var(--primary);transform:translateY(-2px)}.Room-module__LVUYza__playerName{margin-bottom:.5rem;font-weight:700}.Room-module__LVUYza__actionPanel{gap:1rem;margin-top:3rem;display:flex}.Room-module__LVUYza__btn{background:var(--surface-light);color:var(--foreground);border-radius:6px;padding:.8rem 1.5rem;font-weight:700}.Room-module__LVUYza__btn.Room-module__LVUYza__primary{background:var(--primary);color:#fff}.Room-module__LVUYza__chatSidebar{top:15px;right:15px;bottom:calc(15px + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border-color);z-index:50;pointer-events:auto;touch-action:none;background:#0f0f0ff2;border-radius:12px;flex-direction:column;width:320px;transition:transform .3s cubic-bezier(.25,.8,.25,1);display:flex;position:absolute;box-shadow:-5px 0 25px #00000080}.Room-module__LVUYza__chatSidebar.Room-module__LVUYza__closed{transform:translate(120%)}.Room-module__LVUYza__chatMessages{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;flex:1;padding:1rem;overflow-y:scroll}.Room-module__LVUYza__chatInputArea{border-top:1px solid var(--border-color);padding:1rem;display:flex}.Room-module__LVUYza__chatInput{background:var(--surface-light);border:1px solid var(--border-color);color:var(--foreground);-webkit-user-select:auto;user-select:auto;border-radius:4px 0 0 4px;flex:1;padding:.5rem;font-size:16px!important}.Room-module__LVUYza__chatSend{background:var(--primary);color:#fff;border:none;border-radius:0 4px 4px 0;padding:.5rem 1rem;font-weight:700}.Room-module__LVUYza__chatToggleBtn{background:var(--surface-light);border:1px solid var(--primary);color:var(--foreground);z-index:40;cursor:pointer;pointer-events:auto;border-radius:20px;padding:.6rem 1.2rem;font-weight:700;transition:background .2s;position:absolute;top:20px;right:20px;box-shadow:0 4px 10px #0009}.Room-module__LVUYza__chatToggleBtn:hover{background:var(--primary);color:#fff}@media (max-width:768px){.Room-module__LVUYza__chatSidebar{width:calc(100% - 30px);max-width:400px}}
