﻿:root {
  --bg: #0b0f19;
  --bg2: #0e1322;
  --card: rgba(255,255,255,0.04);
  --stroke: rgba(255,255,255,0.08);
  --text: #e2e8f0;
  --muted: #94a3b8;
  --accent: #6c5cfc;
  --accent2: #22d3ee;
  --green: #34d399;
  --red: #f87171;
  --yellow: #fbbf24;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: "Segoe UI", system-ui, sans-serif;
  background: var(--bg); color: var(--text);
  min-height: 100vh; overflow-x: hidden;
}
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* ---------- background ---------- */
.bg { position: fixed; inset: 0; z-index: -1; overflow: hidden; background: var(--bg); }
.bg .blob { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .35; }
.b1 { width: 520px; height: 520px; background: #4f46e5; top: -180px; left: -120px; }
.b2 { width: 460px; height: 460px; background: #0ea5e9; top: 30%; right: -160px; }
.b3 { width: 400px; height: 400px; background: #7c3aed; bottom: -140px; left: 25%; }
.b4 { width: 380px; height: 380px; background: #0891b2; bottom: -120px; right: 10%; opacity: .25; }
.bg .grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(ellipse at center, #000 0%, transparent 75%);
}

/* ---------- topbar ---------- */
.topbar {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11,15,25,.82); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--stroke);
}
.topbar-in { display: flex; align-items: center; gap: 28px; height: 62px; }
.brand { display: flex; align-items: center; gap: 9px; font-size: 18px; }
.brand svg { width: 22px; height: 22px; color: var(--accent2); }
.brand b { color: #fff; letter-spacing: .3px; }
.brand-sub { font-size: 12px; color: var(--muted); border-left: 1px solid var(--stroke); padding-left: 10px; }
.nav { display: flex; gap: 4px; margin-left: auto; }
.nav a {
  color: var(--muted); text-decoration: none; font-size: 14px;
  padding: 8px 13px; border-radius: 9px; transition: .18s;
}
.nav a:hover { color: #fff; background: rgba(255,255,255,.06); }
.lang { display: flex; gap: 6px; }
.lang-btn {
  background: transparent; color: var(--muted); border: 1px solid var(--stroke);
  border-radius: 8px; padding: 6px 10px; font-size: 12.5px; font-weight: 600; cursor: pointer; transition: .18s;
}
.lang-btn.active { background: var(--accent); color: #fff; border-color: var(--accent); }

/* ---------- hero ---------- */
.hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; padding-top: 72px; padding-bottom: 40px; }
.hero h1 { font-size: clamp(30px, 4.4vw, 52px); line-height: 1.15; font-weight: 800; }
.grad { background: linear-gradient(90deg, var(--accent2), var(--accent)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.sub { color: var(--muted); margin-top: 18px; font-size: 17px; line-height: 1.65; max-width: 560px; }
.hero-actions { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; gap: 9px; text-decoration: none; cursor: pointer;
  border-radius: 11px; font-weight: 600; border: none; transition: .2s; color: #fff;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: linear-gradient(135deg, var(--accent), #8b5cf6); box-shadow: 0 8px 28px rgba(108,92,252,.4); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 34px rgba(108,92,252,.55); }
.btn-ghost { background: rgba(255,255,255,.06); border: 1px solid var(--stroke); color: var(--text); }
.btn-ghost:hover { background: rgba(255,255,255,.11); }
.btn-lg { padding: 15px 28px; font-size: 15.5px; }
.hero-stats { display: flex; gap: 34px; margin-top: 42px; flex-wrap: wrap; }
.hstat b { font-size: 26px; display: block; background: linear-gradient(90deg, #fff, var(--accent2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hstat span { color: var(--muted); font-size: 13px; }

/* ---------- hero visual ---------- */
.card-preview {
  background: var(--card); border: 1px solid var(--stroke); border-radius: 18px; overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,.5);
}
.cp-top { display: flex; gap: 7px; padding: 13px 16px; border-bottom: 1px solid var(--stroke); }
.cp-dot { width: 11px; height: 11px; border-radius: 50%; }
.cp-dot.r { background: #f87171; } .cp-dot.y { background: #fbbf24; } .cp-dot.g { background: #34d399; }
.cp-body { padding: 30px; display: flex; flex-direction: column; align-items: center; gap: 24px; }
.cp-radar { position: relative; width: 170px; height: 170px; }
.cr-ring { position: absolute; border: 1px solid rgba(108,92,252,.3); border-radius: 50%; }
.cr-ring.r1 { inset: 0; } .cr-ring.r2 { inset: 24px; } .cr-ring.r3 { inset: 48px; }
.cr-sweep { position: absolute; inset: 0; border-radius: 50%;
  background: conic-gradient(from 0deg, rgba(34,211,238,.5), transparent 60%);
  animation: spin 2.6s linear infinite;
}
.cr-core { position: absolute; inset: 0; display: grid; place-items: center; }
.cr-core svg { width: 30px; height: 30px; color: var(--accent2); }
.cp-lines { width: 100%; display: flex; flex-direction: column; gap: 9px; }
.cp-lines i { height: 9px; border-radius: 6px; background: rgba(255,255,255,.07); }
.cp-lines i:nth-child(1){width:96%} .cp-lines i:nth-child(2){width:82%} .cp-lines i:nth-child(3){width:88%} .cp-lines i:nth-child(4){width:58%} .cp-lines i:nth-child(5){width:70%}
.cp-badge { display: inline-flex; align-items: center; gap: 8px; padding: 9px 18px; border-radius: 99px; font-weight: 600; font-size: 13.5px; }
.cp-badge.ok { background: rgba(52,211,153,.12); color: var(--green); border: 1px solid rgba(52,211,153,.3); }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- download ---------- */
.dl-box {
  display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: center;
  background: var(--card); border: 1px solid var(--stroke); border-radius: 18px; padding: 40px;
}
.dl-info h2, .sec-head h2 { font-size: 28px; font-weight: 800; }
.dl-info p { color: var(--muted); margin-top: 12px; line-height: 1.6; }
.dl-list { list-style: none; margin-top: 18px; display: grid; gap: 9px; }
.dl-list li { color: var(--text); font-size: 14.5px; display: flex; gap: 9px; align-items: center; }
.dl-list li::before { content: "вњ“"; color: var(--green); font-weight: 700; }
.dl-card {
  background: rgba(108,92,252,.09); border: 1px solid rgba(108,92,252,.35);
  border-radius: 16px; padding: 26px; text-align: center; min-width: 250px;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.dl-icon { width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--accent), #8b5cf6); }
.dl-icon svg { width: 26px; height: 26px; }
.dl-name { font-size: 16.5px; color: #fff; }
.dl-ver { color: var(--accent2); font-size: 13px; font-weight: 600; }
.dl-card .btn { margin-top: 14px; width: 100%; justify-content: center; }
.dl-size { color: var(--muted); font-size: 12.5px; }

/* ---------- sections ---------- */
.section { padding-top: 70px; }
.sec-head { text-align: center; margin-bottom: 34px; }
.sec-head p { color: var(--muted); margin-top: 10px; }

/* ---------- bans ---------- */
.bans-toolbar { display: flex; flex-direction: column; gap: 14px; margin-bottom: 18px; }
.search-box {
  display: flex; align-items: center; gap: 10px; background: var(--card);
  border: 1px solid var(--stroke); border-radius: 13px; padding: 0 16px;
}
.search-box:focus-within { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(108,92,252,.18); }
.search-box svg { width: 18px; height: 18px; color: var(--muted); flex: none; }
.search-box input {
  flex: 1; background: transparent; border: none; outline: none; color: var(--text);
  font-size: 15.5px; padding: 15px 0;
}
.filters { display: flex; gap: 8px; flex-wrap: wrap; }
.chip {
  background: var(--card); color: var(--muted); border: 1px solid var(--stroke);
  border-radius: 99px; padding: 8px 15px; font-size: 13px; cursor: pointer; transition: .18s;
}
.chip:hover { color: #fff; }
.chip.active { background: var(--accent); color: #fff; border-color: var(--accent); }
.bans-count { color: var(--muted); font-size: 13.5px; margin-bottom: 12px; }
.bans-count b { color: var(--accent2); }

.bans-table-wrap {
  background: var(--card); border: 1px solid var(--stroke); border-radius: 16px; overflow: hidden;
}
.bans-table { width: 100%; border-collapse: collapse; }
.bans-table th {
  text-align: left; font-size: 12.5px; text-transform: uppercase; letter-spacing: .6px;
  color: var(--muted); padding: 14px 18px; border-bottom: 1px solid var(--stroke);
  background: rgba(255,255,255,.02);
}
.bans-table td { padding: 14px 18px; border-bottom: 1px solid rgba(255,255,255,.05); font-size: 14.5px; vertical-align: middle; }
.bans-table tr:last-child td { border-bottom: none; }
.bans-table tr:hover td { background: rgba(255,255,255,.025); }
.td-nick { display: flex; align-items: center; gap: 11px; }
.td-avatar {
  width: 32px; height: 32px; border-radius: 9px; flex: none; display: grid; place-items: center;
  font-weight: 700; font-size: 13px; color: #fff;
  background: linear-gradient(135deg, var(--accent), #8b5cf6);
}
.td-nick b { display: block; }
.td-nick small { color: var(--muted); font-size: 11.5px; }
.td-game { color: var(--accent2); font-weight: 600; font-size: 13.5px; }
.td-reason { color: var(--text); max-width: 320px; }
.td-server { color: var(--muted); font-size: 13px; }
.td-date { color: var(--muted); font-size: 13px; white-space: nowrap; }
.badge {
  display: inline-block; padding: 5px 11px; border-radius: 99px; font-size: 12px; font-weight: 600;
}
.badge.ban { background: rgba(248,113,113,.13); color: var(--red); border: 1px solid rgba(248,113,113,.3); }
.badge.lift { background: rgba(52,211,153,.12); color: var(--green); border: 1px solid rgba(52,211,153,.3); }
.badge.review { background: rgba(251,146,60,.13); color: #fb923c; border: 1px solid rgba(251,146,60,.35); }
.badge.fp { background: rgba(250,204,21,.12); color: #facc15; border: 1px solid rgba(250,204,21,.35); }
.fp-report { margin-top: 5px; }
.fp-btn {
  background: transparent; color: var(--muted); border: 1px dashed rgba(148,163,184,.35);
  border-radius: 8px; padding: 3px 9px; font-size: 11.5px; cursor: pointer; transition: .2s;
}
.fp-btn:hover { color: #facc15; border-color: rgba(250,204,21,.6); }
.fp-btn:disabled { opacity: .6; cursor: default; }
.fp-ok { color: var(--green); border-color: rgba(52,211,153,.5); }
.muted { color: var(--muted); font-size: 13px; }
.cheat-chip {
  display: inline-flex; align-items: center; gap: 7px; padding: 4px 10px; margin: 2px 4px 2px 0;
  border-radius: 8px; border: 1px solid; font-size: 12.5px; font-weight: 600; white-space: nowrap;
}
.cheat-chip i { font-style: normal; font-weight: 400; font-size: 11px; opacity: .75; }

.bans-empty { text-align: center; padding: 60px 20px; color: var(--muted); }
.bans-empty svg { width: 40px; height: 40px; opacity: .5; margin-bottom: 12px; }
.bans-empty b { display: block; color: var(--text); font-size: 17px; }
.bans-empty span { font-size: 13.5px; }

/* ---------- features ---------- */
.feat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }
.feat {
  background: var(--card); border: 1px solid var(--stroke); border-radius: 16px; padding: 24px;
  transition: .2s;
}
.feat:hover { transform: translateY(-3px); border-color: rgba(108,92,252,.4); }
.feat-ico { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; margin-bottom: 16px;
  background: color-mix(in srgb, var(--c) 16%, transparent); color: var(--c); }
.feat-ico svg { width: 22px; height: 22px; }
.feat b { font-size: 16px; display: block; }
.feat span { color: var(--muted); font-size: 13.5px; line-height: 1.55; display: block; margin-top: 7px; }

/* ---------- footer ---------- */
footer { margin-top: 90px; border-top: 1px solid var(--stroke); padding: 26px 0; }
.foot-in { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.foot-links { display: flex; gap: 14px; }
.foot-links a { color: var(--muted); text-decoration: none; font-size: 13px; }
.foot-links a:hover { color: var(--accent); }
.foot-in span { color: var(--muted); font-size: 13px; }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; text-align: center; }
  .sub { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-stats { justify-content: center; }
  .card-preview { max-width: 420px; margin: 0 auto; width: 100%; }
  .dl-box { grid-template-columns: 1fr; text-align: center; }
  .dl-card { margin: 0 auto; }
  .nav { display: none; }
}

/* =============== KEY TERMINAL =============== */
.hidden { display: none !important; }
.kt-wrap { max-width: 520px; margin: 0 auto; display: flex; flex-direction: column; gap: 18px; }
.kt-card { background: var(--card); border: 1px solid var(--stroke); border-radius: 20px; padding: 26px; box-shadow: 0 20px 60px rgba(0,0,0,0.4); backdrop-filter: blur(16px); }
.kt-card-head { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.kt-mark { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; flex-shrink: 0; font-weight: 900; font-size: 21px; color: #fff; background: linear-gradient(135deg, var(--accent), #22d3ee); box-shadow: 0 8px 28px rgba(108,92,252,0.5); }
.kt-name { display: block; font-size: 16px; font-weight: 800; letter-spacing: 0.3px; }
.kt-tag { display: inline-block; margin-top: 4px; font-size: 9.5px; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase; color: #22d3ee; background: rgba(34,211,238,0.1); border: 1px solid rgba(34,211,238,0.3); padding: 3px 9px; border-radius: 7px; }
.kt-ok { color: var(--green); background: rgba(52,211,153,0.1); border-color: rgba(52,211,153,0.3); }
@keyframes ktpulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }
.kt-form { display: flex; flex-direction: column; gap: 12px; }
.kt-form input { padding: 14px 15px; border-radius: 12px; font-size: 14px; color: var(--text); background: rgba(255,255,255,0.05); border: 1px solid var(--stroke); outline: none; font-family: "Consolas", monospace; letter-spacing: 1px; transition: border-color 0.25s, box-shadow 0.25s; }
.kt-form input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(108,92,252,0.2); }
.kt-error { color: var(--red); font-size: 12px; font-weight: 700; min-height: 15px; }
.kt-card h3 { font-size: 22px; font-weight: 800; margin-bottom: 6px; }
.kt-desc { color: var(--muted); font-size: 13.5px; margin-bottom: 18px; }
.kt-desc b { color: #22d3ee; }
.kt-term { border: 1px solid var(--stroke); border-radius: 14px; overflow: hidden; margin-bottom: 18px; }
.kt-term-top { padding: 10px 14px; font-size: 10px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #22d3ee; background: rgba(34,211,238,0.08); border-bottom: 1px solid var(--stroke); display: flex; align-items: center; gap: 8px; }
.kt-term-top::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px var(--green); }
.kt-term-body { padding: 18px; background: rgba(0,0,0,0.25); }
.kt-term-body label { display: block; font-size: 10px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.kt-keybox { font-family: "Consolas", "Cascadia Mono", monospace; font-size: 14px; font-weight: 700; letter-spacing: 1.2px; color: #fff; text-align: center; padding: 16px 12px; border-radius: 11px; margin-bottom: 14px; word-break: break-all; background: rgba(108,92,252,0.12); border: 1px solid rgba(108,92,252,0.4); text-shadow: 0 0 14px rgba(108,92,252,0.6); user-select: all; }
.kt-term-body .btn { flex: 1; }
.kt-term-body small { display: block; text-align: center; color: var(--muted); font-size: 11px; margin-top: 10px; }
.kt-logout { width: 100%; }
.kt-key-actions { display: flex; gap: 10px; }
.kt-form input::-ms-reveal, .kt-form input::-ms-clear { display: none; }
