﻿:root{--bg:#090b10;--panel:#11141c;--panel-2:#171b25;--text:#f6f6f8;--muted:#969cac;--border:#262b38;--accent:#7c5cff;--accent-2:#a996ff;--success:#53d6a0;--danger:#ff637b;--radius:18px}*{box-sizing:border-box}html{background:var(--bg);color-scheme:dark}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(circle at 75% -15%,rgba(124,92,255,.14),transparent 34%),var(--bg);color:var(--text);min-height:100vh}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.topbar{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,72px);border-bottom:1px solid rgba(255,255,255,.06);position:relative;z-index:5}.brand{display:flex;align-items:center;gap:12px;font-weight:760;letter-spacing:-.02em}.brand-mark{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:linear-gradient(135deg,var(--accent),#4d36ce);font-size:12px;box-shadow:0 8px 25px rgba(124,92,255,.3)}.top-actions,.user-chip{display:flex;align-items:center;gap:12px}.user-chip{font-size:14px;color:#d9dbe2}.user-chip img{width:30px;height:30px;border-radius:50%}.btn{border:1px solid var(--border);border-radius:11px;padding:11px 17px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;cursor:pointer;transition:.18s ease;background:transparent;color:var(--text)}.btn:hover{transform:translateY(-1px);border-color:#464d60}.btn.primary{background:var(--accent);border-color:var(--accent);box-shadow:0 12px 30px rgba(124,92,255,.2)}.btn.primary:hover{background:#896cff}.btn.secondary{background:#181c26}.btn.ghost{border-color:transparent;color:var(--muted)}.btn.full{width:100%;margin-top:24px}.btn.danger{color:#ff9cab;border-color:rgba(255,99,123,.35)}.hero{max-width:1120px;margin:auto;padding:clamp(90px,13vw,170px) 24px 120px;text-align:center}.eyebrow,.kicker{font-size:11px;text-transform:uppercase;letter-spacing:.18em;font-weight:800;color:var(--accent-2)}.eyebrow{display:inline-flex;align-items:center;gap:9px;background:rgba(124,92,255,.08);border:1px solid rgba(124,92,255,.2);padding:8px 12px;border-radius:999px}.eyebrow span{width:6px;height:6px;border-radius:50%;background:var(--accent-2);box-shadow:0 0 12px var(--accent)}h1,h2,h3,p{margin-top:0}.hero h1{font-size:clamp(48px,8vw,92px);line-height:.96;letter-spacing:-.065em;margin:30px 0 28px}.hero h1 em{font-style:normal;color:var(--accent-2)}.hero>p{max-width:650px;margin:0 auto 35px;color:var(--muted);font-size:18px;line-height:1.7}.hero-actions{display:flex;justify-content:center;gap:12px}.trust-row{margin-top:38px;display:flex;justify-content:center;gap:26px;color:#707687;font-size:12px}.trust-row span::first-letter{color:var(--success)}.section{max-width:1180px;margin:auto;padding:70px 24px 120px}.section-heading,.page-heading,.content-heading{display:flex;justify-content:space-between;align-items:end;gap:40px}.section-heading{margin-bottom:40px}.section-heading h2,.support-banner h2{font-size:clamp(32px,5vw,52px);letter-spacing:-.045em;margin:10px 0 0}.section-heading>p{max-width:420px;color:var(--muted);line-height:1.6}.module-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.module-card{position:relative;min-height:210px;padding:26px;border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(145deg,rgba(255,255,255,.025),transparent),var(--panel);overflow:hidden}.module-card:hover{border-color:#383e4f}.module-card .status{position:absolute;right:22px;top:22px;color:#9286c6;background:rgba(124,92,255,.09);padding:6px 9px;border-radius:7px;font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:800}.module-card h3{font-size:20px;margin:50px 0 8px}.module-card p{color:var(--muted);line-height:1.5;font-size:14px;margin:0}.support-banner{max-width:1132px;margin:0 auto 100px;padding:45px 50px;border-radius:24px;border:1px solid rgba(124,92,255,.25);background:linear-gradient(110deg,rgba(124,92,255,.15),rgba(124,92,255,.03));display:flex;align-items:center;justify-content:space-between;gap:30px}.support-banner h2{font-size:30px;margin:9px 0}.support-banner p{color:var(--muted);margin:0}.footer{border-top:1px solid var(--border);min-height:80px;padding:25px clamp(20px,5vw,72px);display:flex;justify-content:space-between;align-items:center;color:#737989;font-size:13px}.footer a:hover{color:var(--text)}.page{max-width:1180px;margin:auto;padding:75px 24px 120px}.page-heading{margin-bottom:42px}.page-heading h1{font-size:48px;letter-spacing:-.045em;margin:10px 0}.page-heading p{color:var(--muted);margin:0}.stat-pill{border:1px solid var(--border);border-radius:14px;padding:14px 18px;display:flex;align-items:center;gap:10px;color:var(--muted);font-size:13px}.stat-pill strong{font-size:22px;color:var(--text)}.server-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.server-card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:24px}.server-card-head{display:flex;justify-content:space-between;align-items:start}.server-icon{width:46px;height:46px;border-radius:14px;background:#222735;display:grid;place-items:center;overflow:hidden;font-weight:800;font-size:13px}.server-icon.large{width:58px;height:58px}.server-icon img{width:100%;height:100%;object-fit:cover}.server-card h2{font-size:18px;margin:24px 0 6px}.server-card code{color:#747b8c;font-size:11px}.presence{font-size:11px;color:#959bab;background:#1a1e28;border:1px solid var(--border);padding:7px 9px;border-radius:999px}.presence.online{color:var(--success);border-color:rgba(83,214,160,.2);background:rgba(83,214,160,.06)}.empty-state{text-align:center;border:1px dashed #303645;border-radius:24px;padding:100px 20px}.empty-icon{font-size:44px;color:var(--accent-2)}.empty-state h2{margin:18px 0 8px}.empty-state p{color:var(--muted)}.dashboard-shell{display:grid;grid-template-columns:255px 1fr;max-width:1440px;margin:auto;min-height:calc(100vh - 157px)}.sidebar{padding:28px 20px;border-right:1px solid var(--border);display:flex;flex-direction:column}.server-identity{display:flex;align-items:center;gap:12px;padding:0 8px 26px;border-bottom:1px solid var(--border)}.server-identity strong,.server-identity small{display:block;max-width:145px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.server-identity strong{font-size:14px}.server-identity small{color:#6f7584;font-size:10px;margin-top:4px}.side-nav{display:flex;flex-direction:column;gap:5px;padding-top:24px}.side-nav a{padding:11px 12px;border-radius:9px;color:#89909f;font-size:13px;font-weight:650}.side-nav a:hover,.side-nav a.active{background:#171b25;color:var(--text)}.side-nav a.active{box-shadow:inset 2px 0 var(--accent)}.back-link{margin-top:auto;padding:12px;color:#757b89;font-size:12px}.dashboard-content{padding:58px clamp(28px,5vw,74px) 90px;min-width:0}.dashboard-content.narrow{max-width:1000px}.page-heading.compact{align-items:center}.page-heading.compact h1{font-size:40px}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:48px}.metrics article{border:1px solid var(--border);background:var(--panel);border-radius:14px;padding:21px}.metrics span,.metrics strong{display:block}.metrics span{color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:10px}.metrics strong{font-size:17px}.content-heading{margin-bottom:23px}.content-heading h2{margin-bottom:6px}.content-heading p{color:var(--muted);font-size:14px;margin:0}.content-heading>a{color:var(--accent-2);font-size:13px}.dashboard-modules{grid-template-columns:repeat(2,1fr)}.module-toggle{position:absolute;bottom:24px;right:24px;width:35px;height:20px;border:0;border-radius:20px;background:#292e3a}.module-toggle span{display:block;width:14px;height:14px;border-radius:50%;background:#555c6d}.settings-card,.danger-card{border:1px solid var(--border);background:var(--panel);border-radius:var(--radius);padding:28px;margin-bottom:24px}.form-row{display:grid;grid-template-columns:1fr 230px;align-items:center;gap:30px;padding:22px 0;border-bottom:1px solid var(--border)}.form-row label{font-weight:700;font-size:14px}.form-row label span{display:block;font-weight:400;color:var(--muted);font-size:12px;margin-top:6px}.form-row select{background:#0d1016;border:1px solid #303644;border-radius:10px;padding:11px 13px;color:var(--text)}.form-actions{padding-top:26px;display:flex;justify-content:flex-end}.danger-card{display:flex;align-items:center;justify-content:space-between;border-color:rgba(255,99,123,.2)}.danger-card h2{font-size:17px;margin-bottom:8px}.danger-card p{color:var(--muted);font-size:13px;margin:0;max-width:500px}.notice{padding:14px 16px;border-radius:10px;margin-bottom:15px;font-size:13px}.notice.success{color:var(--success);background:rgba(83,214,160,.08);border:1px solid rgba(83,214,160,.18)}.error-page{text-align:center;min-height:calc(100vh - 157px);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px}.error-code{font:800 100px/1 ui-monospace,monospace;color:#202532}.error-page h1{font-size:38px;margin:25px 0 10px}.error-page p{color:var(--muted);margin-bottom:26px}@media(max-width:900px){.module-grid,.server-grid{grid-template-columns:repeat(2,1fr)}.dashboard-shell{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid var(--border)}.side-nav{flex-direction:row;overflow-x:auto}.back-link{margin-top:15px}.dashboard-content{padding-top:40px}}@media(max-width:620px){.topbar{height:66px}.brand>span:last-child,.user-chip span{display:none}.hero{padding-top:85px}.hero-actions,.trust-row,.support-banner,.section-heading,.page-heading,.danger-card{flex-direction:column;align-items:stretch}.trust-row{gap:10px}.module-grid,.server-grid,.metrics{grid-template-columns:1fr}.support-banner{margin-left:18px;margin-right:18px;padding:30px}.section-heading,.page-heading{gap:15px}.page-heading h1{font-size:38px}.dashboard-content{padding:34px 18px 70px}.form-row{grid-template-columns:1fr;gap:14px}.footer{flex-direction:column;gap:12px;text-align:center}.top-actions{gap:2px}}

.server-section{margin-top:50px}.server-section:first-of-type{margin-top:0}.server-section.installed-section{padding:28px;border:1px solid rgba(124,92,255,.22);border-radius:24px;background:linear-gradient(145deg,rgba(124,92,255,.08),rgba(17,20,28,.35))}.server-section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.server-section-heading h2{font-size:25px;letter-spacing:-.03em;margin:7px 0 0}.section-count{display:grid;place-items:center;min-width:34px;height:34px;padding:0 10px;border:1px solid var(--border);border-radius:999px;color:var(--muted);font-size:13px;font-weight:800}.installed-section .section-count{color:var(--accent-2);border-color:rgba(124,92,255,.3);background:rgba(124,92,255,.08)}.compact-empty{padding:30px;border:1px dashed #353b4a;border-radius:14px;text-align:center}.compact-empty p{margin:0;color:var(--muted);font-size:14px}@media(max-width:620px){.server-section.installed-section{padding:18px}.server-section{margin-top:38px}}.session-notice{max-width:720px;margin:24px auto -48px;padding:13px 18px;border:1px solid rgba(124,92,255,.28);border-radius:12px;background:rgba(124,92,255,.09);color:#c5bbff;text-align:center;font-size:13px}@media(max-width:620px){.session-notice{margin:18px 18px -35px}}.module-card.module-active{border-color:rgba(124,92,255,.38);background:linear-gradient(145deg,rgba(124,92,255,.1),transparent),var(--panel)}.module-card .status.enabled{color:var(--success);border:1px solid rgba(83,214,160,.18);background:rgba(83,214,160,.07)}.module-configure{position:absolute;right:24px;bottom:24px;color:var(--accent-2);font-size:13px;font-weight:750}.module-configure:hover{color:#c4b8ff}.settings-card input[type=number]{background:#0d1016;border:1px solid #303644;border-radius:10px;padding:11px 13px;color:var(--text);width:100%}.switch{justify-self:end;position:relative;width:48px;height:27px}.switch input{position:absolute;opacity:0}.switch>span{display:block;width:48px;height:27px;border-radius:999px;background:#292e3a;cursor:pointer;transition:.2s}.switch>span:after{content:"";display:block;width:19px;height:19px;margin:4px;border-radius:50%;background:#7e8595;transition:.2s}.switch input:checked+span{background:var(--accent)}.switch input:checked+span:after{transform:translateX(21px);background:#fff}.command-list{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}.command-list code{padding:8px 10px;border:1px solid var(--border);border-radius:8px;background:#0c0f15;color:#c7cbd5;font-size:12px}.module-card-switch{position:absolute;left:24px;bottom:21px}.module-card-switch .switch{display:block}.module-card-switch:has(input:checked)+.module-configure{color:var(--success)}.logging-content{max-width:1180px}.logging-master{margin-bottom:18px}.logging-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.logging-category{min-width:0;padding:22px;border:1px solid var(--border);border-radius:16px;background:linear-gradient(145deg,rgba(124,92,255,.055),transparent),var(--panel)}.logging-category-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;min-height:76px}.logging-category-head h2{font-size:17px;margin-bottom:7px}.logging-category-head p{color:var(--muted);font-size:12px;line-height:1.5;margin:0}.logging-category-head .switch{flex:0 0 48px}.channel-select-label{display:block;margin:18px 0 8px;color:#c5c9d3;font-size:12px;font-weight:700}.channel-select{position:relative;display:flex;align-items:center;width:100%;height:48px;border:1px solid #303747;border-radius:12px;background:linear-gradient(180deg,#111621,#0d1119);box-shadow:inset 0 1px rgba(255,255,255,.025);transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.channel-select:hover{border-color:#444c60;background:linear-gradient(180deg,#141a26,#0f131c)}.channel-select:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px rgba(124,92,255,.14),inset 0 1px rgba(255,255,255,.035)}.channel-select-icon{display:grid;place-items:center;flex:0 0 36px;width:36px;height:28px;margin-left:8px;border-right:1px solid #2b3140;color:#858da0;font-size:17px;font-weight:800;line-height:1}.channel-select select{appearance:none;-webkit-appearance:none;width:100%;min-width:0;height:100%;padding:0 44px 0 13px;border:0;outline:0;background:transparent;color:#eef0f5;font-size:13px;font-weight:650;cursor:pointer}.channel-select select option{background:#11151e;color:#f5f6f8}.channel-select-chevron{position:absolute;right:15px;width:17px;height:17px;pointer-events:none;fill:none;stroke:#8f96a7;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:stroke .18s ease,transform .18s ease}.channel-select:focus-within .channel-select-chevron{stroke:var(--accent-2);transform:translateY(1px)}.channel-select-help{display:block;margin-top:8px;color:#697183;font-size:10px;line-height:1.4}.sticky-save{position:sticky;bottom:16px;display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:22px;padding:12px 12px 12px 18px;border:1px solid rgba(124,92,255,.3);border-radius:14px;background:rgba(13,16,22,.94);box-shadow:0 18px 50px rgba(0,0,0,.34);backdrop-filter:blur(14px);z-index:3;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(calc(100% + 34px));transition:transform .32s cubic-bezier(.22,1,.36,1),opacity .2s ease,visibility 0s linear .32s}.sticky-save.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);transition:transform .32s cubic-bezier(.22,1,.36,1),opacity .2s ease,visibility 0s}.unsaved-copy{display:flex;flex-direction:column;gap:3px;min-width:0}.unsaved-copy strong{font-size:12px;color:#f0edff}.unsaved-copy span{color:#7f8698;font-size:10px}@media(max-width:800px){.logging-grid{grid-template-columns:1fr}}@media(max-width:620px){.logging-category{padding:18px}.logging-category-head{min-height:0}.sticky-save{align-items:stretch;flex-direction:column;gap:10px;padding:13px}.sticky-save .btn{width:100%}.unsaved-copy{text-align:center}}


