:root{--bg:#0d0f14;--panel:#151821;--panel2:#1b1f2a;--line:#292e3c;--text:#f4f6fb;--muted:#969fb2;--accent:#6f67ff;--accent2:#8e86ff;--green:#3bd49c;--red:#ff6174;--yellow:#ffca5c;--shadow:0 20px 60px rgba(0,0,0,.35)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}.hidden{display:none!important}.landing{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 20% 10%,rgba(111,103,255,.22),transparent 34%),radial-gradient(circle at 90% 80%,rgba(59,212,156,.12),transparent 30%),var(--bg)}.login-card{width:min(610px,100%);padding:54px;border:1px solid var(--line);border-radius:28px;background:rgba(21,24,33,.92);box-shadow:var(--shadow);text-align:center}.brand-mark{width:74px;height:74px;border-radius:23px;display:grid;place-items:center;margin:0 auto 25px;background:linear-gradient(145deg,var(--accent),#4c44c9);font-size:36px;font-weight:900;box-shadow:0 12px 35px rgba(111,103,255,.35)}.brand-mark.small{width:36px;height:36px;border-radius:11px;font-size:18px;margin:0}.eyebrow{letter-spacing:.18em;font-size:12px;font-weight:800;color:var(--accent2);margin:0 0 10px}.login-card h1{font-size:clamp(34px,7vw,56px);line-height:1.04;margin:0}.lead{color:var(--muted);font-size:17px;line-height:1.7;margin:22px auto 30px;max-width:520px}.button{border:0;border-radius:11px;padding:11px 17px;font-weight:800;display:inline-flex;justify-content:center;align-items:center;gap:8px;text-decoration:none;transition:.18s transform,.18s filter}.button:hover{transform:translateY(-1px);filter:brightness(1.08)}.button:disabled{opacity:.55;cursor:not-allowed;transform:none}.button.primary{background:var(--accent);color:#fff}.button.secondary{background:#272c39;color:#fff;border:1px solid #353b4c}.button.large{padding:15px 24px;width:100%}.security-line{color:var(--muted);font-size:13px;margin-top:20px}.security-line span{color:var(--green)}.notice{display:flex;gap:12px;align-items:flex-start;padding:14px 16px;border-radius:12px;margin:16px 0;text-align:left}.notice span{color:var(--muted)}.notice.warning{background:rgba(255,202,92,.08);border:1px solid rgba(255,202,92,.3)}.notice.danger{background:rgba(255,97,116,.08);border:1px solid rgba(255,97,116,.3)}code{background:#0c0e13;border:1px solid #282d39;border-radius:5px;padding:2px 5px;color:#c4c0ff}.app-shell{display:grid;grid-template-columns:72px 260px 1fr;grid-template-rows:64px 1fr;min-height:100vh}.topbar{grid-column:1/-1;display:flex;align-items:center;padding:0 20px;border-bottom:1px solid var(--line);background:#11141b;position:sticky;top:0;z-index:10}.brand{display:flex;align-items:center;gap:10px;width:312px}.badge{font-size:10px;padding:4px 7px;border-radius:5px;background:rgba(59,212,156,.12);color:var(--green);letter-spacing:.08em}.topbar-status{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px}.status-dot{width:8px;height:8px;border-radius:50%;background:var(--yellow)}.status-dot.online{background:var(--green);box-shadow:0 0 14px var(--green)}.account{margin-left:auto;display:flex;align-items:center;gap:10px}.avatar{width:34px;height:34px;border-radius:50%;background:#292e3c;object-fit:cover}.icon-button{border:0;background:transparent;color:var(--muted);font-size:20px}.guildbar{grid-row:2;display:flex;flex-direction:column;align-items:center;padding:14px 0;gap:10px;background:#101218;border-right:1px solid var(--line);position:sticky;top:64px;height:calc(100vh - 64px);overflow-y:auto}.guild-list{display:flex;flex-direction:column;gap:10px}.guild-icon{width:46px;height:46px;border:0;border-radius:15px;background:#252a36;color:#fff;font-weight:900;overflow:hidden;display:grid;place-items:center;position:relative}.guild-icon img{width:100%;height:100%;object-fit:cover}.guild-icon:hover,.guild-icon.active{border-radius:12px;background:var(--accent)}.guild-icon.active:before{content:"";position:absolute;left:-13px;width:5px;height:30px;border-radius:0 5px 5px 0;background:#fff}.guild-separator{width:32px;height:1px;background:var(--line)}.sidebar{grid-row:2;padding:18px 14px;background:#13161e;border-right:1px solid var(--line);position:sticky;top:64px;height:calc(100vh - 64px);display:flex;flex-direction:column}.server-header{display:flex;align-items:center;gap:12px;padding:8px 8px 20px;border-bottom:1px solid var(--line)}.server-header small{color:var(--muted);font-size:10px;display:block;margin-bottom:4px}.server-header strong{display:block;max-width:165px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.server-icon{width:42px;height:42px;border-radius:12px;background:#272c38;object-fit:cover}.nav{display:flex;flex-direction:column;gap:4px;padding-top:16px}.nav-item{border:0;background:transparent;color:var(--muted);padding:11px 12px;border-radius:9px;text-align:left;font-weight:700;display:flex;align-items:center;gap:11px}.nav-item span{width:20px;text-align:center}.nav-item:hover,.nav-item.active{background:#202430;color:#fff}.sidebar-footer{margin-top:auto;padding:12px;color:#626b7d;font-size:11px}.workspace{grid-column:3;grid-row:2;padding:34px 38px 80px;min-width:0}.empty-state{min-height:70vh;display:grid;place-items:center;align-content:center;text-align:center;color:var(--muted)}.empty-state .brand-mark{margin-bottom:20px}.empty-state h2{color:#fff;margin:0 0 8px}.empty-state p{max-width:480px}.page-heading{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:25px}.page-heading h1{font-size:32px;margin:0}.page-heading p:last-child{color:var(--muted);margin:8px 0 0}.page-panel{display:none;animation:fade .18s ease}.page-panel.active{display:block}@keyframes fade{from{opacity:.5;transform:translateY(4px)}}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(140px,1fr));gap:14px;margin-bottom:18px}.stat-card{padding:20px;border:1px solid var(--line);border-radius:15px;background:var(--panel)}.stat-card small{display:block;color:var(--muted);margin-bottom:8px}.stat-card strong{font-size:27px}.grid{display:grid;gap:18px;margin-bottom:18px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.card{background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:22px;box-shadow:0 8px 28px rgba(0,0,0,.12)}.card h2{margin:0 0 8px;font-size:19px}.card>p,.card-heading p,.switch-row p{color:var(--muted);margin:3px 0 16px;line-height:1.5}.card-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:18px}.card-icon{font-size:25px}.muted,.hint{color:var(--muted)}.hint{font-size:12px;line-height:1.6}.check-list{display:grid;gap:10px}.check-item{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid var(--line)}.check-item:last-child{border-bottom:0}.check-ok{color:var(--green)}.check-bad{color:var(--red)}label{display:block;color:#c8cedb;font-size:13px;font-weight:700;margin-top:15px}input[type=text],input[type=number],select,textarea{width:100%;margin-top:7px;padding:11px 12px;border-radius:9px;border:1px solid #303646;background:#0f1218;color:#fff;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(111,103,255,.12)}textarea{resize:vertical;line-height:1.5}.switch-row,.setting-row{display:flex;justify-content:space-between;align-items:center;gap:18px}.setting-row{padding:14px 0;border-bottom:1px solid var(--line)}.setting-row small{display:block;color:var(--muted);margin-top:4px}.switch{margin:0;flex:none}.switch input{display:none}.switch span{display:block;width:45px;height:25px;background:#303544;border-radius:20px;position:relative;transition:.2s}.switch span:after{content:"";position:absolute;width:19px;height:19px;left:3px;top:3px;border-radius:50%;background:#fff;transition:.2s}.switch input:checked+span{background:var(--accent)}.switch input:checked+span:after{transform:translateX(20px)}.module-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.module-card{padding:16px;border:1px solid var(--line);border-radius:13px;background:var(--panel2);display:flex;justify-content:space-between;gap:12px}.module-card strong{display:block}.module-card small{display:block;color:var(--muted);margin-top:5px;line-height:1.35}.feature-list{display:grid;gap:10px;margin-top:18px;color:#bec5d3}.feature-list span:first-letter{color:var(--green)}.audit-list{display:grid}.audit-item{display:grid;grid-template-columns:1fr auto;gap:6px;padding:12px 0;border-bottom:1px solid var(--line)}.audit-item:last-child{border-bottom:0}.audit-item small{color:var(--muted)}.security-card{text-align:center}.big-icon{font-size:34px;display:block;margin-bottom:12px}.toast-root{position:fixed;right:20px;bottom:20px;z-index:100;display:grid;gap:10px}.toast{min-width:270px;max-width:400px;padding:13px 15px;border-radius:11px;background:#252a36;border:1px solid #3a4153;box-shadow:var(--shadow);animation:toastin .22s ease}.toast.success{border-color:rgba(59,212,156,.5)}.toast.error{border-color:rgba(255,97,116,.5)}@keyframes toastin{from{opacity:0;transform:translateY(10px)}}@media(max-width:1050px){.app-shell{grid-template-columns:66px 220px 1fr}.brand{width:286px}.stats-grid{grid-template-columns:repeat(2,1fr)}.module-grid{grid-template-columns:repeat(2,1fr)}.workspace{padding:28px 24px}}@media(max-width:780px){.app-shell{grid-template-columns:58px 1fr;grid-template-rows:58px auto 1fr}.topbar{height:58px}.brand{width:auto}.brand strong,.badge,.topbar-status,.account span{display:none}.guildbar{grid-row:2/4;top:58px;height:calc(100vh - 58px)}.sidebar{grid-column:2;grid-row:2;position:sticky;top:58px;height:auto;z-index:8;padding:8px 12px}.server-header,.sidebar-footer{display:none}.nav{flex-direction:row;overflow-x:auto;padding:0}.nav-item{white-space:nowrap}.workspace{grid-column:2;grid-row:3;padding:22px 16px 60px}.grid.two,.module-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.page-heading{align-items:flex-start;flex-direction:column}.page-heading .button{width:100%}}@media(max-width:480px){.stats-grid{grid-template-columns:1fr}.login-card{padding:35px 22px}.workspace{padding-left:12px;padding-right:12px}}
.preview-title{display:block;color:var(--accent2);font-weight:900;letter-spacing:.12em;margin-top:18px}.preview-box{margin-top:7px;padding:14px;border:1px solid #303646;border-radius:10px;background:#0f1218;color:#e8ebf2;white-space:pre-wrap;overflow-wrap:anywhere;min-height:50px}.moderation-list{display:grid;gap:10px;max-height:590px;overflow:auto;padding-right:4px}.moderation-item{padding:14px;border:1px solid var(--line);border-radius:12px;background:var(--panel2)}.moderation-item p{margin:7px 0;color:#d9deea}.moderation-item small{display:block;color:var(--muted);line-height:1.45;overflow-wrap:anywhere}.moderation-item time{display:block;color:#697285;font-size:11px;margin-top:9px}.moderation-title{display:flex;align-items:center;justify-content:space-between;gap:10px}.status-pill{padding:3px 7px;border-radius:999px;background:rgba(111,103,255,.14);color:#bdb8ff;font-size:10px;text-transform:uppercase;font-weight:900}.danger-pill{background:rgba(255,97,116,.12);color:#ff8998}
.security-layout{grid-template-columns:minmax(300px,.85fr) minmax(420px,1.4fr)}.security-member-list{display:grid;gap:7px;max-height:650px;overflow:auto;margin-top:16px;padding-right:4px}.security-member-row{width:100%;border:1px solid var(--line);background:var(--panel2);border-radius:12px;color:var(--text);padding:10px;display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;text-align:left}.security-member-row:hover,.security-member-row.active{border-color:var(--accent);background:#22263a}.security-member-row img{width:42px;height:42px;border-radius:50%;object-fit:cover;background:#292e3c}.security-member-row span{min-width:0}.security-member-row strong,.security-member-row small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.security-member-row small{color:var(--muted);font-size:11px;margin-top:3px}.risk-score{width:38px;height:38px;border-radius:50%;display:grid;place-items:center}.risk-low{color:var(--green);background:rgba(59,212,156,.11)}.risk-medium{color:var(--yellow);background:rgba(255,202,92,.12)}.risk-high{color:#ff8b62;background:rgba(255,139,98,.12)}.risk-critical{color:var(--red);background:rgba(255,97,116,.13)}.security-profile-head{display:flex;align-items:center;gap:14px;border-bottom:1px solid var(--line);padding-bottom:18px}.security-profile-head>img{width:72px;height:72px;border-radius:20px;object-fit:cover;background:#292e3c}.security-profile-head h2{margin:4px 0 8px}.security-profile-head small{color:var(--muted)}.risk-badge{margin-left:auto;display:flex;align-items:center;gap:7px;padding:10px 14px;border-radius:13px}.risk-badge>strong{font-size:28px}.risk-badge small{font-size:10px;line-height:1.25}.profile-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:18px 0}.profile-facts span{padding:11px;background:#0f1218;border:1px solid var(--line);border-radius:10px}.profile-facts small,.profile-facts strong{display:block}.profile-facts small{color:var(--muted);font-size:10px;margin-bottom:5px}.profile-facts strong{font-size:13px}.security-member-detail h3,.archive-stats h3{font-size:13px;margin:18px 0 7px;color:#d6dbea}.security-detail-list{margin:0;padding-left:20px;color:var(--muted);line-height:1.65}.risk-history-chart{height:110px;display:flex;align-items:flex-end;gap:4px;border-bottom:1px solid var(--line);padding-top:10px}.risk-history-point{flex:1;height:100%;display:flex;align-items:flex-end;min-width:4px}.risk-history-point span{display:block;width:100%;min-height:3px;border-radius:4px 4px 0 0;background:linear-gradient(180deg,var(--red),var(--accent))}.archive-card{text-align:left}.archive-stats{margin-top:18px;padding-top:2px;border-top:1px solid var(--line)}@media(max-width:1100px){.security-layout{grid-template-columns:1fr}}@media(max-width:480px){.profile-facts{grid-template-columns:1fr}.security-profile-head{align-items:flex-start;flex-wrap:wrap}.risk-badge{margin-left:0}}
