/* =================================================================
   456GAME · #19 / TIGER PROJECT
   STYLE #27 — HEAVY METAL IRON · เหล็กเฮฟวี่เมทัล
   PALETTE: iron #3F3F3F · blood red #8B0000 · chrome #C0C0C0 · rust orange #B7410E · pitch black
   ลายเซ็น: brushed metal · rivets at corners · weathered/rust patches · skull + flames
   ================================================================= */

:root {
  /* ----- CORE PALETTE ----- */
  --iron:        #3F3F3F;
  --iron-2:      #555555;
  --iron-3:      #2A2A2A;
  --iron-l:      #6E6E6E;
  --iron-d:      #1A1A1A;

  --pitch:       #0A0A0A;
  --pitch-2:     #141416;
  --pitch-3:     #1F1F22;

  --blood:       #8B0000;
  --blood-2:     #A0151A;
  --blood-3:     #6E0000;
  --blood-d:     #380404;
  --blood-l:     #C32026;

  --chrome:      #C0C0C0;
  --chrome-2:    #D8D8D8;
  --chrome-3:    #909090;
  --chrome-l:    #E8E8E8;

  --rust:        #B7410E;
  --rust-2:      #D45615;
  --rust-3:      #8C2F0A;
  --rust-l:      #E07534;

  --ember:       #FFB000;
  --flame:       #FF6B00;
  --bone:        #E8E0CC;

  --jade:        #2E7D32;
  --warn:        #FFB300;

  --line-iron:    rgba(85,85,85,0.55);
  --line-blood:   rgba(139,0,0,0.55);
  --line-chrome:  rgba(192,192,192,0.30);
  --line-rust:    rgba(183,65,14,0.5);
}

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

html { scroll-behavior: smooth; }

body {
  background:
    /* fine scanlines like an old film */
    repeating-linear-gradient(
      0deg,
      rgba(255,255,255,0.014) 0 1px,
      rgba(0,0,0,0) 1px 3px
    ),
    /* grunge patches */
    radial-gradient(800px 500px at 12% 8%, rgba(183,65,14,0.18), transparent 60%),
    radial-gradient(900px 600px at 88% 12%, rgba(139,0,0,0.22), transparent 60%),
    radial-gradient(700px 500px at 50% 90%, rgba(85,85,85,0.35), transparent 60%),
    /* base pitch black with subtle metal sheen */
    linear-gradient(180deg, #0E0E10 0%, #050507 100%);
  background-attachment: fixed;
  color: var(--chrome);
  font-family: 'Mitr', 'Bai Jamjuree', 'Sarabun', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  min-height: 100vh;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }

a { color: var(--chrome-2); text-decoration: none; transition: color .15s, text-shadow .2s; }
a:hover { color: var(--blood-l); text-shadow: 0 0 12px rgba(195,32,38,0.5); }

/* ============================== TYPOGRAPHY ============================== */
.h-display, h1, h2, h3 {
  font-family: 'Metal Mania', 'Cinzel', 'Mitr', serif;
  font-weight: 400;
  line-height: 1.0;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--chrome-l);
  text-shadow:
    0 1px 0 var(--pitch),
    0 2px 6px rgba(0,0,0,0.85),
    0 0 18px rgba(139,0,0,0.4);
}

h1 { font-size: clamp(40px, 6vw, 88px); }
h2 { font-size: clamp(28px, 3.6vw, 52px); }
h3 { font-size: clamp(20px, 2vw, 30px); }
h4 { font-size: 16px; font-family: 'Mitr', sans-serif; font-weight: 600; line-height: 1.3; letter-spacing: 0.01em; color: var(--chrome-l); }

.metal-glow {
  background: linear-gradient(180deg, #FFEAA0 0%, #FFB000 30%, #C8590C 65%, #6E0000 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 1px 0 rgba(0,0,0,0.6)) drop-shadow(0 0 16px rgba(255,107,0,0.45));
}

.section-rune {
  display: inline-block;
  font-family: 'Cinzel', 'Trirong', serif;
  font-weight: 900;
  color: var(--blood-2);
  letter-spacing: 0.4em;
  font-size: 14px;
  margin-top: 10px;
  text-shadow: 0 0 10px rgba(139,0,0,0.6);
  opacity: 0.8;
}

/* ============================== LAYOUT HELPERS ============================== */
.container { max-width: 1280px; margin: 0 auto; padding: 0 20px; }

.section { padding: 56px 0; position: relative; }
.section-stats { padding: 20px 0 28px; }

.section-head {
  text-align: center;
  margin-bottom: 32px;
  position: relative;
}
.section-head.split {
  display: flex; align-items: center; justify-content: space-between;
  text-align: left; gap: 18px; flex-wrap: wrap;
}
.section-head .sub {
  font-family: 'Mitr', sans-serif; font-weight: 400;
  color: var(--chrome-3); font-size: 14px; margin-top: 8px;
}

.dot-sep { margin: 0 10px; color: var(--iron-l); }

/* ============================== IRON BEZEL · SHARED CARD STYLE ============================== */
/* The signature "brushed metal with rivets and weathered edges" surface */
.iron-bezel {
  position: relative;
  background:
    /* brushed metal horizontal */
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,0.020) 0 1px,
      rgba(0,0,0,0) 1px 3px,
      rgba(0,0,0,0.030) 3px 4px,
      rgba(0,0,0,0) 4px 7px
    ),
    /* rust patch top-right */
    radial-gradient(circle at 92% 8%, rgba(183,65,14,0.22), transparent 32%),
    /* rust patch bottom-left */
    radial-gradient(circle at 6% 95%, rgba(140,47,10,0.25), transparent 28%),
    linear-gradient(135deg, #2E2E32 0%, #1B1B1F 50%, #26262A 100%);
  border: 1px solid var(--iron-l);
  border-radius: 2px;
  /* 3px beveled edges */
  box-shadow:
    inset 0 1px 0 rgba(216,216,216,0.18),
    inset 0 -1px 0 rgba(0,0,0,0.7),
    inset 1px 0 0 rgba(216,216,216,0.06),
    inset -1px 0 0 rgba(0,0,0,0.5),
    0 2px 0 rgba(0,0,0,0.85),
    0 4px 12px rgba(0,0,0,0.55);
}

/* ============================== RIVETS ============================== */
.rivet {
  position: absolute;
  width: 12px; height: 12px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, #E8E8E8 0%, #909090 35%, #444 75%, #1A1A1A 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.4),
    inset 0 -1px 1px rgba(0,0,0,0.7),
    0 1px 2px rgba(0,0,0,0.85);
  pointer-events: none;
  z-index: 4;
}
.rivet::after {
  content: ""; position: absolute;
  inset: 3px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(255,255,255,0.35), transparent 50%);
}
.rivet-tl { top: 6px;    left: 6px; }
.rivet-tr { top: 6px;    right: 6px; }
.rivet-bl { bottom: 6px; left: 6px; }
.rivet-br { bottom: 6px; right: 6px; }

/* ============================== HEADER / NAV ============================== */
.header-wrap {
  position: sticky;
  top: 0; z-index: 100;
  background: linear-gradient(180deg, rgba(10,10,10,0.96), rgba(20,20,22,0.94));
  backdrop-filter: saturate(180%) blur(8px);
  border-bottom: 2px solid var(--iron-d);
  box-shadow: 0 4px 14px rgba(0,0,0,0.85), 0 0 0 1px var(--iron-l) inset;
}

.top-strip {
  background: linear-gradient(90deg, var(--blood-d) 0%, var(--blood) 50%, var(--blood-3) 100%);
  border-bottom: 1px solid var(--iron-d);
  font-size: 13px;
  color: var(--chrome-l);
}
.top-strip-row {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 8px;
  padding: 8px 0;
  font-family: 'Rajdhani', 'Mitr', sans-serif; font-weight: 500;
  letter-spacing: 0.02em;
}
.pill {
  display: inline-block; padding: 2px 10px;
  border-radius: 0;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-right: 6px;
  border: 1px solid var(--chrome-3);
}
.pill.rust  { background: var(--rust-3); color: var(--bone); border-color: var(--rust-2); }
.pill.chrome { background: var(--iron-3); color: var(--chrome-l); }
.top-strip a { color: var(--chrome-l); text-decoration: underline; text-decoration-color: var(--ember); text-underline-offset: 3px; }
.top-strip a:hover { color: var(--ember); }

/* ----- WAR TICKER ----- */
.ticker {
  background: linear-gradient(180deg, var(--pitch) 0%, var(--iron-d) 100%);
  border-bottom: 1px solid var(--iron-l);
  padding: 6px 0;
  overflow: hidden;
  position: relative;
}
.ticker::before, .ticker::after {
  content: ""; position: absolute; top: 0; bottom: 0;
  width: 60px; z-index: 2; pointer-events: none;
}
.ticker::before { left: 0; background: linear-gradient(90deg, var(--pitch), transparent); }
.ticker::after  { right: 0; background: linear-gradient(270deg, var(--pitch), transparent); }

