/* ============================================================
   LMEA 3X — site styles
   Black dominant · red accent · rugged/industrial gamer look
   ============================================================ */

:root {
  --bg: #070708;
  --bg-2: #0d0d0f;
  --panel: #111113;
  --panel-2: #16161a;
  --line: #232327;
  --red: #e8192c;
  --red-soft: rgba(232, 25, 44, 0.14);
  --red-glow: rgba(232, 25, 44, 0.45);
  --text: #e8e8ea;
  --muted: #9a9aa2;
  --radius: 10px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background:
    radial-gradient(1100px 500px at 80% -10%, rgba(232, 25, 44, 0.07), transparent 60%),
    radial-gradient(900px 420px at 10% 110%, rgba(232, 25, 44, 0.05), transparent 55%),
    var(--bg);
  color: var(--text);
  font-family: "Rajdhani", "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.55;
  min-height: 100vh;
}

/* film grain overlay */
.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}

h1, h2, h3, .brand-text, .stat-value, .nf-code, .tier-price, .wipe-count {
  font-family: "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.04em;
  font-weight: 400;
}

a { color: inherit; text-decoration: none; }
.muted { color: var(--muted); }
.small { font-size: 0.85rem; }
.center { text-align: center; }
.red { color: var(--red); text-shadow: 0 0 18px var(--red-glow); }
.red-text { color: var(--red); }
.mono { font-family: Consolas, monospace; }
.dim { color: var(--muted); font-size: 0.7em; }

/* ---------------- Nav ---------------- */
.nav-wrap {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(9, 9, 11, 0.88);
  backdrop-filter: blur(10px);
}
.nav {
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 14px 22px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
}
.brand-mark { width: 30px; height: 30px; color: var(--red); filter: drop-shadow(0 0 6px var(--red-glow)); }
.brand-text { font-size: 1.65rem; line-height: 1; }
.brand-text em, .footer-brand em { font-style: normal; color: var(--red); }

.nav-links {
  list-style: none;
  display: flex;
  gap: 4px;
  margin-left: auto;
}
.nav-links a {
  display: block;
  padding: 8px 13px;
  border-radius: 7px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  color: var(--muted);
  transition: color 0.2s, background 0.2s;
}
.nav-links a:hover { color: var(--text); background: var(--panel-2); }
.nav-links a.is-active { color: var(--red); background: var(--red-soft); }

.nav-discord { margin-left: 4px; white-space: nowrap; }

.nav-toggle { display: none; background: none; border: 1px solid var(--line); border-radius: 7px; padding: 9px 10px; cursor: pointer; margin-left: auto; }
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--text); margin: 4px 0; transition: transform 0.25s, opacity 0.25s; }

.hazard {
  height: 3px;
  background: repeating-linear-gradient(-45deg, var(--red) 0 12px, transparent 12px 24px);
  opacity: 0.75;
}

/* ---------------- Buttons ---------------- */
.btn {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 8px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s;
}
.btn-lg { padding: 14px 32px; font-size: 1.05rem; }
.btn-sm { padding: 6px 14px; font-size: 0.8rem; }
.btn-block { display: block; text-align: center; width: 100%; }

.btn-red {
  background: linear-gradient(160deg, #ff2438, var(--red) 60%, #b90f20);
  color: #fff;
  box-shadow: 0 0 0 1px rgba(255, 60, 60, 0.35), 0 8px 24px -8px var(--red-glow);
}
.btn-red:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 0 1px rgba(255, 60, 60, 0.55), 0 12px 30px -6px var(--red-glow);
}

.btn-ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--line);
}
.btn-ghost:hover {
  border-color: var(--red);
  color: var(--red);
  box-shadow: inset 0 0 18px var(--red-soft), 0 0 16px -6px var(--red-glow);
  transform: translateY(-2px);
}

