/* 1xbet-casino2 — премиум-лендинг 1xBet / 1хБет. Концепт «Икс-Вектор»: векторное поле, фиолет-чернила + аметист + платина */

:root {
  --bg: #0e0a16;
  --bg-2: #171026;
  --bg-3: #1f1733;
  --line: #2c2147;
  --line-2: #3a2c5c;
  --txt: #efeaf7;
  --txt-d: #b3a8cc;
  --txt-dd: #7e7299;
  --acc: #9d6bff;
  --acc-2: #e8ecff;
  --cta1: #ff37c3;
  --cta2: #ff6aa8;
  --hot: #ff4da6;
  --r: 12px;
  --r-s: 8px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.62 "Ubuntu", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--txt);
  background:
    radial-gradient(1040px 600px at 88% -12%, rgba(157, 107, 255, .18) 0%, transparent 62%),
    radial-gradient(820px 560px at -8% 58%, rgba(255, 55, 195, .10) 0%, transparent 60%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--acc); text-decoration: none }
a:hover { text-decoration: underline }
.hl { color: var(--acc) }

.bypass {
  position: absolute; top: -42px; left: 8px;
  padding: 8px 12px; background: var(--acc); color: #0a0612;
  border-radius: 6px; z-index: 100; font-weight: 700;
}
.bypass:focus { top: 8px }

