@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/bebas-neue-400-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/bebas-neue-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/space-grotesk-var-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/space-grotesk-var-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('fonts/manrope-var-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('fonts/manrope-var-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --bg-0: #0a0603;
  --bg-1: #130c07;
  --bg-2: #1b120a;
  --bg-3: #261a10;
  --bg-4: #322317;

  --line:        rgba(255, 240, 200, 0.07);
  --line-2:      rgba(255, 240, 200, 0.12);
  --line-strong: rgba(255, 240, 200, 0.22);

  --fg:       #ecead8;
  --fg-muted: #9a958a;
  --fg-faint: #61605a;

  --accent:        #d4a04a;
  --accent-bright: #f0c870;
  --accent-deep:   #8a5a1e;
  --accent-cream:  #f4d8a0;
  --accent-glow:   rgba(240, 200, 112, 0.5);

  --red:        #c83a28;
  --red-bright: #ef6a43;
  --red-deep:   #6e1c10;

  --ok: #4ade80;

  --radius-sm: 4px;
  --radius:    8px;
  --radius-lg: 14px;

  --font-display: 'Bebas Neue', 'Impact', sans-serif;
  --font-head:    'Space Grotesk', system-ui, sans-serif;
  --font-body:    'Manrope', system-ui, sans-serif;
  --font-mono:    ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, monospace;

  --page-pad-x: 32px;
  --maxw: 1120px;
}

@media (max-width: 900px) { :root { --page-pad-x: 18px; } }
@media (max-width: 560px) { :root { --page-pad-x: 14px; } }

*, *::before, *::after { box-sizing: border-box; }

[hidden] { display: none !important; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

html, body {
  margin: 0;
  padding: 0;
  background: var(--bg-1);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.005em;
  min-height: 100dvh;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  background:
    radial-gradient(1200px 600px at 70% -10%, rgba(212, 160, 74, 0.10), transparent 60%),
    radial-gradient(900px 500px at -10% 25%, rgba(200, 58, 40, 0.09), transparent 60%),
    radial-gradient(900px 700px at 50% 108%, rgba(212, 160, 74, 0.06), transparent 60%),
    var(--bg-1);
  background-attachment: fixed;
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.3;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence baseFrequency='0.9' numOctaves='2' seed='3'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.6 0'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.5'/></svg>");
  mix-blend-mode: overlay;
}

h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0;
}

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

a {
  color: var(--accent);
  text-decoration: none;
  transition: color 0.15s;
}
a:hover { color: var(--accent-bright); }

:focus-visible {
  outline: 2px solid var(--accent-bright);
  outline-offset: 3px;
  border-radius: 3px;
}

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -60px;
  z-index: 100;
  padding: 10px 16px;
  background: var(--bg-3);
  border: 1px solid var(--accent);
  border-radius: var(--radius);
  color: var(--fg);
  transition: top 0.15s;
}
.skip-link:focus { top: 12px; }

.display { font-family: var(--font-display); letter-spacing: 0.04em; font-weight: 400; }
.mono    { font-family: var(--font-mono); }

.eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-muted);
}

.accent-text {
  background: linear-gradient(180deg, var(--accent-bright) 0%, var(--accent) 50%, var(--accent-deep) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.glow-accent { text-shadow: 0 0 18px var(--accent-glow); }
.muted { color: var(--fg-muted); }
.faint { color: var(--fg-faint); }

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--page-pad-x);
}

main { position: relative; z-index: 2; }
section { position: relative; }

.section-head { text-align: center; margin-bottom: 36px; }
.section-head h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: 0.03em;
  margin: 10px 0 0;
}
.section-head p { margin-top: 12px; color: var(--fg-muted); }

