*,*:before,*:after{box-sizing:border-box}:root{color-scheme:dark;--color-bg-app: #0f1117;--color-bg-surface: #1a1e2d;--color-bg-elevated: #202538;--color-bg-soft: #272d45;--color-bg-input: #252c43;--color-border-strong: rgba(255, 255, 255, .1);--color-border-soft: rgba(255, 255, 255, .08);--color-brand: #6d8bff;--color-brand-strong: #7e96ff;--color-brand-soft: #9fb3ff;--color-accent: #3ea6f4;--color-success: #35c58b;--color-danger: #ff6b7c;--color-warning: #ffbd52;--color-text-primary: #f7f9ff;--color-text-secondary: #cfd5e8;--color-text-muted: #8f99ba;--color-focus-ring-soft: rgba(126, 150, 255, .52);--color-focus-ring-strong: rgba(126, 150, 255, .88);--app-glow-primary: rgba(109, 139, 255, .24);--app-glow-secondary: rgba(62, 166, 244, .2);--login-glow-primary: rgba(109, 139, 255, .24);--login-glow-secondary: rgba(62, 166, 244, .2);--color-avatar-start: #5d76f3;--color-avatar-end: #7390ff;--color-avatar-self-start: #36c68d;--color-avatar-self-end: #44d0ab;--color-bubble-own-start: #4f69e4;--color-bubble-own-end: #5977ff;--color-bubble-other-start: rgba(35, 41, 63, .96);--color-bubble-other-end: rgba(32, 37, 56, .96);--color-link: #8bc7ff;--color-mention-bg: rgba(126, 150, 255, .36);--color-mention-self-bg: rgba(255, 189, 82, .34);--color-jump-bg: rgba(25, 34, 62, .95);--color-jump-bg-hover: rgba(36, 48, 85, .97);--shadow-soft: 0 10px 28px rgba(0, 0, 0, .28);--shadow-popover: 0 18px 44px rgba(4, 7, 16, .48)}:root[data-theme=carbon]{--color-bg-app: #111217;--color-bg-surface: #1a1c23;--color-bg-elevated: #222632;--color-bg-soft: #2d323f;--color-bg-input: #272c39;--color-border-strong: rgba(255, 255, 255, .12);--color-border-soft: rgba(255, 255, 255, .1);--color-brand: #9facc9;--color-brand-strong: #c0cae2;--color-brand-soft: #bfc8df;--color-accent: #7ac7d7;--color-success: #56c79d;--color-danger: #ef7e8f;--color-warning: #e8bd6f;--color-text-primary: #f2f4f8;--color-text-secondary: #c3cad9;--color-text-muted: #919bad;--color-focus-ring-soft: rgba(192, 202, 226, .45);--color-focus-ring-strong: rgba(192, 202, 226, .76);--app-glow-primary: rgba(136, 151, 183, .22);--app-glow-secondary: rgba(115, 188, 201, .18);--login-glow-primary: rgba(136, 151, 183, .22);--login-glow-secondary: rgba(115, 188, 201, .18);--color-avatar-start: #7f8ca6;--color-avatar-end: #9eaac2;--color-avatar-self-start: #59c09e;--color-avatar-self-end: #70d2b0;--color-bubble-own-start: #697997;--color-bubble-own-end: #7b8bab;--color-bubble-other-start: rgba(40, 45, 57, .98);--color-bubble-other-end: rgba(34, 38, 49, .98);--color-link: #9dd6e2;--color-mention-bg: rgba(170, 183, 216, .35);--color-mention-self-bg: rgba(233, 186, 119, .32);--color-jump-bg: rgba(42, 48, 62, .94);--color-jump-bg-hover: rgba(55, 62, 79, .96)}:root[data-theme=aurora]{--color-bg-app: #08151a;--color-bg-surface: #0f202b;--color-bg-elevated: #162f3e;--color-bg-soft: #1f4254;--color-bg-input: #1a3848;--color-border-strong: rgba(181, 236, 255, .22);--color-border-soft: rgba(181, 236, 255, .16);--color-brand: #57bff8;--color-brand-strong: #8cd8ff;--color-brand-soft: #b8e8ff;--color-accent: #5fe3ce;--color-success: #52d4a8;--color-danger: #ff808f;--color-warning: #ffd57f;--color-text-primary: #e9fbff;--color-text-secondary: #bde4ef;--color-text-muted: #87b7c7;--color-focus-ring-soft: rgba(140, 216, 255, .45);--color-focus-ring-strong: rgba(140, 216, 255, .84);--app-glow-primary: rgba(87, 191, 248, .24);--app-glow-secondary: rgba(95, 227, 206, .24);--login-glow-primary: rgba(87, 191, 248, .24);--login-glow-secondary: rgba(95, 227, 206, .24);--color-avatar-start: #4aa8ee;--color-avatar-end: #6fc7ff;--color-avatar-self-start: #3fbeac;--color-avatar-self-end: #65dbc9;--color-bubble-own-start: #2f9fd6;--color-bubble-own-end: #4ebcf0;--color-bubble-other-start: rgba(26, 56, 74, .96);--color-bubble-other-end: rgba(22, 48, 64, .96);--color-link: #9ce6ff;--color-mention-bg: rgba(91, 179, 255, .4);--color-mention-self-bg: rgba(255, 213, 127, .36);--color-jump-bg: rgba(23, 61, 82, .95);--color-jump-bg-hover: rgba(31, 80, 106, .96)}html,body,#root{margin:0;padding:0;height:100%;width:100%}body{font-family:Ubuntu,Noto Sans,Helvetica Neue,Helvetica,Arial,sans-serif;background:var(--color-bg-app);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;line-height:1.45;transition:background .25s ease,color .25s ease}button,input,textarea,select{font:inherit}:focus-visible{outline:2px solid var(--color-brand-strong);outline-offset:2px}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#ffffff08;border-radius:999px}::-webkit-scrollbar-thumb{background:#8e9cc961;border-radius:999px;border:2px solid transparent;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:#abb9e499}._container_w2q9n_1{position:relative;display:flex;align-items:center;justify-content:center;height:100vh;height:100dvh;background:radial-gradient(900px 520px at 10% -10%,var(--login-glow-primary),transparent 65%),radial-gradient(900px 550px at 95% 0%,var(--login-glow-secondary),transparent 58%),var(--color-bg-app);overflow:hidden;padding:16px}._glow_w2q9n_16{position:absolute;width:min(880px,130vw);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,var(--login-glow-primary),transparent 65%);filter:blur(32px);top:18%;left:50%;transform:translate(-50%,-50%);pointer-events:none}._form_w2q9n_29{position:relative;z-index:1;display:flex;flex-direction:column;align-items:stretch;gap:12px;width:min(470px,100%);padding:28px;background:linear-gradient(180deg,rgba(255,255,255,.04),transparent 35%),#141824f0;border:1px solid var(--color-border-strong);border-radius:18px;box-shadow:0 28px 46px #05080f8a}._logo_w2q9n_46{width:72px;height:72px;border-radius:16px;align-self:center;box-shadow:0 18px 28px #0000006b}._title_w2q9n_54{font-size:2rem;color:var(--color-text-primary);margin:0;font-weight:700;text-align:center;letter-spacing:.01em}._subtitle_w2q9n_63{color:var(--color-text-secondary);margin:0;font-size:.95rem;line-height:1.42;text-align:center}._label_w2q9n_71{margin-top:6px;color:var(--color-text-muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.07em;font-weight:700}._input_w2q9n_80{width:100%;padding:12px 13px;border-radius:10px;background:#0d111b70;border:1px solid var(--color-border-soft);color:var(--color-text-primary);font-size:1rem;outline:none;transition:border-color .15s,background .15s}._input_w2q9n_80:focus{border-color:var(--color-brand);background:#0d111b9e}._input_w2q9n_80::placeholder{color:var(--color-text-muted)}._button_w2q9n_101{width:100%;margin-top:4px;padding:11px;border:none;border-radius:10px;background:linear-gradient(145deg,#5f79f4,#7995ff);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:filter .15s,transform .15s}._button_w2q9n_101:hover:not(:disabled){filter:brightness(1.06);transform:translateY(-1px)}._button_w2q9n_101:disabled{opacity:.5;cursor:not-allowed}._hint_w2q9n_125{margin:0;color:var(--color-text-muted);font-size:.78rem;text-align:center}@media(max-width:720px){._form_w2q9n_29{padding:22px 18px;border-radius:14px}._title_w2q9n_54{font-size:1.75rem}}._backdrop_1y2i3_1{position:fixed;inset:0;border:none;margin:0;padding:0;background:#02060e8f;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:190}._backdropVisible_1y2i3_14{opacity:1;pointer-events:auto}._sidebar_1y2i3_19{width:290px;flex-shrink:0;background:linear-gradient(180deg,rgba(255,255,255,.04),transparent 30%),var(--color-bg-elevated);border:1px solid var(--color-border-strong);border-radius:18px;display:flex;flex-direction:column;overflow:hidden;position:relative}._mobileHeader_1y2i3_31{display:none;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid var(--color-border-soft)}._mobileTitle_1y2i3_39{color:var(--color-text-muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;font-weight:700}._mobileClose_1y2i3_47{width:30px;height:30px;border:none;border-radius:8px;background:#ffffff0f;color:var(--color-text-secondary);display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer;transition:background .16s ease,color .16s ease}._mobileClose_1y2i3_47:hover{background:#ffffff1f;color:var(--color-text-primary)}._mobileClose_1y2i3_47 svg{width:14px;height:14px;fill:currentcolor}._section_1y2i3_73{display:flex;flex-direction:column;gap:8px;padding:12px;border-bottom:1px solid var(--color-border-soft)}._sectionGrow_1y2i3_81{display:flex;flex-direction:column;min-height:0;flex:1;padding:12px;gap:8px}._header_1y2i3_90{display:flex;align-items:center;justify-content:space-between}._title_1y2i3_96{font-size:.72rem;font-weight:700;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em}._count_1y2i3_104{font-size:.72rem;font-weight:700;color:var(--color-text-muted);background:#ffffff12;padding:1px 7px;border-radius:999px}._channelList_1y2i3_113{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:3px;max-height:180px;overflow-y:auto}._channelButton_1y2i3_124{width:100%;border:1px solid transparent;border-radius:9px;background:transparent;color:var(--color-text-secondary);padding:8px 9px;cursor:pointer;display:flex;align-items:center;gap:7px}._channelButton_1y2i3_124:hover{background:#ffffff0f;color:var(--color-text-primary)}._channelButtonActive_1y2i3_142{background:#6d8bff29;border-color:#6d8bff73;color:#dbe5ff}._channelHash_1y2i3_148{color:var(--color-brand-soft);font-weight:700}._channelName_1y2i3_153{flex:1;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.9rem}._channelUnread_1y2i3_162{min-width:18px;height:18px;border-radius:999px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;font-size:.68rem;font-weight:700;color:#fff;background:var(--color-danger)}._voiceChannelButton_1y2i3_176{gap:8px}._voiceChannelItem_1y2i3_180{display:flex;flex-direction:column;gap:4px}._voiceChannelIcon_1y2i3_186{color:var(--color-brand-soft);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}._voiceChannelIcon_1y2i3_186 svg{width:14px;height:14px;fill:currentcolor}._voiceAction_1y2i3_200{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted)}._voiceUsersCount_1y2i3_208{min-width:18px;height:18px;border-radius:999px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;font-size:.67rem;font-weight:700;color:var(--color-text-primary);background:#ffffff17}._voicePreview_1y2i3_222{display:flex;flex-wrap:wrap;gap:4px;padding:0 10px 2px}._voicePreviewUser_1y2i3_229{display:inline-flex;align-items:center;font-size:.67rem;color:var(--color-text-muted);border:1px solid var(--color-border-soft);border-radius:999px;padding:2px 7px;background:#ffffff08}._voiceActiveMeta_1y2i3_240{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 8px;border:1px solid var(--color-border-soft);border-radius:9px;background:#ffffff08}._voiceActiveLabel_1y2i3_251{font-size:.76rem;color:var(--color-text-secondary);font-weight:600}._voiceLeaveButton_1y2i3_257{border:1px solid rgba(255,107,124,.4);border-radius:7px;background:#ff6b7c1f;color:var(--color-danger);font-size:.72rem;font-weight:600;padding:5px 8px;cursor:pointer}._voiceLeaveButton_1y2i3_257:hover{background:#ff6b7c33}._newRoomForm_1y2i3_272{display:flex;gap:6px}._newRoomInput_1y2i3_277{flex:1;min-width:0;border:1px solid var(--color-border-soft);border-radius:8px;background:#ffffff0a;color:var(--color-text-primary);padding:8px 10px;font-size:.86rem;outline:none}._newRoomInput_1y2i3_277:focus{border-color:var(--color-brand)}._newRoomButton_1y2i3_293{width:34px;height:34px;border:1px solid rgba(109,139,255,.46);border-radius:8px;background:#6d8bff33;color:#dbe5ff;display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer;transition:background .15s ease,transform .15s ease}._newRoomButton_1y2i3_293 svg{width:16px;height:16px;fill:currentcolor}._newRoomButton_1y2i3_293:disabled{opacity:.45;cursor:not-allowed}._newRoomButton_1y2i3_293:not(:disabled):hover{background:#6d8bff57;transform:translateY(-1px)}._formError_1y2i3_324{font-size:.74rem;color:var(--color-danger)}._list_1y2i3_329{list-style:none;margin:0;padding:0;overflow-y:auto;flex:1}._userRow_1y2i3_337{display:flex;align-items:center;gap:10px;padding:6px 8px;border-radius:8px;transition:background .12s;cursor:default}._userRow_1y2i3_337:hover{background:#ffffff0d}._userRowSelectable_1y2i3_351{cursor:pointer}._userRowSelectable_1y2i3_351:hover{background:#ffffff14}._userRowSelectable_1y2i3_351:focus-visible{outline:2px solid var(--color-brand-strong);outline-offset:1px}._userRowActive_1y2i3_364{background:#6d8bff2e}._avatarWrap_1y2i3_368{position:relative;flex-shrink:0;border-radius:50%;border:2px solid transparent;transition:border-color .2s}._speaking_1y2i3_376{border-color:var(--color-success);animation:_speakPulse_1y2i3_1 1.2s ease-in-out infinite}@keyframes _speakPulse_1y2i3_1{0%{box-shadow:0 0 #35c58b73}50%{box-shadow:0 0 0 5px #35c58b00}to{box-shadow:0 0 #35c58b00}}._avatar_1y2i3_368{width:32px;height:32px;border-radius:50%;background:var(--color-brand);color:#fff;font-weight:700;font-size:.85rem;display:flex;align-items:center;justify-content:center}._selfAvatar_1y2i3_400{background:var(--color-success)}._name_1y2i3_404{flex:1;font-size:.88rem;color:var(--color-text-secondary);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}._muteBtn_1y2i3_415{width:28px;height:28px;border:none;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}._muteBtn_1y2i3_415 svg{width:15px;height:15px;fill:currentcolor}._mutedBtn_1y2i3_433{background:#ff6b7c3d;color:var(--color-danger)}._unmutedBtn_1y2i3_438{background:#35c58b38;color:var(--color-success)}._onlineDot_1y2i3_443{width:8px;height:8px;border-radius:50%;background:var(--color-success);flex-shrink:0}._emptyVoiceHint_1y2i3_451{font-size:.8rem;line-height:1.35;color:var(--color-text-muted);border:1px dashed var(--color-border-soft);border-radius:10px;padding:10px;background:#ffffff05}._voiceBranchList_1y2i3_461{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;overflow-y:auto}._voiceBranch_1y2i3_461{border:1px solid var(--color-border-soft);border-radius:10px;background:#ffffff05;padding:8px}._voiceBranchActive_1y2i3_478{border-color:#6d8bff6b;background:#6d8bff1c}._voiceBranchHeader_1y2i3_483{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}._voiceBranchName_1y2i3_490{font-size:.82rem;font-weight:700;color:var(--color-text-secondary)}._voiceBranchCount_1y2i3_496{font-size:.7rem;font-weight:700;color:var(--color-text-muted);background:#ffffff14;border-radius:999px;padding:1px 7px}._voiceBranchEmpty_1y2i3_505{font-size:.75rem;color:var(--color-text-muted)}._branchUsers_1y2i3_510{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}._voiceStatus_1y2i3_519{display:flex;align-items:center;gap:8px;padding:10px 14px;border-top:1px solid var(--color-border-soft);background:#ffffff05}._voiceIcon_1y2i3_528{color:var(--color-text-secondary);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}._voiceIcon_1y2i3_528 svg{width:16px;height:16px;fill:currentcolor}._voiceLabel_1y2i3_542{font-size:.75rem;color:var(--color-success);font-weight:600}._voiceIdle_1y2i3_548{background:#ffffff05}._voiceIdle_1y2i3_548 ._voiceIcon_1y2i3_528{color:var(--color-text-muted)}._voiceIdleLabel_1y2i3_556{font-size:.75rem;color:var(--color-text-muted);font-weight:600}._voiceConnecting_1y2i3_562{background:#ffffff05}._voiceConnecting_1y2i3_562 ._voiceIcon_1y2i3_528{color:var(--color-warning)}._voiceConnectingLabel_1y2i3_570{font-size:.75rem;color:var(--color-warning);font-weight:600;animation:_connectPulse_1y2i3_1 1.5s ease-in-out infinite}@keyframes _connectPulse_1y2i3_1{0%,to{opacity:1}50%{opacity:.4}}._volumePanel_1y2i3_582{border-top:1px solid var(--color-border-soft);padding:8px 12px 10px;background:#ffffff05;display:flex;flex-direction:column;gap:6px}._volumeHeader_1y2i3_591{display:flex;justify-content:space-between;align-items:center;font-size:.78rem;color:var(--color-text-secondary)}._volumeName_1y2i3_599{font-weight:600}._volumeValue_1y2i3_603{color:var(--color-text-muted)}._volumeSlider_1y2i3_607{-webkit-appearance:none;appearance:none;width:100%;height:4px;border-radius:999px;background:#ffffff1f;outline:none}._volumeSlider_1y2i3_607::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;background:var(--color-brand);cursor:pointer}._volumeSlider_1y2i3_607::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:var(--color-brand);cursor:pointer}@media(max-width:980px){._sidebar_1y2i3_19{position:fixed;top:0;right:0;bottom:0;width:min(320px,92vw);z-index:200;border-radius:0;border-top:none;border-right:none;transform:translate(100%);transition:transform .24s ease}._sidebarOpen_1y2i3_650{transform:translate(0)}._mobileHeader_1y2i3_31{display:flex}}@media(min-width:981px){._backdrop_1y2i3_1,._backdropVisible_1y2i3_14{display:none;opacity:0;pointer-events:none}}.app-layout{display:flex;flex-direction:row;gap:12px;height:100vh;height:100dvh;padding:12px;background:radial-gradient(1200px 600px at -10% -10%,var(--app-glow-primary),transparent 65%),radial-gradient(900px 600px at 110% 0%,var(--app-glow-secondary),transparent 60%),var(--color-bg-app);overflow:hidden}.main-column{display:flex;flex-direction:column;flex:1;min-width:0;border:1px solid var(--color-border-strong);border-radius:18px;overflow:hidden;background:var(--color-bg-surface);box-shadow:0 24px 42px #06080e75,inset 0 1px #ffffff0a}.app-loading{display:flex;align-items:center;justify-content:center;height:100vh;height:100dvh;width:100%;background:var(--color-bg-app);color:var(--color-text-muted);font-size:1.1rem;letter-spacing:.01em}@media(max-width:980px){.app-layout{padding:0;gap:0}.main-column{border-radius:0;border:none;box-shadow:none}}