/* ===== HEADER ===== */
.bridge {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(14, 10, 22, .84);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.sigil { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.sigil:hover { text-decoration: none }
.sigil__svg {
  width: 30px; height: 30px; flex: none;
  filter: drop-shadow(0 0 10px rgba(157, 107, 255, .6));
}
.sigil__t {
  font-family: "Russo One", system-ui, sans-serif;
  font-weight: 400; line-height: 1; letter-spacing: .2px;
}
.sigil__sub {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 2.2px; font-weight: 500; margin-top: 5px;
  text-transform: uppercase; font-family: "Ubuntu", system-ui, sans-serif;
}
.aims { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.aims a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.aims a:hover { color: var(--acc); border-bottom-color: var(--acc); text-decoration: none }

/* ===== THRUST (CTA) ===== */
.thrust {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 8px;
  font-family: "Ubuntu", system-ui, sans-serif;
  font-weight: 700; font-size: 14px;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s;
  cursor: pointer; letter-spacing: .1px;
}
.thrust:hover { text-decoration: none; transform: translateY(-1px) }
.thrust--mini { background: var(--bg-3); color: var(--txt); border-color: var(--line) }
.thrust--mini:hover { background: var(--bg-2); border-color: var(--acc) }
.thrust--big { padding: 15px 28px; font-size: 15px; border-radius: 10px }
.thrust--hot {
  background: linear-gradient(115deg, var(--cta1) 0%, var(--cta2) 100%);
  color: #1a0413; border: 0;
  box-shadow: 0 12px 30px -10px rgba(255, 55, 195, .7);
}
.thrust--hot:hover { box-shadow: 0 16px 38px -8px rgba(255, 55, 195, .95) }
.thrust--ghost { background: transparent; color: var(--txt); border-color: var(--line-2) }
.thrust--ghost:hover { border-color: var(--acc); color: var(--acc) }

/* ===== READOUT STRIP ===== */
.sweep {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 10px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(157, 107, 255, .06), rgba(255, 55, 195, .04));
  font-size: 13px;
}
.sweep__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 14px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.sweep__cell:last-child { border-right: 0 }
.sweep__num {
  font-family: "Russo One", system-ui, sans-serif;
  font-weight: 400; font-size: 15px; color: var(--acc-2);
  letter-spacing: .2px;
}
.sweep__lbl { font-size: 11px; color: var(--txt-d); letter-spacing: .6px; text-transform: uppercase }

/* ===== HERO / FIELD ===== */
.field {
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 36px;
  padding: 48px 22px 32px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.field__tag {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.4px; color: var(--acc);
  background: rgba(157, 107, 255, .09);
  border: 1px solid rgba(157, 107, 255, .28);
  padding: 6px 12px; border-radius: 4px;
  margin: 0 0 18px;
  text-transform: uppercase; font-weight: 700;
}
h1 {
  font-family: "Russo One", system-ui, sans-serif;
  font-size: clamp(28px, 4.1vw, 46px); line-height: 1.1;
  margin: 0 0 18px; letter-spacing: -.2px; font-weight: 400;
}
.field__sub {
  color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.66;
}
.field__btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.field__plot { margin: 0 }
.field__plot-svg {
  display: block; width: 100%; height: auto;
  border-radius: var(--r); border: 1px solid var(--line);
  background:
    radial-gradient(420px 320px at 50% 50%, rgba(157, 107, 255, .22), transparent 62%),
    radial-gradient(360px 280px at 80% 80%, rgba(255, 55, 195, .14), transparent 66%),
    linear-gradient(135deg, #120c1e 0%, #1c1330 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(157, 107, 255, .45);
}
.field__plot figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}
.specs {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.specs__item { display: flex; flex-direction: column; gap: 2px }
.specs__num {
  font-family: "Russo One", system-ui, sans-serif;
  font-size: 25px; font-weight: 400;
  color: var(--acc-2); letter-spacing: .2px;
}
.specs__lbl { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1.1px }

/* ===== SECTIONS GENERAL ===== */
section {
  max-width: 1240px; margin: 0 auto;
  padding: 56px 22px;
}
section.field, section.bounty { padding-top: 36px }
.ribbon {
  display: inline-block;
  font-size: 11px; letter-spacing: 2.6px; text-transform: uppercase;
  color: var(--cta2); font-weight: 700;
  margin: 0 0 10px; font-family: "Ubuntu", system-ui, sans-serif;
}
h2 {
  font-family: "Russo One", system-ui, sans-serif;
  font-size: clamp(23px, 3vw, 33px); line-height: 1.2;
  margin: 0 0 16px; letter-spacing: .1px; font-weight: 400;
}
h3 {
  font-family: "Russo One", system-ui, sans-serif;
  font-size: clamp(17px, 2vw, 21px); line-height: 1.34;
  margin: 26px 0 10px; color: var(--acc); font-weight: 400; letter-spacing: .1px;
}
p { margin: 0 0 14px; color: var(--txt) }
.preface { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 790px }

/* ===== CATALOGUE / ARRAY ===== */
.array__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.node {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  transition: transform .15s, border-color .2s, box-shadow .25s;
  display: flex; flex-direction: column;
}
.node:hover {
  transform: translateY(-3px);
  border-color: var(--acc);
  box-shadow: 0 18px 36px -14px rgba(157, 107, 255, .45);
}
.node__face {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Russo One", system-ui, sans-serif;
  font-weight: 400; font-size: 21px; color: rgba(239, 234, 247, .94);
  text-align: center; padding: 14px;
  letter-spacing: .2px; line-height: 1.16;
  position: relative; overflow: hidden;
}
.node__face::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 40%, rgba(0,0,0,.4) 100%);
  pointer-events: none;
}
.nf-1 { background: linear-gradient(135deg, #2a1255 0%, #9d6bff 100%) }
.nf-2 { background: linear-gradient(135deg, #401048 0%, #ff37c3 100%) }
.nf-3 { background: linear-gradient(135deg, #16203f 0%, #6aa0ff 100%) }
.nf-4 { background: linear-gradient(135deg, #311b08 0%, #ffb347 100%); color: #1a0d02 }
.nf-5 { background: linear-gradient(135deg, #3a0f2c 0%, #ff6aa8 100%) }
.nf-6 { background: linear-gradient(135deg, #102a2a 0%, #43d6c0 100%); color: #051613 }
.nf-7 { background: linear-gradient(135deg, #241055 0%, #7b5cff 100%) }
.nf-8 { background: linear-gradient(135deg, #3a103a 0%, #ff4da6 100%) }
.nf-9 { background: linear-gradient(135deg, #2a1255 0%, #c2a3ff 100%); color: #160a2e }
.nf-10 { background: linear-gradient(135deg, #122a18 0%, #6cf0a0 100%); color: #04130a }
.nf-11 { background: linear-gradient(135deg, #3a1208 0%, #ff8a4d 100%); color: #1a0a02 }
.nf-12 { background: linear-gradient(135deg, #1a1640 0%, #8ea0ff 100%) }

.node h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 400; font-family: "Russo One", system-ui, sans-serif; letter-spacing: .1px }
.node p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.4 }
.node__cap {
  display: block; padding: 10px;
  margin: auto 12px 12px;
  background: var(--bg-3); color: var(--txt);
  text-align: center; border-radius: 6px; font-size: 13px; font-weight: 500;
  border: 1px solid var(--line); transition: all .15s;
}
.node__cap:hover { background: var(--acc); border-color: var(--acc); color: #0f0620; text-decoration: none }

.fleet { margin: 22px 0 0 }
.fleet__t { font-size: 12px; color: var(--cta2); margin-bottom: 10px; letter-spacing: 1.4px; text-transform: uppercase; font-weight: 700 }
.fleet__list { display: flex; flex-wrap: wrap; gap: 8px }
.fleet__list span {
  padding: 6px 12px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 12px; color: var(--txt-d);
}

/* ===== WELCOME / BOUNTY ===== */
.bounty {
  background:
    radial-gradient(720px 360px at 82% 28%, rgba(255, 55, 195, .07) 0%, transparent 70%),
    rgba(23, 16, 38, .55);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px;
  max-width: none;
}
.bounty__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin: 22px 0 24px;
}
.pack {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 20px;
  position: relative; overflow: hidden;
  transition: border-color .2s, transform .15s;
}
.pack:hover { border-color: var(--acc); transform: translateY(-2px) }
.pack::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(157, 107, 255, .08), transparent 60%);
  pointer-events: none;
}
.pack__step {
  font-family: "Russo One", system-ui, sans-serif;
  font-size: 11px; color: var(--cta2); font-weight: 400;
  letter-spacing: 1.6px; margin-bottom: 8px; text-transform: uppercase;
}
.pack__pct {
  font-family: "Russo One", system-ui, sans-serif;
  font-size: 28px; font-weight: 400; line-height: 1;
  color: var(--acc); letter-spacing: .2px;
  margin-bottom: 8px;
}
.pack__title { font-weight: 700; font-size: 15px; margin-bottom: 6px }
.pack__sub { font-size: 13px; color: var(--txt-d); line-height: 1.5 }

/* ===== THREE STEPS / ROUTE ===== */
.route__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.stint {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
  position: relative;
}
.stint__num {
  font-family: "Russo One", system-ui, sans-serif;
  position: absolute; top: 14px; right: 22px;
  font-size: 52px; font-weight: 400; line-height: 1;
  color: var(--bg-3);
}
.stint__head {
  font-size: 18px; font-weight: 700; margin-bottom: 12px;
  color: var(--acc);
}
.stint p { color: var(--txt-d); font-size: 14px; margin: 0 }

/* ===== LOYALTY / COMPASS ===== */
.azim__grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 22px;
}
.facet {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  transition: border-color .2s;
}
.facet:hover { border-color: var(--cta2) }
.facet__h { font-weight: 700; font-size: 17px; margin-bottom: 10px; color: var(--acc-2) }
.facet p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }

.rungs {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 6px; margin-top: 14px;
}
.notch {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 8px;
  text-align: center;
}
.notch:nth-child(1) { transform: translateY(0) }
.notch:nth-child(2) { transform: translateY(-8px) }
.notch:nth-child(3) { transform: translateY(-15px) }
.notch:nth-child(4) { transform: translateY(-21px); border-color: var(--acc); background: var(--bg-2) }
.notch:nth-child(5) { transform: translateY(-28px); border-color: var(--acc); background: var(--bg-2) }
.notch:nth-child(6) { transform: translateY(-36px); border-color: var(--cta1); background: linear-gradient(135deg, var(--bg-2), rgba(255, 55, 195, .1)) }
.notch__name {
  font-family: "Russo One", system-ui, sans-serif;
  font-size: 12px; font-weight: 400; color: var(--txt);
  display: block; line-height: 1; margin-bottom: 5px;
}
.notch__cb { font-size: 11px; color: var(--txt-d) }
.notch:nth-child(6) .notch__name { color: var(--cta2) }

/* ===== TOURNAMENT / DERBY ===== */
.derby {
  background:
    radial-gradient(640px 360px at 50% 50%, rgba(157, 107, 255, .12) 0%, transparent 70%),
    var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px; max-width: none;
  text-align: center;
}
.derby__btns { margin: 22px 0 28px }
.derby__kpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.derby__kpi > div {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 18px 16px;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  text-align: center;
}
.derby__kpi span {
  font-family: "Russo One", system-ui, sans-serif;
  font-size: 22px; font-weight: 400; color: var(--acc);
  margin-bottom: 4px; letter-spacing: .2px;
}
.derby__lbl { font-size: 14px; font-weight: 700; color: var(--txt); font-style: normal }
.derby__kpi em { font-size: 12px; color: var(--txt-d); font-style: normal; line-height: 1.4 }

/* ===== LIVE / SALON ===== */
.salon__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px; margin-top: 22px;
}
.stream {
  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;
}
.stream:hover {
  transform: translateY(-3px);
  border-color: var(--hot);
  box-shadow: 0 18px 36px -14px rgba(255, 77, 166, .42);
}
.stream__face {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Russo One", system-ui, sans-serif;
  font-weight: 400; font-size: 18px; color: rgba(239, 234, 247, .94);
  padding: 12px; text-align: center; letter-spacing: .2px;
  position: relative; overflow: hidden;
}
.sf-1 { background: linear-gradient(135deg, #2a1255 0%, #9d6bff 100%) }
.sf-2 { background: linear-gradient(135deg, #16203f 0%, #6aa0ff 100%) }
.sf-3 { background: linear-gradient(135deg, #3a0f2c 0%, #ff37c3 100%) }
.sf-4 { background: linear-gradient(135deg, #311b08 0%, #ffb347 100%); color: #1a0d02 }
.sf-5 { background: linear-gradient(135deg, #241055 0%, #7b5cff 100%) }
.sf-6 { background: linear-gradient(135deg, #102a2a 0%, #43d6c0 100%); color: #05160f }

.stream__body { padding: 14px 16px 16px; position: relative }
.stream__t { font-weight: 700; font-size: 16px; margin-bottom: 4px }
.stream__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.stream__mult { font-size: 13px; color: var(--acc-2); font-weight: 700; margin-bottom: 4px }
.stream__bet { font-size: 12px; color: var(--txt-dd) }
.stream__tag {
  position: absolute; top: 12px; right: 16px;
  background: var(--hot); color: #fff;
  padding: 3px 10px; border-radius: 4px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
}

/* ===== CASHIER / TELLER ===== */
.teller__grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
  margin: 22px 0 22px;
}
.channel {
  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;
}
.channel__n { font-size: 15px; color: var(--txt); font-weight: 700; font-family: "Ubuntu", system-ui, sans-serif }
.channel__d { font-size: 11px; color: var(--txt-d); font-style: normal; text-transform: uppercase; letter-spacing: 1px }

.teller__times {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 8px;
}
.teller__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;
}
.teller__big {
  font-family: "Russo One", system-ui, sans-serif;
  font-size: 16px; color: var(--acc); font-weight: 400;
}
.teller__times em { font-size: 12px; color: var(--txt-d); font-style: normal }

/* ===== BRAND ANATOMY ===== */
.anatomy h3 {
  border-left: 3px solid var(--acc);
  padding-left: 14px; margin-top: 30px;
}
.anatomy p { color: var(--txt); line-height: 1.72 }
.tokens {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line);
}
.token {
  padding: 7px 13px;
  background: var(--bg-2);
  border: 1px solid var(--acc);
  border-radius: 4px;
  font-size: 12px; color: var(--txt);
  letter-spacing: .4px;
}

/* ===== REVIEWS / TAKES ===== */
.takes__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.take {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.take__stars { color: var(--cta2); font-size: 16px; letter-spacing: 4px }
.take__stars--part .star-mute { color: var(--line-2) }
.take__q { font-size: 14px; line-height: 1.62; color: var(--txt); margin: 0 }
.take__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.take__a {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--acc), var(--cta1));
  border-radius: 50%; color: #150522; font-weight: 700; font-size: 14px;
  flex: none; font-family: "Russo One", system-ui, sans-serif;
}

/* ===== LAUNCH (PRE-FOOTER) ===== */
.launch {
  text-align: center; padding: 56px 22px;
  background:
    radial-gradient(620px 320px at 50% 50%, rgba(255, 55, 195, .14) 0%, transparent 70%),
    var(--bg-2);
  border-radius: var(--r);
  margin: 32px 22px;
  border: 1px solid var(--line);
  max-width: none;
}
.launch h2 { margin-bottom: 10px }
.launch p { color: var(--txt-d); margin-bottom: 24px }

/* ===== FAQ / QUERIES ===== */
.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(--acc) }
summary {
  cursor: pointer; font-weight: 700; list-style: none;
  position: relative; padding-right: 32px;
  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: 22px; height: 22px;
  border: 1px solid var(--line); border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: var(--acc); font-size: 16px;
  transition: transform .25s;
}
details[open] summary::after { transform: translateY(-50%) rotate(45deg); border-color: var(--acc) }
details p { margin: 12px 0 0; color: var(--txt-d); font-size: 15px; line-height: 1.66 }

/* ===== FOOTER / DOCK ===== */
.dock {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: rgba(14, 10, 22, .6);
}
.dock__top {
  max-width: 1240px; margin: 0 auto;
  padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.dock__brand { font-size: 14px; color: var(--txt-d); line-height: 1.65 }
.dock__logo {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.dock__mark { display: flex; flex-direction: column; line-height: 1.1; color: var(--txt); font-size: 16px; font-weight: 700; font-family: "Russo One", system-ui, sans-serif }
.dock__mark i { color: var(--txt-d); font-size: 11px; font-weight: 400; font-style: normal; margin-top: 4px; font-family: "Ubuntu", system-ui, sans-serif; letter-spacing: 1.2px }
.dock__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.65 }
.dock__cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.dock__col h4 {
  font-family: "Russo One", system-ui, sans-serif;
  font-size: 12px; color: var(--cta2); font-weight: 400;
  text-transform: uppercase; letter-spacing: 1.4px;
  margin: 0 0 12px;
}
.dock__col ul { list-style: none; padding: 0; margin: 0 }
.dock__col li {
  font-size: 13px; color: var(--txt-d);
  padding: 4px 0; cursor: default;
  transition: color .15s;
}
.dock__col li:hover { color: var(--txt) }
.dock__bottom {
  border-top: 1px solid var(--line);
  padding: 16px 22px;
  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) {
  .bounty__grid { grid-template-columns: repeat(2, 1fr) }
  .teller__grid { grid-template-columns: repeat(3, 1fr) }
  .derby__kpi { grid-template-columns: repeat(2, 1fr) }
  .takes__grid { grid-template-columns: 1fr }
  .dock__top { grid-template-columns: 1fr }
  .sweep { grid-template-columns: repeat(3, 1fr) }
  .sweep__cell:nth-child(4), .sweep__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .rungs { grid-template-columns: repeat(3, 1fr) }
  .notch { transform: none !important }
}

@media (max-width: 880px) {
  .field { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .field__plot { order: -1 }
  .aims { display: none }
  .bridge { padding: 11px 14px }
  section { padding: 36px 16px }
  .bounty, .derby, .launch { padding: 36px 18px; margin: 22px 14px }
  .route__grid { grid-template-columns: 1fr }
  .azim__grid { grid-template-columns: 1fr }
  .dock__top { padding: 30px 16px 22px; gap: 22px }
  .dock__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .sweep { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .sweep__cell { padding: 4px 10px }
  .teller__times { grid-template-columns: 1fr }
  .specs { grid-template-columns: repeat(2, 1fr) }
}

@media (max-width: 480px) {
  .array__grid { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .salon__grid { grid-template-columns: 1fr }
  .node h3 { font-size: 13px }
  .node p { font-size: 11px }
  .node__face { font-size: 16px }
  .bounty__grid { grid-template-columns: 1fr }
  .field__btns { flex-direction: column; align-items: stretch }
  .thrust--big { width: 100% }
  .teller__grid { grid-template-columns: repeat(2, 1fr) }
  .derby__kpi { grid-template-columns: 1fr }
  .dock__cols { grid-template-columns: 1fr }
  .rungs { grid-template-columns: repeat(2, 1fr) }
}