/* ---------------- Hero / stats ---------------- */
.hero {
  position: relative;
  padding: 96px 22px 70px;
  text-align: center;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(600px 260px at 50% 0%, rgba(232, 25, 44, 0.12), transparent 65%);
  pointer-events: none;
}
.hero-inner { position: relative; max-width: 900px; margin: 0 auto; }
.hero-kicker {
  text-transform: uppercase;
  letter-spacing: 0.34em;
  font-size: 0.8rem;
  color: var(--muted);
  margin-bottom: 10px;
}
.hero-title {
  font-size: clamp(4rem, 12vw, 7.5rem);
  line-height: 0.92;
}
.hero-title .red { margin-left: 0.12em; }
.hero-tagline {
  color: var(--muted);
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-top: 6px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  margin-top: 52px;
}
.stat {
  background: rgba(13, 13, 15, 0.92);
  padding: 18px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.stat-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--muted);
}
.stat-value { font-size: 1.7rem; }

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.15rem;
  padding: 2px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
}
.status-pill .dot { width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 10px currentColor; animation: pulse 1.8s infinite; }
.is-online { color: #37d67a; }
.is-offline { color: var(--red); }
@keyframes pulse { 50% { opacity: 0.45; } }

/* ---------------- Sections & panels ---------------- */
.section {
  max-width: 1150px;
  margin: 0 auto;
  padding: 56px 22px;
}
.section-title {
  font-size: 2.3rem;
  text-align: center;
  margin-bottom: 34px;
}
.section-title.left { text-align: left; font-size: 1.9rem; margin-bottom: 16px; }

.panel {
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: border-color 0.22s, transform 0.22s, box-shadow 0.22s;
}
.panel:hover { border-color: rgba(232, 25, 44, 0.55); box-shadow: 0 14px 40px -18px var(--red-glow); }

.cards-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}
.feature { padding: 28px 24px; }
.feature:hover { transform: translateY(-4px); }
.feature-icon { font-size: 1.9rem; margin-bottom: 10px; }
.feature h3 { font-size: 1.5rem; margin-bottom: 8px; }
.feature p { color: var(--muted); font-size: 0.97rem; }

.cta-band { padding-top: 10px; }
.cta-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 30px 32px;
}

/* ---------------- Page heads / rules ---------------- */
.page-head {
  max-width: 900px;
  margin: 0 auto;
  padding: 64px 22px 8px;
  text-align: center;
}
.page-head h1 { font-size: clamp(2.6rem, 7vw, 4rem); }

.rule-warn {
  margin: 26px auto 0;
  max-width: 720px;
  border: 1px solid rgba(232, 25, 44, 0.5);
  background: var(--red-soft);
  border-left: 4px solid var(--red);
  border-radius: 8px;
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
}
.warn-soft {
  border-color: rgba(232, 25, 44, 0.3);
  background: rgba(232, 25, 44, 0.06);
  font-weight: 400;
}

.rules-list { display: flex; flex-direction: column; gap: 18px; }
.rule-block { padding: 26px 28px; }
.rule-category { font-size: 1.6rem; display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.rule-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.1rem;
  color: var(--red);
  border: 1px solid rgba(232, 25, 44, 0.4);
  background: var(--red-soft);
  border-radius: 8px;
}
.rules { counter-reset: rule; list-style: none; }
.rules li {
  counter-increment: rule;
  padding: 9px 0 9px 46px;
  position: relative;
  border-bottom: 1px dashed var(--line);
}
.rules li:last-child { border-bottom: none; }
.rules li::before {
  content: counter(rule, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 9px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.15rem;
  color: var(--red);
}

/* ---------------- Server info ---------------- */
.connect-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 28px 30px;
}
.connect-ip {
  display: block;
  font-family: Consolas, monospace;
  font-size: clamp(1.4rem, 4vw, 2.1rem);
  color: var(--red);
  text-shadow: 0 0 22px var(--red-glow);
  margin: 6px 0;
}
.connect-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: start;
}
.wipe-card, .table-panel { padding: 22px 24px; }
.wipe-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  flex-wrap: wrap;
}
.wipe-date { font-weight: 600; margin-top: 2px; }
.wipe-count { text-align: right; display: flex; flex-direction: column; }
.table-panel table { width: 100%; border-collapse: collapse; }
.info-table td { padding: 9px 4px; border-bottom: 1px solid var(--line); }
.info-table tr:last-child td { border-bottom: none; }
.info-table td:first-child { color: var(--muted); }
.info-table td:last-child { text-align: right; }

