/* kazinoleon.xyz — премиум-лендинг Leon / Леон. Парадигма: орбитальный хаб (созвездие Лев). Палитра: «orbit green-violet» */

:root {
  --bg: #0a1410;
  --bg-2: #0f1d16;
  --bg-3: #14271d;
  --line: #23362a;
  --line-2: #33503f;
  --txt: #e6f0ea;
  --txt-d: #93a89c;
  --txt-dd: #6a7d72;
  --grn: #3ddc84;
  --vio: #8b5cf6;
  --grn-d: #2bb46a;
  --r: 16px;
  --r-s: 9px;
  --r-pill: 999px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.66 "Urbanist", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--txt);
  background:
    radial-gradient(1100px 620px at 84% -14%, rgba(139, 92, 246, .16) 0%, transparent 60%),
    radial-gradient(900px 640px at -10% 44%, rgba(61, 220, 132, .12) 0%, transparent 58%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--grn); text-decoration: none }
a:hover { text-decoration: underline }

h1, h2, h3, .mark__t, .dials__num, .beacon__num, .tier__pct, .pod__idx,
.slot__art, .cell__h, .contest__kpi span, .table__cover, .vt-h, .rail__b,
.base__name, .base__col h4 { font-family: "Nova Square", "Urbanist", system-ui, sans-serif; font-weight: 400 }

.skip {
  position: absolute; top: -44px; left: 8px;
  padding: 8px 12px; background: var(--grn); color: #06120b;
  border-radius: 6px; z-index: 100; font-weight: 700;
}
.skip:focus { top: 8px }

/* ===== TOP BAR ===== */
.topbar {
  display: flex; align-items: center; gap: 16px;
  padding: 13px 24px;
  border-bottom: 1px solid var(--line);
  background: rgba(10, 20, 16, .82);
  backdrop-filter: blur(11px);
  position: sticky; top: 0; z-index: 50;
}
.mark { display: flex; align-items: center; gap: 12px; color: var(--txt) }
.mark:hover { text-decoration: none }
.mark__svg {
  width: 34px; height: 34px; flex: none;
  filter: drop-shadow(0 0 10px rgba(61, 220, 132, .45));
  animation: spin 44s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg) } }
.mark__t { line-height: 1; letter-spacing: 1px; font-size: 20px }
.mark__sub {
  display: block; font-size: 9.5px; color: var(--txt-d);
  letter-spacing: 3px; font-weight: 600; margin-top: 5px;
  text-transform: uppercase; font-family: "Urbanist", sans-serif;
}
.orbnav { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.orbnav a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0; font-weight: 500;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.orbnav a:hover { color: var(--grn); border-bottom-color: var(--grn); text-decoration: none }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 24px; border-radius: var(--r-pill);
  font-weight: 700; font-size: 14px;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s, border-color .2s;
  cursor: pointer; letter-spacing: .3px;
}
.btn:hover { text-decoration: none; transform: translateY(-1px) }
.btn--pill { background: var(--bg-3); color: var(--txt); border-color: var(--line-2) }
.btn--pill:hover { border-color: var(--grn); color: var(--grn) }
.btn--big { padding: 15px 32px; font-size: 15px }
.btn--solar {
  background: linear-gradient(115deg, var(--grn) 0%, var(--vio) 100%);
  color: #06120b; border: 0; font-weight: 800;
  box-shadow: 0 14px 34px -12px rgba(61, 220, 132, .6);
}
.btn--solar:hover { box-shadow: 0 18px 42px -10px rgba(139, 92, 246, .78) }
.btn--wire { background: transparent; color: var(--txt); border-color: var(--line-2) }
.btn--wire:hover { border-color: var(--vio); color: var(--vio) }

/* ===== AGGREGATE BEACON ===== */
.beacon {
  display: grid; grid-template-columns: repeat(5, 1fr);
  padding: 11px 24px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(61, 220, 132, .05), rgba(139, 92, 246, .05));
  font-size: 13px;
}
.beacon__cell {
  display: flex; flex-direction: column; gap: 3px;
  padding: 6px 16px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.beacon__cell:last-child { border-right: 0 }
.beacon__num { font-size: 18px; color: var(--grn); letter-spacing: .4px }
.beacon__lbl { font-size: 11px; color: var(--txt-d); letter-spacing: .5px; text-transform: uppercase }

/* ===== SECTION SHELL ===== */
section {
  max-width: 1240px; margin: 0 auto;
  padding: 62px 24px;
}
.over {
  display: inline-block;
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--vio); font-weight: 700; margin: 0 0 12px;
  font-family: "Nova Square", sans-serif;
}
h1 { font-size: clamp(29px, 4.4vw, 49px); line-height: 1.1; margin: 0 0 18px; letter-spacing: .2px }
h2 { font-size: clamp(24px, 3.1vw, 35px); line-height: 1.22; margin: 0 0 16px; letter-spacing: .3px }
h3 { font-size: clamp(17px, 2vw, 22px); line-height: 1.34; margin: 28px 0 10px; color: var(--grn); letter-spacing: .3px }
p { margin: 0 0 14px; color: var(--txt) }
.mono { color: var(--vio) }
.lead { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 820px }

