@charset "utf-8";
/* ------------------------------------------------------------------
   LINEBET — копия оформления linebet.com
   Каркас тёмно-оливковый (шапка, аккордеон, герой, тикер), рабочие
   панели светло-зелёные (список видов спорта, таблица матчей, форма
   регистрации) — как у них. Радиус 8px, шаг сетки 8px.
   ------------------------------------------------------------------ */

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-var.woff2") format("woff2-variations"),
       url("../fonts/roboto-var.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Righteous";
  src: url("../fonts/righteous.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Палитра снята из темы Linebet: /genfiles/site-admin/colors/944c170f….css
   База 108° (тёмно-оливковая), акцент 135° (зелёный CTA), панели — светло-зелёные. */
:root {
  /* тёмный каркас */
  --top: hsl(108 44% 12%);
  --panel: hsl(108 44% 30%);
  --panel-2: hsl(108 44% 18%);
  --page: hsl(202 22% 10%);
  --line-d: hsl(108 30% 24%);

  /* светлые панели */
  --lite: hsl(107 26% 93%);
  --lite-2: hsl(100 60% 97%);
  --white: hsl(0 0% 100%);
  --champ: hsl(108 30% 87%);
  --mkt: hsl(107 34% 91%);
  --line-l: hsl(107 26% 86%);

  /* текст */
  --ink: hsl(108 44% 18%);
  --ink-2: hsl(108 40% 27%);
  --link: hsl(108 44% 27%);
  --on-dark: hsl(0 0% 100%);
  --muted: hsl(108 19% 79%);
  --dim: hsl(108 12% 60%);

  --accent: hsl(135 60% 43%);
  --accent-hi: hsl(135 60% 49%);
  --accent-lo: hsl(135 60% 32%);
  --accent-ink: hsl(0 0% 100%);
  --bad: hsl(359 100% 67%);
  --good: hsl(82 56% 50%);

  --r: 8px;
  --gap: 8px;
  --side: 262px;
  --font: "Roboto", "Segoe UI", system-ui, sans-serif;
  --display: "Righteous", "Roboto", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--page);
  color: var(--on-dark);
  font: 400 14px/1.45 var(--font);
}

img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
p { margin: 0 0 .8em; }
p:last-child { margin-bottom: 0; }
h1, h2, h3 { margin: 0 0 .5em; line-height: 1.2; font-weight: 700; }
h1 { font-size: clamp(20px, 2.5vw, 30px); }
h2 { font-size: clamp(17px, 1.7vw, 21px); }
h3 { font-size: 15px; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }

.ico { width: 16px; height: 16px; fill: currentColor; flex: none; }
.ico--l { width: 22px; height: 22px; }
.ico--s { width: 12px; height: 12px; }

.vh {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0;
}
.skip {
  position: absolute; left: -9999px; top: 0; z-index: 99;
  background: var(--accent); color: var(--accent-ink); padding: 10px 16px; font-weight: 700;
}
.skip:focus { left: 0; text-decoration: none; }

/* ---------------------------------------------------------- кнопки */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  min-height: 32px; padding: 6px 16px; border-radius: var(--r);
  font: 700 13px/1.2 var(--font); border: 1px solid transparent; white-space: nowrap;
}
.btn:hover { text-decoration: none; }
.btn--go { background: var(--accent); color: var(--accent-ink); }
.btn--go:hover { background: var(--accent-hi); }
.btn--dark { background: var(--panel); color: var(--on-dark); border-color: var(--line-d); }
.btn--dark:hover { border-color: var(--accent); color: var(--accent); }
.btn--wide { width: 100%; }
.btn--big { min-height: 40px; font-size: 14px; padding: 10px 22px; }

/* ---------------------------------------------------------- шапка */
.hdr { background: var(--top); }
.hdr__top { display: flex; align-items: center; gap: 14px; padding: 8px 12px; min-height: 52px; }

.logo { flex: none; display: block; color: var(--accent); }
.logo img { width: 118px; height: 37px; }

.shortcuts { display: flex; align-items: center; gap: 14px; overflow: hidden; }
.shortcut { display: flex; align-items: center; gap: 7px; color: var(--on-dark); font-weight: 700; font-size: 13px; }
.shortcut:hover { color: var(--accent); text-decoration: none; }
.shortcut img { width: 26px; height: 26px; object-fit: contain; }

