:root{--brand:#5865f2;--brand-strong:#4752c4;--brand-soft:#5865f229;--green:#23a55a;--yellow:#f0b232;--red:#f23f43;--server-rail:#1e1f22;--sidebar:#2b2d31;--sidebar-deep:#232428;--chat:#313338;--chat-elevated:#383a40;--members:#2b2d31;--input:#383a40;--hover:#4e505873;--active:#404249;--text:#f2f3f5;--text-soft:#dbdee1;--muted:#949ba4;--muted-strong:#b5bac1;--stroke:#11121459;--shadow:0 8px 24px #0000003d;--radius:8px}:root[data-theme=light]{--server-rail:#e3e5e8;--sidebar:#f2f3f5;--sidebar-deep:#ebedef;--chat:#fff;--chat-elevated:#f2f3f5;--members:#f2f3f5;--input:#ebedef;--hover:#6a74801f;--active:#dfe1e5;--text:#1e1f22;--text-soft:#2e3338;--muted:#5c626a;--muted-strong:#4e5058;--stroke:#0606071f;--shadow:0 8px 24px #1f23281f}*{box-sizing:border-box}html,body{width:100%;min-height:100%}html{background:var(--chat)}body{color:var(--text);background:var(--chat);-webkit-font-smoothing:antialiased;margin:0;font:14px/1.45 Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}::selection{color:#fff;background:var(--brand)}.discord-shell{background:var(--chat);grid-template-columns:72px 280px minmax(0,1fr) 240px;width:100vw;height:100dvh;display:grid;overflow:hidden}.ui-button{color:var(--text);cursor:pointer;white-space:nowrap;border:0;border-radius:5px;justify-content:center;align-items:center;gap:8px;font-weight:600;text-decoration:none;transition:background .14s,color .14s,opacity .14s,transform .14s;display:inline-flex}.ui-button:focus-visible,.ui-input:focus-visible,button:focus-visible,a:focus-visible{outline-offset:2px;outline:2px solid #00a8fc}.ui-button:active:not(:disabled){transform:translateY(1px)}.ui-button:disabled{opacity:.45;cursor:not-allowed}.ui-button--md{min-height:38px;padding:0 15px}.ui-button--sm{min-height:32px;padding:0 11px;font-size:13px}.ui-button--icon{flex:none;width:34px;height:34px;padding:0}.ui-button--default,.ui-button--secondary{background:var(--chat-elevated)}.ui-button--default:hover,.ui-button--secondary:hover{background:var(--active)}.ui-button--primary{background:var(--brand);color:#fff}.ui-button--primary:hover{background:var(--brand-strong)}.ui-button--ghost{color:var(--muted-strong);background:0 0}.ui-button--ghost:hover{background:var(--hover);color:var(--text)}.ui-button--danger{background:var(--red);color:#fff}.ui-button--danger:hover{background:#d83c3e}.ui-input{width:100%;height:40px;color:var(--text);background:var(--server-rail);border:0;border-radius:4px;padding:0 12px;box-shadow:inset 0 0 0 1px #00000014}.ui-input::placeholder{color:var(--muted)}.ui-input:focus{outline:0;box-shadow:inset 0 0 0 1px #00a8fc}.ui-input:disabled{opacity:.72;cursor:not-allowed}.avatar-wrap{flex:none;width:32px;height:32px;display:inline-flex;position:relative}.avatar-root{background:var(--brand);border-radius:50%;place-items:center;width:100%;height:100%;display:grid;overflow:hidden}.avatar-image{object-fit:cover;width:100%;height:100%;display:block}.avatar-fallback{color:#fff;background:linear-gradient(145deg,#5865f2,#8b5cf6);place-items:center;width:100%;height:100%;font-size:12px;font-weight:700;display:grid}.avatar-status{border:3px solid var(--sidebar);background:var(--muted);border-radius:50%;width:11px;height:11px;position:absolute;bottom:-1px;right:-1px}.avatar-status--online{background:var(--green)}.avatar-status--busy{background:var(--red)}.tooltip-content{z-index:5000;color:#fff;box-shadow:var(--shadow);background:#111214;border-radius:5px;padding:8px 10px;font-size:13px;font-weight:600;animation:.12s both tooltip-in}.tooltip-arrow{fill:#111214}@keyframes tooltip-in{0%{opacity:0;transform:scale(.96)}}.server-rail{background:var(--server-rail);scrollbar-width:none;flex-direction:column;align-items:center;gap:8px;min-width:0;padding:12px 0;display:flex;overflow-y:auto}.server-rail::-webkit-scrollbar{display:none}.server-button{width:48px;height:48px;color:var(--text-soft);background:var(--chat);cursor:pointer;border:0;border-radius:50%;place-items:center;transition:border-radius .18s,background .18s,color .18s;display:grid;position:relative}.server-button span{font-size:20px;font-weight:800}.server-button:hover,.server-button--active{color:#fff;background:var(--brand);border-radius:16px}.server-button--active:before{content:"";background:var(--text);border-radius:0 4px 4px 0;width:4px;height:38px;position:absolute;left:-12px}.server-button--add{color:var(--green)}.server-button--add:hover{color:#fff;background:var(--green)}.server-button--small{width:40px;height:40px}.server-divider{background:var(--active);border-radius:1px;width:32px;height:2px}.server-rail__spacer{flex:1}.channel-sidebar{background:var(--sidebar);min-width:0;color:var(--muted-strong);grid-template-rows:48px minmax(0,1fr) auto auto;display:grid}.server-header{min-width:0;color:var(--text);box-shadow:0 1px 0 var(--stroke), 0 2px 8px #00000014;cursor:pointer;justify-content:space-between;align-items:center;padding:0 16px;display:flex}.server-header:hover{background:var(--hover)}.server-header>div{min-width:0;display:grid}.server-header strong{text-overflow:ellipsis;white-space:nowrap;font-size:15px;overflow:hidden}.server-header span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:10px}.channel-scroll{scrollbar-width:thin;scrollbar-color:var(--server-rail) transparent;min-height:0;padding:12px 8px 20px;overflow-y:auto}.boost-card{background:linear-gradient(135deg,#5865f21f,#eb459e0f);border:1px solid #5865f240;border-radius:8px;align-items:center;gap:10px;margin:0 4px 18px;padding:10px;display:flex}.boost-card__icon{color:#fff;background:linear-gradient(135deg,#5865f2,#eb459e);border-radius:10px;place-items:center;width:32px;height:32px;display:grid}.boost-card>div:last-child{min-width:0;display:grid}.boost-card strong{color:var(--text-soft);font-size:12px}.boost-card span{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.channel-group+.channel-group{margin-top:20px}.channel-group__label{height:24px;color:var(--muted);letter-spacing:.02em;text-transform:uppercase;align-items:center;gap:2px;padding:0 6px;font-size:11px;font-weight:700;line-height:16px;display:flex}.channel-group__label svg:last-child{margin-left:auto}.channel-group__label:hover{color:var(--text-soft)}.channel-row{width:100%;height:36px;color:var(--muted);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:4px;align-items:center;gap:7px;margin:1px 0;padding:0 8px;display:flex}.channel-row span{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-weight:500;overflow:hidden}.channel-row b{min-width:18px;height:18px;color:var(--text-soft);background:var(--server-rail);border-radius:9px;place-items:center;padding:0 5px;font-size:10px;display:grid}.channel-row:hover{color:var(--text-soft);background:var(--hover)}.channel-row--active,.channel-row--selected{color:var(--text);background:var(--active)}.channel-row--joined{color:#fff}.channel-row--joined>svg:first-child{color:var(--green)}.voice-participant{height:38px;color:var(--muted);border-radius:4px;align-items:center;gap:9px;margin-left:26px;padding:3px 8px;display:flex}.voice-participant:hover{color:var(--text-soft);background:var(--hover)}.voice-participant .avatar-wrap{width:25px;height:25px}.voice-participant .avatar-status{border-color:var(--sidebar);transform:scale(.82)}.voice-participant span:last-child{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.quick-connect{border-top:1px solid var(--stroke);background:var(--sidebar-deep);gap:8px;padding:10px 8px;display:grid}.quick-connect .ui-input{height:34px;font-size:12px}.voice-status-panel{border-top:1px solid var(--stroke);background:var(--sidebar-deep);gap:8px;padding:10px 8px;display:grid}.voice-status-panel__top{justify-content:space-between;align-items:center;display:flex}.voice-status-panel__top>div{min-width:0;display:grid}.voice-status-panel__top strong{color:var(--green);font-size:12px}.voice-status-panel__top span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.signal-dot{background:var(--green);border-radius:50%;width:7px;height:7px;margin-right:5px;display:inline-block;box-shadow:0 0 0 3px #23a55a24}.voice-status-panel>.ui-button{width:100%}.user-dock{background:var(--sidebar-deep);align-items:center;gap:7px;height:54px;padding:0 7px;display:flex}.user-dock .avatar-wrap{width:32px;height:32px}.user-dock__identity{flex:1;min-width:0;line-height:1.15;display:grid}.user-dock__identity strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.user-dock__identity span{color:var(--muted);font-size:10px}.chat-stage{background:var(--chat);grid-template-rows:48px minmax(0,1fr) auto;min-width:0;min-height:0;display:grid}.channel-header{min-width:0;box-shadow:0 1px 0 var(--stroke), 0 2px 8px #00000014;z-index:2;align-items:center;gap:7px;padding:0 12px;display:flex}.channel-header__hash{color:var(--muted)}.channel-header strong{color:var(--text);font-size:15px}.channel-header p{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:12px;overflow:hidden}.channel-header__divider{background:var(--active);width:1px;height:20px;margin:0 4px}.channel-header__actions{align-items:center;gap:2px;margin-left:auto;display:flex}.search-box{width:144px;height:24px;color:var(--muted);background:var(--server-rail);border-radius:4px;justify-content:space-between;align-items:center;margin-left:5px;padding:0 7px;font-size:11px;display:flex}.mobile-only{display:none}.conversation{flex-direction:column;min-height:0;display:flex;overflow:hidden}.screen-grid{flex:0 48%;grid-template-columns:repeat(auto-fit,minmax(min(430px,100%),1fr));gap:12px;min-height:210px;max-height:48vh;padding:14px 16px 0;display:grid;overflow-y:auto}.screen-tile{background:#111214;border-radius:8px;min-height:200px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff0f}.screen-tile video{object-fit:contain;background:#000;width:100%;height:100%;display:block}.screen-tile__label{color:#fff;background:#111214d6;border-radius:4px;align-items:center;gap:6px;padding:6px 9px;font-size:11px;display:flex;position:absolute;bottom:10px;left:10px}.screen-tile__fullscreen{opacity:0;color:#fff;background:#111214d1;position:absolute;top:10px;right:10px}.screen-tile:hover .screen-tile__fullscreen{opacity:1}.screen-tile__audio{color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#111214e0;border-radius:6px;align-items:center;gap:7px;min-height:32px;padding:3px 8px 3px 3px;display:flex;position:absolute;bottom:10px;right:10px}.screen-tile__audio .ui-button{color:#fff;background:0 0;width:28px;height:28px}.screen-tile__audio input{width:92px;accent-color:var(--brand);cursor:pointer}.screen-tile__audio input:disabled{cursor:not-allowed;opacity:.45}.screen-tile__audio span{color:#ffffffc2;text-align:right;min-width:34px;font-size:10px}.message-flow{scrollbar-width:thin;scrollbar-color:var(--server-rail) transparent;flex:1;min-height:0;padding:0 0 20px;overflow:hidden auto}.channel-welcome{max-width:720px;margin:44px 16px 30px}.channel-welcome__icon{width:68px;height:68px;color:var(--text);background:var(--active);border-radius:50%;place-items:center;display:grid}.channel-welcome h1{color:var(--text);letter-spacing:-.02em;margin:16px 0 5px;font-size:clamp(24px,3vw,32px);line-height:1.15}.channel-welcome p{color:var(--muted);margin:0}.channel-welcome p strong{color:var(--muted-strong)}.empty-conversation{color:var(--brand);background:var(--brand-soft);border:1px solid #5865f22e;border-radius:8px;align-items:center;gap:12px;margin:0 16px 24px;padding:14px;display:flex}.empty-conversation>div{display:grid}.empty-conversation strong{color:var(--text-soft)}.empty-conversation span{color:var(--muted);font-size:12px}.message{min-height:48px;padding:4px 48px 4px 72px;display:flex;position:relative}.message:hover{background:#0202030f}.message>.avatar-wrap{width:40px;height:40px;position:absolute;top:6px;left:16px}.message__body{min-width:0}.message__meta{align-items:baseline;gap:8px;display:flex}.message__meta strong{color:var(--text);font-size:14px}.message__meta time{color:var(--muted);font-size:10px}.message__body p{color:var(--text-soft);white-space:pre-wrap;word-break:break-word;margin:1px 0 0}.system-message{color:var(--muted);text-align:center;align-items:center;gap:10px;margin:14px 16px;font-size:11px;display:flex}.system-message span{background:var(--active);flex:1;height:1px}.composer{background:var(--input);border-radius:8px;align-items:center;gap:5px;min-height:44px;margin:0 16px 24px;padding:0 8px;display:flex}.composer input{min-width:0;height:44px;color:var(--text-soft);background:0 0;border:0;outline:0;flex:1}.composer input::placeholder{color:var(--muted)}.composer input:disabled{cursor:not-allowed}.composer .ui-button--secondary{width:28px;height:28px;color:var(--chat);background:var(--muted-strong);border-radius:50%}.members-sidebar{background:var(--members);scrollbar-width:thin;scrollbar-color:var(--server-rail) transparent;flex-direction:column;min-width:0;padding:22px 8px 16px;display:flex;overflow-y:auto}.members-mobile-head{display:none}.members-group h2{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;margin:8px 8px 5px;font-size:10px;line-height:16px}.members-group+.members-group{margin-top:22px}.member-row{min-width:0;height:44px;color:var(--muted);border-radius:4px;align-items:center;gap:10px;padding:4px 8px;display:flex}.member-row:hover{color:var(--text-soft);background:var(--hover)}.member-row>div:not(.avatar-wrap){flex:1;min-width:0;line-height:1.18;display:grid}.member-row strong{color:inherit;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.member-row span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.member-volume{grid-template-rows:24px 10px;grid-template-columns:28px minmax(0,1fr);align-items:center;column-gap:4px;width:108px;flex:none!important;display:grid!important}.member-volume .ui-button{grid-row:1/3;width:28px;height:28px}.member-volume input{width:100%;min-width:0;accent-color:var(--brand);cursor:pointer}.member-volume span{color:var(--muted);text-align:right;grid-column:2;font-size:9px;line-height:10px}.member-row--speaking .avatar-root{box-shadow:0 0 0 2px var(--green)}.member-row--speaking strong{color:var(--green)}.members-group--offline{opacity:.65}.members-empty{color:var(--muted);margin:10px 8px;font-size:12px}.members-logout{color:var(--muted);justify-content:flex-start;margin:auto 8px 0}.members-auth{gap:8px;margin:auto 8px 0;display:grid}.mobile-scrim{display:none}.dialog-backdrop{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#040507b8;place-items:center;padding:16px;animation:.14s both fade-in;display:grid;position:fixed;inset:0}.dialog-card{width:min(430px,100%);color:var(--text);background:var(--chat);border-radius:8px;gap:15px;padding:28px;animation:.18s both dialog-in;display:grid;position:relative;box-shadow:0 20px 64px #00000080}.dialog-card h2{text-align:center;margin:0;font-size:22px}.dialog-card>p{color:var(--muted);text-align:center;margin:-8px 0 2px;font-size:13px}.dialog-close{position:absolute;top:8px;right:8px}.dialog-icon{color:#fff;background:var(--brand);border-radius:18px;place-items:center;width:52px;height:52px;margin:0 auto;display:grid;transform:rotate(-4deg)}.field-label{color:var(--muted-strong);letter-spacing:.03em;text-transform:uppercase;gap:7px;font-size:11px;font-weight:700;display:grid}.field-label>span{align-items:center;gap:6px;display:flex}.field-label select{border:1px solid var(--stroke);width:100%;height:40px;color:var(--text-soft);background:var(--input);font:inherit;text-transform:none;cursor:pointer;border-radius:4px;outline:none;padding:0 34px 0 11px;font-size:12px}.field-label select:focus{border-color:var(--brand);box-shadow:0 0 0 2px var(--brand-soft)}.field-label select:disabled{opacity:.55;cursor:not-allowed}.form-error{color:#fa777c;font-size:12px}.toast{z-index:1200;color:#fff;max-width:min(420px,100vw - 32px);box-shadow:var(--shadow);background:#111214;border-radius:6px;padding:11px 15px;animation:.2s both toast-in;position:fixed;bottom:28px;left:50%;transform:translate(-50%)}.toast--danger{background:#d83c3e}.livekit-audio{display:none}.voice-settings-card{text-align:left;gap:20px;width:min(650px,100%)}.voice-settings-head{align-items:center;gap:14px;padding-right:28px;display:flex}.voice-settings-head .dialog-icon{flex:none;margin:0}.voice-settings-head h2{text-align:left;margin:0 0 4px}.voice-settings-head p{color:var(--muted);margin:0;font-size:12px}.voice-device-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.mic-test-panel{border:1px solid var(--active);background:var(--sidebar-deep);border-radius:8px;gap:13px;padding:16px;display:grid}.mic-test-panel__top{justify-content:space-between;align-items:center;gap:12px;display:flex}.mic-test-panel__top>div{gap:2px;display:grid}.mic-test-panel__top strong{color:var(--text-soft);font-size:13px}.mic-test-panel__top span{color:var(--muted);font-size:11px}.mic-level{background:var(--input);height:12px;box-shadow:inset 0 0 0 1px var(--stroke);border-radius:6px;padding:2px;overflow:hidden}.mic-level span{background:linear-gradient(90deg, var(--green), #f0b232 76%, #f23f42);border-radius:4px;min-width:0;height:100%;transition:width 80ms linear;display:block}.mic-test-actions{flex-wrap:wrap;gap:8px;display:flex}.mic-monitor-warning{color:#f0b232;margin:-4px 0 0;font-size:11px}.voice-test-audio{display:none}@keyframes fade-in{0%{opacity:0}}@keyframes dialog-in{0%{opacity:0;transform:translateY(8px)scale(.98)}}@keyframes toast-in{0%{opacity:0;transform:translate(-50%,8px)}}@media (max-width:1180px){.discord-shell{grid-template-columns:72px 260px minmax(0,1fr)}.members-sidebar{z-index:40;width:260px;transition:transform .18s;position:fixed;top:48px;bottom:0;right:0;transform:translate(100%);box-shadow:-12px 0 32px #0003}.members-sidebar--open{transform:translate(0)}.members-mobile-head{justify-content:space-between;align-items:center;height:38px;padding:0 6px 8px;display:flex}}@media (max-width:760px){.discord-shell{grid-template-columns:minmax(0,1fr)}.server-rail{display:none}.channel-sidebar{z-index:60;width:min(290px,86vw);transition:transform .2s;position:fixed;top:0;bottom:0;left:0;transform:translate(-102%);box-shadow:16px 0 40px #00000059}.channel-sidebar--open{transform:translate(0)}.mobile-scrim{z-index:50;background:#0000008c;border:0;display:block;position:fixed;inset:0}.mobile-only{display:inline-flex}.channel-header{padding:0 7px}.channel-header__divider,.channel-header p,.search-box,.channel-header__actions>:first-child{display:none}.channel-header__actions{margin-left:auto}.channel-header__hash{width:18px}.members-sidebar{z-index:70;width:min(290px,88vw);top:0}.channel-welcome{margin-top:28px}.channel-welcome__icon{width:54px;height:54px}.channel-welcome h1{font-size:23px}.message{padding-left:62px;padding-right:16px}.message>.avatar-wrap{width:38px;height:38px;left:12px}.composer{margin:0 8px 12px}.screen-grid{min-height:180px;padding:8px 8px 0}.screen-tile__label{bottom:50px}.screen-tile__audio{left:10px;right:10px}.screen-tile__audio input{flex:1;min-width:0}.voice-settings-card{padding:22px 16px}.voice-settings-head{align-items:flex-start}.voice-settings-head .dialog-icon{border-radius:14px;width:42px;height:42px}.voice-device-grid{grid-template-columns:1fr}.mic-test-actions .ui-button{flex:1}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.auth-screen{background:radial-gradient(circle at 20% 15%,#5865f252,#0000 28%),radial-gradient(circle at 82% 85%,#eb459e2e,#0000 28%),#1e1f22;place-items:center;width:100vw;min-height:100dvh;padding:32px;display:grid;position:relative;overflow:hidden}.auth-screen:before{content:"";opacity:.22;transform-origin:50% 72%;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:46px 46px;position:absolute;inset:0;transform:perspective(700px)rotateX(60deg)scale(1.8)}.auth-orb{filter:blur(90px);opacity:.18;pointer-events:none;border-radius:50%;width:360px;height:360px;position:absolute}.auth-orb--one{background:#5865f2;top:-100px;left:-120px}.auth-orb--two{background:#eb459e;bottom:-100px;right:-100px}.auth-brand{z-index:2;color:#fff;align-items:center;gap:10px;text-decoration:none;display:flex;position:fixed;top:24px;left:28px}.auth-brand span,.settings-brand span{color:#fff;background:var(--brand);border-radius:12px;place-items:center;width:38px;height:38px;font-size:18px;font-weight:800;display:grid}.auth-brand strong,.settings-brand strong{font-size:17px}.auth-dialog{z-index:1;background:#313338;border:1px solid #ffffff12;border-radius:14px;grid-template-columns:.9fr 1.1fr;width:min(880px,100%);min-height:520px;display:grid;position:relative;overflow:hidden;box-shadow:0 30px 90px #0000007a}.auth-dialog__visual{background:linear-gradient(155deg,#5865f2 0%,#4851c6 54%,#343a9d 100%);align-items:flex-end;padding:34px;display:flex;position:relative;overflow:hidden}.auth-dialog__visual:before{content:"";border:1px solid #ffffff29;border-radius:50%;width:340px;height:340px;position:absolute;top:-120px;right:-120px;box-shadow:0 0 0 44px #ffffff09,0 0 0 88px #ffffff06}.auth-visual-card{z-index:1;position:relative}.auth-visual-icon{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border-radius:22px;place-items:center;width:66px;height:66px;margin-bottom:20px;display:grid;box-shadow:inset 0 0 0 1px #ffffff1f}.auth-visual-card h2{color:#fff;letter-spacing:-.035em;margin:0;font-size:34px;line-height:1.05}.auth-visual-card p{color:#ffffffb8;margin:14px 0 24px}.auth-visual-members{align-items:center;display:flex}.auth-visual-members span,.auth-visual-members b{color:#fff;background:#202225;border:3px solid #4c56d4;border-radius:50%;place-items:center;width:35px;height:35px;margin-left:-7px;font-size:9px;display:grid}.auth-visual-members span:first-child{background:#eb459e;margin-left:0}.auth-visual-members span:nth-child(2){background:#23a55a}.auth-visual-members span:nth-child(3){background:#f0b232}.auth-visual-members b{background:#ffffff29}.auth-dialog__form{flex-direction:column;justify-content:center;padding:34px 42px;display:flex}.auth-back{width:fit-content;color:var(--muted);align-items:center;gap:5px;margin-bottom:24px;font-size:12px;text-decoration:none;display:inline-flex}.auth-back:hover{color:var(--text-soft)}.auth-dialog__form header{text-align:center;margin-bottom:22px}.auth-kicker{color:#aeb4ff;text-transform:uppercase;letter-spacing:.1em;justify-content:center;align-items:center;gap:6px;margin-bottom:8px;font-size:10px;font-weight:700;display:flex}.auth-dialog__form h1{color:var(--text);letter-spacing:-.02em;margin:0 0 7px;font-size:25px}.auth-dialog__form header p{color:var(--muted);margin:0}.auth-form-next{gap:17px;display:grid}.field-label .optional{color:var(--muted);text-transform:none;font-weight:500}.password-field{position:relative}.password-field button{width:34px;height:34px;color:var(--muted);cursor:pointer;background:0 0;border:0;place-items:center;display:grid;position:absolute;top:3px;right:5px}.auth-error{color:#ffb8ba;background:#f23f431f;border-radius:4px;padding:9px 10px;font-size:12px}.auth-dialog__form footer{color:var(--muted);margin-top:18px;font-size:12px}.auth-dialog__form footer a{color:#00a8fc;text-decoration:none}.profile-screen{background:var(--chat);grid-template-columns:minmax(220px,34%) minmax(0,1fr);width:100vw;min-height:100dvh;display:grid;overflow:auto}.settings-sidebar{background:var(--sidebar);flex-direction:column;align-items:flex-end;min-height:100dvh;padding:36px 22px 30px max(22px,50vw - 550px);display:flex}.settings-brand{width:190px;color:var(--text);align-items:center;gap:10px;margin-bottom:52px;text-decoration:none;display:flex}.settings-sidebar nav{gap:2px;width:190px;display:grid}.settings-sidebar nav h2{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin:0 8px 6px;font-size:10px}.settings-sidebar nav a{height:34px;color:var(--muted);cursor:pointer;border-radius:4px;align-items:center;gap:9px;padding:0 9px;text-decoration:none;display:flex}.settings-sidebar nav a:hover,.settings-sidebar nav a.active{color:var(--text-soft);background:var(--hover)}.settings-sidebar>.ui-button{justify-content:flex-start;width:190px;margin-top:auto}.settings-content{background:var(--chat);min-height:100dvh;padding:54px 70px 80px;position:relative}.settings-inner{width:min(720px,100%)}.settings-inner>h1{margin:0 0 22px;font-size:20px}.settings-close{color:var(--muted);justify-items:center;gap:5px;text-decoration:none;display:grid;position:fixed;top:36px;right:max(28px,50vw - 600px)}.settings-close span{border:2px solid var(--muted);border-radius:50%;place-items:center;width:36px;height:36px;font-size:25px;line-height:1;display:grid}.settings-close small{font-size:8px;font-weight:700}.account-card{background:var(--sidebar-deep);border-radius:8px;margin-bottom:32px;position:relative;overflow:hidden}.account-banner{background:linear-gradient(120deg,#5865f2 0%,#7289da 52%,#8b5cf6 100%);height:100px}.account-card__identity{align-items:center;gap:12px;min-height:88px;padding:52px 20px 14px;display:flex;position:relative}.account-card__identity>.avatar-wrap{background:var(--sidebar-deep);border-radius:50%;width:86px;height:86px;padding:6px;position:absolute;top:-42px;left:18px}.account-card__identity>.avatar-wrap .avatar-status{border-color:var(--sidebar-deep);bottom:6px;right:6px;transform:scale(1.3)}.account-card__identity>div{display:grid}.account-card__identity strong{font-size:18px}.account-card__identity span{color:var(--muted)}.account-card__body{background:var(--chat);border-radius:8px;grid-template-columns:1fr 1fr auto;align-items:center;gap:18px;margin:0 16px 16px;padding:16px;display:grid}.account-card__body>div{min-width:0;display:grid}.account-card__body span{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:700}.account-card__body strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.profile-form-next{gap:20px;display:grid}.profile-form-next>section h2{margin:0 0 4px;font-size:16px}.profile-form-next>section p{color:var(--muted);margin:0}.profile-edit-grid{border-top:1px solid var(--active);grid-template-columns:260px minmax(220px,1fr);gap:28px;padding-top:20px;display:grid}.avatar-editor{align-items:center;gap:15px;display:flex}.avatar-editor>.avatar-wrap{width:72px;height:72px}.avatar-editor>div{gap:4px;display:grid}.profile-success{color:#7ee2a8;align-items:center;gap:7px;font-size:12px;display:flex}.profile-save-bar{background:var(--sidebar-deep);min-height:56px;box-shadow:var(--shadow);border-radius:8px;align-items:center;gap:10px;padding:10px 12px;display:flex}.profile-save-bar>span{color:var(--muted);flex:1;font-size:12px}.profile-loading{color:var(--muted);background:var(--sidebar-deep);border-radius:8px;padding:24px}.profile-loading--error{color:#ffb8ba}@media (max-width:800px){.auth-screen{padding:18px}.auth-brand{position:absolute;top:16px;left:18px}.auth-dialog{grid-template-columns:1fr;width:min(480px,100%);min-height:auto}.auth-dialog__visual{display:none}.auth-dialog__form{padding:34px 24px}.profile-screen{grid-template-columns:1fr}.settings-sidebar{flex-direction:row;align-items:center;min-height:58px;padding:10px 14px}.settings-brand{width:auto;margin:0}.settings-brand span{width:34px;height:34px}.settings-sidebar nav,.settings-sidebar>.ui-button{display:none}.settings-content{min-height:calc(100dvh - 58px);padding:28px 16px 60px}.settings-close{display:none}.account-card__body,.profile-edit-grid{grid-template-columns:1fr}}