.panel {
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 34px 24px; max-width: none;
  background: rgba(15, 29, 22, .55);
}

/* ===== HERO — ORBITAL HUB ===== */
.hub {
  display: grid; grid-template-columns: 1.08fr 1fr; gap: 40px;
  padding: 52px 24px 38px;
  align-items: center;
}
.tagchip {
  display: inline-block;
  font-size: 11px; letter-spacing: 2px; color: var(--grn);
  background: rgba(61, 220, 132, .08);
  border: 1px solid rgba(61, 220, 132, .3);
  padding: 6px 14px; border-radius: var(--r-pill);
  margin: 0 0 18px; text-transform: uppercase; font-weight: 700;
  font-family: "Nova Square", sans-serif;
}
.hub__sub { color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.72 }
.hub__btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.dials {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 20px 0 0; border-top: 1px solid var(--line);
}
.dials__item { display: flex; flex-direction: column; gap: 3px }
.dials__num { font-size: 28px; color: var(--grn); letter-spacing: .5px }
.dials__lbl { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1.2px }

.hub__map { margin: 0 }
.orbitmap {
  display: block; width: 100%; height: auto;
  border-radius: var(--r); border: 1px solid var(--line);
  background:
    radial-gradient(460px 420px at 50% 50%, rgba(139, 92, 246, .16), transparent 62%),
    radial-gradient(360px 320px at 30% 78%, rgba(61, 220, 132, .14), transparent 66%),
    #0b1712;
  box-shadow: 0 26px 70px -24px rgba(139, 92, 246, .45);
}
.orbitmap .arc { animation: dashroll 3.2s linear infinite }
@keyframes dashroll { to { stroke-dashoffset: -1021 } }
.orbitmap .leo { animation: pulse 4.5s ease-in-out infinite }
@keyframes pulse { 0%,100% { opacity: .78 } 50% { opacity: 1 } }
.hub__map figcaption { margin-top: 12px; font-size: 12px; color: var(--txt-dd); font-style: italic; text-align: right }

/* ===== WELCOME ===== */
.welcome { padding: 46px 30px }
.welcome__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 22px 0 24px }
.tier {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px 22px;
  position: relative; overflow: hidden;
  transition: border-color .2s, transform .15s;
}
.tier:hover { border-color: var(--grn); transform: translateY(-3px) }
.tier::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(240px 160px at 100% 0, rgba(139, 92, 246, .14), transparent 62%);
  pointer-events: none;
}
.tier__step { font-size: 11px; color: var(--vio); font-weight: 700; letter-spacing: 2px; margin-bottom: 10px; text-transform: uppercase }
.tier__pct { font-size: 34px; line-height: 1; color: var(--grn); margin-bottom: 10px }
.tier__title { font-weight: 700; font-size: 15px; margin-bottom: 6px }
.tier__sub { font-size: 13px; color: var(--txt-d); line-height: 1.55 }

/* ===== LAUNCH (3 steps) ===== */
.launch__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 22px }
.pod {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 26px 24px; position: relative; overflow: hidden;
}
.pod::after {
  content: ""; position: absolute; right: -40px; bottom: -40px;
  width: 130px; height: 130px; border-radius: 50%;
  border: 1px dashed var(--line-2); opacity: .5;
}
.pod__idx { font-size: 40px; color: var(--vio); line-height: 1; margin-bottom: 12px; letter-spacing: 2px }
.pod__head { font-size: 18px; font-weight: 700; margin-bottom: 12px; color: var(--grn); font-family: "Nova Square", sans-serif }
.pod p { color: var(--txt-d); font-size: 14px; margin: 0 }

