:root{--bg-0: #0c0d11;--bg-1: #12141a;--bg-2: #181b22;--bg-3: #21252e;--bg-4: #2b303b;--line: #262a34;--text: #e9e6df;--text-dim: #b7b3aa;--muted: #7f8592;--accent: #f5a524;--accent-ink: #1b1200;--voice: #5ec2b7;--danger: #e06c75;--ok: #7cc26a;--mono: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;--sans: system-ui, -apple-system, "Segoe UI", Roboto, Inter, sans-serif;--radius: 10px}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg-0);color:var(--text);font-family:var(--sans);font-size:15px;line-height:1.45;-webkit-font-smoothing:antialiased}button,input,textarea{font:inherit;color:inherit}button{cursor:pointer;background:none;border:0;padding:0}a{color:var(--voice)}::selection{background:#f5a52459}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--bg-4);border-radius:8px}::-webkit-scrollbar-track{background:transparent}.muted{color:var(--muted)}.small{font-size:12.5px}.pad{padding:12px 14px}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.hover-only{opacity:0;pointer-events:none;transition:opacity .12s}*:hover>.hover-only,.msg:hover .hover-only{opacity:1;pointer-events:auto}.error{background:#e06c751f;border:1px solid rgba(224,108,117,.4);color:#f0a3a9;padding:8px 10px;border-radius:8px;font-size:13px}.wordmark{font-family:var(--mono);font-weight:700;font-size:22px;letter-spacing:-.02em;color:var(--text)}.wordmark span{color:var(--accent)}.wordmark.big{font-size:40px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 14px;border-radius:8px;background:var(--bg-4);color:var(--text);font-weight:600;font-size:14px;border:1px solid transparent;transition:filter .12s,background .12s}.btn:hover{filter:brightness(1.12)}.btn:disabled{opacity:.5;cursor:not-allowed;filter:none}.btn.primary{background:var(--accent);color:var(--accent-ink)}.btn.danger{background:#e06c752e;color:#f0a3a9;border-color:#e06c7566}.btn.accept{background:var(--ok);color:#0d1a08}.btn.ghost{background:transparent;color:var(--muted);font-weight:500}.btn.ghost:hover{background:var(--bg-3);color:var(--text)}.btn.wide{width:100%}.btn.big{padding:12px 24px;font-size:16px}.btn.off{background:#e06c752e;color:#f0a3a9}.icon-btn{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;color:var(--muted);font-size:18px;line-height:1}.icon-btn:hover{background:var(--bg-4);color:var(--text)}.icon-btn.small{width:22px;height:22px;font-size:15px;border-radius:6px}.icon-btn.off{color:var(--danger);background:#e06c7526}.icon-btn.hangup{color:var(--danger)}.icon-btn.hangup:hover{background:#e06c7533}.icon-btn.ok{color:var(--ok)}.icon-btn.big{width:48px;height:48px;font-size:20px;background:var(--bg-3);border-radius:50%}.icon-btn.big.off{background:#e06c7533}.icon-btn.big.hangup{background:var(--danger);color:#fff}.btn .svg-inline--fa,.icon-btn .svg-inline--fa{font-size:.95em}.btn.small-btn{padding:5px 10px;font-size:13px}.grow{flex:1;min-width:0}.segmented{display:flex;background:var(--bg-2);border-radius:8px;padding:3px;gap:3px}.segmented button,.tabs button{flex:1;padding:7px;border-radius:6px;color:var(--muted);font-weight:600;font-size:13.5px}.segmented button.active,.tabs button.active{background:var(--bg-4);color:var(--text)}.tabs{display:flex;gap:4px;border-bottom:1px solid var(--line);margin:6px 0 4px}.tabs button{border-radius:6px 6px 0 0}.tabs button.active{background:transparent;box-shadow:inset 0 -2px 0 var(--accent)}.field{display:flex;flex-direction:column;gap:5px}.field-label{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}input,textarea{background:var(--bg-0);border:1px solid var(--line);border-radius:8px;padding:9px 11px;outline:none;width:100%}input:focus,textarea:focus{border-color:var(--accent)}kbd{font-family:var(--mono);background:var(--bg-3);padding:1px 6px;border-radius:4px;font-size:12px;color:var(--accent)}.boot{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.boot-sub{color:var(--muted);font-family:var(--mono);font-size:13px;animation:pulse 1.4s ease-in-out infinite}@keyframes pulse{50%{opacity:.4}}.auth{position:relative;height:100%;display:grid;place-items:center;overflow:hidden}.auth-art{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.wave{position:absolute;left:-20%;right:-20%;height:2px;background:linear-gradient(90deg,transparent,var(--accent),transparent);opacity:.35;animation:drift 9s linear infinite}.wave.w1{top:30%}.wave.w2{top:50%;animation-duration:13s;background:linear-gradient(90deg,transparent,var(--voice),transparent)}.wave.w3{top:70%;animation-duration:17s}@keyframes drift{0%{transform:translate(-10%) scaleY(1)}50%{transform:translate(10%) scaleY(3)}to{transform:translate(-10%) scaleY(1)}}.auth-card{position:relative;width:380px;max-width:calc(100vw - 32px);background:var(--bg-2);border:1px solid var(--line);border-radius:16px;padding:28px;display:flex;flex-direction:column;gap:14px;box-shadow:0 30px 80px #00000080}.auth-card p{margin:-8px 0 0}.app{height:100%;display:grid;grid-template-columns:68px 256px 1fr auto;background:var(--bg-1)}.main{display:flex;flex-direction:column;min-width:0;background:var(--bg-1)}.rail{background:var(--bg-0);display:flex;flex-direction:column;align-items:center;padding:10px 0;gap:8px;border-right:1px solid var(--line)}.rail-list{display:flex;flex-direction:column;gap:8px;overflow-y:auto;width:100%;align-items:center;flex:1}.rail-sep{width:28px;height:1px;background:var(--line)}.rail-tile{position:relative;width:44px;height:44px;border-radius:12px;background:var(--bg-2);color:var(--text-dim);font-family:var(--mono);font-weight:700;font-size:14px;display:grid;place-items:center;transition:background .12s,color .12s,border-radius .15s}.rail-tile:hover{background:var(--bg-3);color:var(--text);border-radius:8px}.rail-tile.active{background:var(--accent);color:var(--accent-ink);border-radius:8px}.rail-tile.home{font-size:20px}.rail-tile.action{background:transparent;color:var(--muted);font-size:22px;border:1px dashed var(--line)}.rail-tile.action:hover{color:var(--accent);border-color:var(--accent)}.rail-tile.active:before{content:"";position:absolute;left:-12px;top:10px;bottom:10px;width:3px;border-radius:3px;background:var(--accent)}.rail-tile.unread:not(.active):after{content:"";position:absolute;top:-3px;right:-3px;width:10px;height:10px;border-radius:50%;background:var(--accent);border:2px solid var(--bg-0)}.sidebar{background:var(--bg-2);display:flex;flex-direction:column;border-right:1px solid var(--line);min-height:0}.sidebar-head{position:relative;border-bottom:1px solid var(--line)}.sidebar-title{width:100%;padding:14px;display:flex;align-items:center;justify-content:space-between;gap:8px;font-weight:700;font-size:15px;text-align:left;color:var(--text)}.sidebar-title:not(.static):hover{background:var(--bg-3)}.chev{color:var(--muted);font-size:12px}.menu{position:absolute;left:10px;right:10px;top:100%;z-index:20;background:var(--bg-0);border:1px solid var(--line);border-radius:10px;padding:6px;display:flex;flex-direction:column;box-shadow:0 12px 30px #00000080}.menu button{text-align:left;padding:8px 10px;border-radius:6px;font-size:14px}.menu button:hover{background:var(--bg-3)}.menu button.danger{color:var(--danger)}.menu button .svg-inline--fa{width:1.1em;margin-right:6px;color:var(--muted)}.menu button.danger .svg-inline--fa{color:inherit}.ctx-menu{position:fixed;z-index:60;min-width:190px;background:var(--bg-0);border:1px solid var(--line);border-radius:10px;padding:5px;display:flex;flex-direction:column;box-shadow:0 12px 30px #0000008c;animation:rise .1s ease-out}.ctx-menu button{display:flex;align-items:center;gap:10px;text-align:left;padding:8px 10px;border-radius:6px;font-size:14px;color:var(--text)}.ctx-menu button .svg-inline--fa{color:var(--muted);width:1.1em}.ctx-menu button:hover{background:var(--bg-3)}.ctx-menu button.danger{color:var(--danger)}.ctx-menu button.danger .svg-inline--fa{color:inherit}.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%);z-index:55;display:flex;align-items:center;gap:10px;max-width:min(90vw,520px);background:var(--bg-2);border:1px solid var(--line);border-radius:12px;padding:10px 12px 10px 16px;box-shadow:0 20px 50px #0000008c;font-size:14px}.notice{background:#7cc26a1a;border:1px solid rgba(124,194,106,.4);color:#b7e3ab;padding:8px 10px;border-radius:8px;font-size:13px}.channel-list{flex:1;overflow-y:auto;padding:8px;display:flex;flex-direction:column;gap:1px}.section-label{display:flex;align-items:center;justify-content:space-between;padding:12px 6px 4px;font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.section-label.clickable{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:6px}.section-label.clickable:hover{color:var(--text)}.gl-name{display:flex;align-items:center;gap:4px;min-width:0}.gl-chev{font-size:9px}.group{display:flex;flex-direction:column;gap:1px}.pad-x{padding:2px 10px 4px 30px}.small-top{margin-top:10px;font-size:13px}.channel.dm.request{cursor:default}.channel.dm.request:hover{background:transparent}.channel{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:7px;color:var(--text-dim);cursor:pointer;font-family:var(--mono);font-size:14px}.channel>.truncate{flex:1}.channel.dm{font-family:var(--sans)}.channel:hover{background:var(--bg-3);color:var(--text)}.channel.active{background:var(--bg-4);color:var(--text)}.channel.unread{color:var(--text);font-weight:700}.channel.unread:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent);margin-left:-4px}.ch-glyph{color:var(--muted);font-family:var(--mono);font-size:13px}.ch-glyph.voice{color:var(--voice)}.ch-glyph.big{font-size:18px}.count{margin-left:auto;font-size:11px;color:var(--voice);background:#5ec2b726;padding:1px 7px;border-radius:10px}.voice-group{display:flex;flex-direction:column}.voice-member{display:flex;align-items:center;gap:8px;padding:3px 8px 3px 32px;font-size:13.5px;color:var(--text-dim)}.muted-glyph{margin-left:auto;font-size:11px;opacity:.7}.live-dot{width:8px;height:8px;border-radius:50%;background:var(--voice);box-shadow:0 0 #5ec2b799;animation:ping 1.6s infinite;margin-left:auto;flex-shrink:0}.live-dot.pending{background:var(--accent);animation:pulse 1s infinite}@keyframes ping{70%{box-shadow:0 0 0 6px #5ec2b700}to{box-shadow:0 0 #5ec2b700}}.voice-dock{margin:8px;padding:10px;background:#5ec2b714;border:1px solid rgba(94,194,183,.35);border-radius:10px;display:flex;align-items:center;gap:8px}.voice-dock.error{background:#e06c7514;border-color:#e06c7566}.vd-text{flex:1;min-width:0}.vd-title{display:flex;align-items:center;gap:6px;font-weight:700;font-size:13px;color:var(--voice);white-space:nowrap}.vd-title .live-dot{margin-left:0}.voice-dock.error .vd-title{color:var(--danger)}.vd-sub{font-size:12.5px;color:var(--text-dim)}.vd-controls{display:flex;gap:2px}.vd-controls .icon-btn{font-size:15px;width:30px;height:30px}.user-dock{display:flex;align-items:center;gap:10px;padding:10px 12px;background:var(--bg-0);border-top:1px solid var(--line)}.ud-text{flex:1;min-width:0;font-size:14px;font-weight:600}.offline-tag{color:var(--accent)}.avatar{position:relative;display:inline-grid;place-items:center;border-radius:30%;color:#0d0d0d;font-weight:800;font-family:var(--mono);flex-shrink:0;box-shadow:0 0 0 0 transparent;transition:box-shadow .1s}.avatar.speaking{box-shadow:0 0 0 2.5px var(--voice)}.status-dot{position:absolute;right:-2px;bottom:-2px;width:10px;height:10px;border-radius:50%;border:2px solid var(--bg-2)}.status-dot.on{background:var(--ok)}.status-dot.off{background:var(--muted)}.chat,.voice-room{display:flex;flex-direction:column;height:100%;min-height:0}.chat-head{display:flex;align-items:center;justify-content:space-between;padding:0 18px;height:52px;border-bottom:1px solid var(--line);flex-shrink:0}.chat-title{display:flex;align-items:center;gap:10px;font-weight:700;font-size:16px}.messages{flex:1;overflow-y:auto;padding:12px 0 8px;display:flex;flex-direction:column}.channel-start{padding:28px 18px 12px}.cs-glyph{width:56px;height:56px;border-radius:16px;background:var(--bg-3);display:grid;place-items:center;font-family:var(--mono);font-size:22px;color:var(--accent);margin-bottom:12px}.channel-start h3{margin:0 0 4px;font-size:20px}.channel-start p{margin:0}.day-sep{display:flex;align-items:center;gap:12px;margin:14px 18px 6px;color:var(--muted);font-size:12px;font-weight:600}.day-sep:before,.day-sep:after{content:"";flex:1;height:1px;background:var(--line)}.msg{position:relative;display:flex;gap:12px;padding:6px 18px 2px;margin-top:10px}.msg.grouped{margin-top:0;padding-top:1px;padding-bottom:1px}.msg:hover{background:#ffffff06}.msg .avatar{margin-top:2px}.msg-time{color:var(--muted);font-size:11.5px}.msg.grouped>.msg-time{width:36px;text-align:right;flex-shrink:0;margin-top:3px;font-size:10.5px}.msg-body{flex:1;min-width:0}.msg-meta{display:flex;align-items:baseline;gap:8px;margin-bottom:1px}.msg-author{font-weight:700}.msg-text{white-space:pre-wrap;overflow-wrap:anywhere;color:var(--text)}.msg-tools{position:absolute;right:14px;top:-10px;display:flex;gap:2px;background:var(--bg-2);border:1px solid var(--line);border-radius:8px;padding:2px}.msg.grouped .msg-tools{top:-14px}.msg.editing{background:#f5a5240d}.edited{font-size:11px}.edit-box{display:flex;flex-direction:column;gap:6px;margin:4px 0 6px}.edit-box textarea{resize:none;line-height:1.4;background:var(--bg-2)}.linkish{color:var(--voice);font-size:inherit}.linkish:hover{text-decoration:underline}.quote{background:var(--bg-0);border-left:3px solid var(--line);padding:8px 10px;border-radius:6px;color:var(--text);overflow-wrap:anywhere}.typing{height:22px;padding:0 20px;font-size:12.5px;color:var(--muted);display:flex;align-items:center;gap:6px}.dots{display:inline-flex;gap:3px}.dots i{width:5px;height:5px;border-radius:50%;background:var(--muted);animation:bounce 1.2s infinite}.dots i:nth-child(2){animation-delay:.15s}.dots i:nth-child(3){animation-delay:.3s}@keyframes bounce{30%{transform:translateY(-4px)}60%{transform:none}}.composer{padding:0 16px 16px}.composer-box{display:flex;align-items:flex-end;gap:8px;background:var(--bg-2);border:1px solid var(--line);border-radius:12px;padding:6px 6px 6px 12px}.composer-box:focus-within{border-color:var(--bg-4)}.composer textarea{background:transparent;border:0;padding:6px 0;resize:none;max-height:220px;line-height:1.4}.btn.send{width:34px;height:34px;padding:0;border-radius:8px;font-size:18px}.composer-box .icon-btn.attach{width:30px;height:34px;font-size:22px;margin-left:-6px;flex-shrink:0}.composer.dragging .composer-box{border-color:var(--accent);background:#f5a5240f}.sending{padding:4px 4px 0}.pending{display:flex;flex-wrap:wrap;gap:8px;padding:8px 0}.pending-item{display:flex;align-items:center;gap:8px;max-width:220px;padding:6px 6px 6px 8px;background:var(--bg-2);border:1px solid var(--line);border-radius:8px;font-size:13px}.pending-item img{width:32px;height:32px;object-fit:cover;border-radius:4px}.pending-item.failed{border-color:#e06c7580}.pi-text{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.progress{display:block;height:4px;background:var(--bg-4);border-radius:4px;overflow:hidden}.progress>span{display:block;height:100%;background:var(--accent);transition:width .15s}.progress>span.done{background:var(--ok)}.danger-text{color:#f0a3a9}.composer-box.locked{display:flex;align-items:center;gap:8px;padding:12px;font-size:14px}.att-icon{width:32px;height:32px;flex-shrink:0;border-radius:6px;background:var(--bg-3);display:grid;place-items:center;font-family:var(--mono);color:var(--accent);font-size:16px}.attachments{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.att-image{display:block;max-width:min(100%,420px);border-radius:10px;overflow:hidden;background:var(--bg-2)}.att-image img{display:block;max-width:100%;max-height:320px;object-fit:contain}.att-file{display:flex;align-items:center;gap:10px;min-width:220px;max-width:360px;padding:8px 10px;background:var(--bg-2);border:1px solid var(--line);border-radius:10px;color:var(--text);text-decoration:none}.att-file:hover{border-color:var(--bg-4);background:var(--bg-3)}.att-meta{display:flex;flex-direction:column;min-width:0;flex:1}.att-name{font-weight:600;font-size:14px}.att-dl{color:var(--muted);font-size:16px}.att-media{display:flex;flex-direction:column;gap:4px;width:min(100%,480px);background:var(--bg-2);border:1px solid var(--line);border-radius:10px;overflow:hidden}.att-media video{display:block;width:100%;max-height:360px;background:#000}.att-media audio{width:100%;display:block;padding:0 8px 8px}.att-media.audio{width:min(100%,420px)}.att-caption{display:flex;align-items:center;gap:8px;padding:6px 10px;font-size:13px}.att-caption .truncate{flex:1}.att-caption a.icon-btn{color:var(--muted);text-decoration:none}.call-banner{display:flex;align-items:center;gap:12px;margin:10px 16px 0;padding:10px 14px;background:#5ec2b714;border:1px solid rgba(94,194,183,.35);border-radius:10px}.call-banner.active{background:#5ec2b724}.cb-avatars{display:flex}.cb-avatars .avatar{margin-right:-6px;border:2px solid var(--bg-1)}.cb-text{flex:1;font-weight:600;font-size:14px}.call-toast{position:fixed;right:16px;top:16px;z-index:50;display:flex;align-items:center;gap:14px;background:var(--bg-2);border:1px solid var(--line);border-radius:14px;padding:14px 16px;box-shadow:0 20px 50px #0000008c;animation:rise .25s ease-out}@keyframes rise{0%{transform:translateY(-12px);opacity:0}}.ring-ring{border-radius:40%;animation:ringpulse 1.2s infinite}@keyframes ringpulse{0%{box-shadow:0 0 #7cc26a99}to{box-shadow:0 0 0 14px #7cc26a00}}.ct-title{font-weight:700}.ct-actions{display:flex;gap:8px}.voice-grid{flex:1;overflow-y:auto;padding:24px;display:flex;flex-wrap:wrap;gap:16px;align-content:flex-start;justify-content:center}.voice-empty{width:100%;text-align:center;padding-top:60px;display:flex;flex-direction:column;align-items:center}.voice-empty h3{margin:0 0 4px}.voice-empty p{margin:0}.voice-card{width:160px;padding:20px 12px;background:var(--bg-2);border:2px solid var(--line);border-radius:14px;display:flex;flex-direction:column;align-items:center;gap:8px;transition:border-color .1s}.voice-card.speaking{border-color:var(--voice)}.vc-name{font-weight:700;max-width:100%}.voice-actions{display:flex;justify-content:center;gap:10px;padding:16px;border-top:1px solid var(--line)}.members{width:220px;background:var(--bg-2);border-left:1px solid var(--line);overflow-y:auto;padding:8px}.member{width:100%;display:flex;align-items:center;gap:10px;padding:5px 8px;border-radius:7px;font-size:14px;color:var(--text-dim);text-align:left}.member:hover{background:var(--bg-3);color:var(--text)}.member.offline{opacity:.45}.owner-tag{color:var(--accent)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:grid;place-items:center;z-index:40}.modal{background:var(--bg-2);border:1px solid var(--line);border-radius:14px;box-shadow:0 30px 80px #0009;max-width:calc(100vw - 32px)}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px 0}.modal-head h2{margin:0;font-size:18px}.modal-body{padding:16px 18px 18px;display:flex;flex-direction:column;gap:14px}.modal-body p{margin:0}.modal-actions{display:flex;justify-content:flex-end;gap:8px}.invite-row{display:flex;gap:8px}.modal-actions.left{justify-content:flex-start}.modal-body code{font-family:var(--mono);color:var(--accent)}select{background:var(--bg-0);border:1px solid var(--line);border-radius:8px;padding:9px 11px;color:var(--text);font:inherit;width:100%;outline:none}select:focus{border-color:var(--accent)}.choice{display:flex;align-items:center;gap:14px;width:100%;text-align:left;padding:14px;border-radius:12px;background:var(--bg-0);border:1px solid var(--line)}.choice:hover{border-color:var(--accent);background:var(--bg-3)}.choice>span:nth-child(2){flex:1;display:flex;flex-direction:column;gap:2px}.choice-icon{width:40px;height:40px;border-radius:12px;background:var(--bg-3);color:var(--accent);display:grid;place-items:center;font-size:16px;flex-shrink:0}.modal.settings{padding:0;overflow:hidden;height:min(600px,calc(100vh - 48px))}.settings-layout{display:grid;grid-template-columns:200px 1fr;height:100%}.settings-nav{background:var(--bg-0);border-right:1px solid var(--line);display:flex;flex-direction:column;min-height:0}.settings-nav-title{padding:18px 16px 8px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.settings-nav-list{flex:1;overflow-y:auto;padding:0 8px;display:flex;flex-direction:column;gap:2px}.settings-nav button{display:flex;align-items:center;gap:10px;width:100%;text-align:left;padding:8px 10px;border-radius:7px;color:var(--text-dim);font-size:14px;font-weight:600}.settings-nav button .svg-inline--fa{color:var(--muted)}.settings-nav button:hover{background:var(--bg-3);color:var(--text)}.settings-nav button.active{background:var(--bg-4);color:var(--text)}.settings-nav button.active .svg-inline--fa{color:var(--accent)}.settings-nav-foot{padding:8px;border-top:1px solid var(--line)}.settings-nav button.danger{color:var(--danger)}.settings-nav button.danger .svg-inline--fa{color:inherit}.settings-page{position:relative;overflow-y:auto;padding:22px 28px 28px;display:flex;flex-direction:column;gap:14px}.settings-page h2{margin:6px 0 0;font-size:18px}.settings-page h2+.settings-form,.settings-page h2+p{margin-top:-4px}.settings-page .settings-form{display:flex;flex-direction:column;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--line)}.settings-page .settings-form:last-child{border-bottom:0}.settings-close{position:absolute;right:14px;top:14px}.settings-page textarea{resize:vertical}.meta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:12px;background:var(--bg-0);border-radius:10px;font-size:14px}.meta-user{display:flex;align-items:center;gap:8px}.role-list{display:flex;flex-direction:column;gap:4px}.role-row{display:flex;align-items:center;gap:10px;padding:8px 10px;background:var(--bg-0);border-radius:8px;font-size:14px}.role-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.swatches{display:flex;gap:6px;flex-wrap:wrap}.swatch{width:26px;height:26px;border-radius:8px;border:2px solid transparent}.swatch.active{border-color:var(--text)}.perm-list{display:flex;flex-direction:column;gap:6px}.perm-row{display:flex;align-items:flex-start;gap:10px;padding:8px 10px;background:var(--bg-0);border-radius:8px;cursor:pointer}.perm-row input{width:auto;margin-top:3px;accent-color:var(--accent)}.perm-row>span{display:flex;flex-direction:column}.member-table{display:flex;flex-direction:column;gap:4px}.member-row{display:flex;align-items:center;gap:10px;padding:6px 10px;background:var(--bg-0);border-radius:8px;font-size:14px}.member-name{display:flex;flex-direction:column;min-width:160px}.member-roles{flex:1;display:flex;flex-wrap:wrap;gap:4px}.role-chip{font-size:12px;padding:2px 8px;border-radius:999px;border:1px solid var(--line);color:var(--muted)}.role-chip.on{color:var(--text);border-color:var(--text-dim)}.role-chip:not(:disabled):hover{background:var(--bg-3)}.role-chip:disabled{cursor:default}.crown{color:var(--accent);font-size:12px}.community-desc{padding:8px 10px 4px;white-space:pre-wrap}.invite-row input{font-family:var(--mono)}.results{display:flex;flex-direction:column;gap:2px;max-height:260px;overflow-y:auto}.result{display:flex;align-items:center;gap:10px;padding:8px;border-radius:8px;text-align:left}.result:hover{background:var(--bg-3)}.empty-main{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px;gap:8px}.empty-main p{max-width:420px;margin:0}.hints{list-style:none;padding:0;margin:18px 0 0;display:flex;flex-direction:column;gap:8px;color:var(--text-dim);font-size:14px;text-align:left}.hints kbd{display:inline-block;min-width:46px;text-align:center;margin-right:8px}.tile-glyph .svg-inline--fa{font-size:18px}@media(max-width:900px){.app{grid-template-columns:60px 220px 1fr}.members{display:none}}