.ticker-track {
  display: inline-flex; gap: 50px; padding-left: 100%;
  white-space: nowrap;
  font-family: 'Rajdhani', 'Mitr', sans-serif; font-size: 13px; color: var(--chrome-2);
  animation: ticker-roll 70s linear infinite;
}
.ticker-track span { display: inline-block; }
.ticker-track b { color: var(--ember); margin-right: 6px; font-weight: 700; }
@keyframes ticker-roll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ----- MAIN NAV ----- */
.nav-row {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 0;
}
.brand {
  display: flex; align-items: center; gap: 12px;
  flex-shrink: 0;
  padding: 4px 8px;
  position: relative;
}
.brand:hover { text-shadow: none; }
.brand-logo {
  width: 52px; height: 52px;
  display: inline-flex; align-items: center; justify-content: center;
  background: radial-gradient(circle, var(--blood) 0%, var(--blood-d) 70%, transparent 100%);
  border: 2px solid var(--iron-l);
  border-radius: 50%;
  filter: drop-shadow(0 0 12px rgba(255,107,0,0.5));
}
.brand-logo svg { width: 38px; height: 38px; }
.brand-logo.small { width: 36px; height: 36px; }
.brand-logo.small svg { width: 28px; height: 28px; }

.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text .b1 {
  font-family: 'Metal Mania', 'Cinzel', 'Mitr', serif;
  font-size: 24px; font-weight: 400;
  color: var(--chrome-l);
  letter-spacing: 0.04em;
  text-shadow: 0 0 14px rgba(255,107,0,0.55), 0 1px 0 #000;
  text-transform: uppercase;
}
.brand-text .b1 .bet {
  background: linear-gradient(180deg, #FFE082 0%, #FF6B00 70%, #8B0000 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.brand-text .b2 {
  font-family: 'UnifrakturCook', 'Cinzel', 'Trirong', serif;
  font-weight: 700;
  font-size: 11px;
  color: var(--rust-l);
  letter-spacing: 0.18em;
}

.nav-list {
  list-style: none; display: flex; gap: 4px;
  flex: 1; justify-content: center; flex-wrap: wrap;
}
.nav-link {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 12px;
  font-family: 'Rajdhani', 'Mitr', sans-serif; font-weight: 700;
  font-size: 14px; color: var(--chrome-2);
  letter-spacing: 0.04em;
  border: 1px solid transparent;
  border-radius: 0;
  position: relative;
  transition: all 0.2s;
}
.nav-link small {
  font-family: 'UnifrakturCook', 'Trirong', serif; font-weight: 400;
  font-size: 9px; opacity: 0.6;
  letter-spacing: 0.12em;
  margin-left: 3px;
}
.nav-link .rune { color: var(--blood-l); font-size: 16px; }
.nav-link:hover {
  background: rgba(139,0,0,0.16);
  border-color: var(--blood);
  color: var(--chrome-l);
  text-shadow: 0 0 10px rgba(195,32,38,0.7);
}
.nav-link.active {
  background: linear-gradient(180deg, var(--blood) 0%, var(--blood-3) 100%);
  border-color: var(--ember);
  color: var(--bone);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 0 18px rgba(255,107,0,0.4);
}
.nav-link.active small { opacity: 0.85; color: var(--ember); }

.nav-cta { display: flex; gap: 8px; flex-shrink: 0; }

.menu-toggle {
  display: none; background: none; border: 1px solid var(--iron-l);
  width: 40px; height: 40px; padding: 8px; cursor: pointer;
}
.menu-toggle span {
  display: block; height: 2px; background: var(--chrome-l); margin: 4px 0;
}

/* ============================== BUTTONS ============================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  padding: 10px 22px;
  font-family: 'Rajdhani', 'Mitr', sans-serif;
  font-weight: 700; font-size: 14px;
  letter-spacing: 0.06em; text-transform: uppercase;
  border: 2px solid var(--iron-l);
  cursor: pointer;
  position: relative;
  transition: transform .12s, box-shadow .15s, filter .2s;
  border-radius: 0;
  text-decoration: none;
}
.btn::before {
  content: ""; position: absolute; inset: 2px;
  border: 1px solid rgba(255,255,255,0.06);
  pointer-events: none;
}

.btn-sm { padding: 6px 14px; font-size: 12px; }

.btn-blood {
  background: linear-gradient(180deg, var(--blood-2) 0%, var(--blood) 50%, var(--blood-3) 100%);
  color: var(--bone);
  border-color: var(--ember);
  box-shadow:
    inset 0 1px 0 rgba(255,234,160,0.4),
    inset 0 -2px 0 rgba(0,0,0,0.5),
    0 2px 0 #000,
    0 4px 14px rgba(139,0,0,0.55),
    0 0 22px rgba(255,107,0,0.25);
  text-shadow: 0 1px 0 #000, 0 0 8px rgba(255,176,0,0.4);
}
.btn-blood:hover {
  filter: brightness(1.12);
  box-shadow:
    inset 0 1px 0 rgba(255,234,160,0.5),
    inset 0 -2px 0 rgba(0,0,0,0.5),
    0 3px 0 #000,
    0 6px 20px rgba(139,0,0,0.7),
    0 0 32px rgba(255,107,0,0.45);
  transform: translateY(-1px);
}

.btn-iron {
  background: linear-gradient(180deg, #5A5A5A 0%, #3F3F3F 50%, #2A2A2A 100%);
  color: var(--chrome-l);
  border-color: var(--chrome-3);
  box-shadow:
    inset 0 1px 0 rgba(216,216,216,0.4),
    inset 0 -2px 0 rgba(0,0,0,0.6),
    0 2px 0 #000,
    0 4px 12px rgba(0,0,0,0.6);
  text-shadow: 0 1px 0 #000;
}
.btn-iron:hover { filter: brightness(1.15); transform: translateY(-1px); }

.btn-ghost-iron {
  background: transparent;
  color: var(--chrome-l);
  border-color: var(--chrome-3);
}
.btn-ghost-iron:hover {
  background: rgba(192,192,192,0.08);
  border-color: var(--chrome-l);
  color: var(--chrome-l);
}

.w-full { width: 100%; }

/* ============================== PROMO RIBBON ============================== */
.promo-ribbon {
  background:
    repeating-linear-gradient(
      45deg,
      rgba(0,0,0,0.4) 0 12px,
      rgba(255,107,0,0.08) 12px 24px
    ),
    linear-gradient(90deg, var(--rust-3) 0%, var(--rust) 50%, var(--rust-3) 100%);
  border-top: 1px solid var(--ember);
  border-bottom: 1px solid var(--rust-3);
  padding: 8px 0;
  font-size: 13px; font-weight: 600;
  color: var(--bone);
  text-shadow: 0 1px 0 #000;
}
.promo-row {
  display: flex; gap: 10px; flex-wrap: wrap; align-items: center; justify-content: center;
}
.promo-row .item b { color: var(--ember); }
.promo-row .sep { width: 4px; height: 4px; border-radius: 50%; background: var(--bone); opacity: 0.6; }

/* ============================== PAGES ============================== */
.page { display: none; }
.page.active { display: block; animation: page-in 0.3s ease-out; }
@keyframes page-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

.page-head {
  padding: 36px 0 18px;
  background:
    radial-gradient(700px 250px at 50% 100%, rgba(139,0,0,0.25), transparent 65%),
    linear-gradient(180deg, var(--pitch-2) 0%, var(--iron-d) 100%);
  border-bottom: 2px solid var(--iron-3);
  text-align: center;
}
.page-head h1 { margin-bottom: 10px; }
.page-head .sub { color: var(--chrome-3); font-size: 15px; max-width: 760px; margin: 0 auto; }

/* ============================== HERO · ALBUM COVER ============================== */
.hero-album { padding: 48px 0 32px; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 24px;
  align-items: stretch;
}

/* ----- ALBUM COVER POSTER ----- */
.hero-cover {
  position: relative;
  padding: 36px 32px;
  min-height: 480px;
  background:
    /* heavy noise grain */
    repeating-radial-gradient(
      circle at 20% 30%,
      rgba(255,255,255,0.02) 0 1px, transparent 1px 4px
    ),
    /* big rust patch */
    radial-gradient(450px 280px at 92% 18%, rgba(183,65,14,0.42), transparent 65%),
    radial-gradient(380px 250px at 8% 88%, rgba(140,47,10,0.4), transparent 55%),
    /* glow center */
    radial-gradient(600px 380px at 50% 60%, rgba(139,0,0,0.45), transparent 75%),
    /* heavy metal album bg */
    linear-gradient(135deg, #1F0A0A 0%, #0D0303 50%, #200505 100%);
  border: 2px solid var(--iron-l);
  border-radius: 0;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.05),
    inset 0 0 80px rgba(0,0,0,0.7),
    0 8px 30px rgba(0,0,0,0.85),
    0 0 60px rgba(139,0,0,0.3);
  display: flex; flex-direction: column; gap: 14px;
  text-align: center;
}
.rust-tex::before {
  content: ""; position: absolute; inset: 0;
  background:
    /* rust speckle */
    radial-gradient(circle 2px at 12% 22%, rgba(183,65,14,0.35), transparent 50%),
    radial-gradient(circle 1.5px at 78% 42%, rgba(255,107,0,0.25), transparent 50%),
    radial-gradient(circle 2px at 32% 84%, rgba(140,47,10,0.4), transparent 50%),
    radial-gradient(circle 1.5px at 92% 68%, rgba(183,65,14,0.3), transparent 50%);
  pointer-events: none;
  opacity: 0.7;
}

.cover-eyebrow {
  font-family: 'Rajdhani', 'Mitr', sans-serif;
  font-weight: 700; font-size: 13px;
  letter-spacing: 0.34em;
  color: var(--ember);
  text-shadow: 0 0 10px rgba(255,176,0,0.6);
}
.cover-script {
  font-family: 'UnifrakturCook', 'Cinzel', 'Trirong', serif;
  font-weight: 700; font-size: 22px;
  color: var(--rust-l);
  letter-spacing: 0.04em;
  margin-bottom: 6px;
  text-shadow: 0 0 16px rgba(255,107,0,0.5);
}
.cover-headline {
  font-family: 'Metal Mania', 'Cinzel', 'Mitr', serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 0.92;
  letter-spacing: 0.05em;
  margin: 8px 0 14px;
  display: flex; flex-direction: column; gap: 0;
  align-items: center;
}
.cover-headline .line-1, .cover-headline .line-2 {
  font-size: clamp(48px, 7vw, 92px);
  color: var(--chrome-l);
  text-shadow:
    0 1px 0 #000,
    0 4px 0 #1A1A1A,
    0 6px 14px rgba(0,0,0,0.9),
    0 0 28px rgba(255,107,0,0.45);
}
.cover-headline .line-flame {
  font-family: 'UnifrakturCook', 'Trirong', serif;
  font-size: clamp(28px, 4vw, 56px);
  background: linear-gradient(180deg, #FFEAA0 0%, #FFB000 30%, #FF4500 70%, #6E0000 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.6em;
  filter: drop-shadow(0 1px 0 rgba(0,0,0,0.6)) drop-shadow(0 0 26px rgba(255,107,0,0.55));
  margin: -4px 0 -4px;
}

.cover-tagline {
  font-family: 'Mitr', sans-serif; font-weight: 500;
  font-size: 16px; line-height: 1.45;
  color: var(--chrome-2);
  display: flex; gap: 10px; align-items: center; justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.cover-tagline .brace {
  color: var(--blood-l); font-size: 22px;
  text-shadow: 0 0 12px rgba(195,32,38,0.5);
}

.cover-meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 14px 0 18px;
  border-top: 1px solid var(--iron-l);
  border-bottom: 1px solid var(--iron-l);
  padding: 10px 0;
}
.cover-meta .m {
  text-align: center;
  border-right: 1px dashed var(--iron-3);
  padding: 4px 8px;
}
.cover-meta .m:last-child { border-right: none; }
.cover-meta .l {
  display: block;
  font-family: 'UnifrakturCook', 'Trirong', serif; font-size: 10px;
  color: var(--rust-l);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.cover-meta .v {
  display: block;
  font-family: 'Metal Mania', 'Mitr', serif;
  font-size: 26px; font-weight: 400;
  color: var(--chrome-l);
  margin-top: 2px;
  text-shadow: 0 1px 0 #000, 0 0 10px rgba(255,107,0,0.3);
}
.cover-meta .v small {
  font-family: 'Mitr', sans-serif; font-size: 11px;
  color: var(--chrome-3); font-weight: 500;
}

.cover-cta {
  display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
  margin: 6px 0 8px;
}

.cover-foot { margin-top: auto; padding-top: 14px; border-top: 1px dashed var(--blood-3); }
.foot-tag {
  font-family: 'Rajdhani', 'Mitr', sans-serif; font-size: 11px;
  color: var(--chrome-3); letter-spacing: 0.1em;
}

/* ----- HERO SIDE: SKULL + HEADBANG WIDGET ----- */
.hero-side {
  display: flex; flex-direction: column; gap: 16px;
}

.hero-skull {
  position: relative;
  flex: 1;
  background:
    radial-gradient(450px 360px at 50% 50%, rgba(255,107,0,0.16), transparent 70%),
    linear-gradient(180deg, var(--pitch) 0%, var(--iron-d) 100%);
  border: 2px solid var(--iron-l);
  padding: 14px;
  min-height: 240px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: inset 0 0 60px rgba(0,0,0,0.7);
}
.hero-skull svg { width: 100%; max-width: 320px; height: auto; }

.skull-group { transform-origin: 160px 160px; animation: skull-bob 2.4s ease-in-out infinite; }
@keyframes skull-bob {
  0%, 100% { transform: rotate(0); }
  50% { transform: rotate(2deg) translateY(2px); }
}
.eye-glow { animation: eye-flicker 1.4s ease-in-out infinite; transform-origin: center; }
@keyframes eye-flicker {
  0%, 100% { fill: #FF1A00; }
  40% { fill: #FFB000; r: 5; }
  60% { fill: #FF4500; r: 7; }
}
.flame-l, .flame-r { animation: flame-flicker 1.4s ease-in-out infinite alternate; transform-origin: bottom center; }
.flame-r { animation-delay: 0.4s; }
@keyframes flame-flicker {
  0%, 100% { transform: scaleY(1) scaleX(0.95); opacity: 0.85; }
  50% { transform: scaleY(1.15) scaleX(1.05); opacity: 1; }
}
.ember { animation: ember-rise 3s linear infinite; }
.e1 { animation-delay: 0s; }
.e2 { animation-delay: 0.4s; }
.e3 { animation-delay: 0.8s; }
.e4 { animation-delay: 1.2s; }
.e5 { animation-delay: 1.6s; }
@keyframes ember-rise {
  0%   { transform: translateY(0) scale(1); opacity: 1; }
  60%  { transform: translateY(-50px) scale(0.8); opacity: 0.6; }
  100% { transform: translateY(-100px) scale(0.4); opacity: 0; }
}

/* ----- HEADBANG COUNTER WIDGET ----- */
.headbang-card {
  padding: 16px 18px 18px;
  display: flex; flex-direction: column; gap: 10px;
}
.hb-head { display: flex; gap: 10px; align-items: center; }
.hb-icon {
  font-size: 36px;
  filter: drop-shadow(0 0 14px rgba(255,107,0,0.5));
  animation: rock-shake 0.8s ease-in-out infinite;
}
@keyframes rock-shake {
  0%, 100% { transform: rotate(-8deg); }
  50% { transform: rotate(8deg); }
}
.hb-title {
  font-family: 'Metal Mania', 'Mitr', serif;
  font-size: 22px; color: var(--chrome-l);
  text-shadow: 0 0 10px rgba(255,107,0,0.5), 0 1px 0 #000;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
}
.hb-sub {
  font-family: 'Mitr', sans-serif; font-size: 12px;
  color: var(--chrome-3);
  margin-top: 3px;
}
.hb-sub b { color: var(--blood-l); }

.hb-display {
  text-align: center;
  font-family: 'Metal Mania', 'Cinzel', 'Mitr', serif;
  padding: 12px 0;
  border-top: 1px dashed var(--iron-l);
  border-bottom: 1px dashed var(--iron-l);
  background: radial-gradient(circle at 50% 50%, rgba(139,0,0,0.16), transparent 75%);
}
.hb-num {
  font-size: 56px;
  background: linear-gradient(180deg, #FFEAA0 0%, #FFB000 40%, #6E0000 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 16px rgba(255,107,0,0.55));
  letter-spacing: 0.04em;
  display: inline-block;
  transition: transform 0.18s;
}
.hb-num.bump { animation: hb-bump 0.22s; }
@keyframes hb-bump {
  0% { transform: scale(1); }
  40% { transform: scale(1.18) rotate(-2deg); }
  100% { transform: scale(1); }
}
.hb-of {
  display: inline-block;
  font-size: 18px; color: var(--chrome-3); margin-left: 6px;
}

.hb-bar {
  height: 12px;
  background: var(--pitch);
  border: 1px solid var(--iron-l);
  position: relative;
  overflow: hidden;
}
.hb-fill {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #6E0000 0%, #FF4500 50%, #FFEAA0 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 0 14px rgba(255,107,0,0.65);
  transition: width 0.3s ease-out;
}

.hb-btn {
  background: linear-gradient(180deg, var(--blood-2) 0%, var(--blood) 50%, var(--blood-3) 100%);
  color: var(--bone);
  border: 2px solid var(--ember);
  padding: 12px 14px;
  font-family: 'Metal Mania', 'Mitr', sans-serif;
  font-size: 18px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  display: flex; gap: 8px; align-items: center; justify-content: center;
  box-shadow:
    inset 0 1px 0 rgba(255,234,160,0.4),
    0 2px 0 #000,
    0 4px 16px rgba(139,0,0,0.6);
  text-shadow: 0 1px 0 #000;
  transition: transform 0.1s;
  position: relative;
  overflow: hidden;
}
.hb-btn:hover { filter: brightness(1.1); }
.hb-btn:active { transform: translateY(2px); box-shadow: inset 0 1px 0 rgba(255,234,160,0.4), 0 2px 8px rgba(139,0,0,0.6); }
.hb-btn-glyph {
  font-size: 22px; color: var(--ember);
  filter: drop-shadow(0 0 6px rgba(255,176,0,0.8));
}
.hb-foot {
  font-family: 'Rajdhani', 'Mitr', sans-serif;
  font-size: 12px; color: var(--chrome-3);
  text-align: center; letter-spacing: 0.04em;
}
.hb-foot.unlocked {
  color: var(--ember); font-weight: 700;
  text-shadow: 0 0 12px rgba(255,176,0,0.7);
  letter-spacing: 0.1em;
}

/* ============================== STATS BAR ============================== */
.stats-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.stats-bar .s {
  padding: 18px 16px 14px;
  text-align: center;
}
.stats-bar .v {
  font-family: 'Metal Mania', 'Cinzel', 'Mitr', serif;
  font-size: 36px; color: var(--chrome-l);
  text-shadow: 0 0 14px rgba(255,107,0,0.4), 0 1px 0 #000;
  letter-spacing: 0.02em;
  line-height: 1;
}
.stats-bar .v small {
  font-family: 'Mitr', sans-serif; font-size: 13px; color: var(--chrome-3);
  font-weight: 500; margin-left: 4px;
}
.stats-bar .l {
  font-family: 'Rajdhani', 'Mitr', sans-serif;
  font-size: 12px; color: var(--rust-l);
  letter-spacing: 0.1em; text-transform: uppercase;
  margin-top: 6px;
}

/* ============================== CATEGORIES GRID ============================== */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}
.cat-card {
  padding: 26px 14px 20px;
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s;
}
.cat-card:hover {
  transform: translateY(-2px);
  border-color: var(--blood-l);
  box-shadow:
    inset 0 1px 0 rgba(216,216,216,0.18),
    0 4px 0 rgba(0,0,0,0.85),
    0 6px 24px rgba(139,0,0,0.6),
    0 0 32px rgba(255,107,0,0.25);
}
.cat-card:hover .cat-icon {
  transform: rotate(-12deg) scale(1.12);
}
.cat-icon {
  font-size: 38px;
  color: var(--ember);
  filter: drop-shadow(0 0 14px rgba(255,107,0,0.6));
  transition: transform 0.25s;
  display: block;
}
.cat-name {
  font-family: 'Metal Mania', 'Mitr', serif;
  font-size: 22px; color: var(--chrome-l);
  text-shadow: 0 1px 0 #000, 0 0 10px rgba(255,107,0,0.4);
  letter-spacing: 0.02em; text-transform: uppercase;
  line-height: 1;
}
.cat-en {
  font-family: 'UnifrakturCook', 'Trirong', serif; font-size: 11px;
  color: var(--rust-l); letter-spacing: 0.18em; text-transform: uppercase;
}
.cat-meta {
  font-family: 'Mitr', sans-serif; font-size: 11px;
  color: var(--chrome-3); margin-top: 4px;
}

/* ============================== MOSH PIT TOURNAMENT ============================== */
.section-moshpit {
  background:
    radial-gradient(700px 500px at 50% 0%, rgba(139,0,0,0.18), transparent 70%);
}
.mp-prize {
  text-align: right;
  padding: 10px 18px;
  background: linear-gradient(180deg, var(--blood-d) 0%, var(--blood-3) 100%);
  border: 1px solid var(--ember);
  border-radius: 0;
  box-shadow: 0 0 20px rgba(255,107,0,0.3), inset 0 1px 0 rgba(255,234,160,0.3);
}
.mp-prize .lbl {
  display: block;
  font-family: 'UnifrakturCook', 'Trirong', serif;
  font-size: 11px; color: var(--ember);
  letter-spacing: 0.18em;
}
.mp-prize .val {
  display: block;
  font-family: 'Metal Mania', 'Mitr', serif;
  font-size: 36px; color: var(--chrome-l);
  text-shadow: 0 0 14px rgba(255,176,0,0.5), 0 1px 0 #000;
  line-height: 1;
}

.moshpit-wrap {
  overflow-x: auto;
  padding: 0;
}

.mosh-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.mosh-table thead th {
  background: linear-gradient(180deg, var(--iron-d) 0%, var(--pitch) 100%);
  color: var(--ember);
  font-family: 'Rajdhani', 'Mitr', sans-serif;
  font-weight: 700; font-size: 12px;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 12px 14px;
  text-align: left;
  border-bottom: 2px solid var(--blood);
}
.mosh-table tbody td {
  padding: 10px 14px;
  border-bottom: 1px solid var(--iron-3);
  color: var(--chrome-2);
  font-family: 'Mitr', sans-serif;
}
.mosh-table tbody tr:hover {
  background: rgba(139,0,0,0.12);
}
.mosh-table .rank {
  font-family: 'Metal Mania', 'Mitr', serif;
  font-size: 22px;
  color: var(--ember);
  text-shadow: 0 0 8px rgba(255,176,0,0.5);
  width: 60px;
}
.mosh-table tbody tr.rk-1 { background: linear-gradient(90deg, rgba(255,176,0,0.16), rgba(139,0,0,0.16)); }
.mosh-table tbody tr.rk-1 td { border-bottom-color: var(--ember); }
.mosh-table tbody tr.rk-2 { background: rgba(192,192,192,0.06); }
.mosh-table tbody tr.rk-3 { background: rgba(183,65,14,0.08); }
.mosh-table .num {
  font-family: 'Rajdhani', 'Mitr', monospace; font-weight: 700;
  color: var(--chrome-l);
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.mosh-table .num.up { color: var(--ember); }
.mosh-table .game { font-style: italic; color: var(--chrome-3); font-size: 13px; }

/* ----- TIER BADGES ----- */
.tier {
  display: inline-block;
  padding: 2px 10px;
  font-family: 'Metal Mania', 'Mitr', serif; font-size: 14px;
  letter-spacing: 0.05em;
  border: 1px solid;
  border-radius: 0;
  text-shadow: 0 1px 0 #000;
}
.tier.recruit  { background: var(--iron-3); color: var(--chrome-2); border-color: var(--chrome-3); }
.tier.warrior  { background: var(--iron-d); color: var(--bone); border-color: var(--rust); }
.tier.champion { background: var(--rust-3); color: var(--ember); border-color: var(--rust); }
.tier.berserker {
  background: linear-gradient(135deg, var(--blood-d) 0%, var(--blood) 100%);
  color: var(--ember); border-color: var(--ember);
  box-shadow: 0 0 14px rgba(255,107,0,0.45);
}
.tier.warlord {
  background: linear-gradient(135deg, #6E0000 0%, #FF4500 50%, #FFB000 100%);
  color: var(--pitch); border-color: var(--bone); font-weight: 600;
  box-shadow: 0 0 18px rgba(255,176,0,0.55);
  text-shadow: 0 1px 0 rgba(255,255,255,0.3);
}

/* ============================== GAME CARDS / GRID ============================== */
.game-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}
.game-grid-dense { grid-template-columns: repeat(6, 1fr); }

.game-card {
  position: relative;
  padding: 0;
  display: flex; flex-direction: column;
  cursor: pointer;
  overflow: hidden;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,0.020) 0 1px, rgba(0,0,0,0) 1px 3px),
    linear-gradient(135deg, #2A2A2D 0%, #16161A 100%);
  border: 1px solid var(--iron-l);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.game-card:hover {
  transform: translateY(-3px);
  border-color: var(--ember);
  box-shadow:
    0 4px 0 rgba(0,0,0,0.85),
    0 8px 22px rgba(139,0,0,0.55),
    0 0 32px rgba(255,107,0,0.35);
}
.game-card .thumb {
  width: 100%; aspect-ratio: 3/4;
  object-fit: cover;
  filter: brightness(0.92) saturate(1.05);
  transition: filter 0.2s, transform 0.4s;
}
.game-card:hover .thumb { filter: brightness(1.05) saturate(1.15); transform: scale(1.04); }

.provider-tag {
  position: absolute; top: 6px; left: 6px; z-index: 2;
  background: var(--pitch);
  color: var(--ember);
  font-family: 'Rajdhani', 'Mitr', sans-serif; font-weight: 700;
  font-size: 9px; letter-spacing: 0.1em;
  padding: 3px 7px; border: 1px solid var(--ember);
  box-shadow: 0 0 10px rgba(255,176,0,0.5);
}
.hot-flag {
  position: absolute; top: 6px; right: 6px; z-index: 2;
  background: linear-gradient(180deg, var(--blood) 0%, var(--blood-3) 100%);
  color: var(--bone);
  font-family: 'Rajdhani', 'Mitr', sans-serif; font-weight: 700;
  font-size: 10px; letter-spacing: 0.04em;
  padding: 3px 8px; border: 1px solid var(--ember);
  box-shadow: 0 0 12px rgba(139,0,0,0.6);
  text-shadow: 0 1px 0 #000;
}
.game-meta {
  padding: 10px 12px 14px;
  background: linear-gradient(180deg, transparent 0%, var(--pitch) 100%);
  border-top: 1px solid var(--iron-3);
}
.game-meta h4 {
  font-size: 13px;
  margin-bottom: 4px;
  display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;
  overflow: hidden;
}
.game-meta small {
  font-size: 10px; color: var(--rust-l);
  letter-spacing: 0.1em; text-transform: uppercase;
  font-family: 'Rajdhani', 'Mitr', sans-serif; font-weight: 600;
}

/* ============================== ARENA PRE (FIGHT CARDS) ============================== */
.arena-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.arena-card {
  padding: 20px;
  display: flex; flex-direction: column; gap: 12px;
}
.ac-head {
  display: flex; justify-content: space-between; align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px dashed var(--iron-l);
}
.ac-flag {
  font-family: 'Metal Mania', 'Mitr', serif;
  font-size: 18px; color: var(--ember);
  text-shadow: 0 0 10px rgba(255,176,0,0.5);
}
.ac-time {
  font-family: 'Rajdhani', 'Mitr', sans-serif;
  color: var(--chrome-3); font-size: 12px;
  letter-spacing: 0.08em;
}
.ac-vs {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
}
.fighter { text-align: center; padding: 8px 6px; }
.fighter.f-red {
  background: linear-gradient(180deg, var(--blood-d) 0%, transparent 100%);
  border-left: 2px solid var(--blood);
}
.fighter.f-blue {
  background: linear-gradient(180deg, rgba(43,80,128,0.4) 0%, transparent 100%);
  border-right: 2px solid #1E5FA8;
}
.fname {
  font-family: 'Mitr', sans-serif; font-weight: 700; font-size: 14px;
  color: var(--chrome-l);
}
.fighter small {
  display: block;
  font-family: 'Rajdhani', 'Mitr', sans-serif; font-size: 10px;
  color: var(--chrome-3); letter-spacing: 0.06em;
  margin: 2px 0 6px;
}
.fighter .odds {
  font-family: 'Metal Mania', 'Mitr', serif;
  font-size: 28px; color: var(--ember);
  text-shadow: 0 1px 0 #000, 0 0 12px rgba(255,176,0,0.5);
  line-height: 1;
}
.vs-x {
  font-family: 'Metal Mania', 'Mitr', serif;
  font-size: 26px; color: var(--blood-l);
  text-shadow: 0 0 12px rgba(195,32,38,0.7);
}

/* ============================== LOTTERY GRID ============================== */
.lottery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.lotto-card {
  padding: 18px 16px 16px;
  text-align: center;
  display: flex; flex-direction: column; gap: 10px;
}
.lotto-name {
  font-family: 'Metal Mania', 'Mitr', serif;
  font-size: 22px; color: var(--chrome-l);
  text-shadow: 0 0 12px rgba(255,107,0,0.4), 0 1px 0 #000;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
.lotto-en {
  font-family: 'UnifrakturCook', 'Trirong', serif; font-size: 10px;
  color: var(--rust-l); letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
}
.countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  margin-top: 6px;
}
.countdown .col {
  background: var(--pitch);
  border: 1px solid var(--iron-l);
  padding: 6px 2px 4px;
  font-family: 'Metal Mania', 'Cinzel', 'Mitr', serif;
  font-size: 24px;
  color: var(--ember);
  text-shadow: 0 0 8px rgba(255,176,0,0.6);
  line-height: 1.05;
  box-shadow: inset 0 1px 0 rgba(216,216,216,0.1);
}
.countdown .col small {
  display: block;
  font-family: 'Rajdhani', 'Mitr', sans-serif;
  font-size: 9px; color: var(--chrome-3);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 2px;
}
.lotto-prize {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  border-top: 1px dashed var(--iron-l);
  padding-top: 10px;
  margin-top: 6px;
}
.lp { text-align: center; }
.lp span {
  display: block;
  font-family: 'Rajdhani', 'Mitr', sans-serif; font-size: 11px;
  color: var(--chrome-3); letter-spacing: 0.08em;
}
.lp b {
  display: block;
  font-family: 'Metal Mania', 'Mitr', serif;
  font-size: 24px; color: var(--ember);
  text-shadow: 0 0 12px rgba(255,176,0,0.5);
}

/* ============================== WITHDRAWAL FEED ============================== */
.live-pulse {
  display: inline-flex; gap: 6px; align-items: center;
  font-family: 'Rajdhani', 'Mitr', sans-serif; font-weight: 700;
  font-size: 13px; color: var(--blood-l);
  letter-spacing: 0.18em;
  padding: 4px 12px;
  border: 1px solid var(--blood);
  background: rgba(139,0,0,0.18);
}
.live-pulse .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--blood-l);
  box-shadow: 0 0 12px rgba(195,32,38,0.85);
  animation: live-pulse 1.4s ease-in-out infinite;
}
@keyframes live-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.4); }
}

.withdraw-wrap { overflow-x: auto; }
.withdraw-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.withdraw-table thead th {
  background: linear-gradient(180deg, var(--iron-d) 0%, var(--pitch) 100%);
  color: var(--ember);
  font-family: 'Rajdhani', 'Mitr', sans-serif; font-weight: 700; font-size: 12px;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 12px 14px; text-align: left;
  border-bottom: 2px solid var(--rust);
}
.withdraw-table tbody td {
  padding: 10px 14px;
  border-bottom: 1px solid var(--iron-3);
  color: var(--chrome-2);
  font-family: 'Mitr', sans-serif;
}
.withdraw-table .amt {
  font-family: 'Rajdhani', 'Sarabun', monospace; font-weight: 700;
  color: var(--ember); font-variant-numeric: tabular-nums;
  text-shadow: 0 0 8px rgba(255,176,0,0.4);
}
.withdraw-table .status.ok { color: var(--jade); font-family: 'Rajdhani', 'Mitr', sans-serif; font-weight: 700; }

/* ============================== PROVIDERS WALL ============================== */
.providers-wall {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
}
.prov-tile {
  padding: 16px 10px;
  display: flex; align-items: center; justify-content: center;
  min-height: 70px;
  transition: all 0.2s;
}
.prov-tile img {
  max-width: 90%; max-height: 50px;
  filter: grayscale(0.4) brightness(0.95);
  transition: filter 0.2s;
}
.prov-tile:hover { border-color: var(--ember); }
.prov-tile:hover img { filter: grayscale(0) brightness(1.15); }

/* ============================== WHY US ============================== */
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.why-card {
  padding: 22px 18px 20px;
  text-align: center;
}
.why-icon {
  font-size: 38px;
  display: inline-block;
  filter: drop-shadow(0 0 12px rgba(255,107,0,0.6));
  margin-bottom: 8px;
}
.why-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
}
.why-card p {
  font-family: 'Mitr', sans-serif;
  font-size: 13px; color: var(--chrome-3); line-height: 1.55;
}

/* ============================== BANK WALL ============================== */
.bank-wall {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.bank-tile {
  padding: 14px 10px 10px;
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
}
.bnk {
  display: inline-block;
  padding: 4px 12px;
  font-family: 'Metal Mania', 'Cinzel', 'Mitr', serif;
  font-size: 18px; font-weight: 400;
  border: 1px solid;
  letter-spacing: 0.04em;
  color: var(--bone);
  text-shadow: 0 1px 0 #000;
}
.bnk.scb   { background: #4D2982; border-color: #6533A8; }
.bnk.kbank { background: #007D32; border-color: #00B14F; }
.bnk.bbl   { background: #1E5DAA; border-color: #2680DD; }
.bnk.ktb   { background: #00A1E4; border-color: #00C8FF; color: #fff; }
.bnk.bay   { background: #FEC52E; border-color: #FFD970; color: var(--pitch); text-shadow: none; }
.bnk.ttb   { background: #1F4196; border-color: #2A55BA; }
.bnk.gsb   { background: #ED5398; border-color: #FF7AB6; }
.bnk.kkp   { background: #003D6F; border-color: #0058A3; }
.bnk.cimb  { background: #B30E1F; border-color: #DA1A2A; }
.bnk.lhb   { background: #006C9E; border-color: #008CC8; }
.bnk.truem { background: #FF4515; border-color: #FF6938; }
.bnk.usdt  { background: #26A17B; border-color: #50C99B; }
.bnk.btc   { background: #F7931A; border-color: #FFB04A; color: var(--pitch); text-shadow: none; }

.bank-tile small {
  font-family: 'Mitr', sans-serif; font-size: 11px;
  color: var(--chrome-3); margin-top: 2px;
}

/* ============================== BANK VAULT · IRON FORGE (10 plates · 5×2 · #19 footer-grid variant) ============================== */
.section-iron-vault {
  padding: 56px 0 64px;
  position: relative;
  background:
    radial-gradient(700px 320px at 50% 100%, rgba(139,0,0,0.20), transparent 70%),
    radial-gradient(280px 180px at 6% 14%, rgba(183,65,14,0.18), transparent 60%),
    radial-gradient(280px 180px at 94% 88%, rgba(183,65,14,0.18), transparent 60%);
}

.iron-plate-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  padding: 18px;
  background:
    radial-gradient(160px 100px at 0% 0%, rgba(183,65,14,0.30), transparent 65%),
    radial-gradient(160px 100px at 100% 100%, rgba(183,65,14,0.30), transparent 65%),
    repeating-linear-gradient(135deg, #2c2c2c 0 2px, #1f1f1f 2px 4px),
    linear-gradient(180deg, #1A1A1C 0%, #0E0E10 100%);
  border: 2px solid var(--iron-l);
  box-shadow:
    inset 0 1px 0 rgba(216,216,216,0.18),
    inset 0 -2px 0 rgba(0,0,0,0.7),
    0 6px 22px rgba(0,0,0,0.7),
    0 0 36px rgba(139,0,0,0.20);
}

.iron-plate {
  position: relative;
  aspect-ratio: 16 / 10;
  border: 0;
  cursor: pointer;
  padding: 14px;
  background:
    repeating-linear-gradient(45deg, #4a4a4a, #5a5a5a 2px, #3f3f3f 4px);
  box-shadow:
    inset 0 0 0 2px rgba(0,0,0,0.55),
    inset 0 -3px 0 rgba(255,255,255,0.10),
    inset 0 3px 0 rgba(255,255,255,0.07),
    inset 2px 0 0 rgba(255,255,255,0.04),
    inset -2px 0 0 rgba(0,0,0,0.55),
    0 3px 0 rgba(0,0,0,0.85),
    0 5px 14px rgba(0,0,0,0.55);
  filter: drop-shadow(2px 2px 0 #0a0a0a);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  transition: transform .14s ease-out, filter .2s ease-out, box-shadow .2s ease-out;
}

.iron-plate::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 20% 22%, rgba(255,255,255,0.10), transparent 32%),
    radial-gradient(circle at 80% 78%, rgba(0,0,0,0.22), transparent 32%);
  pointer-events: none;
  z-index: 1;
}

.iron-plate img {
  position: relative;
  z-index: 2;
  max-width: 72%;
  max-height: 60%;
  object-fit: contain;
  filter:
    drop-shadow(0 1px 0 rgba(0,0,0,0.85))
    drop-shadow(0 2px 6px rgba(0,0,0,0.7));
  transition: filter .22s, transform .22s;
}

.iron-plate:hover {
  transform: translateY(-2px);
  filter: drop-shadow(2px 2px 0 #0a0a0a) drop-shadow(0 0 14px rgba(255,107,0,0.4));
  box-shadow:
    inset 0 0 0 2px rgba(0,0,0,0.55),
    inset 0 -3px 0 rgba(255,255,255,0.18),
    inset 0 3px 0 rgba(255,255,255,0.12),
    inset 2px 0 0 rgba(255,255,255,0.08),
    inset -2px 0 0 rgba(0,0,0,0.55),
    0 4px 0 rgba(0,0,0,0.9),
    0 8px 24px rgba(139,0,0,0.5),
    0 0 0 1px rgba(255,176,0,0.55);
}

.iron-plate:hover img {
  filter: drop-shadow(0 1px 0 rgba(0,0,0,0.85)) drop-shadow(0 0 8px rgba(255,176,0,0.5));
  transform: scale(1.05);
}

.iron-plate:active {
  transform: translateY(1px);
  box-shadow:
    inset 0 0 0 2px rgba(0,0,0,0.65),
    inset 0 3px 0 rgba(255,255,255,0.05),
    inset 0 -3px 0 rgba(255,255,255,0.03),
    0 1px 0 rgba(0,0,0,0.85),
    0 2px 6px rgba(0,0,0,0.55);
}

.ip-rivet {
  position: absolute;
  width: 9px; height: 9px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 25%, #F0F0F0 0%, #C0C0C0 22%, #777 60%, #1A1A1A 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.55),
    inset 0 -1px 1px rgba(0,0,0,0.85),
    0 1px 2px rgba(0,0,0,0.9);
  pointer-events: none;
  z-index: 3;
}
.ip-rivet-tl { top: 5px;    left: 5px; }
.ip-rivet-tr { top: 5px;    right: 5px; }
.ip-rivet-bl { bottom: 5px; left: 5px; }
.ip-rivet-br { bottom: 5px; right: 5px; }

.ip-rust {
  position: absolute;
  width: 60%; height: 50%;
  pointer-events: none;
  z-index: 1;
  opacity: 0.85;
}
.ip-rust-tl { top: 0; left: 0;
  background: radial-gradient(ellipse at 12% 18%, rgba(183,65,14,0.42) 0%, rgba(140,47,10,0.20) 35%, transparent 65%);
}
.ip-rust-tr { top: 0; right: 0;
  background: radial-gradient(ellipse at 88% 18%, rgba(183,65,14,0.40) 0%, rgba(140,47,10,0.18) 35%, transparent 65%);
}
.ip-rust-bl { bottom: 0; left: 0;
  background: radial-gradient(ellipse at 12% 82%, rgba(183,65,14,0.38) 0%, rgba(140,47,10,0.18) 35%, transparent 65%);
}
.ip-rust-br { bottom: 0; right: 0;
  background: radial-gradient(ellipse at 88% 82%, rgba(183,65,14,0.40) 0%, rgba(140,47,10,0.20) 35%, transparent 65%);
}

.iron-plate.thudding { animation: iron-plate-thud 200ms cubic-bezier(.36,.07,.19,.97) both; }
@keyframes iron-plate-thud {
  0%   { transform: translate(0, 0) scale(1); }
  20%  { transform: translate(-3px, 1px) scale(0.97); }
  45%  { transform: translate(2px, -2px) scale(1.02); }
  70%  { transform: translate(-2px, 2px) scale(0.99); }
  100% { transform: translate(0, 0) scale(1); }
}

.screen-shake-host.shaking-short { animation: screen-shake 200ms cubic-bezier(.36,.07,.19,.97) both; }

@media (max-width: 1100px) {
  .iron-plate-grid { grid-template-columns: repeat(5, 1fr); gap: 10px; padding: 14px; }
}
@media (max-width: 720px) {
  .iron-plate-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 12px; }
  .iron-plate { padding: 10px; }
}

/* ============================== FILTER BAR ============================== */
.filter-bar {
  display: flex; gap: 8px; flex-wrap: wrap;
  padding: 12px 14px;
  margin-top: 18px;
}
.filter-pill {
  background: transparent;
  color: var(--chrome-2);
  border: 1px solid var(--iron-l);
  padding: 6px 14px;
  font-family: 'Rajdhani', 'Mitr', sans-serif; font-weight: 600;
  font-size: 13px; letter-spacing: 0.04em;
  cursor: pointer;
  transition: all 0.15s;
  border-radius: 0;
}
.filter-pill small {
  font-size: 10px; color: var(--chrome-3); margin-left: 4px;
}
.filter-pill:hover {
  border-color: var(--blood-l);
  color: var(--ember);
}
.filter-pill.active {
  background: linear-gradient(180deg, var(--blood) 0%, var(--blood-3) 100%);
  color: var(--bone); border-color: var(--ember);
  box-shadow: 0 0 14px rgba(255,107,0,0.4);
}

/* ============================== ODDS TABLE (ARENA) ============================== */
.odds-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.odds-table thead th {
  background: linear-gradient(180deg, var(--iron-d) 0%, var(--pitch) 100%);
  color: var(--ember);
  font-family: 'Rajdhani', 'Mitr', sans-serif; font-weight: 700;
  font-size: 12px; letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 12px 14px;
  text-align: center;
  border-bottom: 2px solid var(--blood);
}
.odds-table thead th:first-child { text-align: left; }
.odds-table tbody td {
  padding: 10px 12px;
  border-bottom: 1px solid var(--iron-3);
  color: var(--chrome-2);
  font-family: 'Mitr', sans-serif;
  text-align: center;
}
.odds-table tbody td:first-child { text-align: left; }
.odds-table tbody tr:hover { background: rgba(139,0,0,0.12); }
.odds-table b {
  display: block;
  font-family: 'Rajdhani', 'Mitr', sans-serif; font-weight: 700;
  color: var(--chrome-l); font-size: 14px;
}
.odds-table small {
  font-size: 10px; color: var(--chrome-3); letter-spacing: 0.06em;
  font-family: 'Rajdhani', 'Mitr', sans-serif;
}
.odds-table .oc {
  font-family: 'Rajdhani', 'Sarabun', monospace; font-weight: 700;
  color: var(--ember); font-size: 16px;
  font-variant-numeric: tabular-nums;
  background: rgba(255,176,0,0.05);
  cursor: pointer;
  transition: all 0.15s;
}
.odds-table .oc:hover {
  background: rgba(255,176,0,0.18);
  color: var(--bone);
  text-shadow: 0 0 10px rgba(255,176,0,0.6);
}

.cashout-box {
  text-align: center;
  padding: 24px;
}
.cashout-box h3 { margin-bottom: 8px; }
.cashout-box p {
  font-family: 'Mitr', sans-serif;
  color: var(--chrome-3); font-size: 14px;
}

/* ============================== VAULT (BANK) ============================== */
.vault-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.vault-col {
  padding: 22px 24px;
}
.vault-col h2 {
  font-size: clamp(28px, 3vw, 40px);
  margin-bottom: 6px;
}
.vault-col h2 small {
  font-family: 'UnifrakturCook', 'Trirong', serif;
  font-size: 14px; color: var(--rust-l);
  margin-left: 8px; letter-spacing: 0.12em;
}
.vault-sub {
  color: var(--chrome-3); font-size: 13px;
  margin-bottom: 18px;
}
.form-row { margin-bottom: 14px; }
.form-row label {
  display: block;
  font-family: 'Rajdhani', 'Mitr', sans-serif; font-weight: 700;
  font-size: 12px; color: var(--ember);
  letter-spacing: 0.1em; text-transform: uppercase;
  margin-bottom: 6px;
}
.input-wrap {
  position: relative;
}
.input-wrap .suffix {
  position: absolute; right: 12px; top: 50%; transform: translateY(-50%);
  color: var(--chrome-3); font-family: 'Rajdhani', 'Mitr', sans-serif; font-size: 13px;
}
.form-row input, .form-row select {
  width: 100%;
  background: var(--pitch);
  border: 1px solid var(--iron-l);
  color: var(--chrome-l);
  padding: 10px 12px;
  font-family: 'Rajdhani', 'Mitr', sans-serif;
  font-size: 16px;
  border-radius: 0;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.form-row input:focus, .form-row select:focus {
  outline: none;
  border-color: var(--ember);
  box-shadow: 0 0 0 1px rgba(255,176,0,0.2), 0 0 12px rgba(255,176,0,0.4);
}
.quick-amts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-bottom: 14px;
}
.quick-amts button {
  background: var(--iron-3);
  border: 1px solid var(--iron-l);
  color: var(--chrome-2);
  padding: 8px 4px;
  font-family: 'Rajdhani', 'Mitr', sans-serif; font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.15s;
  border-radius: 0;
}
.quick-amts button:hover {
  border-color: var(--ember);
  color: var(--ember);
  background: rgba(255,176,0,0.08);
}

.balance-card {
  background: linear-gradient(135deg, var(--blood-d) 0%, var(--pitch) 70%);
  border: 1px solid var(--ember);
  padding: 14px 18px;
  margin-bottom: 14px;
  text-align: center;
}
.balance-card small {
  font-family: 'Rajdhani', 'Mitr', sans-serif;
  color: var(--ember); font-size: 11px;
  letter-spacing: 0.1em; text-transform: uppercase;
}
.balance-card .big-num {
  font-family: 'Metal Mania', 'Mitr', serif;
  font-size: 36px;
  background: linear-gradient(180deg, #FFEAA0 0%, #FFB000 50%, #6E0000 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 14px rgba(255,107,0,0.5));
  margin: 4px 0 2px;
  text-shadow: none;
}

/* ============================== TIER GRID (BROTHERHOOD) ============================== */
.tier-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.tier-card {
  padding: 22px 16px 18px;
  text-align: center;
  position: relative;
  transition: transform 0.2s;
}
.tier-card:hover { transform: translateY(-3px); }
.tier-rune {
  font-size: 38px;
  display: inline-block;
  margin-bottom: 4px;
  filter: drop-shadow(0 0 12px rgba(255,107,0,0.5));
}
.tier-card h3 {
  font-family: 'Metal Mania', 'Mitr', serif;
  font-size: 26px;
  letter-spacing: 0.04em;
  margin-bottom: 0;
}
.tier-thai {
  display: block;
  font-family: 'UnifrakturCook', 'Trirong', serif; font-size: 12px;
  color: var(--rust-l); letter-spacing: 0.1em;
  margin-bottom: 12px;
}
.tier-bar {
  height: 8px;
  background: var(--pitch);
  border: 1px solid var(--iron-l);
  margin-bottom: 14px;
  overflow: hidden;
}
.tier-bar span {
  display: block; height: 100%;
  background: linear-gradient(90deg, var(--blood-d) 0%, var(--blood) 50%, var(--ember) 100%);
  box-shadow: 0 0 10px rgba(255,107,0,0.6);
}
.tier-perks {
  list-style: none; text-align: left;
  font-size: 12px; color: var(--chrome-2);
  font-family: 'Mitr', sans-serif;
  line-height: 1.7;
  margin-bottom: 12px;
}
.tier-perks li {
  padding-left: 4px;
  border-bottom: 1px dashed var(--iron-3);
  padding-bottom: 4px;
  margin-bottom: 4px;
}
.tier-perks li:last-child { border-bottom: none; }
.tier-need {
  font-family: 'Rajdhani', 'Mitr', sans-serif; font-weight: 700;
  font-size: 11px; color: var(--ember);
  letter-spacing: 0.08em; text-transform: uppercase;
  border-top: 1px solid var(--iron-l);
  padding-top: 10px;
}

.tier-card.tier-recruit  { border-color: var(--chrome-3); }
.tier-card.tier-warrior  { border-color: var(--rust); }
.tier-card.tier-champion { border-color: var(--rust-2); box-shadow: 0 0 18px rgba(183,65,14,0.25); }
.tier-card.tier-berserker {
  border-color: var(--blood-l);
  box-shadow: 0 0 22px rgba(195,32,38,0.35);
}
.tier-card.tier-warlord {
  border-color: var(--ember);
  box-shadow: 0 0 28px rgba(255,176,0,0.45);
  position: relative;
}
.tier-card.tier-warlord::after {
  content: ""; position: absolute; inset: -1px;
  border: 1px solid rgba(255,234,160,0.4);
  pointer-events: none;
  animation: warlord-pulse 2.4s ease-in-out infinite;
}
@keyframes warlord-pulse {
  0%, 100% { box-shadow: inset 0 0 0 0 rgba(255,176,0,0); }
  50% { box-shadow: inset 0 0 30px 2px rgba(255,176,0,0.25); }
}

/* ============================== CONTACT GRID ============================== */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.contact-card {
  padding: 24px 16px 20px;
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  cursor: pointer;
  transition: transform 0.2s;
  text-decoration: none;
}
.contact-card:hover { transform: translateY(-3px); }
.contact-icon {
  font-size: 38px;
  filter: drop-shadow(0 0 14px rgba(255,107,0,0.6));
  margin-bottom: 8px;
}
.contact-card h3 { font-size: 20px; margin-bottom: 4px; }
.contact-card p {
  font-family: 'Rajdhani', 'Mitr', sans-serif; font-weight: 700;
  font-size: 16px; color: var(--ember);
  letter-spacing: 0.03em;
}
.contact-card small {
  font-family: 'Mitr', sans-serif; font-size: 11px;
  color: var(--chrome-3);
}

.faq-item {
  border: 1px solid var(--iron-l);
  margin-bottom: 8px;
  background: rgba(20,20,22,0.6);
  padding: 0;
}
.faq-item summary {
  padding: 12px 16px;
  cursor: pointer;
  font-family: 'Mitr', sans-serif; font-weight: 600;
  color: var(--chrome-l);
  font-size: 14px;
  list-style: none;
  position: relative;
  padding-left: 36px;
}
.faq-item summary::before {
  content: "⚒";
  position: absolute; left: 14px; top: 12px;
  color: var(--ember);
  font-size: 14px;
  transition: transform 0.2s;
}
.faq-item[open] summary::before { content: "🔥"; }
.faq-item p {
  padding: 0 16px 14px 36px;
  font-family: 'Mitr', sans-serif;
  color: var(--chrome-3); font-size: 13px; line-height: 1.65;
}

/* ============================== FOOTER ============================== */
.footer {
  background:
    radial-gradient(700px 280px at 50% 0%, rgba(139,0,0,0.18), transparent 65%),
    linear-gradient(180deg, var(--pitch-2) 0%, var(--pitch) 100%);
  border-top: 2px solid var(--iron-3);
  padding: 44px 0 18px;
  margin-top: 30px;
}
.foot-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.4fr;
  gap: 28px;
  padding-bottom: 28px;
  border-bottom: 1px dashed var(--iron-3);
}
.foot-brand {
  display: flex; gap: 10px; align-items: center;
  margin-bottom: 12px;
}
.foot-brand b {
  display: block;
  font-family: 'Metal Mania', 'Mitr', serif;
  font-size: 22px; color: var(--chrome-l);
  letter-spacing: 0.04em;
  text-shadow: 0 0 12px rgba(255,107,0,0.5);
}
.foot-brand small {
  display: block;
  font-family: 'UnifrakturCook', 'Trirong', serif; font-size: 11px;
  color: var(--rust-l); letter-spacing: 0.12em;
}
.foot-copy {
  font-family: 'Mitr', sans-serif; font-size: 13px;
  color: var(--chrome-3); line-height: 1.6;
}
.foot-grid h4 {
  font-family: 'Metal Mania', 'Mitr', serif;
  font-size: 18px; color: var(--ember);
  margin-bottom: 14px;
  letter-spacing: 0.04em;
  text-shadow: 0 0 10px rgba(255,176,0,0.4);
}
.foot-grid ul { list-style: none; }
.foot-grid li {
  padding: 4px 0;
  font-family: 'Mitr', sans-serif; font-size: 13px;
  color: var(--chrome-3);
}
.foot-grid li a:hover { color: var(--ember); }
.foot-bot {
  padding-top: 18px;
  display: flex; flex-direction: column; gap: 12px;
}
.foot-meta {
  display: flex; flex-wrap: wrap; gap: 8px;
  font-family: 'Rajdhani', 'Mitr', sans-serif;
  font-size: 12px; color: var(--chrome-3);
  letter-spacing: 0.06em;
}

/* ============================== FLOATING CTA ============================== */
.floats {
  position: fixed; bottom: 18px; right: 18px; z-index: 60;
  display: flex; flex-direction: column; gap: 10px;
}
.float-btn {
  display: flex; align-items: center; gap: 10px;
  background: linear-gradient(180deg, var(--blood) 0%, var(--blood-3) 100%);
  color: var(--bone);
  border: 2px solid var(--ember);
  padding: 10px 16px 10px 12px;
  cursor: pointer;
  text-decoration: none;
  font-family: 'Rajdhani', 'Mitr', sans-serif; font-weight: 700;
  font-size: 13px; letter-spacing: 0.04em;
  box-shadow:
    0 4px 16px rgba(0,0,0,0.7),
    0 0 22px rgba(255,107,0,0.3);
  transition: all 0.15s;
  border-radius: 0;
  text-shadow: 0 1px 0 #000;
}
.float-btn:hover { transform: translateX(-3px); filter: brightness(1.15); color: var(--bone); }
.float-btn .icon { font-size: 18px; }
.float-btn.float-line { background: linear-gradient(180deg, #06C755 0%, #04A34A 100%); border-color: #08E663; }
.float-btn.float-top  { background: linear-gradient(180deg, var(--iron-2) 0%, var(--iron-d) 100%); border-color: var(--chrome-3); }

/* ============================== MODAL ============================== */
.modal-bg {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(10,10,10,0.85);
  backdrop-filter: blur(6px);
  display: none; align-items: center; justify-content: center;
  padding: 20px;
}
.modal-bg.show { display: flex; }
.modal {
  position: relative;
  width: 100%; max-width: 460px;
  padding: 28px 26px 22px;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,0.020) 0 1px, rgba(0,0,0,0) 1px 3px),
    radial-gradient(circle at 92% 8%, rgba(183,65,14,0.18), transparent 35%),
    linear-gradient(135deg, #2A2A2D 0%, #16161A 100%);
}
.modal h2 { font-size: 32px; margin-bottom: 14px; }
.modal-close {
  position: absolute; top: 8px; right: 8px;
  width: 32px; height: 32px;
  background: var(--pitch);
  border: 1px solid var(--iron-l);
  color: var(--chrome-l);
  cursor: pointer;
  font-family: 'Rajdhani', 'Mitr', sans-serif; font-weight: 700;
  font-size: 14px;
  border-radius: 0;
  z-index: 10;
}
.modal-close:hover { border-color: var(--blood-l); color: var(--blood-l); }
.modal-tabs { display: flex; gap: 6px; margin-bottom: 16px; border-bottom: 1px solid var(--iron-3); }
.modal-tabs .tab {
  flex: 1;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  color: var(--chrome-3);
  padding: 8px 0;
  font-family: 'Rajdhani', 'Mitr', sans-serif; font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em; text-transform: uppercase;
  cursor: pointer;
  transition: all 0.15s;
}
.modal-tabs .tab.active {
  color: var(--ember);
  border-bottom-color: var(--ember);
}
.form-foot {
  text-align: center;
  margin-top: 12px;
  font-family: 'Mitr', sans-serif; font-size: 12px;
  color: var(--chrome-3);
}

/* ============================== SCREEN SHAKE OVERLAY ============================== */
.shake-overlay {
  position: fixed; inset: 0; pointer-events: none; z-index: 300;
  display: flex; align-items: center; justify-content: center;
}
.thud-ring {
  width: 0; height: 0;
  border: 4px solid rgba(255,176,0,0.65);
  border-radius: 50%;
  opacity: 0;
}
.thud-ring.firing {
  animation: thud-ring 0.7s cubic-bezier(.2,.8,.2,1) forwards;
}
@keyframes thud-ring {
  0%   { width: 0; height: 0; opacity: 0.85; border-width: 6px; border-color: rgba(255,176,0,0.85); }
  60%  { width: 540px; height: 540px; opacity: 0.55; border-width: 3px; border-color: rgba(255,107,0,0.65); }
  100% { width: 800px; height: 800px; opacity: 0; border-width: 1px; }
}

/* SCREEN SHAKE — applied to body */
.screen-shake-host.shaking { animation: screen-shake 0.45s cubic-bezier(.36,.07,.19,.97) both; }
@keyframes screen-shake {
  0%   { transform: translate(0, 0); }
  10%  { transform: translate(-4px, 2px); }
  20%  { transform: translate(5px, -3px); }
  30%  { transform: translate(-6px, 1px); }
  40%  { transform: translate(3px, 4px); }
  50%  { transform: translate(-2px, -2px); }
  60%  { transform: translate(4px, 3px); }
  70%  { transform: translate(-3px, -1px); }
  80%  { transform: translate(2px, 2px); }
  90%  { transform: translate(-1px, 1px); }
  100% { transform: translate(0, 0); }
}

/* THUD class: extra heavy shake for big buttons */
.thud-big.firing, .thud.firing {
  animation: btn-thud 0.25s ease-out;
}
@keyframes btn-thud {
  0% { transform: scale(1); }
  35% { transform: scale(0.94) translateY(2px); }
  70% { transform: scale(1.04) translateY(-1px); }
  100% { transform: scale(1); }
}

/* ============================== RESPONSIVE ============================== */
@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; }
  .cat-grid { grid-template-columns: repeat(3, 1fr); }
  .game-grid { grid-template-columns: repeat(4, 1fr); }
  .game-grid-dense { grid-template-columns: repeat(4, 1fr); }
  .arena-grid { grid-template-columns: repeat(2, 1fr); }
  .lottery-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .bank-wall { grid-template-columns: repeat(4, 1fr); }
  .providers-wall { grid-template-columns: repeat(6, 1fr); }
  .tier-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: repeat(2, 1fr); }
  .vault-grid { grid-template-columns: 1fr; }
  .stats-bar { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .nav-list {
    display: none;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--pitch);
    border: 1px solid var(--iron-l);
    flex-direction: column;
    padding: 8px;
    gap: 4px;
    z-index: 50;
  }
  .nav-list.show { display: flex; }
  .menu-toggle { display: block; }
  .nav-cta { gap: 4px; }
  .nav-cta .btn { padding: 6px 10px; font-size: 11px; }
  .top-strip-row { font-size: 11px; gap: 4px; }
  .top-strip-row > div:last-child { display: none; }
  .pill { font-size: 9px; padding: 1px 6px; }

  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .game-grid, .game-grid-dense { grid-template-columns: repeat(2, 1fr); }
  .arena-grid, .lottery-grid, .tier-grid, .contact-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .providers-wall { grid-template-columns: repeat(4, 1fr); }
  .bank-wall { grid-template-columns: repeat(3, 1fr); }
  .foot-grid { grid-template-columns: 1fr; }
  .section { padding: 36px 0; }

  .cover-headline .line-1, .cover-headline .line-2 { font-size: clamp(40px, 9vw, 56px); }
  .cover-headline .line-flame { font-size: clamp(20px, 5vw, 36px); letter-spacing: 0.4em; }
  .cover-meta { grid-template-columns: repeat(2, 1fr); gap: 6px; }
  .cover-meta .m { border-right: none; border-bottom: 1px dashed var(--iron-3); }
  .hero-cover { padding: 24px 18px; min-height: 360px; }

  .hb-num { font-size: 44px; }

  .float-btn .label { display: none; }
  .float-btn { padding: 12px; }

  .hide-mob { display: none; }
}