.surface {
  background: rgba(27, 18, 10, 0.72);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.corners { position: relative; }
.corners::before, .corners::after {
  content: '';
  position: absolute;
  width: 14px; height: 14px;
  border-color: var(--accent);
  opacity: 0.5;
  pointer-events: none;
}
.corners::before { top: -1px; left: -1px; border-top: 1px solid; border-left: 1px solid; }
.corners::after { bottom: -1px; right: -1px; border-bottom: 1px solid; border-right: 1px solid; }

.lift { transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease; }
.lift:hover {
  transform: translateY(-2px);
  border-color: var(--line-strong);
  box-shadow: 0 12px 28px -16px rgba(0, 0, 0, 0.6), 0 0 0 1px var(--line-2);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 20px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.15s ease;
  white-space: nowrap;
  text-decoration: none;
  user-select: none;
  line-height: 1;
  background: none;
}
.btn-sm { padding: 7px 13px; font-size: 11px; }
.btn-lg { padding: 15px 30px; font-size: 15px; }

.btn-primary {
  background: linear-gradient(180deg, var(--accent-bright), var(--accent) 60%, var(--accent-deep));
  color: #2a1608;
  border-color: rgba(240, 200, 112, 0.4);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.4) inset,
    0 0 24px -8px var(--accent),
    0 6px 16px -6px rgba(212, 160, 74, 0.45);
  text-shadow: 0 1px 0 rgba(244, 216, 160, 0.4);
}
.btn-primary:hover {
  color: #2a1608;
  filter: brightness(1.08);
  transform: translateY(-1px);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.4) inset,
    0 0 32px -6px var(--accent-bright),
    0 10px 22px -8px rgba(212, 160, 74, 0.6);
}
.btn-primary:active { transform: translateY(0); filter: brightness(0.95); }

.btn-secondary {
  background: var(--bg-3);
  color: var(--fg);
  border-color: var(--line-2);
}
.btn-secondary:hover { color: var(--fg); background: var(--bg-4); border-color: var(--line-strong); }

.btn-ghost {
  background: transparent;
  color: var(--fg-muted);
  border-color: var(--line);
}
.btn-ghost:hover { color: var(--fg); border-color: var(--line-2); background: rgba(255, 255, 255, 0.02); }

.btn-discord {
  background: linear-gradient(180deg, #6f7ff2, #5865f2 60%, #414ec7);
  color: #fff;
  border-color: rgba(120, 135, 255, 0.45);
  box-shadow: 0 0 26px -8px #5865f2, 0 6px 18px -8px rgba(88, 101, 242, 0.6);
}
.btn-discord:hover {
  color: #fff;
  filter: brightness(1.08);
  transform: translateY(-1px);
  box-shadow: 0 0 34px -6px #7d8bff, 0 10px 24px -8px rgba(88, 101, 242, 0.7);
}
.btn-discord:active { transform: translateY(0); filter: brightness(0.95); }

.tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid var(--line-2);
  color: var(--fg-muted);
  background: rgba(0, 0, 0, 0.25);
}
.tag-accent {
  color: var(--accent-bright);
  border-color: rgba(212, 160, 74, 0.32);
  background: rgba(212, 160, 74, 0.08);
}

.dot {
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 8px currentColor;
  flex-shrink: 0;
}
.dot-ok { color: var(--ok); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: rgba(10, 6, 3, 0.72);
  border-bottom: 1px solid var(--line);
}
.site-header .container {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--fg);
}
.brand:hover { color: var(--fg); }
.brand img {
  height: 32px;
  width: auto;
  filter: drop-shadow(0 2px 10px rgba(212, 160, 74, 0.22));
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lang-switch {
  display: inline-flex;
  border: 1px solid var(--line-2);
  border-radius: var(--radius);
  overflow: hidden;
}
.lang-switch a {
  padding: 6px 11px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--fg-muted);
  background: transparent;
  transition: all 0.15s;
}
.lang-switch a + a { border-left: 1px solid var(--line-2); }
.lang-switch a:hover { color: var(--fg); background: rgba(255, 255, 255, 0.04); }
.lang-switch a[aria-current='true'] {
  color: var(--accent-bright);
  background: rgba(212, 160, 74, 0.12);
}

.hero {
  padding: 64px 0 72px;
  text-align: center;
  overflow: hidden;
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(760px 460px at 50% 0%, rgba(212, 160, 74, 0.09), transparent 70%);
  pointer-events: none;
}
.hero > .container { position: relative; z-index: 1; }

.hero-logo {
  width: min(420px, 74vw);
  height: auto;
  margin: 22px auto 0;
  filter: drop-shadow(0 6px 34px rgba(212, 160, 74, 0.3));
}