.hdr__sp { flex: 1 1 auto; }
.hdr__acts { display: flex; align-items: center; gap: 8px; flex: none; }

.iconbtn {
  width: 34px; height: 34px; border-radius: var(--r); display: grid; place-items: center;
  background: var(--panel); color: var(--muted); border: 1px solid var(--line-d);
}
.iconbtn:hover { color: var(--accent); border-color: var(--accent); }

.langs { display: flex; align-items: center; gap: 3px; }
.lang {
  padding: 5px 8px; border-radius: 6px; font-size: 12px; font-weight: 700;
  color: var(--muted); border: 1px solid var(--line-d);
}
.lang:hover { color: var(--accent); border-color: var(--accent); text-decoration: none; }
.lang.is-on { background: var(--accent); border-color: var(--accent); color: var(--accent-ink); }

/* нижняя строка меню */
.hdr__nav { background: var(--panel-2); overflow-x: auto; scrollbar-width: thin; }
.nav__list { display: flex; align-items: center; gap: 2px; margin: 0; padding: 5px 12px; list-style: none; }
.nav__link {
  display: flex; align-items: center; gap: 6px; white-space: nowrap;
  padding: 8px 13px; border-radius: var(--r); color: var(--on-dark);
  font-weight: 700; font-size: 13px;
}
.nav__link:hover { background: var(--panel); color: var(--accent); text-decoration: none; }
.nav__link.is-on { background: var(--accent); color: var(--accent-ink); }
.nav__link.is-on:hover { background: var(--accent-hi); color: var(--accent-ink); }

/* ---------------------------------------------------------- сетка */
.page { padding: var(--gap); }
.cols { display: grid; gap: var(--gap); grid-template-columns: 1fr; align-items: start; }
/* без этого колонка растягивается под min-content самого широкого потомка
   (бегущая строка с nowrap, лента плиток, таблица) и страница уезжает вбок */
.cols > * { min-width: 0; }


/* ------------------------------------------------ левая колонка */
.acc { display: grid; gap: 2px; margin-bottom: var(--gap); }
.acc__row {
  display: flex; align-items: center; gap: 9px; padding: 9px 11px;
  background: var(--panel); border-radius: var(--r); color: var(--on-dark);
  font-weight: 700; font-size: 13px;
}
.acc__row:hover { color: var(--accent); text-decoration: none; }
.acc__row .ico:first-child { color: var(--accent); }
.acc__row span { flex: 1 1 auto; }

/* виджет живого матча — белая карточка */
.lm { background: var(--white); border-radius: var(--r); padding: 9px 10px; color: var(--ink); margin-bottom: var(--gap); }
.lm__champ { display: flex; align-items: center; gap: 6px; color: var(--link); font-size: 12px; font-weight: 700; }
.lm__champ .ico { color: var(--link); }
.lm__time { color: var(--accent-lo); font-size: 11px; margin: 4px 0 6px; }
.lm__team { display: flex; align-items: center; gap: 6px; font-size: 13px; padding: 2px 0; }
.lm__team img { width: 16px; height: 16px; object-fit: contain; }
.lm__team b { margin-left: auto; font-weight: 700; }
.lm__odds { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; margin-top: 8px; }
.lm__odd {
  display: flex; align-items: center; justify-content: space-between; gap: 4px;
  background: var(--mkt); border-radius: 5px; padding: 5px 7px; font-size: 12px; color: var(--ink);
}
.lm__odd span { color: var(--dim); }
.lm__odd b { color: var(--ink); }

/* вкладки LIVE / SPORTS */
.tabs { display: grid; grid-template-columns: 1fr 1fr; background: var(--panel); border-radius: var(--r) var(--r) 0 0; overflow: hidden; }
.tabs a {
  padding: 10px 8px; text-align: center; font-weight: 700; font-size: 13px;
  color: var(--muted); display: flex; align-items: center; justify-content: center; gap: 6px;
}
.tabs a:hover { text-decoration: none; color: var(--accent); }
.tabs a.is-on { background: var(--white); color: var(--ink); }

