/* 1xbet9f.buzz — премиум-лендинг 1xBet / 1хБет. Концепт «Икс-Метеостанция»: барограф, анемометр, изобары, штормовой фронт. Палитра: sky-cyan + cloud-silver + deep-sky + warning-amber */

:root {
  --bg: #060c12;
  --bg-2: #0b1622;
  --bg-3: #102234;
  --line: #1a3148;
  --line-2: #244766;
  --txt: #e8eef4;
  --txt-d: #9fb4c8;
  --txt-dd: #5f7790;
  --acc: #37b6f0;
  --acc-2: #c9d4e0;
  --deep: #1e6fa8;
  --hot: #ffb13a;
  --good: #5cd6f5;
  --r: 12px;
  --r-s: 8px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.62 "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  color: var(--txt);
  background:
    radial-gradient(1000px 580px at 92% -10%, rgba(55, 182, 240, .14) 0%, transparent 62%),
    radial-gradient(820px 580px at -10% 60%, rgba(30, 111, 168, .12) 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 }

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

/* ===== TOP BAR ===== */
.metbar {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(6, 12, 18, .82);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.stationmark { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.stationmark:hover { text-decoration: none }
.stationmark__svg {
  width: 30px; height: 30px; flex: none;
  filter: drop-shadow(0 0 10px rgba(55, 182, 240, .55));
}
.stationmark__t {
  font-family: "Stardos Stencil", system-ui, sans-serif;
  font-weight: 700; line-height: 1; letter-spacing: -.3px;
}
.stationmark__sub {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 2.2px; font-weight: 400; margin-top: 4px;
  text-transform: uppercase;
}
.anemorow { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.anemorow a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.anemorow a:hover { color: var(--acc); border-bottom-color: var(--acc); text-decoration: none }

/* ===== CTA / play button (.measbtn) ===== */
.measbtn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 8px;
  font-family: "Stardos Stencil", 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;
}
.measbtn:hover { text-decoration: none; transform: translateY(-1px) }
.measbtn--small { background: var(--bg-3); color: var(--txt); border-color: var(--line) }
.measbtn--small:hover { background: var(--bg-2); border-color: var(--acc) }
.measbtn--big { padding: 15px 28px; font-size: 15px; border-radius: 10px }
.measbtn--hot {
  background: linear-gradient(120deg, #3fc4f5 0%, #1e6fa8 100%);
  color: #04121e; border: 0;
  box-shadow: 0 12px 30px -10px rgba(55, 182, 240, .7);
  font-weight: 700;
}
.measbtn--hot:hover { box-shadow: 0 16px 38px -8px rgba(55, 182, 240, .92) }
.measbtn--ghost { background: transparent; color: var(--txt); border-color: var(--line) }
.measbtn--ghost:hover { border-color: var(--acc); color: var(--acc) }

/* ===== AGGREGATE COUNTER STRIP (приборы станции) ===== */
.frontstrip {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 10px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(55, 182, 240, .05), rgba(30, 111, 168, .04));
  font-size: 13px;
}
.frontstrip__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 14px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.frontstrip__cell:last-child { border-right: 0 }
.frontstrip__num {
  font-family: "Stardos Stencil", system-ui, sans-serif;
  font-weight: 700; font-size: 15px; color: var(--acc);
  letter-spacing: -.2px;
}
.frontstrip__lbl { font-size: 11px; color: var(--txt-d); letter-spacing: .6px; text-transform: uppercase }

/* ===== HERO (.barombox) ===== */
.barombox {
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 36px;
  padding: 48px 22px 32px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.squalltag {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.4px; color: var(--acc);
  background: rgba(55, 182, 240, .08);
  border: 1px solid rgba(55, 182, 240, .25);
  padding: 6px 12px; border-radius: 4px;
  margin: 0 0 18px;
  text-transform: uppercase; font-weight: 700;
}
.squalltag--alt { color: var(--hot); background: rgba(255, 177, 58, .07); border-color: rgba(255, 177, 58, .25) }
h1 {
  font-family: "Stardos Stencil", system-ui, sans-serif;
  font-size: clamp(28px, 4.2vw, 47px); line-height: 1.1;
  margin: 0 0 18px; letter-spacing: -.6px; font-weight: 700;
}
.measband { color: var(--acc) }
.barombox__sub {
  color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.66;
}
.barombox__btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.barombox__pic { margin: 0 }
.barombox__pic-svg {
  display: block; width: 100%; height: auto;
  border-radius: var(--r); border: 1px solid var(--line);
  background:
    radial-gradient(420px 320px at 28% 30%, rgba(55, 182, 240, .25), transparent 60%),
    radial-gradient(360px 280px at 78% 78%, rgba(30, 111, 168, .2), transparent 65%),
    linear-gradient(135deg, #081420 0%, #0d1f30 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(55, 182, 240, .42);
}
.barombox__pic figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}

/* hero KPI (.gaugebox inline) */
.gaugebox {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.gaugebox__item { display: flex; flex-direction: column; gap: 2px }
.gaugebox__num {
  font-family: "Stardos Stencil", system-ui, sans-serif;
  font-size: 26px; font-weight: 700;
  color: var(--acc); letter-spacing: -.6px;
}
.gaugebox__lbl { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1.2px }

/* ===== SECTIONS GENERAL ===== */
section {
  max-width: 1240px; margin: 0 auto;
  padding: 56px 22px;
}
section.barombox, section.tempbox { padding-top: 36px }
.squalltag { /* overline reused as section eyebrow */ }
h2 {
  font-family: "Stardos Stencil", system-ui, sans-serif;
  font-size: clamp(23px, 3.1vw, 34px); line-height: 1.2;
  margin: 0 0 16px; letter-spacing: -.4px; font-weight: 700;
}
h3 {
  font-family: "Stardos Stencil", system-ui, sans-serif;
  font-size: clamp(17px, 2vw, 21px); line-height: 1.34;
  margin: 26px 0 10px; color: var(--acc); font-weight: 700; letter-spacing: -.2px;
}
p { margin: 0 0 14px; color: var(--txt) }
.forecastlead { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 800px }

/* ===== WELCOME (.tempbox) ===== */
.tempbox {
  background:
    radial-gradient(720px 360px at 82% 28%, rgba(255, 177, 58, .06) 0%, transparent 70%),
    rgba(11, 22, 34, .55);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px;
  max-width: none;
}
.tempbox__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin: 22px 0 24px;
}
.gaugebox--w1, .gaugebox--w2, .gaugebox--w3, .gaugebox--w4 {
  display: block;
  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;
  grid-template-columns: none;
}
.gaugebox--w1:hover, .gaugebox--w2:hover, .gaugebox--w3:hover, .gaugebox--w4:hover {
  border-color: var(--acc); transform: translateY(-2px);
}
.gaugebox--w1::before, .gaugebox--w2::before, .gaugebox--w3::before, .gaugebox--w4::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(55, 182, 240, .07), transparent 60%);
  pointer-events: none;
}
.gaugebox__step {
  font-family: "Stardos Stencil", system-ui, sans-serif;
  font-size: 11px; color: var(--hot); font-weight: 700;
  letter-spacing: 2px; margin-bottom: 8px; text-transform: uppercase;
}
.gaugebox__pct {
  font-family: "Stardos Stencil", system-ui, sans-serif;
  font-size: 30px; font-weight: 700; line-height: 1;
  color: var(--acc); letter-spacing: -.8px;
  margin-bottom: 8px;
}
.gaugebox__title { font-weight: 700; font-size: 15px; margin-bottom: 6px; color: var(--txt) }
.gaugebox__sub { font-size: 13px; color: var(--txt-d); line-height: 1.5 }

/* ===== THREE STEPS (.sleetwrap / .sleetcard) ===== */
.sleetwrap__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.sleetcard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
  position: relative;
}
.sleetcard__num {
  font-family: "Stardos Stencil", system-ui, sans-serif;
  position: absolute; top: 14px; right: 22px;
  font-size: 56px; font-weight: 700; line-height: 1;
  color: var(--bg-3);
}
.sleetcard__head {
  font-size: 18px; font-weight: 700; margin-bottom: 12px;
  color: var(--acc); font-family: "Stardos Stencil", system-ui, sans-serif;
}
.sleetcard p { color: var(--txt-d); font-size: 14px; margin: 0 }

/* ===== SLOT GRID (.sondegrid / .sondecard) ===== */
.sondegrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.sondecard {
  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;
}
.sondecard:hover {
  transform: translateY(-3px);
  border-color: var(--acc);
  box-shadow: 0 18px 36px -14px rgba(55, 182, 240, .42);
}
.sondecard__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Stardos Stencil", system-ui, sans-serif;
  font-weight: 700; font-size: 24px; color: rgba(232, 238, 244, .92);
  text-align: center; padding: 14px;
  letter-spacing: -.3px; line-height: 1.15;
  position: relative; overflow: hidden;
}
.sondecard__cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 40%, rgba(0,0,0,.35) 100%);
  pointer-events: none;
}
/* recoloured cover gradients — метео-палитра */
.cv-1 { background: linear-gradient(135deg, #082336 0%, #37b6f0 100%) }
.cv-2 { background: linear-gradient(135deg, #2a1c05 0%, #ffb13a 100%); color: #07120a }
.cv-3 { background: linear-gradient(135deg, #0a1c30 0%, #1e6fa8 100%) }
.cv-4 { background: linear-gradient(135deg, #0a2a36 0%, #5cd6f5 100%); color: #06141c }
.cv-5 { background: linear-gradient(135deg, #20313f 0%, #c9d4e0 100%); color: #06141c }
.cv-6 { background: linear-gradient(135deg, #06243a 0%, #4aa0d8 100%) }
.cv-7 { background: linear-gradient(135deg, #102234 0%, #37b6f0 100%) }
.cv-8 { background: linear-gradient(135deg, #08283a 0%, #1e6fa8 100%) }
.cv-9 { background: linear-gradient(135deg, #2a1c05 0%, #ffc864 100%); color: #07120a }
.cv-10 { background: linear-gradient(135deg, #0b1622 0%, #6fb7e0 100%) }
.cv-11 { background: linear-gradient(135deg, #082336 0%, #c9d4e0 100%); color: #06141c }
.cv-12 { background: linear-gradient(135deg, #102a3a 0%, #3fc4f5 100%) }

.sondecard h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 700; font-family: "Stardos Stencil", system-ui, sans-serif }
.sondecard p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.4 }
.sondecard__btn {
  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: 700;
  border: 1px solid var(--line); transition: all .15s;
  font-family: "Stardos Stencil", system-ui, sans-serif;
}
.sondecard__btn:hover { background: var(--acc); border-color: var(--acc); color: #04121e; text-decoration: none }

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

/* ===== LOYALTY (.cyclonewrap / .cyclonebox / .thunderow) ===== */
.cyclonewrap {  }
.thunderow {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 22px;
}
.thunderbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  transition: border-color .2s;
}
.thunderbox:hover { border-color: var(--hot) }
.thunderbox__h { font-weight: 700; font-size: 17px; margin-bottom: 10px; color: var(--hot); font-family: "Stardos Stencil", system-ui, sans-serif }
.thunderbox p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }

/* VIP-шкала разрядов как стек ступеней */
.cyclonebox {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 6px; margin-top: 14px;
}
.cyclonebox__step {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 8px;
  text-align: center;
  position: relative;
}
.cyclonebox__step:nth-child(1) { transform: translateY(0) }
.cyclonebox__step:nth-child(2) { transform: translateY(-5px) }
.cyclonebox__step:nth-child(3) { transform: translateY(-12px) }
.cyclonebox__step:nth-child(4) { transform: translateY(-19px); border-color: var(--acc); background: var(--bg-2) }
.cyclonebox__step:nth-child(5) { transform: translateY(-27px); border-color: var(--acc); background: var(--bg-2) }
.cyclonebox__step:nth-child(6) { transform: translateY(-35px); border-color: var(--hot); background: linear-gradient(135deg, var(--bg-2), rgba(255, 177, 58, .08)) }
.cyclonebox__name {
  font-family: "Stardos Stencil", system-ui, sans-serif;
  font-size: 12px; font-weight: 700; color: var(--txt);
  display: block; line-height: 1; margin-bottom: 5px;
}
.cyclonebox__cb { font-size: 11px; color: var(--txt-d) }
.cyclonebox__step:nth-child(6) .cyclonebox__name { color: var(--hot) }

/* loyalty top-tier note (.forecastnote) */
.forecastnote {
  margin-top: 20px;
  background: var(--bg-3);
  border: 1px solid var(--line-2);
  border-left: 3px solid var(--hot);
  border-radius: var(--r-s);
  padding: 16px 20px;
  font-size: 14px; color: var(--txt-d); line-height: 1.6;
}
.forecastnote__lead { color: var(--hot); font-weight: 700 }
.forecastnote--author { max-width: 1240px; margin: 8px auto 0; padding: 18px 22px; background: rgba(11, 22, 34, .55) }
.forecastnote--author p { margin: 0; font-size: 13px; color: var(--txt-dd); line-height: 1.65 }

/* ===== TOURNAMENT (.forecastwrap / .forecastcard) ===== */
.forecastwrap {
  background:
    radial-gradient(640px 360px at 50% 50%, rgba(55, 182, 240, .1) 0%, transparent 70%),
    var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px; max-width: none;
  text-align: center;
}
.forecastwrap__btns { margin: 22px 0 28px }
.forecastcard {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.forecastcard > 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;
}
.forecastcard span {
  font-family: "Stardos Stencil", system-ui, sans-serif;
  font-size: 22px; font-weight: 700; color: var(--acc);
  margin-bottom: 4px; letter-spacing: -.3px;
}
.forecastcard em { font-size: 14px; font-weight: 700; color: var(--txt); font-style: normal }
.forecastcard i { font-size: 12px; color: var(--txt-d); font-style: normal; line-height: 1.4 }

/* ===== LIVE GALLERY (.radarwrap / .radarrow) ===== */
.radarwrap__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px; margin-top: 22px;
}
.radarrow {
  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;
}
.radarrow:hover {
  transform: translateY(-3px);
  border-color: var(--hot);
  box-shadow: 0 18px 36px -14px rgba(255, 177, 58, .4);
}
.radarrow__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Stardos Stencil", system-ui, sans-serif;
  font-weight: 700; font-size: 18px; color: rgba(232, 238, 244, .92);
  padding: 12px; text-align: center; letter-spacing: -.2px;
  position: relative; overflow: hidden;
}
.lv-1 { background: linear-gradient(135deg, #06243a 0%, #37b6f0 100%) }
.lv-2 { background: linear-gradient(135deg, #2a1c05 0%, #ffb13a 100%); color: #07120a }
.lv-3 { background: linear-gradient(135deg, #082336 0%, #5cd6f5 100%) }
.lv-4 { background: linear-gradient(135deg, #0a1c30 0%, #1e6fa8 100%) }
.lv-5 { background: linear-gradient(135deg, #20313f 0%, #c9d4e0 100%); color: #06141c }
.lv-6 { background: linear-gradient(135deg, #102a3a 0%, #3fc4f5 100%) }

.radarrow__b { padding: 14px 16px 16px; position: relative }
.radarrow__t { font-weight: 700; font-size: 16px; margin-bottom: 4px; font-family: "Stardos Stencil", system-ui, sans-serif }
.radarrow__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.radarrow__m { font-size: 13px; color: var(--hot); font-weight: 700; margin-bottom: 4px }
.radarrow__p { font-size: 12px; color: var(--txt-dd) }
.radarrow__live {
  position: absolute; top: 12px; right: 16px;
  background: var(--hot); color: #07120a;
  padding: 3px 10px; border-radius: 4px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
}

/* ===== BRAND OVERVIEW (.frontoverwrap / .zephtag) ===== */
.frontoverwrap h3 {
  border-left: 3px solid var(--acc);
  padding-left: 14px; margin-top: 30px;
}
.frontoverwrap p { color: var(--txt); line-height: 1.7 }
.badgerow {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line);
}
.zephtag {
  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 (.stormbar / .frostcell) ===== */
.stormbar__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.frostcell {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.frostcell__stars { color: var(--hot); font-size: 16px; letter-spacing: 4px }
.frostcell__stars--four .star-off { color: var(--line-2); }
.frostcell__q { font-size: 14px; line-height: 1.6; color: var(--txt); margin: 0 }
.frostcell__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.frostcell__a {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--acc), var(--deep));
  border-radius: 50%; color: #04121e; font-weight: 700; font-size: 14px;
  flex: none;
}

/* ===== PAYMENTS (.nimbobox / .drizzlerow / .hailrow) ===== */
.nimbobox__grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
  margin: 22px 0 22px;
}
.drizzlerow {
  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;
}
.drizzlerow__k { font-size: 15px; color: var(--txt); font-weight: 700; font-family: "Stardos Stencil", system-ui, sans-serif }
.drizzlerow i { font-size: 11px; color: var(--txt-d); font-style: normal; text-transform: uppercase; letter-spacing: 1px }

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

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

/* ===== FAQ (.gustrow) ===== */
.gustrow 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: 13px;
  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.65 }

/* ===== FOOTER (.stationfoot) ===== */
.stationfoot {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: rgba(6, 12, 18, .6);
}
.stationfoot__top {
  max-width: 1240px; margin: 0 auto;
  padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.stationfoot__brand { font-size: 14px; color: var(--txt-d); line-height: 1.65 }
.stationfoot__logo {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.stationfoot__logo span { display: flex; flex-direction: column; line-height: 1.1 }
.stationfoot__name { color: var(--txt); font-size: 16px; font-weight: 700; margin-bottom: 2px; font-family: "Stardos Stencil", system-ui, sans-serif }
.stationfoot__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.65 }
.stationfoot__op { color: var(--acc); font-weight: 700 }
.stationfoot__cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.stationfoot__col h4 {
  font-family: "Stardos Stencil", system-ui, sans-serif;
  font-size: 12px; color: var(--hot); font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.6px;
  margin: 0 0 12px;
}
.stationfoot__col ul { list-style: none; padding: 0; margin: 0 }
.stationfoot__col li {
  font-size: 13px; color: var(--txt-d);
  padding: 4px 0; cursor: default;
  transition: color .15s;
}
.stationfoot__col li:hover { color: var(--txt) }
.stationfoot__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) {
  .tempbox__grid { grid-template-columns: repeat(2, 1fr) }
  .nimbobox__grid { grid-template-columns: repeat(3, 1fr) }
  .forecastcard { grid-template-columns: repeat(2, 1fr) }
  .stormbar__grid { grid-template-columns: 1fr }
  .stationfoot__top { grid-template-columns: 1fr }
  .frontstrip { grid-template-columns: repeat(3, 1fr) }
  .frontstrip__cell:nth-child(4), .frontstrip__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .cyclonebox { grid-template-columns: repeat(3, 1fr) }
  .cyclonebox__step { transform: none !important }
  .thunderow { grid-template-columns: 1fr }
}

@media (max-width: 880px) {
  .barombox { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .barombox__pic { order: -1 }
  .anemorow { display: none }
  .metbar { padding: 11px 14px }
  section { padding: 36px 16px }
  .tempbox, .forecastwrap, .frontfinal { padding: 36px 18px; margin: 22px 14px }
  .sleetwrap__grid { grid-template-columns: 1fr }
  .tempbox__grid { grid-template-columns: 1fr }
  .stationfoot__top { padding: 30px 16px 22px; gap: 22px }
  .stationfoot__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .frontstrip { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .frontstrip__cell { padding: 4px 10px }
  .hailrow { grid-template-columns: 1fr }
  .gaugebox { grid-template-columns: repeat(2, 1fr) }
}

@media (max-width: 480px) {
  .sondegrid { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .radarwrap__grid { grid-template-columns: 1fr }
  .sondecard h3 { font-size: 13px }
  .sondecard p { font-size: 11px }
  .sondecard__cover { font-size: 18px }
  .barombox__btns { flex-direction: column; align-items: stretch }
  .measbtn--big { width: 100% }
  .nimbobox__grid { grid-template-columns: repeat(2, 1fr) }
  .forecastcard { grid-template-columns: 1fr }
  .stationfoot__cols { grid-template-columns: 1fr }
  .cyclonebox { grid-template-columns: repeat(2, 1fr) }
}

/* ===== HEADING-FONT OVERRIDE (keep body mono out of headings) ===== */
h1, h2, h3,
.stationmark__t, .frontstrip__num, .gaugebox__num, .gaugebox__pct, .gaugebox__step,
.sleetcard__num, .sleetcard__head, .sondecard h3, .sondecard__cover, .sondecard__btn,
.cyclonebox__name, .thunderbox__h, .forecastcard span, .radarrow__cover, .radarrow__t,
.drizzlerow__k, .hailrow__k, .measbtn, .stationfoot__name, .stationfoot__col h4 {
  font-family: "Stardos Stencil", ui-sans-serif, system-ui, sans-serif;
}