.plugin-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 14px;
}
.plugin-card {
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.plugin-name { font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; }

/* ---------------- Store ---------------- */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 20px;
  align-items: stretch;
}
.tier {
  position: relative;
  padding: 34px 28px 28px;
  display: flex;
  flex-direction: column;
}
.tier:hover { transform: translateY(-5px); }
.tier-name { font-size: 2rem; }
.tier-price { font-size: 2.6rem; color: var(--red); text-shadow: 0 0 20px var(--red-glow); }
.tier-period { font-size: 0.95rem; color: var(--muted); margin-left: 6px; font-family: "Rajdhani", sans-serif; }
.tier-perks { list-style: none; margin: 18px 0 24px; flex-grow: 1; }
.tier-perks li { padding: 7px 0 7px 26px; position: relative; color: var(--muted); }
.tier-perks li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 14px;
  width: 7px;
  height: 7px;
  background: var(--red);
  transform: rotate(45deg);
  box-shadow: 0 0 8px var(--red-glow);
}
.tier-featured {
  border-color: var(--red);
  box-shadow: 0 0 34px -10px var(--red-glow);
}
.tier-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(160deg, #ff2438, #b90f20);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 999px;
  box-shadow: 0 6px 18px -4px var(--red-glow);
}
.faq-note { margin-top: 26px; padding: 22px 26px; }

/* ---------------- Live map ---------------- */
.map-panel { padding: 18px; text-align: center; }
.map-image {
  width: 100%;
  max-width: 640px;
  border-radius: 10px;
  border: 1px solid var(--line);
  transition: box-shadow 0.2s, border-color 0.2s;
}
.map-image:hover {
  border-color: var(--red);
  box-shadow: 0 0 24px -6px var(--red-glow);
}

/* Server info hero — map as centerpiece */
.info-hero {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 26px;
  align-items: start;
}
.map-hero { padding: 22px; }
.map-hero .map-image { max-width: none; }
.hero-side { display: flex; flex-direction: column; gap: 18px; }
.connect-stack { flex-direction: column; align-items: stretch; text-align: left; }
.connect-stack .connect-actions { justify-content: stretch; }
.status-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 18px 20px;
  text-align: center;
}
.strip-stat { display: flex; flex-direction: column; gap: 4px; }
.strip-stat .stat-value { font-size: 1.25rem; }
.stat-value.green { color: #3fbf5a; }
.stat-value.red { color: var(--red); }

@media (max-width: 900px) {
  .info-hero { grid-template-columns: 1fr; }
}

/* ---------------- Community ---------------- */
.staff-groups {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
}
.staff-group { padding: 22px 24px; }
.staff-role {
  font-size: 1.4rem;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}
.staff-people { display: flex; flex-wrap: wrap; gap: 18px; }
.staff-person {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  width: 86px;
  text-align: center;
  font-weight: 600;
  font-size: 0.88rem;
  word-break: break-word;
}
.staff-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid var(--line);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.staff-person:hover .staff-avatar {
  border-color: var(--red);
  box-shadow: 0 0 18px -4px var(--red-glow);
  transform: translateY(-3px);
}

.discord-hero {
  padding: 54px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.discord-pulse { color: var(--red); filter: drop-shadow(0 0 18px var(--red-glow)); animation: floaty 3s ease-in-out infinite; }
@keyframes floaty { 50% { transform: translateY(-7px); } }
.discord-hero h2 { font-size: 2.6rem; }
.discord-perks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  margin-top: 28px;
  width: 100%;
}
.discord-perks div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: rgba(7, 7, 8, 0.5);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 16px;
}
.team-card { padding: 26px 20px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 6px; }
.team-card h3 { font-size: 1.45rem; }
.avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.9rem;
  color: #fff;
  background: radial-gradient(circle at 30% 25%, #ff2438, #7c0a15);
  box-shadow: 0 0 22px -4px var(--red-glow);
  margin-bottom: 6px;
}
.role-tag {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--red);
  border: 1px solid rgba(232, 25, 44, 0.45);
  background: var(--red-soft);
  border-radius: 999px;
  padding: 3px 12px;
}

/* ---------------- 404 ---------------- */
.notfound {
  max-width: 700px;
  margin: 0 auto;
  padding: 110px 22px 90px;
  text-align: center;
}
.nf-code { font-size: clamp(6rem, 20vw, 11rem); line-height: 1; }
.notfound h1 { font-size: clamp(2rem, 6vw, 3.2rem); margin-bottom: 6px; }
.notfound .hero-actions { margin-top: 30px; }