.sportlist { background: var(--white); border-radius: 0 0 var(--r) var(--r); overflow: hidden; }
.sportlist__bar {
  display: flex; align-items: center; gap: 8px; padding: 8px 11px;
  background: var(--lite); color: var(--ink); font-size: 12px; font-weight: 700;
}
.sportlist__bar b { color: var(--ink); }
.sportlist__grp {
  padding: 7px 11px; background: var(--lite-2); color: var(--ink-2);
  font-size: 12px; font-weight: 700;
}
.sport {
  display: flex; align-items: center; gap: 9px; padding: 9px 11px;
  color: var(--ink); font-size: 13px; border-top: 1px solid var(--line-l);
}
.sport:hover { background: var(--lite-2); text-decoration: none; color: var(--link); }
.sport .ico { color: var(--link); }
.sport__n { flex: 1 1 auto; }
.sport__c { color: var(--dim); font-size: 12px; }

/* ------------------------------------------------ центр: герой */
.hero { position: relative; border-radius: var(--r); overflow: hidden; background: var(--panel-2); }
.hero__pic { position: absolute; inset: 0; }
.hero__pic img { width: 100%; height: 100%; object-fit: cover; object-position: right center; }
.hero__pic::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, hsl(108 44% 10% / .95) 0%, hsl(108 44% 10% / .8) 40%, hsl(108 44% 10% / .1) 75%, transparent 100%);
}
.hero__in { position: relative; padding: 26px 22px; max-width: 560px; }
.hero__kick { margin: 0 0 8px; font: 400 11px/1 var(--display); letter-spacing: .16em; text-transform: uppercase; color: var(--accent); }
.hero h1 { margin: 0 0 8px; text-transform: uppercase; }
.hero__lead { margin: 0 0 14px; color: var(--muted); font-size: 14px; }
.hero__acts { display: flex; flex-wrap: wrap; gap: var(--gap); }

/* карусель: стрелки по краям и точки снизу, как у них */
.car { position: relative; }
.car__a {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
  width: 26px; height: 46px; display: grid; place-items: center;
  background: hsl(108 44% 10% / .62); color: var(--on-dark); border-radius: var(--r);
}
.car__a:hover { background: hsl(108 44% 10% / .85); color: var(--accent); }
.car__a--l { left: 2px; }
.car__a--r { right: 2px; }
.car__d { position: absolute; left: 0; right: 0; bottom: 6px; display: flex; justify-content: center; gap: 5px; }
.car__d i { width: 6px; height: 6px; border-radius: 50%; background: hsl(0 0% 100% / .35); }
.car__d i.is-on { width: 18px; border-radius: 3px; background: var(--on-dark); }
.car__d--hero { bottom: 10px; }
.hero .car__a { top: 50%; }

/* плитки игр */
.reel { display: grid; grid-auto-flow: column; grid-auto-columns: 172px; gap: var(--gap); overflow-x: auto; padding-bottom: 16px; scrollbar-width: thin; }
.tile { background: var(--panel); border-radius: var(--r); overflow: hidden; color: var(--on-dark); }
.tile:hover { text-decoration: none; outline: 1px solid var(--accent); }
.tile img { width: 100%; aspect-ratio: 5 / 3; object-fit: cover; }
.tile__c { padding: 8px 9px; font-size: 12px; font-weight: 700; text-align: center; }

/* бегущая строка турнира */
.ticker {
  display: flex; align-items: center; gap: 26px; overflow: hidden;
  background: linear-gradient(90deg, hsl(135 60% 28%), hsl(135 60% 40%));
  border-radius: var(--r); padding: 12px 16px; color: var(--on-dark);
  font-weight: 700; font-size: 13px; text-transform: uppercase; white-space: nowrap;
}
.ticker span { display: flex; align-items: center; gap: 10px; }

/* панель вкладок и фильтров */
.bar {
  display: flex; align-items: center; gap: 4px; flex-wrap: wrap;
  background: var(--white); border-radius: var(--r) var(--r) 0 0;
  padding: 6px 10px; color: var(--ink);
}
.bar--sub { border-radius: 0; border-top: 1px solid var(--line-l); }
.bar a, .bar span.bar__i {
  padding: 7px 10px; border-radius: 6px; font-size: 13px; color: var(--ink-2);
  display: flex; align-items: center; gap: 6px;
}
.bar a:hover { background: var(--lite); text-decoration: none; }
.bar a.is-on { color: var(--ink); font-weight: 700; box-shadow: inset 0 -2px 0 var(--accent); border-radius: 0; }
.bar .ico { color: var(--ink-2); }
.bar__sp { flex: 1 1 auto; }

