/* ==========================================================================
   Arenyze — main brand landing.
   Structure & layout modelled on tracker.gg (dark near-black canvas, top game
   selector bar, split hero + poster grid), with the Arenyze gold/orange accent
   that ties the network to R6Data & the Brawlhalla tracker.
   ========================================================================== */
:root {
  --accent: #f5a623;
  --accent-2: #ff6b35;
  --accent-soft: rgba(245, 166, 35, 0.12);
  --bg: #0d0d0f;
  --bg-2: #0a0a0c;
  --surface: #161619;
  --surface-2: #1c1c21;
  --surface-3: #232329;
  --line: rgba(255, 255, 255, 0.08);
  --line-2: rgba(255, 255, 255, 0.14);
  --text: #f4f4f5;
  --text-2: #a1a1aa;
  --text-3: #71717a;
  --r6-a: #ff8a3d; --r6-b: #b23a13;
  --bh-a: #38b6ff; --bh-b: #ff6b35;
  --gamebar-h: 56px;
  --subnav-h: 46px;
  --maxw: 1320px;
  --font: 'Inter', system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --display: 'Archivo', 'Inter', system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font); background: var(--bg); color: var(--text);
  line-height: 1.55; min-height: 100vh; -webkit-font-smoothing: antialiased;
  display: flex; flex-direction: column;
}
body > main { flex: 1 0 auto; }
::selection { background: rgba(245, 166, 35, 0.32); color: #fff; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
body::-webkit-scrollbar { width: 9px; }
body::-webkit-scrollbar-track { background: var(--bg-2); }
body::-webkit-scrollbar-thumb { background: #333; border-radius: 5px; }
a { color: inherit; text-decoration: none; transition: color .18s; }
img { max-width: 100%; display: block; }
.material-icons { font-family: 'Material Icons'; vertical-align: middle; line-height: 1; user-select: none; }

/* ==========================================================================
   HEADER — game selector bar + sub nav
   ========================================================================== */
.tn-header { position: sticky; top: 0; z-index: 1000; background: var(--bg-2); border-bottom: 1px solid var(--line); }

.tn-gamebar { height: var(--gamebar-h); border-bottom: 1px solid var(--line); }
.tn-gamebar-inner { max-width: var(--maxw); margin: 0 auto; height: 100%; display: flex; align-items: center; gap: 18px; padding: 0 20px; }

.tn-logo { display: flex; align-items: center; gap: 9px; flex-shrink: 0; }
.tn-logo-mark { width: 30px; height: 30px; border-radius: 8px; display: block; box-shadow: 0 3px 10px rgba(245, 166, 35, .3); }
.tn-logo-text { font-family: var(--display); font-weight: 900; font-size: 1.12rem; letter-spacing: .02em; color: #fff; }
.tn-logo-text .dim { color: var(--accent); }

.tn-games { display: flex; align-items: center; gap: 2px; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; }
.tn-games::-webkit-scrollbar { display: none; }
.tn-game { display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; border-radius: 8px; color: var(--text-2); font-weight: 600; font-size: .84rem; white-space: nowrap; border: 1px solid transparent; transition: all .16s ease; }
.tn-game .tn-game-ic { font-size: 17px; }
.tn-game.r6 .tn-game-ic { color: var(--r6-a); }
.tn-game.bh .tn-game-ic { color: var(--bh-b); }
.tn-game:hover { color: #fff; background: rgba(255, 255, 255, 0.05); border-color: var(--line); }
.tn-game.disabled { color: var(--text-3); cursor: default; }
.tn-game.disabled:hover { background: none; border-color: transparent; color: var(--text-3); }

.tn-header-right { display: flex; align-items: center; gap: 8px; margin-left: auto; flex-shrink: 0; }
.tn-discord { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 8px; color: var(--text-2); background: rgba(255, 255, 255, 0.04); border: 1px solid var(--line); }
.tn-discord:hover { color: #fff; border-color: var(--line-2); }
.tn-discord .material-icons { font-size: 19px; }
.tn-cta { display: inline-flex; align-items: center; gap: 7px; height: 36px; padding: 0 15px; border-radius: 8px; font-weight: 700; font-size: .84rem; color: #1a1205; background: linear-gradient(135deg, var(--accent), var(--accent-2)); box-shadow: 0 4px 14px rgba(245, 166, 35, .26); white-space: nowrap; flex-shrink: 0; }
.tn-cta:hover { filter: brightness(1.07); }
.tn-cta .material-icons { font-size: 18px; }
.tn-burger { display: none; width: 38px; height: 38px; align-items: center; justify-content: center; border: 1px solid var(--line); background: rgba(255, 255, 255, 0.04); color: #fff; border-radius: 8px; cursor: pointer; flex-shrink: 0; transition: background .16s, border-color .16s; }
.tn-burger:hover { background: rgba(255, 255, 255, 0.08); border-color: var(--line-2); }
.tn-burger .material-icons { font-size: 22px; line-height: 1; }

.tn-subnav { height: var(--subnav-h); }
.tn-subnav-inner { max-width: var(--maxw); margin: 0 auto; height: 100%; display: flex; align-items: stretch; gap: 4px; padding: 0 20px; overflow-x: auto; scrollbar-width: none; }
.tn-subnav-inner::-webkit-scrollbar { display: none; }
.tn-subnav-inner a { display: inline-flex; align-items: center; padding: 0 14px; font-weight: 600; font-size: .9rem; color: var(--text-2); border-bottom: 2px solid transparent; white-space: nowrap; }
.tn-subnav-inner a:hover { color: #fff; }
.tn-subnav-inner a.active { color: #fff; border-bottom-color: var(--accent); }

/* ---- Mobile sidebar: slide-in panel from the right (brawlhalla-style) ---- */
.tn-backdrop { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.55); opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease; z-index: 1150; }
.tn-backdrop.open { opacity: 1; visibility: visible; }

.tn-drawer {
  position: fixed; top: 0; right: 0; width: min(340px, 88vw); height: 100vh; height: 100dvh;
  background: var(--bg-2); border-left: 1px solid var(--line);
  transform: translateX(100%); transition: transform .3s cubic-bezier(.16, 1, .3, 1);
  z-index: 1200; overflow-y: auto; -webkit-overflow-scrolling: touch;
  padding: 12px 12px 40px; display: flex; flex-direction: column; gap: 2px;
}
.tn-drawer.open { transform: translateX(0); box-shadow: -12px 0 40px rgba(0, 0, 0, 0.5); }
.tn-drawer-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 6px 6px 12px; margin-bottom: 6px; border-bottom: 1px solid var(--line); }
.tn-drawer-title { font-family: var(--display); font-weight: 800; font-size: .74rem; text-transform: uppercase; letter-spacing: .12em; color: var(--text-3); padding-left: 8px; }
.tn-drawer-close { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); background: rgba(255, 255, 255, 0.04); color: #fff; border-radius: 8px; cursor: pointer; flex-shrink: 0; transition: background .16s, border-color .16s; }
.tn-drawer-close:hover { background: rgba(255, 255, 255, 0.08); border-color: var(--line-2); }
.tn-drawer-close .material-icons { font-size: 22px; line-height: 1; }
.tn-drawer a { display: flex; align-items: center; gap: 12px; padding: 13px 14px; border-radius: 9px; color: var(--text-2); font-weight: 600; font-size: 1rem; border: 1px solid transparent; }
.tn-drawer a:hover { background: rgba(255, 255, 255, 0.05); color: #fff; border-color: var(--line); }
.tn-drawer a .material-icons { font-size: 20px; color: var(--accent); }
.tn-drawer-div { height: 1px; background: var(--line); margin: 10px 6px; }
.tn-drawer-label { font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; color: var(--text-3); font-weight: 800; padding: 6px 14px; }

/* ==========================================================================
   STAGE — split hero + catalog
   ========================================================================== */
.tn-stage { position: relative; overflow: hidden; }
.tn-stage-glow { position: absolute; top: -160px; left: -120px; width: 620px; height: 520px; background: radial-gradient(circle, rgba(245, 166, 35, 0.16), transparent 68%); pointer-events: none; z-index: 0; }
.tn-split { position: relative; z-index: 1; max-width: var(--maxw); margin: 0 auto; padding: 40px 20px 56px; display: grid; grid-template-columns: 350px 1fr; gap: 40px; align-items: start; }

/* ---- LEFT hero ---- */
.tn-hero { position: sticky; top: calc(var(--gamebar-h) + var(--subnav-h) + 24px); }
.tn-wordmark { font-family: var(--display); font-weight: 800; letter-spacing: .18em; font-size: .78rem; color: var(--text-3); margin-bottom: 20px; }
.tn-wordmark b { color: var(--accent); }
.tn-headline { font-family: var(--display); font-weight: 900; font-size: clamp(2rem, 3.4vw, 2.9rem); line-height: 1.04; letter-spacing: -0.01em; color: #6b6b73; }
.tn-headline mark { background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #1a1205; padding: 0 .12em; border-radius: 4px; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.tn-hero-lead { color: var(--text-2); font-size: .96rem; margin: 20px 0 0; max-width: 34ch; }

.tn-hero-stats { display: flex; align-items: center; gap: 20px; margin: 26px 0; }
.tn-hero-stats .hs { display: flex; flex-direction: column; }
.tn-hero-stats .hs b { font-family: var(--display); font-size: 1.35rem; font-weight: 900; color: #fff; line-height: 1; }
.tn-hero-stats .hs span { font-size: .66rem; text-transform: uppercase; letter-spacing: .06em; color: var(--text-3); margin-top: 5px; font-weight: 600; }
.tn-hero-stats .hs-sep { width: 1px; height: 34px; background: var(--line); }

.tn-partners { position: relative; display: flex; align-items: center; gap: 14px; margin: 4px 0 22px; padding: 12px 16px; border-radius: 10px; background: linear-gradient(100deg, rgba(245, 166, 35, 0.16), rgba(255, 107, 53, 0.06)); border: 1px solid rgba(245, 166, 35, 0.22); flex-wrap: wrap; }
.tn-partners-label { font-family: var(--display); font-weight: 800; font-size: .68rem; letter-spacing: .08em; color: var(--accent); }
.tn-partners a { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: .82rem; color: var(--text); }
.tn-partners a:hover { color: var(--accent); }
.tn-partners a .material-icons { font-size: 16px; }

.tn-socials { display: flex; gap: 8px; margin-bottom: 22px; }
.tn-socials a { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 9px; background: var(--surface); border: 1px solid var(--line); color: var(--text-2); font-weight: 800; }
.tn-socials a:hover { color: #fff; border-color: rgba(245, 166, 35, 0.3); transform: translateY(-2px); transition: all .18s; }
.tn-socials a .material-icons { font-size: 18px; }

.tn-hero-foot { display: flex; flex-wrap: wrap; gap: 6px 18px; }
.tn-hero-foot a { font-size: .78rem; color: var(--text-3); }
.tn-hero-foot a:hover { color: var(--accent); }

/* ---- RIGHT catalog ---- */
.tn-catalog-head { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.tn-catalog-head h2 { font-family: var(--display); font-weight: 900; font-size: 1.5rem; letter-spacing: .01em; }
.tn-catalog-chip { display: inline-flex; align-items: center; gap: 7px; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: #43d17a; padding: 4px 11px; border-radius: 999px; background: rgba(67, 209, 122, .1); border: 1px solid rgba(67, 209, 122, .28); }
.tn-catalog-chip .dot { width: 7px; height: 7px; border-radius: 50%; background: #43d17a; box-shadow: 0 0 8px #43d17a; }

.tn-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

/* poster card */
.tn-card { position: relative; display: block; border-radius: 14px; overflow: hidden; background: var(--surface); border: 1px solid var(--line); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
a.tn-card:hover { transform: translateY(-6px); border-color: rgba(245, 166, 35, 0.45); box-shadow: 0 20px 44px rgba(0, 0, 0, 0.5); }
.tn-card-art { position: relative; aspect-ratio: 3 / 3.4; display: grid; place-items: center; overflow: hidden; }
.tn-card.r6 .tn-card-art { background: radial-gradient(120% 90% at 70% 15%, var(--r6-a), var(--r6-b) 55%, #180a05); }
.tn-card.bh .tn-card-art { background: radial-gradient(120% 90% at 30% 15%, var(--bh-a), #1f3a6b 45%, #ff6b35 130%); }
.tn-card-art.soon { background: linear-gradient(160deg, var(--surface-3), var(--surface)); }
.tn-card-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, .55) 100%); }
.tn-card-glyph { font-size: 5rem; color: rgba(255, 255, 255, 0.9); filter: drop-shadow(0 8px 20px rgba(0, 0, 0, .5)); transition: transform .3s ease; z-index: 1; }
.tn-card-glyph-svg { z-index: 1; filter: drop-shadow(0 8px 20px rgba(0, 0, 0, .45)); transition: transform .3s ease; }
a.tn-card:hover .tn-card-glyph-svg { transform: scale(1.1) rotate(-4deg); }
/* brand tile imagery */
img.tn-game-ic { width: 22px; height: 20px; border-radius: 5px; object-fit: contain; }
.tn-partners img { width: 22px; height: 18px; border-radius: 4px; object-fit: contain; }
.tn-socials img { width: 22px; height: 20px; border-radius: 5px; object-fit: contain; }
.tn-cta-brand { width: 44px; height: 42px; border-radius: 11px; flex-shrink: 0; object-fit: contain; }
a.tn-cta-row { text-decoration: none; color: inherit; }
/* R6 card uses the real R6Data logo on a dark backdrop */
.tn-card.r6 .tn-card-art.r6logo { background: radial-gradient(120% 90% at 50% 28%, #24272e, #0e0e11 72%); }
.tn-card-logo { width: 76%; max-width: 200px; height: auto; z-index: 1; filter: drop-shadow(0 10px 26px rgba(0, 0, 0, .55)); transition: transform .3s ease; }
a.tn-card:hover .tn-card-logo { transform: scale(1.06); }
.tn-card-art.soon .tn-card-glyph { color: rgba(255, 255, 255, 0.16); font-size: 3.4rem; filter: none; }
a.tn-card:hover .tn-card-glyph { transform: scale(1.12) rotate(-4deg); }

.tn-card-badge { position: absolute; top: 12px; right: 12px; z-index: 2; display: inline-flex; align-items: center; gap: 6px; font-size: .66rem; font-weight: 800; letter-spacing: .06em; padding: 4px 9px; border-radius: 999px; }
.tn-card-badge.live { color: #eafff2; background: rgba(20, 40, 28, .7); border: 1px solid rgba(67, 209, 122, .5); }
.tn-card-badge.live .dot { width: 6px; height: 6px; border-radius: 50%; background: #43d17a; box-shadow: 0 0 7px #43d17a; }
.tn-card-badge.soon { color: var(--text-3); background: rgba(0, 0, 0, .4); border: 1px solid var(--line); }

.tn-card-body { padding: 14px 16px 16px; }
.tn-card-title { font-family: var(--display); font-weight: 800; font-size: 1.05rem; }
.tn-card-meta { color: var(--text-3); font-size: .78rem; margin-top: 3px; }
.tn-card-cta { display: inline-flex; align-items: center; gap: 5px; margin-top: 12px; font-weight: 700; font-size: .82rem; color: var(--accent); }
.tn-card.bh .tn-card-cta { color: var(--bh-b); }
.tn-card-cta .material-icons { font-size: 17px; transition: transform .2s; }
a.tn-card:hover .tn-card-cta .material-icons { transform: translateX(4px); }
.tn-card.soon { opacity: .74; }
.tn-card.soon .tn-card-body .tn-card-title { color: var(--text-2); }

/* ==========================================================================
   SECTIONS (features / about)
   ========================================================================== */
.tn-section { padding: 64px 0; border-top: 1px solid var(--line); }
.tn-section.alt { background: var(--bg-2); }
.tn-section-inner { max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.tn-section-head { margin-bottom: 34px; }
.tn-eyebrow { display: inline-block; font-family: var(--display); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; color: var(--accent); margin-bottom: 10px; }
.tn-section-head h2 { font-family: var(--display); font-weight: 900; font-size: clamp(1.5rem, 3vw, 2.1rem); }

.tn-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tn-feature { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 22px; transition: transform .2s, border-color .2s; }
.tn-feature:hover { transform: translateY(-3px); border-color: rgba(245, 166, 35, 0.28); }
.tn-feature .fi { width: 46px; height: 46px; border-radius: 11px; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent); margin-bottom: 15px; }
.tn-feature .fi .material-icons { font-size: 25px; }
.tn-feature h3 { font-family: var(--display); font-size: 1.08rem; margin-bottom: 6px; }
.tn-feature p { color: var(--text-2); font-size: .9rem; }

/* about / cta */
.tn-about { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
.tn-cta-copy h2 { font-family: var(--display); font-weight: 900; font-size: clamp(1.6rem, 3vw, 2.3rem); margin-bottom: 12px; }
.tn-cta-copy p { color: var(--text-2); max-width: 48ch; margin-bottom: 22px; }
.tn-cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.tn-btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 20px; border-radius: 10px; font-weight: 700; font-size: .92rem; background: var(--surface-2); border: 1px solid var(--line); color: var(--text); transition: all .18s; }
.tn-btn:hover { background: var(--surface-3); transform: translateY(-2px); }
.tn-btn .material-icons { font-size: 20px; }
.tn-btn.primary { background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #1a1205; border: none; box-shadow: 0 6px 20px rgba(245, 166, 35, .26); }
.tn-btn.primary:hover { filter: brightness(1.07); }

.tn-cta-panel { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 12px; }
.tn-cta-row { display: flex; align-items: center; gap: 14px; padding: 16px; border-radius: 12px; transition: background .18s; }
.tn-cta-row:hover { background: rgba(255, 255, 255, 0.03); }
.tn-cta-row > .material-icons:first-child { width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent); font-size: 22px; flex-shrink: 0; }
.tn-cta-row div { flex: 1; display: flex; flex-direction: column; }
.tn-cta-row b { font-family: var(--display); font-size: 1rem; }
.tn-cta-row span { color: var(--text-3); font-size: .8rem; }
.tn-cta-row i { color: var(--text-3); font-size: 18px; }
.tn-cta-row.muted > .material-icons:first-child { background: rgba(255, 255, 255, 0.05); color: var(--text-3); }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.tn-footer { border-top: 1px solid var(--line); background: var(--bg-2); }
.tn-footer-inner { max-width: var(--maxw); margin: 0 auto; padding: 48px 20px 30px; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
.tn-footer-brand p { color: var(--text-2); font-size: .88rem; margin-top: 14px; max-width: 380px; }
.tn-footer-brand .tn-logo { margin-bottom: 2px; }
.tn-footer-col h4 { font-family: var(--display); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: var(--text-3); margin-bottom: 14px; }
.tn-footer-col a { display: block; color: var(--text-2); font-size: .9rem; padding: 5px 0; }
.tn-footer-col a:hover { color: var(--accent); }
.tn-footer-bottom { max-width: var(--maxw); margin: 0 auto; padding: 18px 20px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; color: var(--text-3); font-size: .8rem; }

/* ==========================================================================
   Content pages (terms / privacy / contact)
   ========================================================================== */
.page { max-width: 900px; margin: 0 auto; padding: 56px 20px 72px; }
.page-hero { margin-bottom: 34px; }
.page-hero .tn-eyebrow { margin-bottom: 10px; }
.page-hero h1 { font-family: var(--display); font-weight: 900; font-size: clamp(2rem, 5vw, 3rem); letter-spacing: -.02em; }
.page-hero p.lead { color: var(--text-2); margin-top: 12px; font-size: 1.05rem; max-width: 60ch; }
.page-updated { display: inline-block; margin-top: 14px; font-size: .8rem; color: var(--text-3); background: var(--surface); border: 1px solid var(--line); padding: 5px 12px; border-radius: 999px; }
.prose { color: var(--text-2); }
.prose h2 { font-family: var(--display); font-weight: 800; font-size: 1.25rem; color: var(--text); margin: 34px 0 10px; letter-spacing: -.01em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-weight: 700; font-size: 1rem; color: var(--text); margin: 18px 0 6px; }
.prose p { margin: 10px 0; line-height: 1.7; }
.prose ul { margin: 10px 0 10px 4px; padding-left: 20px; }
.prose li { margin: 7px 0; line-height: 1.6; }
.prose a { color: var(--accent); }
.prose a:hover { color: var(--accent-2); }
.prose strong { color: var(--text); }
.prose .card-note { background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 16px 18px; margin: 18px 0; }

/* Contact — landing-grade layout */
.contact-stage { position: relative; overflow: hidden; }
.contact-stage-glow { position: absolute; top: -180px; left: 50%; transform: translateX(-50%); width: 860px; height: 540px; max-width: 120%; background: radial-gradient(circle at 50% 40%, rgba(245,166,35,.20), rgba(255,107,53,.06) 42%, transparent 70%); pointer-events: none; z-index: 0; }
.contact-stage .page { position: relative; z-index: 1; }
.contact-hero h1 mark { background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #1a1205; padding: 0 .12em; border-radius: 6px; }
.contact-chips { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px; }
.cchip { display: inline-flex; align-items: center; gap: 7px; font-size: .82rem; font-weight: 600; color: var(--text-2); background: var(--surface); border: 1px solid var(--line); padding: 8px 14px; border-radius: 999px; }
.cchip .material-icons { font-size: 16px; color: var(--accent); }
.contact-panel { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 6px 20px; }
.contact-track { display: flex; align-items: center; gap: 13px; margin-top: 16px; padding: 14px 16px; background: var(--surface); border: 1px solid var(--line); border-radius: 14px; transition: transform .18s, border-color .18s; }
.contact-track:hover { transform: translateY(-2px); border-color: rgba(245,166,35,.32); }
.contact-track img { width: 40px; height: 34px; border-radius: 9px; object-fit: contain; flex-shrink: 0; }
.contact-track b { font-family: var(--display); display: block; font-size: .98rem; color: var(--text); }
.contact-track span { color: var(--text-3); font-size: .8rem; }
.contact-track .material-icons { margin-left: auto; color: var(--text-3); font-size: 18px; }
.contact-card { position: relative; }
.contact-card-head { display: flex; align-items: center; gap: 13px; margin-bottom: 22px; }
.contact-card-head > .material-icons { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent); font-size: 23px; flex-shrink: 0; }
.contact-card-head b { font-family: var(--display); font-size: 1.12rem; display: block; }
.contact-card-head p { color: var(--text-3); font-size: .85rem; margin: 2px 0 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 30px; align-items: start; }
.contact-aside .ci { display: flex; gap: 14px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid var(--line); }
.contact-aside .ci:last-child { border-bottom: none; }
.contact-aside .ci > .material-icons { width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent); font-size: 22px; flex-shrink: 0; }
.contact-aside .ci b { font-family: var(--display); display: block; font-size: 1rem; margin-bottom: 2px; }
.contact-aside .ci span { color: var(--text-3); font-size: .88rem; }
.contact-card { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { margin-bottom: 14px; }
.field label { display: block; font-size: .82rem; font-weight: 600; color: var(--text-2); margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%; background: var(--bg-2); border: 1px solid var(--line-2); color: var(--text);
  border-radius: 10px; padding: 12px 14px; font-size: .95rem; font-family: inherit; transition: border-color .18s, box-shadow .18s;
}
.field textarea { resize: vertical; min-height: 140px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(245,166,35,.16); }
.field input::placeholder, .field textarea::placeholder { color: var(--text-3); }
.form-submit { display: inline-flex; align-items: center; gap: 8px; padding: 13px 24px; border-radius: 10px; font-weight: 700; font-size: .95rem; color: #1a1205; background: linear-gradient(135deg, var(--accent), var(--accent-2)); border: none; cursor: pointer; box-shadow: 0 6px 20px rgba(245,166,35,.26); font-family: inherit; }
.form-submit:hover { filter: brightness(1.06); }
.form-submit:disabled { opacity: .6; cursor: not-allowed; }
.form-note { font-size: .8rem; color: var(--text-3); margin-top: 12px; }
.form-status { margin-top: 14px; padding: 12px 15px; border-radius: 10px; font-size: .9rem; display: none; }
.form-status.ok { display: block; background: rgba(67,209,122,.1); border: 1px solid rgba(67,209,122,.3); color: #7ee6a6; }
.form-status.err { display: block; background: rgba(255,90,60,.1); border: 1px solid rgba(255,90,60,.32); color: #ff9c86; }

/* footer legal column already uses .tn-footer-col */
.tn-footer-legal { display: flex; gap: 18px; flex-wrap: wrap; }
.tn-footer-legal a { color: var(--text-3); }
.tn-footer-legal a:hover { color: var(--accent); }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1080px) {
  .tn-split { grid-template-columns: 300px 1fr; gap: 28px; }
  .tn-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .tn-subnav { display: none; }
  .tn-burger { display: inline-flex; }
  .tn-games { display: none; }
  .tn-cta .lbl { display: none; }
  .tn-cta { padding: 0 12px; }
  .tn-split { grid-template-columns: 1fr; gap: 30px; }
  .tn-hero { position: static; }
  .tn-headline { font-size: clamp(2rem, 8vw, 2.6rem); }
  .tn-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .tn-about { grid-template-columns: 1fr; }
  .tn-footer-inner { grid-template-columns: 1fr; gap: 26px; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .tn-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .tn-feature-grid { grid-template-columns: 1fr; }
  .tn-card-glyph { font-size: 3.6rem; }
}
@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }
