
:root{
  --bg:#070707;--panel:#101010;--panel2:#151515;--line:#292929;
  --red:#e11818;--red2:#8d0a0a;--text:#f5f5f5;--muted:#969696;
}
*{box-sizing:border-box}
html,body{min-height:100%}
body{
  margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Arial,sans-serif;
  background:
    radial-gradient(circle at 8% 8%,rgba(177,0,0,.32),transparent 28%),
    radial-gradient(circle at 90% 85%,rgba(85,0,0,.18),transparent 34%),
    var(--bg);color:var(--text)
}
.noise{position:fixed;inset:0;pointer-events:none;opacity:.14;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:34px 34px}
.shell{width:min(1180px,92vw);margin:auto;padding:48px 0 70px;position:relative}
.login-wrap{min-height:calc(100vh - 118px);display:grid;grid-template-columns:470px 1fr;align-items:center;gap:9vw}
.login-card,.topbar,.stat,.card,.hero-dashboard{background:linear-gradient(145deg,rgba(20,20,20,.96),rgba(10,10,10,.96));border:1px solid var(--line);box-shadow:0 30px 90px rgba(0,0,0,.42)}
.login-card{padding:34px;border-radius:28px}
.brand{display:flex;align-items:center;gap:15px}.brand.compact{gap:11px}
.logo{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(145deg,#ff2929,#a60000);font-weight:1000;letter-spacing:-.07em;font-size:22px;box-shadow:0 0 32px rgba(225,24,24,.24)}
.compact .logo{width:46px;height:46px;border-radius:14px;font-size:18px}
.overline{display:block;color:#ff5353;font-size:10px;font-weight:800;letter-spacing:.22em;margin-bottom:6px}
h1,h2,h3,h4,p{margin-top:0}
h1{font-size:30px;margin-bottom:0;letter-spacing:.025em}h1 em{font-style:normal;color:#ff3838}
.lead{color:var(--muted);line-height:1.65;margin:28px 0}
label{display:block;margin:17px 0;color:#b8b8b8;font-size:12px;font-weight:700}
input{display:block;width:100%;margin-top:9px;border:1px solid #303030;border-radius:14px;background:#0b0b0b;color:#fff;padding:16px;outline:none;font-size:14px}
input:focus{border-color:#d91b1b;box-shadow:0 0 0 3px rgba(217,27,27,.12)}
button{cursor:pointer;border:0;border-radius:14px;padding:16px 19px;background:linear-gradient(135deg,#f02424,#a80d0d);color:white;font-weight:900;letter-spacing:.04em;width:100%}
button:disabled{opacity:.6;cursor:not-allowed}
.status{min-height:23px;margin-top:14px;font-size:13px;color:#bcbcbc}
.status.error{color:#ff6464}.status.success{color:#7fe89a}
.security-note{display:flex;align-items:center;gap:9px;color:#707070;font-size:11px;margin-top:16px}.dot{width:7px;height:7px;border-radius:50%;background:#e71e1e;box-shadow:0 0 12px #e71e1e}
.hero-copy h2{font-size:clamp(36px,5vw,68px);line-height:1.01;letter-spacing:-.055em;margin-bottom:22px}.hero-copy h2 strong{color:#f03535}.hero-copy p{max-width:530px;color:#929292;font-size:17px;line-height:1.7}
.hidden{display:none!important}
.dashboard{padding-top:8px}.topbar{border-radius:22px;padding:17px 19px;display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.topbar h3{margin:0;font-size:17px}
.secondary{width:auto;background:#151515;border:1px solid #333;color:#ddd;padding:12px 16px}
.hero-dashboard{border-radius:26px;padding:30px;margin-bottom:16px;display:flex;justify-content:space-between;align-items:center}.hero-dashboard h2{font-size:36px;margin-bottom:7px}.hero-dashboard p{color:#888;margin:0}
.online-pill{padding:10px 13px;border:1px solid #343434;border-radius:999px;font-size:10px;font-weight:800;letter-spacing:.12em;color:#bdbdbd}.online-pill span{display:inline-block;width:7px;height:7px;border-radius:50%;background:#39d46a;margin-right:7px;box-shadow:0 0 10px #39d46a}
.stats{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-bottom:36px}.stat{border-radius:20px;padding:20px}.stat span{display:block;color:#888;font-size:10px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.stat strong{display:block;font-size:23px;margin-top:8px}
.section-title{margin:28px 2px 13px}.section-title h3{font-size:24px;margin:0}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.card{border-radius:22px;padding:21px}.card h4{font-size:20px;margin-bottom:16px}.tag{display:inline-block;border:1px solid #3c1d1d;background:#190a0a;color:#ff5a5a;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:800;margin:0 5px 6px 0}
.kv{display:flex;justify-content:space-between;gap:16px;border-bottom:1px solid #222;padding:9px 0;color:#858585;font-size:12px}.kv strong{color:#e8e8e8;text-align:right;font-size:12px}.empty{color:#777;padding:20px 0}
@media(max-width:900px){.login-wrap{grid-template-columns:1fr}.hero-copy{display:none}.login-card{width:min(480px,100%);margin:auto}.stats{grid-template-columns:repeat(2,1fr)}.cards{grid-template-columns:1fr}.hero-dashboard{align-items:flex-start;gap:20px;flex-direction:column}}
@media(max-width:520px){.shell{width:94vw;padding-top:22px}.login-card{padding:24px}.stats{grid-template-columns:1fr 1fr}.hero-dashboard h2{font-size:29px}}