.hero h1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(34px, 6.2vw, 62px);
  line-height: 1.02;
  letter-spacing: 0.02em;
  margin: 26px auto 0;
  max-width: 18ch;
  text-wrap: balance;
}

.hero-sub {
  margin: 20px auto 0;
  max-width: 62ch;
  font-size: 16px;
  color: var(--fg-muted);
}

.countdown {
  margin: 44px auto 0;
  max-width: 720px;
  padding: 24px 20px 22px;
}
.countdown-eyebrow {
  margin-bottom: 18px;
  color: var(--fg-faint);
}
.countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.cd-cell { padding: 0 12px; }
.cd-cell + .cd-cell { border-left: 1px solid var(--line); }

.cd-value {
  font-family: var(--font-display);
  font-size: clamp(34px, 7vw, 56px);
  line-height: 1;
  color: var(--accent-bright);
  text-shadow: 0 0 26px var(--accent-glow);
  font-variant-numeric: tabular-nums;
}
.cd-label {
  margin-top: 8px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fg-faint);
}

.launch-note {
  margin: 32px auto 0;
  max-width: 62ch;
}
.launch-note-main {
  font-family: var(--font-head);
  font-size: clamp(18px, 2.7vw, 25px);
  font-weight: 600;
  line-height: 1.35;
  color: var(--fg);
}
.launch-note-main strong { color: var(--accent-bright); font-weight: 700; }
.launch-note-sub {
  margin-top: 9px;
  font-size: 13.5px;
  color: var(--fg-muted);
}

.hero-cta {
  margin-top: 34px;
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.discord-band { padding: 24px 0 20px; }

.discord-card {
  position: relative;
  overflow: hidden;
  padding: 40px 36px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(120, 135, 255, 0.28);
  background:
    radial-gradient(620px 320px at 12% 0%, rgba(88, 101, 242, 0.20), transparent 70%),
    linear-gradient(180deg, rgba(30, 26, 60, 0.55), rgba(19, 12, 7, 0.7));
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
}
.discord-card::before {
  content: '';
  position: absolute;
  right: -40px;
  bottom: -70px;
  width: 320px; height: 320px;
  opacity: 0.055;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M20.317 4.3698a19.7913 19.7913 0 00-4.8851-1.5152.0741.0741 0 00-.0785.0371c-.211.3753-.4447.8648-.6083 1.2495-1.8447-.2762-3.68-.2762-5.4868 0-.1636-.3933-.4058-.8742-.6177-1.2495a.077.077 0 00-.0785-.037 19.7363 19.7363 0 00-4.8852 1.515.0699.0699 0 00-.0321.0277C.5334 9.0458-.319 13.5799.0992 18.0578a.0824.0824 0 00.0312.0561c2.0528 1.5076 4.0413 2.4228 5.9929 3.0294a.0777.0777 0 00.0842-.0276c.4616-.6304.8731-1.2952 1.226-1.9942a.076.076 0 00-.0416-.1057c-.6528-.2476-1.2743-.5495-1.8722-.8923a.077.077 0 01-.0076-.1277c.1258-.0943.2517-.1923.3718-.2914a.0743.0743 0 01.0776-.0105c3.9278 1.7933 8.18 1.7933 12.0614 0a.0739.0739 0 01.0785.0095c.1202.099.246.1981.3728.2924a.077.077 0 01-.0066.1276 12.2986 12.2986 0 01-1.873.8914.0766.0766 0 00-.0407.1067c.3604.698.7719 1.3628 1.225 1.9932a.076.076 0 00.0842.0286c1.961-.6067 3.9495-1.5219 6.0023-3.0294a.077.077 0 00.0313-.0552c.5004-5.177-.8382-9.6739-3.5485-13.6604a.061.061 0 00-.0312-.0286zM8.02 15.3312c-1.1825 0-2.1569-1.0857-2.1569-2.419 0-1.3332.9555-2.4189 2.157-2.4189 1.2108 0 2.1757 1.0952 2.1568 2.419 0 1.3332-.9555 2.4189-2.1569 2.4189zm7.9748 0c-1.1825 0-2.1569-1.0857-2.1569-2.419 0-1.3332.9554-2.4189 2.1569-2.4189 1.2108 0 2.1757 1.0952 2.1568 2.419 0 1.3332-.946 2.4189-2.1568 2.4189Z'/></svg>") no-repeat center / contain;
  pointer-events: none;
}
.discord-card > * { position: relative; z-index: 1; }

.discord-card h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(30px, 4.4vw, 46px);
  line-height: 1.05;
  letter-spacing: 0.03em;
  margin: 12px 0 0;
  color: var(--fg);
}
.discord-card > div > p { margin-top: 14px; color: var(--fg-muted); max-width: 56ch; }