/* ===== CATALOG ===== */
.deck { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; margin: 24px 0 }
.slot {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r); overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .15s, border-color .2s, box-shadow .25s;
}
.slot:hover { transform: translateY(-3px); border-color: var(--grn); box-shadow: 0 20px 40px -16px rgba(61, 220, 132, .4) }
.slot__art {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; color: rgba(230, 240, 234, .96);
  text-align: center; padding: 14px; line-height: 1.18;
  position: relative; overflow: hidden; letter-spacing: .5px;
}
.slot__art::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 42%, rgba(0,0,0,.44) 100%);
}
.art-1 { background: linear-gradient(135deg, #0d3322 0%, #3ddc84 100%); color: #06140c }
.art-2 { background: linear-gradient(135deg, #2a1848 0%, #8b5cf6 100%) }
.art-3 { background: linear-gradient(135deg, #0e3a26 0%, #45e08c 100%); color: #06140c }
.art-4 { background: linear-gradient(135deg, #2a1848 0%, #a07bf8 100%) }
.art-5 { background: linear-gradient(135deg, #0d3322 0%, #3ddc84 100%); color: #06140c }
.art-6 { background: linear-gradient(135deg, #241442 0%, #8b5cf6 100%) }
.art-7 { background: linear-gradient(135deg, #0e3a26 0%, #45e08c 100%); color: #06140c }
.art-8 { background: linear-gradient(135deg, #2a1848 0%, #8b5cf6 100%) }
.art-9 { background: linear-gradient(135deg, #0d3322 0%, #3ddc84 100%); color: #06140c }
.art-10 { background: linear-gradient(135deg, #241442 0%, #a07bf8 100%) }
.art-11 { background: linear-gradient(135deg, #0e3a26 0%, #45e08c 100%); color: #06140c }
.art-12 { background: linear-gradient(135deg, #2a1848 0%, #8b5cf6 100%) }
.slot h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-family: "Urbanist", sans-serif; font-weight: 600 }
.slot p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.4 }
.slot__btn {
  display: block; padding: 10px; margin: auto 12px 12px;
  background: var(--bg-3); color: var(--txt);
  text-align: center; border-radius: var(--r-pill); font-size: 13px; font-weight: 700;
  border: 1px solid var(--line); transition: all .15s;
}
.slot__btn:hover { background: var(--grn); border-color: var(--grn); color: #06120b; text-decoration: none }

.chips { margin: 22px 0 0 }
.chips__title { font-size: 12px; color: var(--vio); margin-bottom: 10px; letter-spacing: 1.4px; text-transform: uppercase; font-weight: 700 }
.chips__row { display: flex; flex-wrap: wrap; gap: 8px }
.chips__row span {
  padding: 6px 14px; background: var(--bg-2);
  border: 1px solid var(--line); border-radius: var(--r-pill);
  font-size: 12px; color: var(--txt-d);
}

/* ===== ORBIT BELT (VIP) ===== */
.rings { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin: 20px 0 4px }
.rings__node {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 18px 10px 16px;
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  transition: border-color .2s, transform .15s;
}
.rings__node:hover { border-color: var(--vio); transform: translateY(-3px) }
.rings__node--top { border-color: var(--grn); background: linear-gradient(160deg, var(--bg-2), rgba(61, 220, 132, .1)) }
.arcwrap {
  --p: 0deg;
  width: 66px; height: 66px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: conic-gradient(var(--grn) var(--p), var(--line) 0);
  position: relative;
}
.arcwrap::before {
  content: ""; position: absolute; inset: 5px; border-radius: 50%; background: var(--bg-2);
}
.rings__node--top .arcwrap::before { background: #0e2018 }
.arcwrap__v { position: relative; font-family: "Nova Square", sans-serif; font-size: 15px; color: var(--txt); letter-spacing: .5px }
.arc-4  { --p: 14deg }
.arc-8  { --p: 29deg }
.arc-13 { --p: 47deg; background: conic-gradient(var(--grn) var(--p), var(--line) 0) }
.arc-17 { --p: 61deg; background: conic-gradient(#5fd3a0 var(--p), var(--line) 0) }
.arc-22 { --p: 79deg; background: conic-gradient(var(--vio) var(--p), var(--line) 0) }
.arc-27 { --p: 97deg; background: conic-gradient(var(--vio) var(--p), var(--line) 0) }
.rings__name { font-family: "Nova Square", sans-serif; font-size: 15px; color: var(--txt); letter-spacing: .5px }
.rings__node--top .rings__name { color: var(--grn) }
.rings__cb { font-size: 11px; color: var(--txt-d) }

.belt__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 24px }
.cell {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-left: 3px solid var(--vio);
  border-radius: var(--r);
  padding: 22px 24px; transition: border-color .2s;
}
.cell:hover { border-left-color: var(--grn) }
.cell__h { font-size: 19px; margin-bottom: 10px; color: var(--grn) }
.cell p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }

/* ===== TOURNAMENT ===== */
.contest { padding: 46px 30px; text-align: center }
.contest__btns { margin: 22px 0 28px }
.contest__kpi { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 22px }
.contest__kpi > div {
  background: var(--bg-3); border: 1px solid var(--line);
  border-radius: var(--r); padding: 20px 16px;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
}
.contest__kpi span { font-size: 25px; color: var(--grn); margin-bottom: 4px; letter-spacing: .5px }
.contest__kpi .k-h { font-size: 14px; font-weight: 700; color: var(--txt); font-style: normal }
.contest__kpi i { font-size: 12px; color: var(--txt-d); font-style: normal; line-height: 1.4 }

/* ===== LIVE HALL ===== */
.hall__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 14px; margin-top: 22px }
.table {
  background: var(--bg-2); border: 1px solid var(--line);
  border-radius: var(--r); overflow: hidden; position: relative;
  transition: transform .15s, border-color .2s, box-shadow .25s;
}
.table:hover { transform: translateY(-3px); border-color: var(--vio); box-shadow: 0 20px 40px -16px rgba(139, 92, 246, .42) }
.table__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; color: rgba(230, 240, 234, .96);
  padding: 12px; text-align: center; letter-spacing: .5px;
  position: relative; overflow: hidden;
}
.tv-1 { background: linear-gradient(135deg, #0d3322 0%, #3ddc84 100%); color: #06140c }
.tv-2 { background: linear-gradient(135deg, #2a1848 0%, #8b5cf6 100%) }
.tv-3 { background: linear-gradient(135deg, #241442 0%, #a07bf8 100%) }
.tv-4 { background: linear-gradient(135deg, #0e3a26 0%, #45e08c 100%); color: #06140c }
.tv-5 { background: linear-gradient(135deg, #0d3322 0%, #3ddc84 100%); color: #06140c }
.tv-6 { background: linear-gradient(135deg, #2a1848 0%, #8b5cf6 100%) }
.table__b { padding: 14px 16px 16px; position: relative }
.table__t { font-weight: 700; font-size: 16px; margin-bottom: 4px }
.table__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.table__m { font-size: 13px; color: var(--vio); font-weight: 600; margin-bottom: 4px }
.table__p { font-size: 12px; color: var(--txt-dd) }
.table__live {
  position: absolute; top: 12px; right: 16px;
  background: var(--grn); color: #06120b;
  padding: 3px 11px; border-radius: var(--r-pill);
  font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
}

/* ===== DOSSIER ===== */
.dossier h3 { border-left: 3px solid var(--grn); padding-left: 14px }
.dossier p { color: var(--txt); line-height: 1.74 }
.dossier .lead { color: var(--txt-d) }
.stamps { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line) }
.stamp {
  padding: 7px 15px; background: var(--bg-2);
  border: 1px solid var(--vio); border-radius: var(--r-pill);
  font-size: 12px; color: var(--txt); letter-spacing: .4px;
}

/* ===== VOICES ===== */
.voices__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 22px }
.note {
  background: var(--bg-2); border: 1px solid var(--line);
  border-radius: var(--r); padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.note__stars { color: var(--grn); font-size: 16px; letter-spacing: 4px }
.note__stars--four .star-dim { color: var(--line-2) }
.note__q { font-size: 14px; line-height: 1.64; color: var(--txt); margin: 0; font-style: italic }
.note__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.note__a {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--grn), var(--vio));
  border-radius: 50%; color: #06120b; font-weight: 800; font-size: 14px; flex: none;
}

/* ===== VAULT (cashier) ===== */
.vault__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin: 22px 0 }
.rail {
  background: var(--bg-2); border: 1px solid var(--line);
  border-radius: var(--r-s); padding: 18px 14px;
  text-align: center; display: flex; flex-direction: column; gap: 4px;
}
.rail__b { font-size: 16px; color: var(--txt); letter-spacing: .5px }
.rail i { font-size: 11px; color: var(--txt-d); font-style: normal; text-transform: uppercase; letter-spacing: 1px }
.vault__times { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 8px }
.vault__times > div {
  background: var(--bg-3); border: 1px solid var(--line);
  border-radius: var(--r-s); padding: 14px 18px;
  display: flex; flex-direction: column; gap: 4px;
}
.vt-h { font-size: 18px; color: var(--grn); font-style: normal; letter-spacing: .5px }
.vault__times span { font-size: 12px; color: var(--txt-d) }

/* ===== LIFTOFF ===== */
.liftoff {
  text-align: center; padding: 58px 24px;
  background:
    radial-gradient(640px 340px at 50% 50%, rgba(139, 92, 246, .16) 0%, transparent 70%),
    var(--bg-2);
}
.liftoff h2 { margin-bottom: 10px }
.liftoff p { color: var(--txt-d); margin-bottom: 24px }

/* ===== LOGBOOK (author) ===== */
.logbook {
  background: rgba(15, 29, 22, .5);
  border: 1px solid var(--line);
  border-left: 3px solid var(--grn);
  border-radius: var(--r);
  margin: 34px 24px; max-width: none; padding: 38px 32px;
}
.logbook h2 { font-size: clamp(20px, 2.4vw, 26px); margin-bottom: 16px }
.logbook p { color: var(--txt-d); font-size: 14px; line-height: 1.76; max-width: 940px }

/* ===== FAQ ===== */
.queries h2 { margin-bottom: 22px }
details {
  background: var(--bg-2); border: 1px solid var(--line);
  border-radius: var(--r-s); padding: 16px 20px; margin: 0 0 10px;
  transition: border-color .2s;
}
details[open] { border-color: var(--grn) }
summary {
  cursor: pointer; font-weight: 600; list-style: none;
  position: relative; padding-right: 34px;
  display: flex; align-items: center; min-height: 24px;
}
summary::-webkit-details-marker { display: none }
summary::after {
  content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 24px; height: 24px; border: 1px solid var(--line); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: var(--grn); font-size: 16px; transition: transform .25s;
}
details[open] summary::after { content: "\2013"; border-color: var(--grn) }
details p { margin: 12px 0 0; color: var(--txt-d); font-size: 15px; line-height: 1.66 }

/* ===== FOOTER (base) ===== */
.base { margin-top: 26px; border-top: 1px solid var(--line); background: rgba(10, 20, 16, .6) }
.base__top {
  max-width: 1240px; margin: 0 auto; padding: 44px 24px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 38px;
}
.base__brand { font-size: 14px; color: var(--txt-d); line-height: 1.66 }
.base__mark { display: flex; align-items: center; gap: 10px; margin-bottom: 16px }
.base__mark span { display: flex; flex-direction: column; line-height: 1.15 }
.base__name { color: var(--txt); font-size: 18px; margin-bottom: 2px; letter-spacing: .5px }
.base__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.66 }
.base__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px }
.base__col h4 { font-size: 14px; color: var(--vio); letter-spacing: .5px; margin: 0 0 12px }
.base__col ul { list-style: none; padding: 0; margin: 0 }
.base__col li { font-size: 13px; color: var(--txt-d); padding: 4px 0; transition: color .15s }
.base__col li:hover { color: var(--txt) }
.base__bottom {
  border-top: 1px solid var(--line); padding: 16px 24px;
  max-width: 1240px; margin: 0 auto;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
  font-size: 12px; color: var(--txt-dd);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .welcome__grid { grid-template-columns: 1fr }
  .vault__grid { grid-template-columns: repeat(3, 1fr) }
  .contest__kpi { grid-template-columns: repeat(2, 1fr) }
  .voices__grid { grid-template-columns: 1fr }
  .base__top { grid-template-columns: 1fr }
  .beacon { grid-template-columns: repeat(3, 1fr) }
  .beacon__cell:nth-child(4), .beacon__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .rings { grid-template-columns: repeat(3, 1fr) }
  .belt__grid { grid-template-columns: 1fr }
}
@media (max-width: 880px) {
  .hub { grid-template-columns: 1fr; gap: 26px; padding-top: 34px }
  .hub__map { order: -1 }
  .orbnav { display: none }
  .topbar { padding: 11px 15px }
  section { padding: 40px 16px }
  .panel, .logbook { padding: 34px 18px; margin: 24px 14px }
  .launch__grid { grid-template-columns: 1fr }
  .base__top { padding: 30px 16px 22px; gap: 22px }
  .base__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .beacon { padding: 8px 15px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .beacon__cell { padding: 4px 10px }
  .vault__times { grid-template-columns: 1fr }
  .dials { grid-template-columns: repeat(2, 1fr) }
}
@media (max-width: 480px) {
  .deck { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .hall__grid { grid-template-columns: 1fr }
  .slot h3 { font-size: 13px }
  .slot p { font-size: 11px }
  .slot__art { font-size: 16px }
  .hub__btns { flex-direction: column; align-items: stretch }
  .btn--big { width: 100% }
  .vault__grid { grid-template-columns: repeat(2, 1fr) }
  .contest__kpi { grid-template-columns: 1fr }
  .base__cols { grid-template-columns: 1fr }
  .rings { grid-template-columns: repeat(2, 1fr) }
}