/* ---------------- Footer ---------------- */
.footer { margin-top: 40px; border-top: 1px solid var(--line); background: rgba(5, 5, 6, 0.85); }
.footer-grid {
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 30px;
  padding: 44px 22px 30px;
}
.footer-brand { font-size: 1.8rem; }
.footer-col h4 {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--muted);
  margin-bottom: 12px;
}
.footer-col a { display: block; padding: 3px 0; color: var(--text); transition: color 0.18s, transform 0.18s; }
.footer-col a:hover { color: var(--red); transform: translateX(3px); }
.footer-ip { color: var(--red); margin-bottom: 10px; }
.socials { display: flex; gap: 10px; }
.socials a {
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px;
  transition: color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.socials a:hover { color: var(--red); border-color: var(--red); box-shadow: 0 0 16px -6px var(--red-glow); }
.footer-bottom {
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  padding: 16px 22px 26px;
  border-top: 1px solid var(--line);
  font-size: 0.85rem;
  color: var(--muted);
}

/* ---------------- Toast ---------------- */
.toast {
  position: fixed;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%) translateY(80px);
  background: linear-gradient(160deg, #ff2438, #b90f20);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 12px 26px;
  border-radius: 999px;
  box-shadow: 0 10px 30px -6px var(--red-glow);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 10000;
  pointer-events: none;
}
.toast.show { transform: translateX(-50%) translateY(0); opacity: 1; }

/* ---------------- Responsive ---------------- */
@media (max-width: 860px) {
  .two-col { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-toggle { display: block; }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    background: rgba(9, 9, 11, 0.98);
    border-bottom: 1px solid var(--line);
    padding: 10px 18px 16px;
    gap: 2px;
  }
  .nav-links.open { display: flex; }
  .nav-discord { display: none; }
}
@media (max-width: 520px) {
  body { font-size: 16px; }
  .section { padding: 42px 16px; }
  .hero { padding: 66px 16px 48px; }
  .connect-box, .cta-panel { flex-direction: column; align-items: stretch; text-align: center; }
  .connect-actions { justify-content: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .stats-strip { grid-template-columns: repeat(2, 1fr); }
}

/* ════════════════════════════════════════════════
   SERVER INFO PAGE — redesigned layout
   ════════════════════════════════════════════════ */
.si-top { padding-bottom: 0; }
.si-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 1fr);
  gap: 22px;
  align-items: start;
}
.si-map-panel { padding: 16px 16px 12px; }
.si-map-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.si-live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  letter-spacing: 0.14em;
  font-size: 0.85rem;
  color: #37d67a;
}
.si-live .dot { width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 10px currentColor; animation: pulse 1.8s infinite; }
.si-map-link { display: block; line-height: 0; border-radius: 10px; overflow: hidden; }
.si-map-link img,
#si-map-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.5s ease, box-shadow 0.3s ease;
}
.si-map-link:hover img { transform: scale(1.03); box-shadow: 0 0 34px -6px var(--red-glow); }
.si-map-empty { padding: 60px 20px; text-align: center; }
.si-map-foot {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 12px;
  font-size: 0.9rem;
}
.si-rail { display: flex; flex-direction: column; gap: 18px; }
.si-connect h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}
.si-status-card { display: flex; flex-direction: column; gap: 12px; }
.si-status-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.si-player-count { font-family: "Rajdhani", sans-serif; font-size: 1.35rem; font-weight: 700; }
.cap-bar {
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  overflow: hidden;
  border: 1px solid var(--line);
}
.cap-bar i {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #e8192c, #ff7a45);
  box-shadow: 0 0 14px var(--red-glow);
  transition: width 0.8s ease;
}
.si-mini-wipes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding-top: 4px;
}
.si-mini-wipes > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--panel-2);
}
.si-mini-wipes strong { font-size: 1.05rem; }

.si-live-section { position: relative; }
.si-refresh-note { margin: -10px 0 16px; }
.stat-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.stat-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
}
.stat-card-icon {
  font-size: 1.6rem;
  line-height: 1;
  filter: drop-shadow(0 0 8px var(--red-glow));
}
.stat-card-icon.is-online { color: #37d67a; filter: drop-shadow(0 0 8px rgba(55, 214, 122, 0.7)); }
.stat-card-icon.is-offline { color: var(--red); }
.stat-card .stat-label { display: block; }
.sc-val { font-size: 1.5rem; display: block; }
.sc-val.is-online { color: #37d67a; }
.sc-val.is-offline { color: var(--red); }

.kv-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 18px;
}
.kv-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--panel-2);
}
.kv-key { color: var(--muted); font-size: 0.88rem; }
.kv-val { font-weight: 700; text-align: right; }

@media (max-width: 1020px) {
  .si-hero { grid-template-columns: 1fr; }
  .stat-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .stat-cards { grid-template-columns: 1fr; }
  .kv-grid { grid-template-columns: 1fr; }
  .kv-val { max-width: 55%; overflow-wrap: anywhere; }
}
