::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--panel)}::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#3a3a3a}*{scrollbar-width:thin;scrollbar-color:#2a2a2a var(--panel)}:root{--bg:#000;--panel:#0a0a0a;--panel-2:#121212;--line:#ffffff14;--text:#f4f6fb;--muted:#9ba3b4;--accent:#7c5cff;--danger:#ff5c7a;--success:#43d18b}*{box-sizing:border-box}html{height:100dvh;min-height:100dvh;overflow:hidden}body{background:var(--bg);height:100dvh;min-height:100dvh;color:var(--text);-webkit-font-smoothing:antialiased;margin:0;padding:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer;border:0}.app{background:radial-gradient(circle at top left, #7c5cff2e, transparent 35%), var(--bg);grid-template-columns:76px 260px minmax(0,1fr) 228px;height:100%;min-height:100%;display:grid;overflow:hidden}.serverbar{border-right:1px solid var(--line);background:#090b10;flex-direction:column;align-items:center;gap:10px;min-height:0;padding:12px 10px;display:flex}.server-pill{background:var(--panel-2);width:48px;height:48px;color:var(--text);border-radius:18px;place-items:center;font-weight:800;display:grid}.server-pill.active{background:var(--accent)}.channelbar{background:var(--panel);border-right:1px solid var(--line);flex-direction:column;min-width:0;min-height:0;display:flex}.channel-header{border-bottom:1px solid var(--line);padding:16px 18px;font-size:16px;font-weight:800;line-height:22px}.channel-section{padding:12px 14px}.section-title{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin:14px 0 8px;font-size:13px;font-weight:600}.channel{width:100%;min-height:38px;color:var(--muted);text-align:left;background:0 0;border-radius:10px;align-items:center;gap:8px;padding:9px 12px;font-size:15px;line-height:20px;display:flex}.channel:hover{color:var(--text);background:#ffffff0f}.channel.active{color:#fff;background:#7c5cff33;font-weight:500}.voice-user-item{min-height:28px;color:var(--muted);-webkit-user-select:none;user-select:none;text-align:left;background:#00000003;border:none;border-radius:4px;justify-content:flex-start;align-items:center;gap:8px;width:100%;padding:5px 8px;font-size:14px;line-height:18px;display:flex}.voice-user-item.draggable{cursor:grab}.voice-user-item.draggable:active{cursor:grabbing}.voice-user-item.not-draggable{cursor:default}.voice-user-item:hover{background-color:#ffffff0d}.voice-user-item>*{pointer-events:none}.main{flex-direction:column;min-width:0;display:flex}.topbar{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0e1015b3;justify-content:space-between;align-items:center;height:58px;padding:0 18px;display:flex}.content{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;overflow:hidden}.text-chat-shell{flex-direction:column;flex:1;width:100%;min-width:0;min-height:0;display:flex}.text-chat-shell .chat{flex:1}.chat-before-composer,.mobile-text-channel-footer{display:none}.voice-layout{background:#000;flex-direction:row;width:100%;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.voice-layout:fullscreen{box-sizing:border-box;background:#000;width:100%;min-width:0;height:100%;min-height:0;overflow:hidden;margin:0!important;padding:0!important}.cinematic-mode .voice-layout{z-index:60;position:fixed;inset:0}.voice-layout:fullscreen .voice,.voice-layout:fullscreen .chat{height:100%;min-height:0}.voice-layout:fullscreen .voice-chat-pane{width:clamp(280px,18vw,320px);max-width:28vw;display:flex}.voice-room-pane{flex:auto;min-width:0;min-height:0;position:relative;overflow:hidden}.voice-chat-pane{border-left:1px solid #3f4147;flex-direction:column;flex:none;width:clamp(320px,28vw,380px);min-width:0;max-width:44%;display:flex;overflow:hidden}.members{background:var(--panel);border-left:1px solid var(--line);min-width:0;padding:14px;overflow:hidden auto}.chat{grid-template-rows:minmax(0,1fr) auto auto;width:100%;min-width:0;height:calc(100vh - 58px);display:grid;overflow:hidden}.messages{flex-direction:column;min-width:0;padding:20px;display:flex;overflow:hidden auto}.message-group{min-width:0;max-width:100%}.message-header{gap:10px;min-width:0;max-width:100%;margin-bottom:6px;display:flex}.message-row:hover .message-time-hover{opacity:1}.avatar{color:#fff;text-transform:uppercase;background:linear-gradient(135deg,#818cf8,#3b82f6);flex-shrink:0;justify-content:center;align-items:center;font-weight:600;display:flex;border-radius:8px!important;width:28px!important;height:28px!important;font-size:12px!important}.avatar img{border-radius:inherit}.chat-avatar{border-radius:10px;width:34px;height:34px;font-size:14px}.message-meta{flex-direction:column;justify-content:center;min-width:0;max-width:100%;display:flex}.message-row{grid-template-columns:34px minmax(0,1fr);gap:10px;min-width:0;max-width:100%;display:grid}.message-content{overflow-wrap:anywhere;word-break:break-word;white-space:pre-wrap;min-width:0;max-width:100%;line-height:24px}.message-body{min-width:0;max-width:100%;padding-right:34px;position:relative}.message-edit-trigger{width:28px;height:28px;color:var(--muted);background:var(--panel-2);border:1px solid var(--line);opacity:0;cursor:pointer;border-radius:6px;justify-content:center;align-items:center;padding:0;transition:opacity .14s,color .14s,border-color .14s;display:inline-flex;position:absolute;top:-3px;right:0}.message-row:hover .message-edit-trigger,.message-edit-trigger:focus-visible{opacity:1}.message-edit-trigger:hover{color:var(--text);border-color:var(--accent)}.message-edit-attribution{color:var(--muted);flex-wrap:wrap;align-items:baseline;gap:4px 8px;margin-top:3px;font-size:11px;line-height:17px;display:flex}.message-history-link{color:#8ea7ff;font:inherit;text-underline-offset:2px;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline}.message-history-link:hover{color:#b8c6ff}.message-inline-editor{gap:8px;width:100%;display:grid}.message-inline-editor textarea{resize:vertical;width:100%;min-height:86px;max-height:220px;color:var(--text);background:var(--panel-2);border:1px solid var(--accent);font:inherit;overflow-wrap:anywhere;border-radius:8px;outline:none;padding:11px 12px;line-height:22px}.message-edit-actions{justify-content:flex-end;gap:8px;display:flex}.message-edit-actions button{border-radius:7px;align-items:center;gap:6px;min-height:34px;padding:7px 10px;display:inline-flex}.message-edit-error{color:var(--danger);font-size:12px}.message-context-menu{z-index:1100;background:#17191f;border:1px solid #30333d;border-radius:7px;width:196px;max-width:calc(100vw - 16px);padding:4px;position:fixed;box-shadow:0 12px 32px #00000080}.message-context-menu button{width:100%;color:var(--text);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:5px;align-items:center;gap:9px;padding:9px 10px;display:flex}.message-context-menu button:hover{background:var(--accent);color:#fff}.message-history-backdrop{z-index:1500;background:#000000b8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.message-history-dialog{width:min(620px,100%);max-height:min(720px,100dvh - 40px);color:var(--text);background:#111318;border:1px solid #30333d;border-radius:8px;grid-template-rows:auto auto minmax(0,1fr);display:grid;overflow:hidden;box-shadow:0 24px 60px #0009}.message-history-dialog>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 20px 14px;display:flex}.message-history-kicker{color:#9fb3ff;align-items:center;gap:6px;font-size:12px;font-weight:700;display:inline-flex}.message-history-dialog h2{letter-spacing:0;margin:5px 0 0;font-size:20px}.message-history-close{width:34px;height:34px;color:var(--muted);border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:7px;justify-content:center;align-items:center;padding:0;display:inline-flex}.message-history-current{border-bottom:1px solid var(--line);padding:14px 20px}.message-history-current>span,.message-history-old-label{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:700}.message-history-current p,.message-history-list p{white-space:pre-wrap;overflow-wrap:anywhere;margin:6px 0 0}.message-history-list{min-height:0;overflow-y:auto}.message-history-list article{border-bottom:1px solid var(--line);padding:16px 20px}.message-history-list article:last-child{border-bottom:0}.message-history-entry-heading{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:4px 12px;margin-bottom:10px;display:flex}.message-history-entry-heading strong{font-size:13px}.message-history-entry-heading time{color:var(--muted);font-size:11px}.message-time-hover{color:var(--muted);opacity:.5;text-align:center;-webkit-user-select:none;user-select:none;font-size:10px;line-height:24px}.message-author{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%;font-weight:700;overflow:hidden}.message-time{color:var(--muted);margin-left:8px;font-size:12px}.composer{border-top:1px solid var(--line);align-items:flex-end;gap:12px;width:100%;min-width:0;padding:18px 20px 20px;display:flex}.composer textarea{background:var(--panel-2);min-width:0;min-height:58px;max-height:220px;color:var(--text);border:1px solid var(--line);resize:none;overflow-wrap:anywhere;word-break:break-word;white-space:pre-wrap;border-radius:14px;outline:none;flex:auto;padding:17px 18px;font-size:14px;line-height:22px;overflow:hidden auto}.composer textarea::placeholder{color:var(--muted);font-size:13px}.composer button{flex:none;min-width:56px;min-height:58px}.primary{background:var(--accent);color:#fff;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;padding:12px 16px;font-weight:800;display:flex}.secondary{background:var(--panel-2);color:var(--text);border-radius:14px;padding:12px 16px}.voice{background:#07080d;flex-direction:column;height:calc(100vh - 58px);display:flex;position:relative;overflow:hidden}.voice-main .content,.voice-main .voice-layout,.voice-main .voice,.voice-main .chat{height:100dvh}.cinematic-mode .main,.cinematic-mode .content,.cinematic-mode .voice-layout,.cinematic-mode .voice,.cinematic-mode .chat,.fullscreen-mode .main,.fullscreen-mode .content,.fullscreen-mode .voice-layout,.fullscreen-mode .voice,.fullscreen-mode .chat{height:100dvh;min-height:0;overflow:hidden}.fullscreen-mode .custom-control-row{padding:6px}.fullscreen-mode .voice-action-button,.fullscreen-mode .manual-screen-share-button,.fullscreen-mode .voice .lk-control-bar .lk-button[data-lk-source],.fullscreen-mode .voice .lk-disconnect-button{min-height:34px}.fullscreen-mode .voice-chat-pane{width:clamp(280px,18vw,320px);max-width:28vw;display:flex}.voice-layout:fullscreen .voice-room-pane,.voice-layout:fullscreen .voice-chat-pane,.fullscreen-mode .voice-room-pane,.fullscreen-mode .voice-chat-pane,.cinematic-mode .voice-room-pane,.cinematic-mode .voice-chat-pane{height:100%;min-height:0;overflow:hidden}.voice-layout:fullscreen .voice-room-pane,.fullscreen-mode .voice-room-pane,.cinematic-mode .voice-room-pane{display:flex}.voice-layout:fullscreen .voice,.fullscreen-mode .voice,.cinematic-mode .voice{flex:auto}.voice-layout:fullscreen .voice-stage,.voice-layout:fullscreen .custom-video-conference,.fullscreen-mode .voice-stage,.fullscreen-mode .custom-video-conference,.cinematic-mode .voice-stage,.cinematic-mode .custom-video-conference{height:100%;min-height:0;overflow:hidden}.voice-layout:fullscreen .custom-stage,.fullscreen-mode .custom-stage,.cinematic-mode .custom-stage{height:100%;min-height:0;padding-bottom:max(72px, calc(env(safe-area-inset-bottom) + 64px));flex:1 1 0;overflow:hidden}.voice-layout:fullscreen .custom-control-row,.fullscreen-mode .custom-control-row{flex:none}.voice-layout:fullscreen .composer,.fullscreen-mode .composer{gap:8px;padding:10px 12px 12px}.voice-layout:fullscreen .composer textarea,.fullscreen-mode .composer textarea{min-height:48px;padding:13px 14px}.voice-layout:fullscreen .composer button,.fullscreen-mode .composer button{min-width:50px;min-height:48px}.cinematic-mode:not(.fullscreen-mode) .custom-stage{background:#05070b;justify-content:stretch;align-items:stretch;padding:clamp(12px,1.6vh,24px) 0}.cinematic-mode:not(.fullscreen-mode) .local-screen-share-stage-preview,.cinematic-mode:not(.fullscreen-mode) .local-screen-preview-shell{width:100%;max-width:100%}.cinematic-mode .voice-chat-pane{width:clamp(280px,22vw,340px);max-width:30vw}.voice-stage{flex-direction:column;flex:1;width:100%;min-height:0;padding:0;display:flex}.remote-audio-mount{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;overflow:hidden}.remote-audio-mount audio{width:1px;height:1px}.voice-controls{border-top:1px solid var(--line);background:#0e1015e6;justify-content:center;align-items:center;gap:10px;padding:14px;display:flex}.login-page{background:radial-gradient(circle at 50% 0%, #7c5cff40, transparent 35%), var(--bg);place-items:center;height:100dvh;min-height:100dvh;padding:20px;display:grid;overflow-y:auto}.login-card{border:1px solid var(--line);background:#151821e6;border-radius:24px;width:min(440px,100%);padding:28px;box-shadow:0 24px 80px #00000059}@media (max-width:640px){.login-card{box-shadow:none!important;background:0 0!important;border:none!important;padding:0!important}.login-card h1,.login-card .field label{color:#fff}.login-card .field input{color:#000;background:#fff}.login-card .secondary:not(.google-fallback-button),.login-card .primary{color:#fff;background:#000}.login-card p{display:none}}.login-card h1{margin:0 0 6px;font-size:32px}.login-card .field label{color:#fff}.login-card .field input{color:#000;background:#fff}.login-card .secondary:not(.google-fallback-button),.login-card .primary{color:#fff;background:#000}.login-card p{color:#fff;margin:0 0 18px}.invite-code-note{color:var(--muted);text-align:center}.google-login-block{place-items:center;width:100%;min-height:44px;margin-top:14px;display:grid}.google-button-slot{justify-content:center;width:100%;min-height:40px;display:flex}.google-button-slot>div{justify-content:center;width:100%;display:flex}.google-fallback-button{width:100%;min-height:44px;font-weight:800}.login-card .google-fallback-button{color:#000!important;background:linear-gradient(90deg,#4285f4,#ea4335,#fbbc05,#34a853)!important;border:none!important}.login-card .google-fallback-button:hover{background:linear-gradient(90deg,#3367d6,#d33426,#e4a703,#2b8c45)!important}.field{gap:6px;margin:12px 0;display:grid}.field label{color:var(--muted);font-size:13px}.field input{border:1px solid var(--line);color:var(--text);background:#0f121a;border-radius:12px;outline:none;padding:13px 14px}.error{color:var(--danger);font-size:13px}.success{color:var(--success);font-size:13px}@media (max-width:1180px){.app{grid-template-columns:64px minmax(196px,232px) minmax(0,1fr);height:100dvh;min-height:100dvh}@media (orientation:landscape) and (max-height:560px){.app{grid-template-columns:48px 120px minmax(0,1fr)}.channel{min-height:20px;padding:2px 4px;font-size:9px}.channel svg{width:10px;height:10px}.channel-header{min-height:24px;padding:0 4px;font-size:10px}.section-title{margin-top:4px;margin-bottom:2px;font-size:8px}.bottom-actions-container{flex-wrap:wrap;justify-content:space-around;align-items:center;gap:4px;padding-bottom:8px;flex-direction:row!important}.mobile-chat-toggle{display:flex}.voice-leave-button{border-radius:8px!important;justify-content:center!important;min-height:32px!important;margin:0!important;padding:8px!important}.voice-leave-button svg{width:16px!important;height:16px!important}.afk-channel-section{padding-top:0;padding-bottom:0}.afk-channel-section .section-title,.afk-channel-section .channel span{display:none}.afk-channel-section .channel{border-radius:8px!important;justify-content:center!important;width:32px!important;height:32px!important;min-height:32px!important;margin:0!important;padding:0!important}.afk-channel-section .channel svg{width:16px!important;height:16px!important}.server-admin-section span{display:none}.server-admin-section{background:0 0!important;padding:0!important}.server-admin-section .channel{border-radius:8px!important;justify-content:center!important;width:32px!important;height:32px!important;min-height:32px!important;margin:0!important;padding:0!important}.server-admin-section .channel svg{width:16px!important;height:16px!important}.voice-user-item{min-height:18px;font-size:9px;justify-content:flex-start!important;gap:4px!important;width:100%!important;padding:2px 4px!important}.voice-user-item .avatar{width:14px!important;height:14px!important;font-size:8px!important}.channelbar .voice-user-list{gap:2px!important;margin:2px 0 4px!important;padding:0 4px!important}}.stream-audio-toggle span,.media-control-button span,.manual-screen-share-button span{display:none}.channelbar{min-width:0;display:flex}.members,.topbar{display:none}}.channel-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.channel-header-title{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.konferans-wordmark{vertical-align:middle;align-items:center;gap:8px;min-width:0;max-width:100%;display:inline-flex}.konferans-wordmark-icon{background:url(/icon.svg) 50%/contain no-repeat;border-radius:6px;flex:0 0 22px;width:22px;height:22px;display:inline-block}.konferans-wordmark-text{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.konferans-wordmark.is-compact{gap:6px}.konferans-wordmark.is-compact .konferans-wordmark-icon{border-radius:4px;flex-basis:16px;width:16px;height:16px}.voice-connection-card strong .konferans-wordmark,.voice-connection-card strong .konferans-wordmark-text{color:inherit;font-size:inherit;line-height:inherit;text-transform:none}.active-channel-title{align-items:center;gap:7px;min-width:0;display:inline-flex}@media (orientation:landscape) and (max-height:560px){.channel-header .konferans-wordmark{gap:4px}.channel-header .konferans-wordmark-icon{border-radius:4px;flex-basis:16px;width:16px;height:16px}}.channel-header-actions{flex:none;justify-content:flex-end;align-items:center;gap:8px;margin-left:auto;display:inline-flex}.icon-button{background:var(--panel-2);width:34px;height:34px;color:var(--text);border-radius:12px;place-items:center;display:grid}.channel-badge{color:#fff;background:#7c5cffb3;border-radius:8px;margin-left:auto;padding:2px 6px;font-size:10px}.member-row{align-items:center;gap:8px;min-width:0;margin-bottom:10px;display:flex}.member-row .avatar{border-radius:10px;width:34px;height:34px;font-size:14px}.member-row>div:last-child{min-width:0}.member-row>div:last-child>div{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.member-row span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;display:block;overflow:hidden}.voice-connection-card{border:1px solid var(--line);background:#ffffff0a;border-radius:12px;margin:10px 12px 12px;padding:10px 11px}.voice-connection-card span{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:700;line-height:14px}.voice-connection-card strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:15px;line-height:20px;overflow:hidden}.voice-connection-header{justify-content:space-between;align-items:center;gap:6px;display:flex}.voice-connection-channel-name{flex:1;min-width:0;display:block}.voice-connection-presence-row{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.voice-connection-presence-row>span{flex:none}.voice-presence-select{flex:none;align-items:center;margin-left:auto;display:inline-flex;position:relative}.voice-presence-select>i{z-index:1;pointer-events:none;background:#4ade80;border-radius:50%;width:8px;height:8px;position:absolute;left:7px}.voice-presence-select>i[data-status=IDLE]{background:#fbbf24}.voice-presence-select>i[data-status=DO_NOT_DISTURB]{background:#f87171}.voice-presence-select>i[data-status=INVISIBLE]{background:#111;border:1px solid #9ca3af}.voice-presence-select select{color:#fff;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;width:min(124px,42vw);height:27px;font:inherit;cursor:pointer;background:#111;border:1px solid #ffffff21;border-radius:6px;outline:none;padding:0 5px 0 20px;font-size:10px;font-weight:700}.voice-presence-select select:focus-visible{border-color:#7c5cff;box-shadow:0 0 0 2px #7c5cff3d}.voice-presence-select select:disabled{cursor:wait;opacity:.65}.voice-leave-button{color:#fff;background:#ff5c7a52;border-radius:9px;justify-content:center;align-items:center;gap:6px;min-height:38px;padding:8px 10px;font-size:14px;font-weight:800;display:flex}.voice-leave-button svg{width:15px;height:15px}.voice-leave-button:hover{background:#ff5c7a7a}.home-panel{grid-template-columns:292px minmax(0,1fr);min-width:0;height:calc(100vh - 58px);display:grid;overflow:hidden}.home-sidebar{border-right:1px solid var(--line);background:#1518219e;flex-direction:column;min-width:0;display:flex;overflow:hidden}.home-tabs{border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;gap:6px;padding:12px;display:grid}.home-tab{min-width:0;color:var(--muted);background:0 0;border-radius:9px;justify-content:center;align-items:center;gap:6px;padding:9px 10px;display:flex}.home-tab.active,.home-tab:hover{color:var(--text);background:#ffffff12}.dm-list{align-content:start;gap:6px;min-height:0;padding:10px;display:grid;overflow:hidden auto}.dm-list-item{min-width:0;color:var(--text);text-align:left;background:0 0;border-radius:10px;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:9px;padding:9px;display:grid}.dm-list-item.active,.dm-list-item:hover{background:#ffffff12}.dm-list-item div:last-child,.direct-header div:last-child{min-width:0}.dm-list-item strong,.dm-list-item span,.direct-header strong,.direct-header span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.dm-list-item span,.direct-header span{color:var(--muted);font-size:12px}.home-main{min-width:0;min-height:0;overflow:hidden}.direct-chat{grid-template-rows:auto minmax(0,1fr) auto auto;min-width:0;height:100%;display:grid;overflow:hidden}.direct-header{border-bottom:1px solid var(--line);grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;min-width:0;padding:14px 18px;display:grid}.direct-messages{flex-direction:column;gap:8px;min-width:0;padding:18px;display:flex;overflow:hidden auto}.direct-message{min-width:0;max-width:72%;display:flex}.direct-message.mine{align-self:flex-end}.direct-bubble{background:var(--panel-2);min-width:0;max-width:100%;color:var(--text);border-radius:14px;padding:10px 12px}.direct-message.mine .direct-bubble{background:#7c5cffd9}.direct-bubble span{overflow-wrap:anywhere;word-break:break-word;white-space:pre-wrap}.direct-error{min-width:0;color:var(--danger);justify-content:space-between;align-items:center;gap:10px;padding:10px 16px;display:flex}.direct-error span{overflow-wrap:anywhere;min-width:0}.direct-composer{padding-top:10px}.friends-home{height:100%;padding:22px;overflow:hidden auto}.empty-state{height:100%;color:var(--muted);text-align:center;align-content:center;place-items:center;gap:8px;display:grid}.empty-state strong{color:var(--text);font-size:18px}.utility-panel{max-width:980px;min-height:calc(100vh - 58px);padding:22px}.panel-title{margin-bottom:6px;font-size:24px;font-weight:900}.panel-subtitle{color:var(--text);margin:22px 0 10px;font-weight:800}.panel-muted{color:var(--muted);margin:0 0 16px}.inline-form{gap:10px;max-width:620px;display:flex}.inline-form input,.utility-panel input,.utility-panel select{background:var(--panel-2);color:var(--text);border:1px solid var(--line);border-radius:12px;outline:none;padding:12px 14px}.inline-form input{flex:1}.switch-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;max-width:620px;padding:12px 0;display:flex}.switch-row input{width:20px;height:20px}.field.compact{max-width:620px}.field.compact input[type=range]{width:100%;padding:0}.friend-row,.request-row,.member-admin-row{border:1px solid var(--line);background:#ffffff08;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;max-width:820px;margin-bottom:10px;padding:12px;display:flex}.friend-row{justify-content:flex-start}.friend-row span,.member-admin-row span{color:var(--muted);font-size:12px}.avatar.small{border-radius:12px;width:34px;height:34px}.action-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-width:820px;margin:12px 0;display:grid}.codebox{white-space:pre-wrap;word-break:break-all;border:1px solid var(--line);max-width:820px;color:var(--success);background:#080a10;border-radius:14px;padding:14px}.member-admin-row{align-items:flex-start}.member-admin-row select{min-width:130px}.mini-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.mini-actions button{color:var(--text);background:#ffffff14;border-radius:10px;padding:8px 10px;font-size:12px}.join-card{text-align:center;border:1px solid var(--line);background:#151821d1;border-radius:24px;max-width:640px;padding:22px}.join-card p{color:var(--muted)}.policy-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:18px 0;display:grid}.policy-grid span,.pill{border:1px solid var(--line);color:var(--muted);background:#ffffff0a;border-radius:999px;padding:7px 11px;font-size:12px}.pill.danger{color:#fff;background:#ff5c7a59;border-color:#ff5c7a80}.pill.success-bg{color:#06140c;background:var(--success);border-color:var(--success)}.game-controls{flex-wrap:wrap}.voice-performance .lk-video-conference{--lk-bg:#07080d}.typing{color:var(--muted);padding:8px 0;font-size:13px}.composer-error{color:var(--danger);padding:0 16px 12px;font-size:13px}.compact-mode{grid-template-columns:60px 210px minmax(0,1fr)}.compact-mode .members{display:none}.compact-mode .messages{padding:12px}.compact-mode .message{margin-bottom:10px}.compact-mode .avatar{border-radius:12px;width:34px;height:34px}.compact-mode .voice-controls{padding:8px}@media (max-width:720px),(max-height:500px) and (orientation:landscape){.app{grid-template-rows:58px clamp(150px,45vh,320px) minmax(0,1fr);grid-template-columns:1fr;height:100dvh;min-height:100dvh}.app.voice-panel-active{grid-template-rows:58px clamp(150px,45vh,320px) minmax(0,1fr)}.serverbar{z-index:5;border-right:0;border-bottom:1px solid var(--line);scrollbar-width:none;flex-direction:row;gap:8px;height:58px;min-height:58px;padding:7px 8px;position:sticky;top:0;overflow:auto hidden}.serverbar::-webkit-scrollbar{display:none}.serverbar-list::-webkit-scrollbar{display:none}.serverbar-divider{width:1px!important;height:34px!important;margin:4px 0!important}.serverbar-list{min-width:0;flex-direction:row!important;flex:auto!important;align-items:center!important;gap:8px!important;width:auto!important;overflow:auto hidden!important}.serverbar-actions{flex-direction:row!important;flex:none!important;gap:8px!important;width:auto!important;margin-top:0!important;padding-top:0!important}.server-pill{border-radius:15px;width:44px;min-width:44px;height:44px;font-size:14px}.channelbar{border-right:0;border-bottom:1px solid var(--line);min-height:0;display:flex;overflow:hidden auto}.channel-header{min-height:44px;padding:10px 12px;font-size:15px}.channel-section{padding:8px 10px}.section-title{margin:8px 0 6px;font-size:11px}.channel{min-height:34px;padding:7px 10px;font-size:14px}.channel-section .channel{gap:4px;padding:6px 8px;font-size:12px}.voice-user-item{min-height:24px;font-size:12px}.voice-connection-card{margin:8px 10px 10px;padding:8px 10px}.voice-leave-button{min-height:34px}.main{min-height:0;overflow:hidden}.panel-title{font-size:20px!important}.panel-muted{line-height:18px;font-size:13px!important}.topbar{height:48px;padding:0 12px}.voice-main .content,.voice-main .voice-layout,.voice-main .voice,.voice-main .chat{height:100%}.voice-layout{flex-direction:column}.voice-chat-pane{border-top:1px solid #3f4147;border-left:0;width:100%;max-width:none;height:min(30dvh,230px)}.chat{grid-template-rows:minmax(0,1fr) auto auto;height:100%}.messages{padding:12px 10px}.message-header{gap:8px}.chat-avatar{border-radius:9px;width:30px;height:30px;font-size:13px}.message-row{grid-template-columns:28px minmax(0,1fr);gap:8px}.message-content{font-size:14px;line-height:21px}.message-body{padding-right:30px}.message-edit-trigger{opacity:.75;width:26px;height:26px}.message-edit-attribution{font-size:10px;line-height:15px}.message-edit-actions button span{display:none}.message-history-backdrop{padding:10px}.message-history-dialog{max-height:calc(100dvh - 20px)}.message-time-hover{opacity:.6;font-size:9px;line-height:21px}.composer{padding:10px 10px calc(10px + env(safe-area-inset-bottom));gap:8px}.composer textarea{min-height:46px;max-height:132px;padding:12px 13px;font-size:14px;line-height:20px}.composer button{min-width:48px;min-height:46px}.policy-grid,.action-grid{grid-template-columns:1fr}.inline-form,.friend-row,.request-row,.member-admin-row{flex-direction:column;align-items:stretch}.home-panel{grid-template-rows:auto minmax(0,1fr);grid-template-columns:1fr;height:100%}.home-sidebar{border-right:0;border-bottom:1px solid var(--line);max-height:176px}.home-tabs{padding:8px}.home-tab{min-height:36px;padding:8px;font-size:13px}.dm-list{padding:8px}.dm-list-item{grid-template-columns:30px minmax(0,1fr);padding:8px}.home-main,.direct-chat{min-height:0}.direct-header{padding:10px 12px}.direct-messages{padding:12px 10px}.direct-message{max-width:92%}.direct-composer{padding-top:0}.utility-panel,.friends-home{height:100%;min-height:0;padding:14px;overflow-y:auto}}.notice-row,.integration-row{border:1px solid var(--line);background:#ffffff09;border-radius:16px;max-width:860px;margin-bottom:10px;padding:14px}.notice-row.unread{background:#7c5cff1a;border-color:#7c5cff8c}.notice-row p{color:var(--muted);margin:5px 0}.notice-row span,.integration-row span{color:var(--muted);margin-top:4px;font-size:12px;display:block}.panel-title{align-items:center;gap:10px;display:flex}.action-grid button{justify-content:center;align-items:center;gap:8px;display:flex}.embed-page .join-card button{width:100%;margin-top:10px}.overlay-page{color:#fff;background:0 0;width:320px;min-height:160px;font-family:Inter,system-ui,sans-serif}.overlay-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#07080ddb;border:1px solid #ffffff1f;border-radius:18px;gap:8px;margin:12px;padding:14px;display:grid}.overlay-card span{color:var(--muted);font-size:12px}.overlay-speaker{color:#c9ffdf;background:#43d18b29;border-radius:12px;padding:9px 10px}.cinematic-mode,.fullscreen-mode{grid-template-columns:1fr}.cinematic-mode .serverbar,.cinematic-mode .channelbar,.cinematic-mode .members,.fullscreen-mode .serverbar,.fullscreen-mode .channelbar,.fullscreen-mode .members,.cinematic-mode .topbar,.fullscreen-mode .topbar{display:none}.voice-stage-controls{z-index:10;pointer-events:none;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px;padding:0;display:grid;position:absolute;top:8px;left:8px;right:8px}.voice-stage-left,.voice-stage-right{pointer-events:auto;align-items:center;gap:8px;min-width:0;display:flex}.voice-stage-left{justify-content:flex-start}.voice-stage-right{flex-wrap:wrap;justify-content:flex-end}.voice-presenter-badge{color:#d8ffe8;white-space:normal;text-align:left;background:#43d18b2e;border:1px solid #43d18b61;border-radius:10px;justify-content:center;align-items:center;gap:8px;max-width:min(100%,520px);min-height:38px;padding:8px 12px;font-size:12px;font-weight:800;line-height:16px;display:inline-flex}.voice-presenter-badge span{overflow-wrap:anywhere;min-width:0}.voice-action-button{min-height:36px;color:var(--text);white-space:nowrap;background:#ffffff14;border:1px solid #ffffff1f;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:0 11px;font-size:12px;font-weight:800;display:inline-flex}.voice-action-button svg{flex:none}.voice-action-button:hover{background:#ffffff24}.voice-action-button:disabled{cursor:wait;opacity:.72}.voice-action-button.danger{color:#fff;background:#ff5c7a38;border-color:#ff5c7a73}.voice-action-button.danger:hover{background:#ff5c7a59}.voice-stage-controls .voice-action-button{background:#0006}.voice-stage-controls .voice-action-button:hover{background:#ffffff1a}.screen-select-button{color:#d8ffe8;background:#43d18b29;border-color:#43d18b61}.voice-stage-controls .screen-select-stage-button.screen-select-idle{display:none}.screen-picker-overlay{z-index:4000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#02040aa3;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.screen-picker-modal{background:linear-gradient(145deg, #1d2230fa, #0d1018fa), var(--panel);border:1px solid #ffffff24;border-radius:18px;gap:16px;width:min(420px,100%);padding:22px;display:grid;box-shadow:0 28px 70px #0000008c}.screen-picker-icon{color:#d8ffe8;background:#43d18b29;border:1px solid #43d18b57;border-radius:16px;place-items:center;width:54px;height:54px;display:grid}.screen-picker-copy{gap:6px;display:grid}.screen-picker-copy strong{font-size:18px}.screen-picker-copy span{color:var(--muted);line-height:20px}.screen-picker-error{color:#ffb4c4;margin-top:6px;font-size:12px;font-weight:800;line-height:16px}.screen-picker-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.screen-picker-secondary,.screen-picker-primary{border-radius:12px;min-height:42px}.screen-picker-primary:disabled{cursor:wait;opacity:.72}.voice.voice-screen-sharing .lk-participant-tile[data-lk-local-participant=true][data-lk-source=camera]{display:none!important}.custom-video-conference{flex-direction:column;flex:auto;width:100%;min-width:0;height:100%;min-height:0;display:flex}.custom-stage{flex:auto;width:100%;min-width:0;min-height:0;display:flex}.custom-focus-stage,.custom-stage .lk-grid-layout,.custom-stage .lk-participant-tile{width:100%;min-width:0;height:100%;min-height:0}.custom-focus-stage .lk-participant-tile{aspect-ratio:auto!important;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important}.custom-stage .lk-grid-layout{padding:0}.custom-focus-stage .lk-participant-media-video,.custom-focus-stage .lk-participant-media-video[data-lk-source=screen_share]{width:100%;height:100%;object-fit:contain!important}.local-screen-share-stage{width:100%;min-width:0;height:100%;min-height:0;color:var(--text);text-align:center;background:radial-gradient(circle at top,#43d18b2e,#0000 42%),linear-gradient(135deg,#7c5cff1f,#0000 55%),#11141b;border-radius:0;align-content:center;place-items:center;gap:0;padding:0;display:grid}.local-screen-share-stage-preview{grid-template-rows:minmax(0,1fr);align-content:stretch;place-items:stretch stretch;gap:0}.local-screen-preview-shell{width:100%;height:100%;min-height:0;max-height:100%;box-shadow:none;background:#05070b;border:0;border-radius:0;place-self:center;position:relative;overflow:hidden}.local-screen-preview-media{background:linear-gradient(135deg,#43d18b1a,#0000 48%),#070910;place-items:center;display:grid;position:absolute;inset:0;overflow:hidden}.local-screen-preview-media img,.local-screen-preview-canvas{object-fit:contain;object-position:center center;width:100%;height:100%;transition:opacity .12s;display:block}.cinematic-mode:not(.fullscreen-mode) .custom-focus-stage .lk-participant-media-video[data-lk-source=screen_share],.cinematic-mode:not(.fullscreen-mode) .local-screen-preview-media img,.cinematic-mode:not(.fullscreen-mode) .local-screen-preview-canvas{object-position:center center}.local-screen-preview-canvas{object-fit:fill;opacity:0}.local-screen-preview-canvas.ready{opacity:1}.local-screen-preview-placeholder{color:var(--muted);place-items:center;gap:8px;transition:opacity .12s;display:grid;position:absolute;inset:0}.local-screen-preview-placeholder svg{color:#d8ffe8}.local-screen-preview-badge{color:#d8ffe8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#05070bb8;border:1px solid #43d18b61;border-radius:999px;align-items:center;gap:7px;padding:6px 10px;font-size:12px;font-weight:800;display:inline-flex;position:absolute;top:54px;left:16px}.local-screen-preview-badge:before{content:"";background:#ff314f;border-radius:999px;flex:none;width:8px;height:8px;animation:1.8s ease-in-out infinite live-dot-pulse;box-shadow:0 0 #ff314f85}@keyframes live-dot-pulse{0%,to{opacity:.55;box-shadow:0 0 #ff314f4d}45%{opacity:1;box-shadow:0 0 0 6px #ff314f00}}.local-screen-share-meta{color:#d8ffe8;justify-content:center;place-self:center;align-items:center;gap:8px;min-width:0;max-width:100%;display:flex}.local-screen-share-meta strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:15px;overflow:hidden}.local-screen-preview-video{opacity:0;pointer-events:none;width:1px;height:1px;position:fixed;top:-10000px;left:-10000px}.local-screen-share-stage svg{color:#d8ffe8}.local-screen-share-stage strong{font-size:18px}.local-screen-share-stage span{color:var(--muted);overflow-wrap:anywhere}.custom-control-row{margin-bottom:max(48px, env(safe-area-inset-bottom));background:0 0;border-top:0;flex-wrap:wrap;flex:none;justify-content:center;align-items:center;gap:6px;max-width:100%;padding:8px;display:flex;overflow:hidden}.custom-control-row .lk-control-bar{display:contents}.manual-screen-share-button{order:3;gap:7px;min-width:126px;font-size:12px;font-weight:800}.manual-screen-share-button svg{flex:none;width:18px;height:18px}.media-toggle-group{display:contents}.media-control-button{order:1;gap:7px;min-width:126px;height:42px;font-size:12px;font-weight:800}.media-control-button.enabled{color:#fff!important;background:#30d158!important;border:1px solid #30d158!important}.media-control-button:disabled{cursor:not-allowed;opacity:.55}.media-control-button svg{flex:none;width:18px;height:18px}.media-control-error{color:#ffb4c4;text-align:center;flex:1 0 100%;order:2;font-size:12px;line-height:16px}.screen-stop-button{color:#fff!important;background:#1f91ffeb!important;border:1px solid #1f91ffb8!important}.screen-stop-button:hover{background:#1f91ff!important}.voice-control-leave-button{order:5;color:#fff!important;background:#eb5545!important;border:1px solid #eb5545!important}.voice-control-leave-button:hover{background:#ff453a!important}.voice .lk-control-bar{background:0 0;border-top:0;flex-wrap:wrap;flex:none;gap:6px;max-height:none}.voice .lk-control-bar>.lk-button-group{order:1}.voice .lk-control-bar>.lk-button[data-lk-source=screen_share]{order:3}.voice .lk-control-bar>.lk-disconnect-button{order:4}.voice .lk-control-bar>.lk-button:not([data-lk-source]):not(.lk-disconnect-button){order:5}.voice .lk-control-bar .lk-button[data-lk-source]{justify-content:center;align-items:center;gap:7px;min-width:112px;font-weight:800;display:inline-flex;font-size:0!important}.voice .lk-control-bar .lk-button[data-lk-source]:after{font-size:12px;line-height:1}.voice .lk-control-bar .lk-button[data-lk-source=microphone][data-lk-enabled=true]:after{content:"Mikrofonu Kapat"}.voice .lk-control-bar .lk-button[data-lk-source=microphone][data-lk-enabled=false]:after{content:"Mikrofonu Aç"}.voice .lk-control-bar .lk-button[data-lk-source=camera][data-lk-enabled=true]:after{content:"Kamerayı Kapat"}.voice .lk-control-bar .lk-button[data-lk-source=camera][data-lk-enabled=false]:after{content:"Kamerayı Aç"}.voice .lk-control-bar .lk-button[data-lk-source=screen_share]{min-width:126px}.voice .lk-control-bar .lk-button[data-lk-source=screen_share][data-lk-enabled=true]:after{content:"Paylaşımı Durdur"}.voice .lk-control-bar .lk-button[data-lk-source=screen_share][data-lk-enabled=false]:after{content:"Ekran Paylaş"}.voice .lk-disconnect-button{justify-content:center;align-items:center;gap:7px;min-width:132px;font-weight:800;color:#fff!important;background:#ff5c7a38!important;border:1px solid #ff5c7a73!important;font-size:0!important;display:inline-flex!important}.voice .lk-disconnect-button:hover{background:#ff5c7a59!important}.voice .lk-disconnect-button:after{content:"Kanaldan ayrÄ±l";font-size:12px;line-height:1}.voice .lk-disconnect-button svg{flex:none;width:18px;height:18px}.voice .lk-video-conference,.voice .lk-video-conference-inner,.voice .lk-focus-layout-wrapper,.voice .lk-grid-layout-wrapper{width:100%;min-width:0;height:100%;min-height:0}.voice .lk-focus-layout-wrapper,.voice .lk-grid-layout-wrapper{justify-content:stretch;align-items:stretch}.lk-focus-layout{min-width:0;min-height:0;flex-direction:column!important;width:100%!important;height:100%!important;display:flex!important}.lk-focused-participant{flex:auto;justify-content:center;align-items:center;width:100%;min-width:0;height:100%;min-height:0;display:flex}.lk-focus-layout>.lk-carousel{overflow:auto hidden;flex-direction:row!important;width:100%!important;height:auto!important;max-height:200px!important}.lk-focus-layout>.lk-carousel .lk-participant-tile{height:100%!important}.voice.voice-screen-sharing .lk-focus-layout{padding:0!important}.voice.voice-screen-sharing .lk-focused-participant .lk-participant-tile[data-lk-source=screen_share]{aspect-ratio:var(--screen-share-aspect,16 / 9);width:100%!important;max-width:100%!important;height:auto!important;max-height:100%!important}.voice.voice-screen-sharing .lk-focused-participant .lk-participant-media-video[data-lk-source=screen_share]{object-fit:contain;width:100%;height:100%}.voice .lk-participant-media-video[data-lk-local-participant=true]{transform:none!important}.voice.voice-screen-sharing .lk-focused-participant .lk-participant-tile[data-lk-local-participant=true][data-lk-source=screen_share]{background:radial-gradient(circle at top,#43d18b2e,#0000 42%),#11141b;place-items:center;aspect-ratio:auto!important;width:100%!important;height:100%!important;max-height:none!important;display:grid!important}.voice.voice-screen-sharing .lk-focused-participant .lk-participant-tile[data-lk-local-participant=true][data-lk-source=screen_share]:before{content:"Ekran paylaÅŸÄ±mÄ±n yayÄ±nda";z-index:2;color:#d8ffe8;background:#0000007a;border:1px solid #ffffff1f;border-radius:12px;padding:10px 14px;font-weight:800;position:absolute}.voice.voice-screen-sharing .lk-focused-participant .lk-participant-tile[data-lk-local-participant=true][data-lk-source=screen_share] .lk-participant-media-video[data-lk-source=screen_share]{opacity:0}.lk-chat-toggle,.lk-chat{display:none!important}.channel-main{align-items:center;gap:8px;min-width:0;display:inline-flex}.channel-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.channel-action-pill{color:#d9d2ff;background:#7c5cff2e;border:1px solid #7c5cff4d;border-radius:999px;flex:none;margin-left:auto;padding:4px 8px;font-size:11px;font-weight:800;line-height:14px;display:none}.channel-action-pill.connected{color:#d8ffe8;background:#43d18b2e;border-color:#43d18b61}.voice-user-list{min-width:0}@media (max-width:720px),(max-height:500px) and (orientation:landscape){.app{grid-template-rows:58px clamp(150px,45vh,320px) minmax(0,1fr);grid-template-columns:1fr}.app.voice-panel-active{grid-template-rows:58px clamp(150px,45vh,320px) minmax(0,1fr)}.channel-header{flex:none;min-height:42px}.channel-section{padding-bottom:8px;flex:auto!important;overflow:hidden auto!important}.channel{justify-content:flex-start;min-width:0}.channel-main{flex:auto}.channel-action-pill{display:inline-flex}.server-admin-section{background:#0000001f!important;padding:6px 10px!important}.server-admin-section .channel{min-height:32px;padding:6px 10px;font-size:13px}.voice-user-list{align-items:center;flex-direction:column!important;gap:6px!important;margin:5px 0 9px!important;display:flex!important}.voice-user-item{background:#ffffff0e;border:1px solid #ffffff14;border-radius:999px;justify-content:center;width:fit-content;min-width:min(168px,100%);max-width:calc(100% - 18px);min-height:28px;padding:4px 8px}.voice-user-item span{text-align:left;min-width:0}.bottom-actions-container{z-index:100;background:var(--panel);border-top:1px solid var(--line);justify-content:space-between;align-items:center;bottom:0;left:0;right:0;box-shadow:0 -4px 12px #0003;padding:8px 12px calc(8px + env(safe-area-inset-bottom))!important;flex-direction:row!important;margin-top:0!important;position:fixed!important}.voice-connection-card{align-items:center;display:flex;background:0 0!important;border:none!important;margin:0!important;padding:0!important}.voice-connection-card>span,.voice-connection-card>strong{display:none}.server-admin-section{margin-left:auto;background:0 0!important;border:none!important;padding:0!important}.voice-user-item .avatar{border-radius:999px!important;width:18px!important;height:18px!important;font-size:9px!important}.voice-user-item span{max-width:132px!important}.custom-control-row{padding:8px 10px calc(8px + env(safe-area-inset-bottom));align-items:center;gap:8px}.custom-control-row .media-control-button,.custom-control-row .manual-screen-share-button{flex:calc(50% - 8px);min-height:46px;max-height:54px;min-width:0!important}.custom-control-row .voice-control-leave-button{flex-basis:100%}.voice-stage-controls{top:6px;left:6px;right:6px}.voice-stage-right{gap:6px}.voice-stage-right .voice-action-button{min-height:34px;padding:0 9px;font-size:11px}.cinematic-mode .voice-layout,.fullscreen-mode .voice-layout,.voice-layout:fullscreen{flex-direction:column}.cinematic-mode .voice-chat-pane,.fullscreen-mode .voice-chat-pane,.voice-layout:fullscreen .voice-chat-pane,.voice-chat-pane{flex:none;width:100%;min-width:0;max-width:none;height:clamp(230px,36dvh,340px)}.voice-chat-pane .chat{width:100%;min-width:0;height:100%}.voice-chat-pane .composer{width:100%;padding:8px 10px calc(8px + max(env(safe-area-inset-bottom), 12px))}.voice-chat-pane .composer textarea{width:100%;min-width:0}.media-control-error{padding:0 8px}}@media (max-width:720px) and (orientation:portrait){.voice-room-pane{flex:1 1 0;min-height:0}.voice-chat-pane{height:clamp(260px,40dvh,360px)}.voice{background:#000!important}}@media (orientation:landscape) and (max-height:560px){.cinematic-mode .voice-layout,.fullscreen-mode .voice-layout,.voice-layout:fullscreen{flex-direction:row}.cinematic-mode .voice-chat-pane,.fullscreen-mode .voice-chat-pane,.voice-layout:fullscreen .voice-chat-pane,.voice-chat-pane{flex:none;width:clamp(250px,32vw,360px);max-width:38vw;height:100%}.custom-control-row{justify-content:center;align-items:center;gap:6px;padding:6px 8px}.custom-control-row .media-control-button,.custom-control-row .manual-screen-share-button{flex:0 0 42px;gap:0;width:42px;max-width:42px;height:42px;min-height:42px;max-height:42px;padding:0;min-width:42px!important}.custom-control-row .media-control-button span,.custom-control-row .manual-screen-share-button span{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.custom-control-row .voice-control-leave-button{flex-basis:42px}.media-control-error{flex:1 0 100%;margin-top:-2px;font-size:11px;line-height:14px}.voice-chat-pane .messages{padding:10px 12px}.voice-chat-pane .composer{gap:6px;padding:8px}.voice-chat-pane .composer textarea{min-height:42px;padding:10px 12px;font-size:12px;line-height:18px}.voice-chat-pane .composer button{min-width:44px;min-height:42px}}@media (max-width:720px),(max-height:500px) and (orientation:landscape){.custom-control-row{justify-content:center;gap:8px}.custom-control-row .media-control-button,.custom-control-row .manual-screen-share-button,.custom-control-row .voice-control-leave-button{border-radius:14px;gap:0;width:48px;max-width:48px;height:48px;min-height:48px;max-height:48px;flex:0 0 48px!important;min-width:48px!important;padding:0!important}.custom-control-row .media-control-button span,.custom-control-row .manual-screen-share-button span,.custom-control-row .voice-control-leave-button span{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.custom-control-row .media-control-button svg,.custom-control-row .manual-screen-share-button svg,.custom-control-row .voice-control-leave-button svg{width:21px;height:21px}.media-control-error{flex:1 0 100%;order:6;max-width:min(100%,640px);margin:0 auto}}.screen-share-audio-notice{color:#ffdf9e;text-align:center;flex:1 0 100%;order:6;padding:0 8px;font-size:12px;font-weight:700;line-height:16px}.screen-share-audio-notice-persistent{z-index:14;pointer-events:none;background:#0f172aeb;border:1px solid #ffdf9e59;border-radius:12px;width:min(720px,100% - 32px);padding:10px 14px;position:absolute;top:54px;left:50%;transform:translate(-50%);box-shadow:0 14px 36px #00000057}.screen-share-audio-notice-persistent.ok{color:#b8ffd7;background:#052b1fe6;border-color:#43d18b6b}.screen-share-audio-notice-persistent.warning{color:#ffd1d1;background:#3d101ceb;border-color:#fb718570}@media (max-width:720px),(max-height:500px) and (orientation:landscape){.screen-share-audio-notice{max-width:min(100%,640px);margin:0 auto}.screen-share-audio-notice-persistent{width:calc(100% - 24px);padding:9px 12px;font-size:11px;line-height:15px;top:68px}}.voice-layout.voice-chat-expanded .chat{height:100%}.stream-audio-toggle.muted{color:#fff;background:#ff5c7a38;border-color:#ff5c7a73}.custom-control-row .incoming-audio-toggle.muted{color:#fff!important;background:#eb5545!important;border-color:#eb5545!important}@media (min-width:721px){.voice-user-list{flex-direction:column;align-items:center;gap:5px;margin:0 0 8px;padding:2px 0 10px;display:flex}.voice-user-list .voice-user-item{border-radius:999px;justify-content:center;width:fit-content;min-width:min(168px,100%);max-width:calc(100% - 18px);padding:5px 10px}.voice-user-list .voice-user-item span{text-align:left;min-width:0}}@media (max-width:720px),(max-height:500px) and (orientation:landscape){.app.voice-panel-active.voice-media-active{grid-template-rows:58px minmax(0,1fr)}.app.voice-panel-active.voice-media-active .channelbar{display:none!important}.app.voice-panel-active.voice-media-active .main{grid-row:2!important}.app.fullscreen-mode{grid-template-rows:1fr!important;grid-template-columns:1fr!important}.app.fullscreen-mode .voice-layout{z-index:99999;background:#000;position:fixed;inset:0}.app.fullscreen-mode .topbar,.app.fullscreen-mode .channelbar,.app.fullscreen-mode .server-sidebar,.app.fullscreen-mode .voice-chat-pane{display:none!important}.app.fullscreen-mode .custom-control-row{z-index:20;padding-bottom:calc(16px + env(safe-area-inset-bottom));position:absolute;bottom:0;left:0;right:0;background:#000000b3!important;border-top:none!important}.app.fullscreen-mode .serverbar,.app.fullscreen-mode .channelbar,.app.fullscreen-mode .topbar{display:none!important}.app.fullscreen-mode .main{z-index:9999;grid-area:1/1/-1/-1!important;height:100dvh!important;min-height:100dvh!important;margin:0!important;padding:0!important}.app.fullscreen-mode .voice-layout{height:100%!important;min-height:100%!important;margin:0!important;padding:0!important}.app.fullscreen-mode .voice-chat-pane{display:none!important}}.custom-stage{position:relative}.custom-stage-media{width:100%;min-width:0;height:100%;min-height:0;display:flex}.custom-stage-media>.custom-focus-stage,.custom-stage-media>.local-screen-share-stage{flex:auto}.stream-switcher{z-index:14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);scrollbar-width:none;background:#05070ba8;border:1px solid #ffffff1f;border-radius:14px;justify-content:center;align-items:center;gap:7px;max-width:min(100% - 24px,760px);padding:6px;display:flex;position:absolute;bottom:12px;left:50%;overflow-x:auto;transform:translate(-50%)}.stream-switcher::-webkit-scrollbar{display:none}.stream-switcher-button{max-width:190px;min-height:34px;color:var(--text);background:#ffffff14;border:1px solid #ffffff1f;border-radius:10px;flex:none;justify-content:center;align-items:center;gap:7px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.stream-switcher-button.active{color:#d8ffe8;background:#43d18b38;border-color:#43d18b7a}.stream-switcher-button span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}@media (max-width:720px),(max-height:500px) and (orientation:landscape){.app.fullscreen-mode.voice-panel-active .voice-chat-pane{display:none!important}.app.fullscreen-mode.voice-panel-active .voice-layout{flex-direction:column;height:100dvh}.app.fullscreen-mode.voice-panel-active .voice-room-pane,.app.fullscreen-mode.voice-panel-active .voice,.app.fullscreen-mode.voice-panel-active .voice-stage,.app.fullscreen-mode.voice-panel-active .custom-video-conference,.app.fullscreen-mode.voice-panel-active .custom-stage{height:100%;padding-bottom:max(72px, calc(env(safe-area-inset-bottom) + 64px));flex:auto}.app.fullscreen-mode.voice-panel-active .custom-stage-media{flex:auto;height:100%}.app.fullscreen-mode.voice-panel-active .custom-control-row{z-index:15;padding:8px 10px calc(8px + max(env(safe-area-inset-bottom), 10px));border-top:0;position:absolute;bottom:24px;left:0;right:0}.app.fullscreen-mode.voice-panel-active .custom-focus-stage .lk-participant-media-video,.app.fullscreen-mode.voice-panel-active .custom-focus-stage .lk-participant-media-video[data-lk-source=screen_share],.app.fullscreen-mode.voice-panel-active .local-screen-preview-media img,.app.fullscreen-mode.voice-panel-active .local-screen-preview-canvas{object-fit:contain!important;object-position:center center!important}.app.fullscreen-mode.voice-panel-active .stream-switcher{top:max(8px, env(safe-area-inset-top));justify-content:flex-start;max-width:calc(100% - 16px);bottom:auto}.app.fullscreen-mode.voice-panel-active .stream-switcher-button{min-width:38px;max-width:132px;padding:0 9px}.stream-switcher{z-index:32;justify-content:flex-start;max-width:calc(100% - 16px);top:58px;bottom:auto;box-shadow:0 12px 30px #00000059}.stream-switcher-button{min-width:42px;max-width:142px;min-height:36px;padding:0 9px;font-size:11px}.stream-switcher-button span{max-width:92px}.app.fullscreen-mode.voice-panel-active .stream-switcher{top:calc(max(env(safe-area-inset-top), 8px) + 54px)}}.custom-control-row .stream-audio-toggle{order:2;gap:7px;min-width:150px;height:42px;font-size:12px;font-weight:800}.custom-control-row .stream-audio-toggle svg{flex:none;width:18px;height:18px}@media (max-width:720px),(max-height:500px) and (orientation:landscape){.custom-control-row .stream-audio-toggle{border-radius:14px;gap:0;width:48px;max-width:48px;height:48px;min-height:48px;max-height:48px;flex:0 0 48px!important;min-width:48px!important;padding:0!important}.custom-control-row .stream-audio-toggle span{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.custom-control-row .stream-audio-toggle svg{width:21px;height:21px}}.voice-layout.voice-chat-hidden{padding:8px}.voice-layout{box-sizing:border-box}.app.fullscreen-mode.voice-panel-active .custom-control-row,.cinematic-mode .custom-control-row{left:0;right:0;bottom:max(64px, env(safe-area-inset-bottom));z-index:99;margin-bottom:0;position:absolute}.custom-control-row .media-control-button:not(.enabled):not(.muted),.custom-control-row .manual-screen-share-button:not(.screen-stop-button):not(.voice-control-leave-button),.custom-control-row .stream-audio-toggle:not(.muted){background:#000!important;border:1px solid #ffffff26!important}.custom-control-row .media-control-button:not(.enabled):not(.muted):hover,.custom-control-row .manual-screen-share-button:not(.screen-stop-button):not(.voice-control-leave-button):hover,.custom-control-row .stream-audio-toggle:not(.muted):hover{background:#111!important;border-color:#ffffff40!important}.mobile-chat-toggle{display:none}@media (max-width:720px) and (orientation:portrait){.voice-layout{position:relative}.mobile-chat-toggle{background:var(--panel-2);width:34px;min-width:34px;height:34px;min-height:34px;color:var(--text);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;border:1px solid #ffffff1f;border-radius:12px;place-items:center;padding:0;display:grid}.mobile-chat-toggle.is-hidden{color:#fff;background:#7c5cffeb;border-color:#ffffff2e}.app.fullscreen-mode.voice-panel-active .mobile-chat-toggle{display:none}}@media (max-width:900px),(hover:none) and (pointer:coarse){.voice-stage-controls{top:max(8px, env(safe-area-inset-top))!important;z-index:72!important;pointer-events:none!important;grid-template-columns:none!important;justify-content:center!important;align-items:flex-start!important;width:100%!important;padding:0 8px!important;display:flex!important;left:0!important;right:0!important}.voice-stage-left{display:none!important}.voice-stage-right{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:auto!important;background:#00000061!important;border:1px solid #ffffff1a!important;border-radius:16px!important;flex-wrap:nowrap!important;grid-template-rows:40px!important;grid-template-columns:none!important;grid-auto-columns:42px!important;grid-auto-flow:column!important;justify-content:center!important;align-items:center!important;gap:6px!important;width:max-content!important;max-width:calc(100dvw - 16px)!important;padding:4px!important;display:grid!important;overflow:visible!important}.voice-stage-right .screen-select-stage-button.screen-select-idle{display:inline-flex!important}.voice-stage-right .voice-sidebar-toggle-action{display:none!important}.voice-stage-right .voice-action-button{border-radius:12px!important;gap:0!important;width:42px!important;min-width:42px!important;max-width:42px!important;height:40px!important;min-height:40px!important;max-height:40px!important;padding:0!important;font-size:0!important}.voice-stage-right .voice-action-button span{clip:rect(0 0 0 0)!important;white-space:nowrap!important;width:1px!important;height:1px!important;position:absolute!important;overflow:hidden!important}.voice-stage-right .voice-action-button svg{width:19px!important;height:19px!important}}@media (max-width:720px),(max-height:500px) and (orientation:landscape){.app.text-chat-collapsed{grid-template-rows:58px minmax(0,1fr)!important}.app.text-chat-collapsed .main,.text-chat-shell.mobile-text-chat-hidden{display:none!important}}.app.sidebar-hidden{grid-template-rows:1fr!important;grid-template-columns:1fr!important}.app.sidebar-hidden .serverbar,.app.sidebar-hidden .channelbar,.app.sidebar-hidden .members{display:none!important}.app.sidebar-hidden .main{grid-area:1/1/-1/-1!important}@media (max-height:500px) and (orientation:landscape),(max-width:900px) and (orientation:landscape){.app.voice-panel-active:not(.sidebar-hidden){grid-template-rows:1fr!important;grid-template-columns:58px 180px minmax(0,1fr)!important}.app.voice-panel-active.sidebar-hidden{grid-template-rows:1fr!important;grid-template-columns:1fr!important}.app.voice-panel-active:not(.sidebar-hidden) .serverbar{grid-area:1/1/-1!important;width:58px!important;display:flex!important}.app.voice-panel-active:not(.sidebar-hidden) .channelbar{grid-area:1/2/-1!important;width:180px!important;display:flex!important}.app.voice-panel-active .main{grid-area:1/3/-1!important}.app.voice-panel-active.sidebar-hidden .main{grid-column:1/-1!important}.app.voice-panel-active .voice-layout{flex-direction:row!important}.app.voice-panel-active .voice-chat-pane{border-top:0!important;border-left:1px solid var(--line)!important;width:230px!important;max-width:32vw!important;height:100%!important}}.custom-control-row{transition:opacity .3s,transform .3s,background-color .2s}.custom-control-row.controls-hidden{opacity:0!important;pointer-events:none!important;transform:translateY(20px)!important}.voice-stage-controls{transition:opacity .3s,transform .3s,background-color .2s}.voice-stage-controls.controls-hidden{opacity:0!important;pointer-events:none!important;transform:translateY(-20px)!important}.stream-switcher{transition:opacity .3s,transform .3s,background-color .2s}.stream-switcher.controls-hidden{opacity:0!important;pointer-events:none!important;transform:translateY(-20px)!important}.login-card-copy{margin-bottom:20px}.login-card-copy h1{letter-spacing:0;margin:0 0 7px;font-size:27px;line-height:1.15}.login-card-copy p{color:var(--muted);margin:0;line-height:1.55}.login-card .login-submit,.login-card .login-mode-switch{width:100%}.login-card .login-submit{min-height:46px;margin-top:10px}.login-card .login-mode-switch{margin-top:14px}.login-card .google-fallback-button{justify-content:center;align-items:center;gap:10px;min-height:46px;display:flex}.invite-entry-page{background:#07090e;place-items:center;min-height:100dvh;padding:24px;display:grid}.invite-entry-panel{border:1px solid var(--line);text-align:center;background:#10131b;border-radius:8px;width:min(420px,100%);padding:34px;box-shadow:0 24px 70px #0000006b}.invite-entry-panel h1{letter-spacing:0;margin:18px 0 8px;font-size:23px}.invite-entry-panel p{color:var(--muted);margin:0 0 20px}.invite-entry-icon{color:#c8fff0;background:#43d18b26;border:1px solid #43d18b47;border-radius:8px;place-items:center;width:52px;height:52px;margin:0 auto;display:grid}.invite-entry-spinner{color:var(--success);margin-top:20px;animation:1s linear infinite invite-entry-spin}.invite-entry-form{text-align:left;gap:10px;display:grid}.invite-entry-form label{color:var(--text);font-size:13px;font-weight:700}.invite-entry-form input{border:1px solid var(--line);width:100%;min-height:46px;color:var(--text);background:#0a0d14;border-radius:6px;outline:none;padding:0 13px}.invite-entry-form input:focus{border-color:#7c5cffb8;box-shadow:0 0 0 3px #7c5cff26}.invite-entry-error{color:#fca5a5;font-size:12px;line-height:1.45}.invite-entry-spinner-inline{animation:1s linear infinite invite-entry-spin}.invite-entry-login{color:var(--muted);margin-top:16px;font-size:13px;display:inline-block}.invite-entry-login:hover{color:var(--text)}.invite-entry-action{justify-content:center;align-items:center;gap:8px;width:100%;min-height:42px;display:inline-flex}.invite-entry-action:disabled{cursor:wait;opacity:.68}@keyframes invite-entry-spin{to{transform:rotate(360deg)}}.app.home-active{background:#07090e;grid-template-columns:76px minmax(0,1fr)!important}.app.home-active .channelbar,.app.home-active .members{display:none!important}.app.home-active .main{grid-column:2/-1;min-width:0;min-height:0}.app.home-active .topbar{display:none}.app.home-active .content{height:100%}.home-workspace{background:var(--bg);grid-template-rows:54px minmax(0,1fr);min-width:0;height:100%;min-height:0;display:grid;overflow:hidden}.home-browser-bar{border-bottom:1px solid var(--line);background:var(--panel);scrollbar-width:none;align-items:end;min-width:0;padding:8px 14px 0;display:flex;overflow-x:auto}.home-browser-tabs{align-items:end;gap:3px;min-width:max-content;height:100%;display:flex}.home-browser-tab{min-width:152px;height:45px;color:var(--muted);background:0 0;border:1px solid #0000;border-bottom:0;border-radius:8px 8px 0 0;align-items:center;gap:9px;padding:0 17px;font-weight:750;display:flex;position:relative}.home-browser-tab:hover{color:var(--text);background:#ffffff0b}.home-browser-tab.active{color:var(--text);background:var(--panel-2);border-color:var(--line)}.home-browser-tab.active:after{content:"";background:#43d18b;height:2px;position:absolute;bottom:0;left:15px;right:15px}.home-browser-tab b{color:#06110d;background:#43d18b;border-radius:10px;place-items:center;min-width:20px;height:20px;margin-left:auto;padding:0 6px;font-size:11px;display:grid}.home-workspace>.home-panel{background:var(--bg);grid-template-columns:304px minmax(0,1fr);height:100%}.home-workspace .home-sidebar{background:var(--panel)}.home-sidebar-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:54px;padding:0 16px;display:flex}.date-divider{justify-content:center;align-items:center;margin:16px 0;display:flex;position:relative}.date-divider:before{content:"";background:var(--line);z-index:0;height:1px;position:absolute;left:0;right:0}.date-divider span{background:var(--bg);color:var(--muted);z-index:1;padding:0 12px;font-size:12px;font-weight:600}@keyframes skeleton-pulse{0%{opacity:.5}50%{opacity:.8}to{opacity:.5}}.skeleton-item{background:var(--line);border-radius:4px;animation:1.5s ease-in-out infinite skeleton-pulse}.skeleton-avatar{border-radius:50%;width:40px;height:40px}.skeleton-text{border-radius:4px;height:14px;margin-bottom:6px}.home-sidebar-heading strong{font-size:14px}.home-sidebar-heading span,.friends-count{color:var(--muted);font-size:12px}.home-list-empty{padding:12px 10px}.home-workspace .dm-list-item{border-radius:7px}.home-workspace .dm-list-item.active{background:#43d18b1c;box-shadow:inset 2px 0 #43d18b}.presence-label{align-items:center;gap:6px;display:flex!important}.presence-label i{background:#6f7787;border-radius:50%;width:7px;height:7px}.presence-label i[data-status=ONLINE]{background:#43d18b}.presence-label i[data-status=IDLE]{background:#fbbf24}.presence-label i[data-status=DO_NOT_DISTURB]{background:#f87171}.presence-label i[data-status=INVISIBLE],.presence-label i[data-status=OFFLINE]{background:#737b8c}.home-main{background:var(--bg)}.home-empty-state{padding:28px}.home-empty-state>span{max-width:440px;line-height:1.55}.home-empty-state .secondary{margin-top:8px}.home-empty-icon{color:#c8fff0;background:#43d18b1f;border:1px solid #43d18b3d;border-radius:8px;place-items:center;width:54px;height:54px;display:grid}.direct-empty-copy{text-align:center;margin:auto}.friends-home{padding:28px clamp(20px,4vw,54px)}.friends-home-header{justify-content:space-between;align-items:flex-start;gap:18px;max-width:980px;display:flex}.friend-add-band{border-top:1px solid var(--line);border-bottom:1px solid var(--line);max-width:980px;margin-top:26px;padding:20px 0}.friend-add-band label{color:var(--muted);margin-bottom:9px;font-size:12px;font-weight:700;display:block}.friends-list-surface{max-width:980px}.home-workspace .friend-row,.home-workspace .request-row{border:0;border-bottom:1px solid var(--line);background:0 0;border-radius:0;max-width:none;margin:0;padding:13px 4px}.friend-row-copy{flex:1;min-width:0}.friend-row-copy strong,.friend-row-copy span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.request-actions{align-items:center;gap:7px;display:flex}.friend-notification-select{border:1px solid var(--line);min-width:0;height:36px;color:var(--muted);background:var(--panel-2);border-radius:7px;align-items:center;gap:6px;padding-left:9px;display:flex}.friend-notification-select select{min-width:154px;height:34px;color:var(--text);background:0 0;border:0;outline:0;padding:0 26px 0 2px;font-size:12px;font-weight:700}.notification-center{height:100%;padding:28px clamp(20px,4vw,54px) 40px;overflow-y:auto}.notification-center-heading{justify-content:space-between;align-items:flex-start;gap:18px;max-width:980px;display:flex}.notification-center-heading .panel-title{align-items:center;gap:9px;display:flex}.notification-list{border-top:1px solid var(--line);max-width:980px;margin-top:20px}.notification-row{border-bottom:1px solid var(--line);grid-template-columns:38px minmax(0,1fr);align-items:center;gap:12px;min-height:82px;padding:15px 2px;display:grid}.notification-row.unread{padding-left:12px;box-shadow:inset 3px 0 #43d18b}.notification-row-icon{color:#8df0c5;background:#43d18b14;border:1px solid #43d18b42;border-radius:7px;place-items:center;width:36px;height:36px;display:grid}.notification-row strong,.notification-row span{display:block}.notification-row p{color:var(--text);overflow-wrap:anywhere;margin:5px 0}.notification-row span{color:var(--muted);font-size:11px}.notification-empty{min-height:330px;color:var(--muted);text-align:center;align-content:center;place-items:center;gap:8px;display:grid}.notification-empty strong{color:var(--text)}.audit-panel{background:var(--bg);height:100%;min-height:0;padding:28px clamp(20px,4vw,54px) 40px;overflow-y:auto}.audit-heading{justify-content:space-between;align-items:flex-start;gap:20px;max-width:1180px;display:flex}.audit-heading .panel-muted{margin:0}.audit-access-badge{color:#c8fff0;background:#43d18b1a;border:1px solid #43d18b47;border-radius:7px;flex:none;align-items:center;gap:7px;min-height:34px;padding:0 11px;font-size:12px;font-weight:850;display:flex}.audit-toolbar{border:1px solid var(--line);background:var(--panel);border-radius:8px;grid-template-columns:minmax(180px,.7fr) minmax(240px,1.4fr) minmax(170px,.7fr) 42px;align-items:end;gap:10px;max-width:1180px;margin-top:24px;padding:14px;display:grid}.audit-field{gap:6px;min-width:0;display:grid}.audit-field>span{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:800}.audit-field select,.audit-search{border:1px solid var(--line);width:100%;height:42px;color:var(--text);background:var(--panel-2);border-radius:6px}.audit-field select{padding:0 11px}.audit-search{min-width:0;color:var(--muted);align-items:center;gap:8px;padding:0 12px;display:flex}.audit-search input{width:100%;min-width:0;height:100%;color:var(--text);background:0 0;border:0;outline:0;padding:0}.audit-refresh{border:1px solid var(--line);width:42px;height:42px;color:var(--text);background:var(--panel-2);border-radius:6px;place-items:center;display:grid}.audit-refresh:hover:not(:disabled){color:#8df0c5;border-color:#43d18b61}.audit-summary{border-bottom:1px solid var(--line);max-width:1180px;min-height:42px;color:var(--muted);justify-content:space-between;align-items:center;gap:16px;padding:0 2px;font-size:12px;display:flex}.audit-summary b{color:var(--text)}.audit-feed{max-width:1180px}.audit-entry{border-bottom:1px solid var(--line);grid-template-columns:42px minmax(0,1fr);gap:13px;min-height:94px;padding:17px 4px;display:grid;position:relative}.audit-actor-avatar{color:#fff;background:#496de3;border-radius:50%;place-items:center;width:40px;height:40px;font-size:14px;font-weight:850;display:grid;overflow:hidden}.audit-actor-avatar img{object-fit:cover;width:100%;height:100%}.audit-entry-copy{min-width:0}.audit-entry-title{align-items:center;gap:8px;display:flex}.audit-entry-title strong{font-size:14px}.audit-event-icon{color:#75deb4;display:inline-flex}.audit-entry.category-messages .audit-event-icon{color:#ff8197}.audit-entry.category-voice .audit-event-icon{color:#7fb0ff}.audit-entry.category-members .audit-event-icon{color:#f4c764}.audit-entry.category-channels .audit-event-icon{color:#b49cff}.audit-entry-copy p{color:var(--text);overflow-wrap:anywhere;margin:5px 0 7px;line-height:1.45}.audit-entry-meta{color:var(--muted);flex-wrap:wrap;gap:6px 14px;font-size:11px;display:flex}.audit-entry-skeleton .skeleton-avatar{width:40px;height:40px}.audit-entry-skeleton .skeleton-text{width:min(360px,80%);margin:2px 0 10px}.audit-entry-skeleton .skeleton-text.short{width:min(220px,55%)}.audit-empty{min-height:330px;color:var(--muted);text-align:center;align-content:center;place-items:center;gap:9px;display:grid}.audit-empty strong{color:var(--text);font-size:17px}.audit-load-more{width:min(100%,1180px);margin-top:18px}.is-spinning{animation:.9s linear infinite audit-spin}@keyframes audit-spin{to{transform:rotate(360deg)}}@media (max-width:720px),(max-height:500px) and (orientation:landscape){.app.home-active{grid-template-rows:58px minmax(0,1fr)!important;grid-template-columns:1fr!important}.app.home-active .serverbar{grid-area:1/1}.app.home-active .main{grid-area:2/1}.home-workspace{grid-template-rows:49px minmax(0,1fr)}.home-browser-bar{padding:5px 8px 0}.home-browser-tab{width:116px;min-width:0;height:43px;padding:0 12px}.home-workspace>.home-panel{grid-template-rows:minmax(112px,28%) minmax(0,1fr);grid-template-columns:1fr}.home-workspace>.home-panel.single-view{grid-template-rows:1fr}.home-workspace .home-sidebar{max-height:none}.home-sidebar-heading{min-height:42px}.friends-home{padding:18px 14px}.friends-home-header{align-items:center}.request-actions{justify-content:stretch}.request-actions button{flex:1}.login-card-copy p,.login-card .error,.login-card .success{display:block!important}}@media (max-width:720px){.mobile-hidden{display:none!important}.audit-panel,.notification-center{padding:18px 14px 30px}.notification-center-heading{align-items:center}.notification-center-heading .panel-muted{display:none}.notification-center-heading .secondary{min-width:42px;padding:0 10px;font-size:0}.notification-center-heading .secondary svg{margin:0}.friend-row{flex-wrap:wrap}.friend-notification-select{order:3;width:calc(100% - 50px);margin-left:50px}.friend-notification-select select{flex:1;min-width:0}.audit-heading{align-items:center}.audit-heading .panel-title{font-size:20px}.audit-heading .panel-muted{display:none}.audit-toolbar{grid-template-columns:minmax(0,1fr) 42px;margin-top:16px;padding:10px}.audit-toolbar .audit-search,.audit-toolbar .audit-field{grid-column:1/-1}.audit-toolbar .audit-refresh{grid-area:1/2;align-self:end}.audit-toolbar .audit-field:first-child{grid-area:1/1}.audit-entry{padding:15px 0}}.voice-layout-sharing,.main-sharing,.voice.voice-screen-sharing{--lk-bg:#000!important;--bg:#000!important;background:#000!important}.voice-layout-sharing .voice-room-pane,.voice-layout-sharing .voice,.voice-layout-sharing .custom-video-conference,.voice-layout-sharing .custom-stage,.voice-layout-sharing .custom-stage-media,.voice-layout-sharing .custom-focus-stage,.voice-layout-sharing .lk-grid-layout,.voice-layout-sharing .lk-participant-tile,.voice-layout-sharing .lk-participant-tile[data-lk-source=screen_share],.voice-layout-sharing .lk-video-container,.voice-layout-sharing .lk-participant-media-video,.voice-layout-sharing video,.voice.voice-screen-sharing .custom-stage,.voice.voice-screen-sharing .voice-stage,.voice.voice-screen-sharing .custom-stage-media,.voice.voice-screen-sharing .lk-grid-layout,.voice.voice-screen-sharing .lk-participant-tile,.voice.voice-screen-sharing .lk-participant-tile[data-lk-source=screen_share],.voice.voice-screen-sharing .lk-video-container,.voice.voice-screen-sharing .lk-participant-media-video,.voice.voice-screen-sharing video{background:#000!important}.cinematic-mode .voice-layout.voice-screen-sharing{background-color:#000!important}.voice.voice-screen-sharing .lk-focused-participant .lk-participant-tile[data-lk-local-participant=true][data-lk-source=screen_share]{background:#000!important}.soundboard-panel{background:var(--surface,#1e1e2d);border:1px solid var(--border,#2d2d3f);z-index:100;border-radius:12px;flex-direction:column;gap:12px;width:280px;padding:16px;display:flex;position:absolute;top:80px;right:20px;box-shadow:0 8px 24px #0006}.soundboard-header{color:var(--text,#fff);align-items:center;gap:8px;margin-bottom:4px;font-weight:600;display:flex}.soundboard-grid{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.soundboard-btn{background:var(--surface-hover,#2d2d3f);border:1px solid var(--border,#3f3f5a);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:12px;transition:all .2s;display:flex}.soundboard-btn:hover{background:var(--accent,#6366f1);border-color:var(--accent-light,#818cf8);transform:scale(1.05)}.soundboard-btn .emoji{font-size:24px}.live-subtitles{z-index:90;text-align:center;pointer-events:none;flex-direction:column;gap:4px;max-width:80%;display:flex;position:absolute;bottom:100px;left:50%;transform:translate(-50%)}.live-subtitles .subtitle-line{color:#fff;text-shadow:0 1px 2px #000c;background:#000000b3;border-radius:8px;padding:8px 16px;font-size:16px;animation:.3s ease-out fadeUp}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.lk-participant-tile[data-lk-speaking=true],.lk-participant-tile.lk-speaking{transition:box-shadow .2s;box-shadow:0 0 0 3px #8b5cf6,0 0 18px #8b5cf68f!important}@media (max-width:720px){.app.voice-panel-active .channelbar .voice-connection-card{display:none!important}}@media (max-width:720px),(max-height:500px) and (orientation:landscape){.app:not(.home-active) .channelbar{flex-direction:column!important;min-height:0!important;overflow:hidden!important}.app:not(.home-active) .channelbar>.channel-section{overscroll-behavior:contain;flex:auto!important;min-height:0!important;padding-bottom:20px!important;overflow:hidden auto!important}.bottom-actions-container{overscroll-behavior:contain;z-index:2!important;border-top:1px solid var(--line)!important;background:var(--panel)!important;width:100%!important;max-height:46%!important;box-shadow:none!important;flex-direction:column!important;flex:none!important;justify-content:flex-start!important;align-items:stretch!important;gap:2px!important;margin-top:18px!important;padding:6px 0 8px!important;position:relative!important;inset:auto!important;overflow:hidden auto!important}.bottom-actions-container:empty{display:none!important}.bottom-actions-container .voice-connection-card{order:0}.bottom-actions-container .afk-channel-section{flex:none;order:1;padding:6px 10px 4px!important}.bottom-actions-container .server-admin-section{flex:none;order:2;background:0 0!important;border-top:0!important;margin-left:0!important;padding:4px 10px 8px!important}.app.text-chat-collapsed .channelbar{height:100%!important;min-height:0!important}}@media (max-width:720px) and (orientation:portrait){.app.text-chat-active{--bg:#000;--panel:#000;--panel-2:#000;--text:#fff;--muted:#fff;color:#fff!important;background:#000!important}.app.text-chat-active .serverbar,.app.text-chat-active .channelbar,.app.text-chat-active .main,.app.text-chat-active .content,.app.text-chat-active .text-chat-shell,.app.text-chat-active .chat,.app.text-chat-active .messages,.app.text-chat-active .chat-before-composer,.app.text-chat-active .mobile-text-channel-footer,.app.text-chat-active .composer,.app.text-chat-active .composer textarea{background-color:#000!important;background-image:none!important}.app.text-chat-active .serverbar *,.app.text-chat-active .channelbar *,.app.text-chat-active .main *{color:#fff!important}.app.text-chat-active .composer textarea::placeholder{opacity:1;color:#fff!important}.app.text-chat-active .channelbar{border-bottom:0!important}.app.text-chat-active .text-chat-shell .chat.chat-empty{align-self:stretch;margin-top:auto;flex:none!important;grid-template-rows:auto!important;height:auto!important;min-height:0!important}.app.text-chat-active .chat.chat-empty .messages{display:none}.app.text-chat-active .channelbar>.bottom-actions-container{display:none!important}.app.text-chat-active .chat-before-composer{background:var(--panel);min-width:0;display:block}.app.text-chat-active .mobile-text-channel-footer{border-top:1px solid var(--line);background:var(--panel);grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;min-width:0;padding:8px 10px 0;display:grid}.app.text-chat-active .mobile-text-footer-action{background:var(--panel-2);min-width:0;min-height:40px;color:var(--muted);border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:7px 9px;font-size:12px;line-height:16px;display:flex}.app.text-chat-active .mobile-text-footer-action:only-child{grid-column:1/-1}.app.text-chat-active .mobile-text-footer-action.connected{color:#d8ffe8;background:#43d18b1f;border-color:#43d18b73}.app.text-chat-active .mobile-text-footer-label{justify-content:center;align-items:center;gap:6px;min-width:0;display:inline-flex}.app.text-chat-active .mobile-text-footer-label span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.app.text-chat-active .mobile-text-footer-meta{color:#d9d2ff;background:#7c5cff2e;border-radius:999px;flex:none;padding:2px 5px;font-size:10px;font-weight:800;line-height:13px}.app.text-chat-active .chat-before-composer+.composer{border-top:0}.app.home-active{--bg:#000;--panel:#000;--panel-2:#000;--line:#000;--text:#fff;--muted:#fff;color:#fff!important;background:#000!important}.app.home-active .serverbar,.app.home-active .main,.app.home-active .content,.app.home-active .home-workspace,.app.home-active .home-browser-bar,.app.home-active .home-panel,.app.home-active .home-sidebar,.app.home-active .home-main,.app.home-active .dm-list,.app.home-active .friends-home,.app.home-active .friends-list-surface,.app.home-active .utility-panel,.app.home-active .direct-chat,.app.home-active .direct-header,.app.home-active .direct-messages,.app.home-active .direct-composer,.app.home-active .composer,.app.home-active .field,.app.home-active .friend-row,.app.home-active .request-row{background-color:#000!important;background-image:none!important}.app.home-active .home-browser-tab,.app.home-active .secondary,.app.home-active .icon-button,.app.home-active input,.app.home-active .audit-panel,.app.home-active .audit-toolbar,.app.home-active .audit-search,.app.home-active .audit-entry,.app.home-active select,.app.home-active textarea{color:#fff!important;background-color:#000!important;background-image:none!important}.app.home-active .home-browser-bar,.app.home-active .home-sidebar,.app.home-active .home-sidebar-heading,.app.home-active .direct-header,.app.home-active .direct-composer,.app.home-active .friend-add-band,.app.home-active .friend-row,.app.home-active .request-row,.app.home-active .field.compact{border-color:#000!important}.app.home-active .audit-field select,.app.home-active .audit-refresh,.app.home-active .home-browser-bar{border-bottom:0!important}.app.home-active .home-sidebar{border-bottom:0!important;border-right:0!important}.app.home-active .home-browser-tab,.app.home-active .home-sidebar-heading span,.app.home-active .friends-count,.app.home-active .panel-muted,.app.home-active .friend-row-copy span,.app.home-active .dm-list-item span,.app.home-active .direct-header span,.app.home-active .empty-state,.app.home-active .utility-panel label,.app.home-active .utility-panel span{color:#fff!important}.app.home-active input::placeholder,.app.home-active textarea::placeholder{opacity:1;color:#fff!important}.app.home-active .utility-panel input:not([type=file]),.app.home-active .msg-time{opacity:1!important}.app.home-active .profile-panel{padding:14px!important}.app.home-active .audit-entry-copy p,.app.home-active .audit-entry-meta,.app.home-active .audit-field>span,.app.home-active .audit-summary{color:#fff!important}.app.home-active .profile-panel>.panel-muted{line-height:1.45;padding:0!important}.app.home-active .profile-panel-body{padding:14px 0 0!important}.app.home-active .profile-form{gap:12px!important}.app.home-active .profile-avatar-row{background:#000;border:1px solid #fff;border-radius:8px;grid-template-columns:72px minmax(0,1fr);min-width:0;padding:12px;gap:14px!important;margin:0!important;display:grid!important}.app.home-active .profile-avatar{border:1px solid #fff;background:#000!important;width:72px!important;height:72px!important}.app.home-active .profile-avatar-input{opacity:0!important;border:0!important;width:100%!important;height:100%!important;padding:0!important}.app.home-active .profile-avatar-copy{min-width:0}.app.home-active .profile-field{border-radius:8px;min-width:0;background:#000!important;border:1px solid #fff!important;margin:0!important;padding:12px!important}.app.home-active .profile-field input:not([type=file]){border-radius:6px;width:100%;color:#fff!important;background:#000!important;border:1px solid #fff!important}.app.home-active .profile-logout{border-top:0!important}}@media (max-width:1180px) and (orientation:landscape){.bottom-actions-container{flex-flow:column!important;align-items:stretch!important}.bottom-actions-container .afk-channel-section .channel,.bottom-actions-container .server-admin-section .channel{justify-content:flex-start!important;width:100%!important;height:auto!important;min-height:34px!important;padding:6px 8px!important}.bottom-actions-container .afk-channel-section .channel span,.bottom-actions-container .server-admin-section .channel span{display:inline!important}}@media (orientation:landscape) and (max-height:560px){.app:not(.home-active):not(.voice-panel-active):not(.sidebar-hidden){grid-template-rows:minmax(0,1fr)!important;grid-template-columns:58px clamp(200px,28vw,280px) minmax(0,1fr)!important}.app:not(.home-active):not(.voice-panel-active):not(.sidebar-hidden) .serverbar{border-right:1px solid var(--line)!important;border-bottom:0!important;flex-direction:column!important;grid-area:1/1!important;width:58px!important;height:100dvh!important;min-height:0!important;padding:7px!important;position:relative!important;overflow:hidden auto!important}.app:not(.home-active):not(.voice-panel-active):not(.sidebar-hidden) .serverbar-divider{width:32px!important;height:2px!important;margin:0 auto 6px!important}.app:not(.home-active):not(.voice-panel-active):not(.sidebar-hidden) .serverbar-list,.app:not(.home-active):not(.voice-panel-active):not(.sidebar-hidden) .serverbar-actions{flex-direction:column!important;align-items:center!important;width:100%!important;overflow-x:hidden!important}.app:not(.home-active):not(.voice-panel-active):not(.sidebar-hidden) .serverbar-list{overflow-y:auto!important}.app:not(.home-active):not(.voice-panel-active):not(.sidebar-hidden) .channelbar{border-right:1px solid var(--line)!important;border-bottom:0!important;grid-area:1/2!important;width:auto!important;height:100dvh!important;min-height:0!important}.app:not(.home-active):not(.voice-panel-active):not(.sidebar-hidden) .main{grid-area:1/3!important;height:100dvh!important;min-height:0!important;overflow:hidden!important}.app:not(.home-active):not(.voice-panel-active):not(.sidebar-hidden) .content,.app:not(.home-active):not(.voice-panel-active):not(.sidebar-hidden) .text-chat-shell,.app:not(.home-active):not(.voice-panel-active):not(.sidebar-hidden) .chat{height:100%!important;min-height:0!important}.app.text-chat-collapsed:not(.home-active):not(.voice-panel-active):not(.sidebar-hidden){grid-template-columns:58px minmax(0,1fr)!important}.app.text-chat-collapsed:not(.home-active):not(.voice-panel-active):not(.sidebar-hidden) .channelbar{grid-column:2!important}}@media (max-width:900px),(hover:none) and (pointer:coarse){.app.voice-panel-active .voice-stage-right .voice-sidebar-toggle-action{display:inline-flex!important}}.mobile-voice-menu-close{display:none}@media (max-width:720px) and (orientation:portrait){.app.voice-panel-active{grid-template-rows:minmax(0,1fr)!important;grid-template-columns:minmax(0,1fr)!important;width:100%!important;height:100svh!important;min-height:100svh!important;max-height:100svh!important}.app.voice-panel-active .main,.app.voice-panel-active .content,.app.voice-panel-active .voice-layout{width:100%!important;height:100svh!important;min-height:0!important;max-height:100svh!important}.app.voice-panel-active .main{grid-area:1/1!important;overflow:hidden!important}.app.voice-panel-active .voice-layout{flex-direction:column!important;display:flex!important;overflow:hidden!important}.app.voice-panel-active .voice-room-pane{flex:1 1 0!important;height:auto!important;min-height:190px!important;position:relative!important}.app.voice-panel-active .voice-chat-pane{flex:0 0 clamp(210px,32svh,290px)!important;width:100%!important;max-width:none!important;height:clamp(210px,32svh,290px)!important;min-height:0!important}.app.voice-panel-active .voice,.app.voice-panel-active .voice-stage,.app.voice-panel-active .custom-video-conference{height:100%!important;min-height:0!important;max-height:100%!important}.app.voice-panel-active:not(.cinematic-mode):not(.fullscreen-mode) .custom-video-conference{grid-template-rows:minmax(0,1fr) auto!important;display:grid!important;overflow:hidden!important}.app.voice-panel-active:not(.cinematic-mode):not(.fullscreen-mode) .custom-stage{grid-row:1!important;height:auto!important;min-height:0!important;padding:0!important;overflow:hidden!important}.app.voice-panel-active:not(.cinematic-mode):not(.fullscreen-mode) .custom-control-row{z-index:80!important;min-height:64px!important;padding:8px 10px max(8px, env(safe-area-inset-bottom))!important;opacity:1!important;pointer-events:auto!important;background:#000000e0!important;grid-row:2!important;margin:0!important;display:flex!important;position:relative!important;inset:auto!important;overflow:hidden!important;transform:none!important}.app.voice-panel-active:not(.cinematic-mode):not(.fullscreen-mode) .voice-stage-controls{top:max(8px, env(safe-area-inset-top))!important;z-index:120!important;opacity:1!important;transform:none!important}.app.voice-panel-active:not(.sidebar-hidden) .serverbar{z-index:90!important;width:100%!important;height:58px!important;min-height:58px!important;display:flex!important;position:fixed!important;inset:0 0 auto!important}.app.voice-panel-active:not(.sidebar-hidden) .channelbar{z-index:89!important;border-right:1px solid var(--line)!important;border-bottom:0!important;width:min(84vw,340px)!important;height:calc(100svh - 58px)!important;min-height:0!important;display:flex!important;position:fixed!important;top:58px!important;bottom:0!important;left:0!important;box-shadow:18px 0 40px #0000006b!important}.app.voice-panel-active:not(.sidebar-hidden) .members{display:none!important}.mobile-voice-menu-close{place-items:center!important;width:34px!important;min-width:34px!important;height:34px!important;padding:0!important;display:grid!important}}@media (orientation:landscape) and (max-height:560px){.app.voice-panel-active:not(.sidebar-hidden):not(.cinematic-mode):not(.fullscreen-mode){grid-template-rows:minmax(0,1fr)!important;grid-template-columns:52px 150px minmax(0,1fr) 150px!important}.app.voice-panel-active:not(.sidebar-hidden):not(.cinematic-mode):not(.fullscreen-mode) .serverbar{border-right:1px solid var(--line)!important;border-bottom:0!important;flex-direction:column!important;grid-area:1/1!important;width:52px!important;height:100dvh!important;min-height:0!important;padding:6px!important;position:relative!important;overflow:hidden auto!important}.app.voice-panel-active:not(.sidebar-hidden):not(.cinematic-mode):not(.fullscreen-mode) .serverbar-divider{width:30px!important;height:2px!important;margin:0 auto 5px!important}.app.voice-panel-active:not(.sidebar-hidden):not(.cinematic-mode):not(.fullscreen-mode) .serverbar-list,.app.voice-panel-active:not(.sidebar-hidden):not(.cinematic-mode):not(.fullscreen-mode) .serverbar-actions{flex-direction:column!important;align-items:center!important;width:100%!important;overflow-x:hidden!important}.app.voice-panel-active:not(.sidebar-hidden):not(.cinematic-mode):not(.fullscreen-mode) .serverbar-list{overflow-y:auto!important}.app.voice-panel-active:not(.sidebar-hidden):not(.cinematic-mode):not(.fullscreen-mode) .channelbar{grid-area:1/2!important;width:150px!important;height:100dvh!important;display:flex!important}.app.voice-panel-active:not(.sidebar-hidden):not(.cinematic-mode):not(.fullscreen-mode) .main{grid-area:1/3!important;height:100dvh!important;min-height:0!important}.app.voice-panel-active:not(.sidebar-hidden):not(.cinematic-mode):not(.fullscreen-mode) .members{grid-area:1/4!important;width:150px!important;height:100dvh!important;min-height:0!important;padding:8px!important;display:block!important;overflow-y:auto!important}.app.voice-panel-active:not(.sidebar-hidden):not(.cinematic-mode):not(.fullscreen-mode) .members .section-title{margin:7px 0 5px!important;font-size:9px!important}.app.voice-panel-active:not(.sidebar-hidden):not(.cinematic-mode):not(.fullscreen-mode) .member-row{gap:6px!important;padding:5px!important;font-size:11px!important}.app.voice-panel-active:not(.sidebar-hidden):not(.cinematic-mode):not(.fullscreen-mode) .member-row .avatar{width:24px!important;height:24px!important}.app.voice-panel-active:not(.sidebar-hidden):not(.cinematic-mode):not(.fullscreen-mode) .voice-layout{height:100dvh!important;min-height:0!important}.app.voice-panel-active:not(.sidebar-hidden):not(.cinematic-mode):not(.fullscreen-mode) .voice-chat-pane{width:190px!important;max-width:26vw!important}}.sidebar-return-button{color:#fff;white-space:nowrap;background:#ffffff14;border:1px solid #ffffff1f;border-radius:10px;flex:none;justify-content:center;align-items:center;gap:8px;min-height:36px;padding:0 12px;font-size:13px;font-weight:800;display:inline-flex}.sidebar-return-button:hover{background:#ffffff24}.sidebar-return-button+strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;margin-right:auto;overflow:hidden}@media (max-width:1180px){.app.sidebar-hidden:not(.voice-panel-active) .topbar{z-index:30;border-bottom:1px solid var(--line);-webkit-backdrop-filter:none;backdrop-filter:none;background:#000;flex:0 0 52px;justify-content:flex-start;gap:10px;height:52px;min-height:52px;padding:0 12px;display:flex!important}.app.sidebar-hidden:not(.voice-panel-active) .topbar strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:14px;overflow:hidden}}@media (min-width:901px) and (max-width:1180px){.app.voice-panel-active .voice-stage-right{flex-wrap:nowrap!important;gap:6px!important}.app.voice-panel-active .voice-stage-right .voice-action-button{gap:0!important;width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;min-height:40px!important;max-height:40px!important;padding:0!important}.app.voice-panel-active .voice-stage-right .voice-action-button>span{clip:rect(0 0 0 0)!important;white-space:nowrap!important;width:1px!important;height:1px!important;position:absolute!important;overflow:hidden!important}}.voice-room-pane{container:voice-room/inline-size}@container voice-room (max-width:640px){.app.voice-panel-active .voice-stage-right{flex-wrap:nowrap!important;gap:4px!important}.app.voice-panel-active .voice-stage-right>div{width:40px!important;min-width:0!important}.app.voice-panel-active .voice-stage-right .voice-action-button{gap:0!important;width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;min-height:40px!important;max-height:40px!important;padding:0!important;font-size:0!important}.app.voice-panel-active .voice-stage-right .voice-action-button>span{clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}}@container voice-room (max-width:420px){.app.voice-panel-active .voice-stage-controls{justify-content:center!important;width:auto!important;padding:0!important;display:flex!important;left:10px!important;right:10px!important}.app.voice-panel-active .voice-stage-left{display:none!important}.app.voice-panel-active .voice-stage-right{grid-template-rows:36px!important;grid-template-columns:none!important;grid-auto-columns:36px!important;grid-auto-flow:column!important;gap:4px!important;width:max-content!important;max-width:100%!important;margin:0 auto!important;padding:4px!important;display:grid!important;overflow:visible!important}.app.voice-panel-active .voice-stage-right>div{width:36px!important;min-width:0!important}.app.voice-panel-active .voice-stage-right .voice-action-button{width:36px!important;min-width:36px!important;max-width:36px!important;height:36px!important;min-height:36px!important;max-height:36px!important}}.presence-dot{z-index:10;border:2px solid #000;border-radius:50%;width:12px;height:12px;position:absolute;bottom:-2px;right:-2px;box-shadow:0 0 0 1px #ffffff14}.presence-dot[data-status=IDLE]{box-shadow:inset 4px -3px #000,0 0 0 1px #ffffff14}.presence-dot[data-status=DO_NOT_DISTURB]:after{content:"";background:#000;border-radius:2px;height:2px;position:absolute;top:3px;left:1px;right:1px}.presence-dot[data-status=INVISIBLE],.presence-dot[data-status=OFFLINE]{box-shadow:none;border-color:#737b8c;background:#000!important}.member-name-line{align-items:center;gap:6px;min-width:0;display:flex}.voice-speaking-indicator{color:#64f0a5;filter:drop-shadow(0 0 5px #43d18bd9);flex:none;justify-content:center;align-items:center;animation:.72s ease-in-out infinite alternate voice-speaking-wave;display:inline-flex}.voice-user-item.is-speaking{background:#8b5cf621;border-color:#8b5cf6b8;box-shadow:0 0 0 1px #8b5cf62e,0 0 12px #8b5cf63d}.member-row.is-speaking .avatar{box-shadow:0 0 0 2px #8b5cf6,0 0 12px #8b5cf69e}.custom-focus-stage{transition:box-shadow .18s,filter .18s;position:relative}.custom-focus-stage.is-speaking{box-shadow:inset 0 0 0 3px #8b5cf6,inset 0 0 26px #8b5cf63d,0 0 22px #8b5cf666}.stage-speaking-indicator{z-index:24;color:#ede9fe;pointer-events:none;background:#0d081ad6;border:1px solid #a78bfa9e;border-radius:6px;align-items:center;gap:6px;min-height:30px;padding:5px 10px;font-size:12px;font-weight:800;animation:.72s ease-in-out infinite alternate voice-speaking-wave;display:inline-flex;position:absolute;bottom:12px;left:12px}.stream-switcher-button.is-speaking{border-color:#8b5cf6c7;box-shadow:0 0 0 1px #8b5cf640,0 0 14px #8b5cf65c}.stream-speaking-icon{color:#a78bfa;flex:none;animation:.72s ease-in-out infinite alternate voice-speaking-wave}@keyframes voice-speaking-wave{0%{opacity:.68;transform:scale(.92)}to{opacity:1;transform:scale(1.08)}}.profile-presence-card{border:1px solid var(--line);background:#000;border-radius:6px;gap:12px;padding:14px;display:grid}.profile-presence-card>div:first-child{gap:3px;display:grid}.profile-presence-card strong{color:var(--text);font-size:14px}.profile-presence-card>div:first-child>span{color:var(--muted);font-size:12px}.profile-presence-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.profile-presence-option{min-width:0;color:var(--text);text-align:left;cursor:pointer;background:#090909;border:1px solid #ffffff1f;border-radius:6px;grid-template-columns:12px minmax(0,1fr);align-items:start;gap:9px;padding:10px;display:grid}.profile-presence-option:hover,.profile-presence-option.active{background:#7c5cff1f;border-color:#7c5cffc2}.profile-presence-option:disabled{cursor:wait;opacity:.72}.profile-presence-option>i{background:#4ade80;border-radius:50%;width:10px;height:10px;margin-top:3px;box-shadow:0 0 8px #4ade8080}.profile-presence-option[data-status=DO_NOT_DISTURB]>i{background:#f87171;box-shadow:0 0 8px #f871717a}.profile-presence-option[data-status=IDLE]>i{background:#fbbf24;box-shadow:0 0 8px #fbbf2473}.profile-presence-option[data-status=INVISIBLE]>i{box-shadow:none;background:#000;border:2px solid #737b8c}.profile-presence-option>span{gap:2px;min-width:0;display:grid}.profile-presence-option b{font-size:12px}.profile-presence-option small{color:var(--muted);font-size:10px;line-height:1.35}@media (max-width:480px){.profile-presence-options{grid-template-columns:1fr}.stage-speaking-indicator{bottom:8px;left:8px}}@media (prefers-reduced-motion:reduce){.voice-speaking-indicator,.stage-speaking-indicator,.stream-speaking-icon{animation:none}}