/* таблица матчей */
.board { background: var(--white); border-radius: 0 0 var(--r) var(--r); overflow: hidden; }
.board__scroll { overflow-x: auto; }
.board table { width: 100%; min-width: 620px; border-collapse: collapse; }
.board caption { text-align: left; }

.board th, .board td { padding: 0; }
.champ th, .champ td {
  background: var(--champ); color: var(--ink); font-size: 13px; font-weight: 700;
  padding: 9px 11px; text-align: center; white-space: nowrap;
}
.champ th:first-child { text-align: left; }
.champ__n { display: flex; align-items: center; gap: 7px; }
.champ__n .ico { color: var(--ink); }
.champ__n img { width: 18px; height: 18px; border-radius: 50%; object-fit: cover; }

.game td { border-top: 1px solid var(--line-l); padding: 9px 11px; vertical-align: middle; }
.game__teams { display: grid; gap: 3px; }
.game__t { display: flex; align-items: center; gap: 7px; color: var(--link); font-size: 13px; }
.game__t img { width: 18px; height: 18px; object-fit: contain; }
.game__meta { color: var(--dim); font-size: 11px; margin-top: 5px; }
.game__pin { width: 34px; padding-left: 9px !important; }
.game__pin .ico { color: hsl(108 12% 62%); margin-bottom: 5px; }
.game__pin .ico:last-child { color: var(--accent-lo); margin-bottom: 0; }
.game__cell { width: 100%; }
.odd--off { background: var(--lite-2); color: var(--dim); }
.odd {
  display: block; text-align: center; background: var(--mkt); border-radius: 5px;
  padding: 8px 6px; color: var(--ink); font-weight: 700; font-size: 13px; min-width: 56px;
}
.odd:hover { background: var(--accent); color: var(--accent-ink); text-decoration: none; }
.game__more { color: var(--link); font-weight: 700; font-size: 12px; white-space: nowrap; }

.board__note { padding: 9px 11px; background: var(--lite-2); color: var(--ink-2); font-size: 11px; }

/* ------------------------------------------------ правая колонка */
.side { background: var(--lite); border-radius: var(--r); padding: 12px; color: var(--ink); }
.side + .side { margin-top: var(--gap); }
.side__t { margin: 0 0 10px; text-align: center; font-weight: 700; font-size: 15px; color: var(--ink); text-transform: uppercase; }

.form { display: grid; gap: 7px; }
.field {
  display: flex; align-items: center; gap: 7px; background: var(--white);
  border: 1px solid var(--line-l); border-radius: 6px; padding: 9px 10px;
  color: var(--dim); font-size: 13px;
}
.field .ico { color: var(--ink-2); flex: none; }
.field span { flex: 1 1 auto; }
.field--go { border-color: var(--accent); color: var(--ink); }
.field--sel { color: var(--link); font-weight: 700; }

/* поля формы настоящие: в них печатают, галочку ставят.
   Ничего не отправляется — ни action, ни name, ни обработчика. */
.field input, .field select {
  flex: 1 1 auto; min-width: 0; width: 100%;
  border: 0; background: transparent; color: var(--ink);
  font: 400 13px/1.3 var(--font); padding: 0;
}
.field input::placeholder { color: var(--dim); }
.field input:focus, .field select:focus { outline: none; }
.field:focus-within { border-color: var(--accent); }
.field--sel select { color: var(--link); font-weight: 700; cursor: pointer; }

.consent { display: flex; gap: 7px; align-items: flex-start; color: var(--ink-2); font-size: 11px; line-height: 1.35; }
.consent input { width: 14px; height: 14px; flex: none; margin: 2px 0 0; accent-color: var(--accent); }
.consent label { cursor: pointer; }
.formnote { margin: 8px 0 0; color: var(--dim); font-size: 11px; line-height: 1.35; }