.discord-perks {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.discord-perks li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--fg);
}
.discord-perks svg { flex-shrink: 0; margin-top: 3px; color: #9aa5ff; }

.discord-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  min-width: 220px;
}
.discord-count { text-align: center; display: none; }
.discord-count .n {
  font-family: var(--font-display);
  font-size: 40px;
  line-height: 1;
  color: #c3cbff;
  font-variant-numeric: tabular-nums;
}
.discord-count .l {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fg-faint);
  margin-top: 6px;
}
.info-section { padding: 64px 0 12px; }

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.info-card { padding: 24px 22px; }
.info-card h3 {
  font-family: var(--font-head);
  font-size: 17px;
  font-weight: 600;
  margin: 14px 0 0;
}
.info-card p { margin-top: 10px; font-size: 14px; color: var(--fg-muted); }
.info-icon {
  width: 38px; height: 38px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  border: 1px solid rgba(212, 160, 74, 0.28);
  background: rgba(212, 160, 74, 0.09);
  color: var(--accent-bright);
}

.social-section { padding: 64px 0 76px; }

.social-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.social-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 26px 14px 22px;
  text-align: center;
  color: var(--fg);
  border-radius: var(--radius);
}
.social-tile:hover { color: var(--fg); }
.social-tile .ic {
  width: 46px; height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--line-2);
  background: rgba(0, 0, 0, 0.28);
  transition: all 0.18s ease;
}
.social-tile:hover .ic {
  border-color: currentColor;
  box-shadow: 0 0 22px -6px currentColor;
  transform: scale(1.05);
}
.social-tile .nm {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.social-tile .hd {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  color: var(--fg-faint);
}
.s-discord:hover   { color: #5865f2; }
.s-facebook:hover  { color: #1877f2; }
.s-tiktok:hover    { color: #25f4ee; }
.s-youtube:hover   { color: #ff0033; }
.s-instagram:hover { color: #e1306c; }

.site-footer {
  position: relative;
  z-index: 2;
  border-top: 1px solid var(--line);
  background: rgba(10, 6, 3, 0.5);
  padding: 30px 0;
}
.site-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-brand img { height: 26px; width: auto; opacity: 0.85; }
.footer-copy { font-family: var(--font-mono); font-size: 12px; color: var(--fg-faint); }
.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 13px;
}
.footer-links a { color: var(--fg-muted); }
.footer-links a:hover { color: var(--accent); }
.cookie-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 61;
  max-width: min(520px, calc(100vw - 32px));
  padding: 14px 18px;
  border-radius: var(--radius);
  border: 1px solid var(--line-2);
  background: rgba(14, 9, 5, 0.97);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 20px 50px -18px rgba(0, 0, 0, 0.9);
  font-size: 13px;
  line-height: 1.5;
  color: var(--fg-muted);
  text-align: center;
  animation: toast-in 0.25s ease-out;
}
@keyframes toast-in {
  from { opacity: 0; transform: translate(-50%, 14px); }
  to   { opacity: 1; transform: translate(-50%, 0); }
}

.lang-hint {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  padding: 10px 16px;
  background: rgba(212, 160, 74, 0.10);
  border-bottom: 1px solid rgba(212, 160, 74, 0.22);
  font-size: 13px;
  color: var(--accent-cream);
  position: relative;
  z-index: 41;
}
.lang-hint.show { display: flex; }
.lang-hint button {
  background: none;
  border: 0;
  color: var(--fg-faint);
  font-size: 18px;
  line-height: 1;
  padding: 2px 6px;
  cursor: pointer;
}
.lang-hint button:hover { color: var(--fg); }

.cookie-bar {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 60;
  max-width: 880px;
  margin: 0 auto;
  padding: 20px 22px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line-2);
  background: rgba(14, 9, 5, 0.97);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.9);
  display: none;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.cookie-bar.show { display: flex; animation: cookie-in 0.28s ease-out; }
@keyframes cookie-in {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}
.cookie-text { flex: 1 1 340px; font-size: 13.5px; color: var(--fg-muted); }
.cookie-text strong {
  display: block;
  color: var(--fg);
  font-size: 15px;
  margin-bottom: 5px;
  font-family: var(--font-head);
}
.cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; }

.legal {
  padding: 56px 0 72px;
  max-width: 820px;
}
.legal h1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(32px, 5vw, 48px);
  letter-spacing: 0.03em;
  margin-bottom: 8px;
}
.legal h2 {
  font-size: 19px;
  margin: 38px 0 10px;
  color: var(--accent-cream);
}
.legal p, .legal li { color: var(--fg-muted); font-size: 15px; }
.legal p + p { margin-top: 12px; }
.legal ul { margin: 12px 0 0; padding-left: 20px; }
.legal li + li { margin-top: 8px; }
.legal table {
  width: 100%;
  margin-top: 14px;
  border-collapse: collapse;
  font-size: 14px;
}
.legal th, .legal td {
  text-align: left;
  padding: 10px 12px;
  border: 1px solid var(--line-2);
  vertical-align: top;
}
.legal th { color: var(--fg); background: rgba(255, 255, 255, 0.03); font-weight: 600; }
.legal td { color: var(--fg-muted); }
.legal-updated { font-family: var(--font-mono); font-size: 11px; color: var(--fg-faint); }
.table-wrap { overflow-x: auto; }

.error-page {
  min-height: calc(100dvh - 68px);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 60px 0;
}
.error-code {
  font-family: var(--font-display);
  font-size: clamp(80px, 18vw, 160px);
  line-height: 1;
  color: var(--accent-bright);
  text-shadow: 0 0 40px var(--accent-glow);
}

.hero-eyebrow { color: var(--accent); }
.hero-dot { margin-right: 8px; }

.tag-discord {
  color: #aab3ff;
  border-color: rgba(120, 135, 255, 0.3);
  background: rgba(88, 101, 242, 0.1);
}

.reg-open-title {
  font-size: clamp(26px, 6vw, 44px);
  color: var(--accent-bright);
  margin: 0;
}
.reg-open-sub { margin-top: 8px; font-size: 14px; }
.reg-open-btn { margin-top: 18px; }

.discord-join { width: 100%; }

.noscript-note { margin-top: 24px; font-size: 13px; }

.error-title { font-size: 34px; margin-top: 10px; }
.error-sub { margin-top: 14px; }

@media (max-width: 900px) {
  .discord-card { grid-template-columns: 1fr; padding: 32px 24px; }
  .discord-side { min-width: 0; width: 100%; }
  .info-grid { grid-template-columns: repeat(2, 1fr); }
  .social-grid { grid-template-columns: repeat(3, 1fr); }
  .section-head h2 { font-size: 36px; }
}

@media (max-width: 620px) {
  .site-header .container { height: 60px; }
  .brand img { height: 28px; }
  .hero { padding: 40px 0 52px; }
  .countdown { padding: 20px 8px 18px; }
  .cd-cell { padding: 0 4px; }
  .cd-label { font-size: 9px; letter-spacing: 0.1em; }
  .info-grid { grid-template-columns: 1fr; }
  .social-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-cta .btn { width: 100%; }
  .cookie-bar { left: 10px; right: 10px; bottom: 10px; padding: 18px; }
  .cookie-actions .btn { flex: 1 1 auto; }
  .site-footer .container { justify-content: center; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .lift:hover, .btn:hover, .social-tile:hover .ic { transform: none; }
}

@media print {
  body::before, .cookie-bar, .lang-hint, .site-header { display: none !important; }
  body { background: #fff; color: #000; }
}