/* вкладки способа регистрации и полоса бонуса под формой — как у них */
.regtabs { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; margin-bottom: 10px; }
.regtabs span, .regtabs a {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  padding: 9px 8px; border-radius: 6px; font-size: 13px; font-weight: 700;
  background: var(--white); color: var(--ink-2); border: 1px solid var(--line-l);
}
.regtabs a:hover { border-color: var(--accent); color: var(--accent-lo); text-decoration: none; }
.regtabs .is-on { background: var(--panel); border-color: var(--panel); color: var(--on-dark); }
.form__hint { margin: 0 0 4px; color: var(--ink-2); font-size: 12px; line-height: 1.4; }
.bonusbar {
  display: block; margin-top: 10px; padding: 10px; border-radius: 6px;
  background: var(--accent-lo); color: var(--on-dark);
  font-size: 12px; font-weight: 700; text-align: center; text-transform: uppercase;
}
.bonusbar:hover { background: var(--accent); color: var(--on-dark); text-decoration: none; }

/* карточки приложения: значок, подпись и своя кнопка загрузки */
.app__card {
  display: flex; align-items: center; gap: 12px; padding: 14px;
  background: var(--panel-2); border: 1px solid var(--line-d); border-radius: var(--r);
}
.app__body { flex: 1 1 auto; min-width: 0; }
.app__t { display: block; font-weight: 700; }
.app__p { display: block; color: var(--muted); font-size: 12px; }

.slip__tabs { display: grid; grid-template-columns: 1fr 1fr; border-radius: var(--r) var(--r) 0 0; overflow: hidden; }
.slip__tabs span, .slip__tabs a {
  padding: 10px; text-align: center; font-weight: 700; font-size: 13px;
  background: var(--panel-2); color: var(--muted);
}
.slip__tabs .is-on { background: var(--top); color: var(--on-dark); }
.slip__body { background: var(--white); border-radius: 0 0 var(--r) var(--r); padding: 14px 12px; text-align: center; color: var(--link); font-size: 13px; }
.slip__head { background: var(--lite); padding: 8px 11px; font-size: 12px; font-weight: 700; color: var(--ink); display: flex; align-items: center; gap: 8px; }
.slip__head .ico { margin-left: auto; color: var(--ink-2); }

.appbox { background: var(--top); border-radius: var(--r); overflow: hidden; }
.appbox__in { display: flex; align-items: center; gap: 10px; padding: 12px; background: var(--white); }
/* правило: у блока приложения кнопка загрузки на каждую систему, обе на площадку */
.appbox__txt .btn + .btn { margin-top: 6px; }
.appbox__qr { width: 84px; height: 84px; flex: none; background: var(--lite); border-radius: 6px; display: grid; place-items: center; color: var(--ink); }
.appbox__qr .ico { width: 54px; height: 54px; }
.appbox__txt { color: var(--ink); font-size: 12px; }
.appbox__txt b { display: block; color: var(--accent-lo); font: 400 15px/1.1 var(--display); margin-bottom: 4px; }

/* ------------------------------------------------ текстовые блоки */
.prose { background: var(--panel); border-radius: var(--r); padding: 16px; color: var(--muted); margin-top: var(--gap); }
.prose h2 { color: var(--on-dark); }
.prose h3 { color: var(--on-dark); margin-top: 14px; }
.prose p { max-width: 80ch; }

.links { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.links a {
  padding: 7px 12px; border-radius: var(--r); font-size: 13px; font-weight: 700;
  background: var(--panel-2); color: var(--muted); border: 1px solid var(--line-d);
}
.links a:hover { border-color: var(--accent); color: var(--accent); text-decoration: none; }

.promos { display: grid; gap: var(--gap); grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); margin-top: var(--gap); }
.promo { background: var(--panel); border-radius: var(--r); overflow: hidden; color: var(--on-dark); }
.promo:hover { text-decoration: none; outline: 1px solid var(--accent); }
.promo img { width: 100%; }
.promo__in { padding: 11px 12px; display: grid; gap: 5px; }
.promo__t { font-weight: 700; font-size: 14px; }
.promo__p { color: var(--muted); font-size: 12px; }
.promo__c { color: var(--accent); font-weight: 700; font-size: 12px; }

/* ---------------------------------------------------------- футер */
.ftr { background: var(--top); margin-top: var(--gap); padding: 20px 12px 24px; }
.ftr__grid { display: grid; gap: 18px var(--gap); grid-template-columns: repeat(auto-fit, minmax(165px, 1fr)); }
.fgrp__t { margin: 0 0 8px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--accent); }
.fgrp__list { margin: 0; padding: 0; list-style: none; display: grid; gap: 5px; }
.fgrp__list a { color: var(--muted); font-size: 13px; }
.fgrp__list a:hover { color: var(--accent); }
.pays { display: flex; flex-wrap: wrap; gap: 5px; }
.pay { padding: 5px 9px; border-radius: 5px; font-size: 12px; font-weight: 700; background: var(--panel); border: 1px solid var(--line-d); color: var(--muted); }
.socs { display: flex; gap: 6px; margin-top: 8px; }
.soc { width: 32px; height: 32px; display: grid; place-items: center; border-radius: var(--r); background: var(--panel); border: 1px solid var(--line-d); color: var(--muted); }
.soc:hover { color: var(--accent); border-color: var(--accent); }
.ftr__lic { margin: 16px 0 0; padding-top: 14px; border-top: 1px solid var(--line-d); color: var(--dim); font-size: 12px; line-height: 1.6; max-width: 120ch; }
.ftr__bar { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; color: var(--dim); font-size: 12px; }
/* Возрастная отметка — спокойная, в цвете бренда: она обязательна, но пугать ею нечего. */
.adult { padding: 3px 8px; border-radius: 5px; font-weight: 700; border: 1px solid var(--accent-lo); color: var(--accent); flex: none; }
.ftr__bar p { margin: 0; max-width: 90ch; }

/* полоса студий под залом игр */
.prov { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.prov__i { padding: 5px 10px; border-radius: 6px; font-size: 12px; font-weight: 600; background: var(--champ); border: 1px solid var(--line-l); color: var(--ink); }

/* ---------------------------------------------------------- 404 */
.err {
  text-align: center; padding: clamp(40px, 9vw, 90px) 16px;
  border-radius: var(--r); position: relative; overflow: hidden;
  background:
    radial-gradient(120% 90% at 50% 0%, hsl(135 60% 32% / .55) 0%, transparent 62%),
    var(--panel-2);
}
.err__code {
  font: 400 clamp(64px, 15vw, 150px)/1 var(--display);
  color: var(--accent); margin: 0 0 6px; letter-spacing: .04em;
  text-shadow: 0 6px 30px hsl(135 60% 43% / .35);
}
.err h1 { margin: 0 0 10px; }
.err__lead { color: var(--muted); max-width: 56ch; margin: 0 auto 22px; font-size: 15px; }
.err__cta { display: flex; flex-wrap: wrap; gap: var(--gap); justify-content: center; margin-bottom: 26px; }
.err__label { color: var(--dim); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; margin: 0 0 10px; }
.err .links { justify-content: center; }

/* ---------------------------------------------------------- выбор языка */
.pick { display: grid; gap: var(--gap); grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); margin-top: var(--gap); }
.pick a {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 16px; border-radius: var(--r); font-size: 16px; font-weight: 700;
  background: var(--panel); color: var(--on-dark);
}
.pick a:hover { outline: 1px solid var(--accent); color: var(--accent); text-decoration: none; }

/* ---------------------------------------------------------- адаптив */
@media (min-width: 900px) {
  .cols { grid-template-columns: var(--side) minmax(0, 1fr); }
  .hero__in { padding: 34px 30px; }
}

@media (min-width: 1280px) {
  .cols { grid-template-columns: var(--side) minmax(0, 1fr) var(--side); }
  .hero__in { padding: 44px 36px; }
  .reel { grid-auto-columns: 196px; }
}

/* до 900 колонки становятся столбиком: сначала содержимое страницы,
   затем список видов спорта, затем форма — иначе на телефоне до героя
   пришлось бы прокручивать сотню видов спорта */
@media (max-width: 899px) {
  .col-c { order: -1; }

  /* На широком экране заголовок героя лежит на тёмной левой половине картинки,
     на узком он занимает всю ширину и уезжает на светлую часть. Поэтому здесь
     затемнение идёт сверху вниз: лицо бренда видно, а текст читается. */
  .hero__pic::after {
    background: linear-gradient(180deg, hsl(108 44% 10% / .62) 0%,
                hsl(108 44% 10% / .86) 45%, hsl(108 44% 10% / .95) 100%);
  }
}

@media (max-width: 560px) {
  .hdr__top { flex-wrap: wrap; row-gap: 9px; }
  .hdr__sp { display: none; }
  .shortcuts { order: 3; width: 100%; overflow-x: auto; }
  .hdr__acts { margin-left: auto; }
  .hero__in { padding: 20px 16px; }
  .promos { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }
