    @font-face {
      font-family: "Inter";
      font-style: normal;
      font-weight: 100 900;
      font-display: swap;
      src: url("fonts/inter-cyrillic.woff2") format("woff2");
      unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    }

    @font-face {
      font-family: "Inter";
      font-style: normal;
      font-weight: 100 900;
      font-display: swap;
      src: url("fonts/inter-latin.woff2") format("woff2");
      unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }

    :root {
      color-scheme: dark;
      --bg: #080b14;
      --bg-2: #0d1224;
      --panel: rgba(255, 255, 255, .075);
      --panel-strong: rgba(255, 255, 255, .12);
      --text: #f7f8ff;
      --muted: #b8bfd6;
      --muted-2: #7e89a8;
      --line: rgba(255, 255, 255, .16);
      --accent: #ff6a21;
      --accent-2: #ffd166;
      --accent-hi: #ff9b54;
      --btn-fg: #10131e;
      --glow-rgb: 255, 106, 33;
      --accent-2-rgb: 255, 209, 102;
      --green: #49f2a4;
      --blue: #6ea8ff;
      --shadow: 0 24px 70px rgba(0, 0, 0, .42);
      --radius: 28px;
      --radius-sm: 18px;
      --container: min(1180px, calc(100% - 40px));
      --ease: cubic-bezier(.2, .8, .2, 1);
    }

    /* Тема любимой команды: переопределяет акценты (фон остаётся тёмным ради читаемости) */
    html[data-team="cardinals"] {
      --accent: #97233f;
      --accent-hi: #c62a54;
      --accent-2: #ffc72c;
      --btn-fg: #fff;
      --glow-rgb: 190, 45, 82;
      --accent-2-rgb: 255, 199, 44;
    }
    html[data-team="falcons"] {
      --accent: #a71930;
      --accent-hi: #d61f3a;
      --accent-2: #b0b7bc;
      --btn-fg: #fff;
      --glow-rgb: 200, 35, 58;
      --accent-2-rgb: 176, 183, 188;
    }
    html[data-team="ravens"] {
      --accent: #241773;
      --accent-hi: #3f2aa8;
      --accent-2: #c9a227;
      --btn-fg: #fff;
      --glow-rgb: 96, 66, 190;
      --accent-2-rgb: 201, 162, 39;
    }
    html[data-team="bills"] {
      --accent: #00338d;
      --accent-hi: #1e63d8;
      --accent-2: #e8506a;
      --btn-fg: #fff;
      --glow-rgb: 25, 85, 200;
      --accent-2-rgb: 232, 80, 106;
    }
    html[data-team="panthers"] {
      --accent: #0085ca;
      --accent-hi: #33a6e6;
      --accent-2: #bfc0bf;
      --btn-fg: #fff;
      --glow-rgb: 20, 150, 220;
      --accent-2-rgb: 191, 192, 191;
    }
    html[data-team="bears"] {
      --accent: #16233d;
      --accent-hi: #24365a;
      --accent-2: #e85a20;
      --btn-fg: #fff;
      --glow-rgb: 210, 80, 30;
      --accent-2-rgb: 232, 90, 32;
    }
    html[data-team="bengals"] {
      --accent: #fb4f14;
      --accent-hi: #ff7a45;
      --accent-2: #ff8a5c;
      --btn-fg: #10131e;
      --glow-rgb: 251, 79, 20;
      --accent-2-rgb: 255, 138, 92;
    }
    html[data-team="browns"] {
      --accent: #4a2c05;
      --accent-hi: #6b3f0a;
      --accent-2: #ff5a2a;
      --btn-fg: #fff;
      --glow-rgb: 240, 80, 20;
      --accent-2-rgb: 255, 90, 42;
    }
    html[data-team="cowboys"] {
      --accent: #003594;
      --accent-hi: #1e5fd8;
      --accent-2: #a7b0b8;
      --btn-fg: #fff;
      --glow-rgb: 30, 95, 216;
      --accent-2-rgb: 167, 176, 184;
    }
    html[data-team="broncos"] {
      --accent: #0a2a52;
      --accent-hi: #123f7a;
      --accent-2: #fb6a2e;
      --btn-fg: #fff;
      --glow-rgb: 245, 90, 30;
      --accent-2-rgb: 251, 106, 46;
    }
    html[data-team="lions"] {
      --accent: #0076b6;
      --accent-hi: #2596d8;
      --accent-2: #b0b7bc;
      --btn-fg: #fff;
      --glow-rgb: 20, 140, 205;
      --accent-2-rgb: 176, 183, 188;
    }
    html[data-team="packers"] {
      --accent: #203731;
      --accent-hi: #2f5147;
      --accent-2: #ffc233;
      --btn-fg: #fff;
      --glow-rgb: 46, 110, 86;
      --accent-2-rgb: 255, 194, 51;
    }
    html[data-team="texans"] {
      --accent: #0a2a3c;
      --accent-hi: #12435f;
      --accent-2: #e0344d;
      --btn-fg: #fff;
      --glow-rgb: 200, 45, 65;
      --accent-2-rgb: 224, 52, 77;
    }
    html[data-team="colts"] {
      --accent: #002c5f;
      --accent-hi: #12488a;
      --accent-2: #a2aaad;
      --btn-fg: #fff;
      --glow-rgb: 25, 80, 170;
      --accent-2-rgb: 162, 170, 173;
    }
    html[data-team="jaguars"] {
      --accent: #006778;
      --accent-hi: #0a94a8;
      --accent-2: #e0b64a;
      --btn-fg: #fff;
      --glow-rgb: 15, 150, 170;
      --accent-2-rgb: 224, 182, 74;
    }
    html[data-team="chiefs"] {
      --accent: #e31837;
      --accent-hi: #ff3b57;
      --accent-2: #ffb81c;
      --btn-fg: #fff;
      --glow-rgb: 227, 24, 55;
      --accent-2-rgb: 255, 184, 28;
    }
    html[data-team="raiders"] {
      --accent: #c4c8cc;
      --accent-hi: #e2e5e8;
      --accent-2: #a5acaf;
      --btn-fg: #10131e;
      --glow-rgb: 200, 205, 210;
      --accent-2-rgb: 165, 172, 175;
    }
    html[data-team="chargers"] {
      --accent: #0080c6;
      --accent-hi: #33a3e0;
      --accent-2: #ffd23f;
      --btn-fg: #fff;
      --glow-rgb: 20, 150, 225;
      --accent-2-rgb: 255, 210, 63;
    }
    html[data-team="rams"] {
      --accent: #003594;
      --accent-hi: #1e63d8;
      --accent-2: #ffb52e;
      --btn-fg: #fff;
      --glow-rgb: 30, 95, 216;
      --accent-2-rgb: 255, 181, 46;
    }
    html[data-team="dolphins"] {
      --accent: #008e97;
      --accent-hi: #17b0b8;
      --accent-2: #ff6a2b;
      --btn-fg: #fff;
      --glow-rgb: 20, 165, 175;
      --accent-2-rgb: 255, 106, 43;
    }
    html[data-team="vikings"] {
      --accent: #4f2683;
      --accent-hi: #6d3caf;
      --accent-2: #ffd24d;
      --btn-fg: #fff;
      --glow-rgb: 120, 70, 190;
      --accent-2-rgb: 255, 210, 77;
    }
    html[data-team="patriots"] {
      --accent: #002244;
      --accent-hi: #123a63;
      --accent-2: #c0c6cb;
      --btn-fg: #fff;
      --glow-rgb: 205, 40, 66;
      --accent-2-rgb: 192, 198, 203;
    }
    html[data-team="saints"] {
      --accent: #d3bc8d;
      --accent-hi: #e6d3a8;
      --accent-2: #cbb06a;
      --btn-fg: #10131e;
      --glow-rgb: 211, 188, 141;
      --accent-2-rgb: 203, 176, 106;
    }
    html[data-team="giants"] {
      --accent: #0b2265;
      --accent-hi: #1a469e;
      --accent-2: #e8506a;
      --btn-fg: #fff;
      --glow-rgb: 25, 70, 165;
      --accent-2-rgb: 232, 80, 106;
    }
    html[data-team="jets"] {
      --accent: #125740;
      --accent-hi: #1d7d5c;
      --accent-2: #79c9a8;
      --btn-fg: #fff;
      --glow-rgb: 30, 140, 100;
      --accent-2-rgb: 121, 201, 168;
    }
    html[data-team="eagles"] {
      --accent: #06544d;
      --accent-hi: #0c9184;
      --accent-2: #a5acaf;
      --btn-fg: #fff;
      --glow-rgb: 12, 145, 132;
      --accent-2-rgb: 165, 172, 175;
    }
    html[data-team="steelers"] {
      --accent: #ffb612;
      --accent-hi: #ffca4d;
      --accent-2: #ffcf5a;
      --btn-fg: #10131e;
      --glow-rgb: 255, 182, 18;
      --accent-2-rgb: 255, 207, 90;
    }
    html[data-team="49ers"] {
      --accent: #aa0000;
      --accent-hi: #d81e2a;
      --accent-2: #c9a86a;
      --btn-fg: #fff;
      --glow-rgb: 200, 24, 28;
      --accent-2-rgb: 201, 168, 106;
    }
    html[data-team="seahawks"] {
      --accent: #002244;
      --accent-hi: #123a63;
      --accent-2: #7ed23a;
      --btn-fg: #fff;
      --glow-rgb: 105, 190, 40;
      --accent-2-rgb: 126, 210, 58;
    }
    html[data-team="buccaneers"] {
      --accent: #d50a0a;
      --accent-hi: #ff2e2e;
      --accent-2: #ff8c3a;
      --btn-fg: #fff;
      --glow-rgb: 225, 30, 30;
      --accent-2-rgb: 255, 140, 58;
    }
    html[data-team="titans"] {
      --accent: #0c2340;
      --accent-hi: #16406e;
      --accent-2: #4b92db;
      --btn-fg: #fff;
      --glow-rgb: 90, 160, 230;
      --accent-2-rgb: 75, 146, 219;
    }
    html[data-team="commanders"] {
      --accent: #5a1414;
      --accent-hi: #7d2020;
      --accent-2: #ffc233;
      --btn-fg: #fff;
      --glow-rgb: 220, 170, 45;
      --accent-2-rgb: 255, 194, 51;
    }

    * { box-sizing: border-box; }

    html {
      scroll-behavior: smooth;
      scroll-padding-top: 88px;
      background: var(--bg);
    }

    body {
      margin: 0;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--text);
      background:
        radial-gradient(circle at 18% 12%, rgba(var(--glow-rgb), .22), transparent 33%),
        radial-gradient(circle at 83% 8%, rgba(73, 242, 164, .14), transparent 29%),
        radial-gradient(circle at 50% 62%, rgba(110, 168, 255, .13), transparent 37%),
        linear-gradient(135deg, #070914 0%, #0d1328 48%, #070914 100%);
      min-height: 100vh;
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      z-index: -2;
      background-image:
        linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
      background-size: 64px 64px;
      -webkit-mask-image: radial-gradient(circle at 50% 28%, black 0%, transparent 72%);
      mask-image: radial-gradient(circle at 50% 28%, black 0%, transparent 72%);
    }

    body::after {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      z-index: -1;
      background: linear-gradient(180deg, rgba(8,11,20,0) 0%, rgba(8,11,20,.94) 78%, #080b14 100%);
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    button, input, textarea, select {
      font: inherit;
    }

    .skip-link {
      position: fixed;
      left: 16px;
      top: 16px;
      transform: translateY(-140%);
      background: var(--text);
      color: var(--bg);
      padding: 12px 16px;
      border-radius: 999px;
      z-index: 100;
      transition: transform .2s ease;
    }

    .skip-link:focus { transform: translateY(0); }

    .container {
      width: var(--container);
      margin: 0 auto;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      -webkit-backdrop-filter: blur(18px);
      backdrop-filter: blur(18px);
      background: rgba(8, 11, 20, .54);
      border-bottom: 1px solid rgba(255,255,255,.08);
    }

    .nav {
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      min-width: 190px;
      font-weight: 900;
      letter-spacing: -.04em;
    }

    .brand-mark {
      width: 58px;
      height: 42px;
      border-radius: 10px;
      display: grid;
      place-items: center;
      position: relative;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.14);
      background:
        repeating-linear-gradient(
          to bottom,
          rgba(255,255,255,.05) 0 1px,
          transparent 1px 3px
        ),
        linear-gradient(165deg, #121727, #0a0f1c);
      box-shadow: 0 12px 28px rgba(0, 0, 0, .34), inset 0 0 18px rgba(255, 171, 66, .08);
    }

    .brand-mark::before {
      content: "02:00";
      color: #ffd46a;
      font-family: "Courier New", Consolas, monospace;
      font-size: 14px;
      font-weight: 800;
      letter-spacing: .06em;
      font-variant-numeric: tabular-nums lining-nums;
      text-shadow: 0 0 6px rgba(255, 202, 96, .55), 0 0 16px rgba(255, 158, 56, .24);
    }

    .brand-mark::after {
      content: "";
      position: absolute;
      inset: 0;
      border: 1px solid rgba(255,255,255,.08);
      border-radius: inherit;
      pointer-events: none;
    }

    .brand-text {
      display: grid;
      line-height: .96;
    }

    .brand-text span:first-child {
      font-size: 18px;
    }

    .brand-text span:last-child {
      font-size: 11px;
      color: var(--muted);
      letter-spacing: .16em;
      text-transform: uppercase;
      margin-top: 5px;
      font-weight: 800;
    }

    .nav-links {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      padding: 6px;
      border: 1px solid rgba(255,255,255,.1);
      background: rgba(255,255,255,.045);
      border-radius: 999px;
    }

    .nav-link {
      color: var(--muted);
      padding: 10px 14px;
      border-radius: 999px;
      font-size: 14px;
      transition: color .2s ease, background .2s ease;
    }

    .nav-link:hover,
    .nav-link:focus-visible,
    .nav-link.is-active {
      color: var(--text);
      background: rgba(255,255,255,.1);
    }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .menu-btn {
      display: none;
      width: 44px;
      height: 44px;
      border: 1px solid rgba(255,255,255,.14);
      border-radius: 14px;
      color: var(--text);
      background: rgba(255,255,255,.065);
      cursor: pointer;
    }

    .btn {
      --btn-bg: linear-gradient(135deg, var(--accent), var(--accent-hi));
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      border: 0;
      min-height: 48px;
      padding: 13px 18px;
      border-radius: 999px;
      color: var(--btn-fg);
      background: var(--btn-bg);
      font-weight: 900;
      letter-spacing: -.015em;
      box-shadow: 0 16px 40px rgba(var(--glow-rgb), .26);
      transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s ease;
      cursor: pointer;
      white-space: nowrap;
    }

    .btn:hover,
    .btn:focus-visible {
      transform: translateY(-2px);
      box-shadow: 0 22px 48px rgba(var(--glow-rgb), .34);
    }

    .btn-secondary {
      --btn-bg: rgba(255,255,255,.08);
      color: var(--text);
      border: 1px solid rgba(255,255,255,.14);
      box-shadow: none;
    }

    .btn-secondary:hover,
    .btn-secondary:focus-visible {
      box-shadow: 0 20px 46px rgba(0,0,0,.24);
      background: rgba(255,255,255,.12);
    }

    .btn-ghost {
      min-height: 42px;
      padding: 10px 14px;
      color: var(--text);
      background: rgba(255,255,255,.07);
      border: 1px solid rgba(255,255,255,.12);
      box-shadow: none;
      font-weight: 800;
    }

    .brand-logo {
      width: 1.15em;
      height: 1.15em;
      fill: currentColor;
      flex: none;
    }

    .brand-logo--youtube { color: #ff0033; }
    .brand-logo--vk { color: #0077ff; }
    .brand-logo--telegram { color: #2aabee; }

    .brand-logo--platform {
      width: 28px;
      height: 28px;
    }

    .hero {
      position: relative;
      padding: 80px 0 54px;
      isolation: isolate;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      pointer-events: none;
      background:
        linear-gradient(180deg, rgba(8,11,20,.7), rgba(8,11,20,.84)),
        url("photos/football-stadium-1440.jpg") center / cover no-repeat;
      opacity: .34;
      -webkit-mask-image: linear-gradient(180deg, #000 10%, rgba(0,0,0,.86) 62%, transparent 100%);
      mask-image: linear-gradient(180deg, #000 10%, rgba(0,0,0,.86) 62%, transparent 100%);
    }

    .hero-layout {
      display: grid;
      grid-template-columns: minmax(0, 1.24fr) minmax(300px, .76fr);
      gap: 30px;
      align-items: center;
    }

    .hero-copy { min-width: 0; }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: var(--accent-2);
      background: rgba(var(--accent-2-rgb), .09);
      border: 1px solid rgba(var(--accent-2-rgb), .21);
      border-radius: 999px;
      padding: 9px 13px;
      font-size: 13px;
      font-weight: 900;
      letter-spacing: .02em;
    }

    .eyebrow::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--green);
      box-shadow: 0 0 0 7px rgba(73, 242, 164, .12);
    }

    .hero h1 {
      margin: 18px 0 0;
      font-size: clamp(40px, 5.8vw, 76px);
      line-height: 1.02;
      letter-spacing: -.09em;
      max-width: min(100%, 18ch);
      text-wrap: balance;
      padding-bottom: .12em;
    }

    .hero h1 .accent-word {
      display: inline-block;
      color: transparent;
      background: linear-gradient(135deg, #fff 5%, var(--accent-2) 34%, var(--accent) 72%, #fff 100%);
      background-clip: text;
      -webkit-background-clip: text;
      filter: drop-shadow(0 22px 50px rgba(var(--glow-rgb), .18));
      line-height: 1.06;
      padding-bottom: .06em;
    }

    .lead {
      color: var(--muted);
      font-size: clamp(18px, 2vw, 23px);
      line-height: 1.55;
      margin: 24px 0 0;
      max-width: min(100%, 54ch);
    }

    .hero-actions {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 13px;
      margin-top: 30px;
    }

    .hero-stats {
      display: flex;
      flex-wrap: wrap;
      gap: 14px 30px;
      margin: 30px 0 0;
      padding: 20px 0 0;
      border-top: 1px solid var(--line);
    }

    .hero-stats .stat {
      display: grid;
      gap: 2px;
    }

    .hero-stats dt {
      font-size: clamp(26px, 3.2vw, 34px);
      font-weight: 900;
      letter-spacing: -.04em;
      line-height: 1;
      color: var(--text);
    }

    .hero-stats dd {
      margin: 0;
      font-size: 13px;
      color: var(--muted);
      line-height: 1.3;
      max-width: 16ch;
    }

    .stadium-card {
      min-height: 590px;
      cursor: default;
      border-radius: var(--radius);
      padding: 22px;
      position: relative;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.14);
      background:
        linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.04)),
        radial-gradient(circle at 50% 14%, rgba(var(--glow-rgb),.22), transparent 30%),
        linear-gradient(145deg, rgba(15,22,42,.94), rgba(10,13,26,.88));
      box-shadow: var(--shadow);
      isolation: isolate;
    }

    .stadium-card::before {
      content: "";
      position: absolute;
      inset: 22px;
      border-radius: 24px;
      background:
        repeating-linear-gradient(90deg, rgba(255,255,255,.055) 0 2px, transparent 2px 66px),
        linear-gradient(180deg, rgba(73,242,164,.07), rgba(255,255,255,0));
      transform: perspective(720px) rotateX(56deg) translateY(80px);
      transform-origin: center bottom;
      border: 1px solid rgba(255,255,255,.08);
      z-index: -1;
    }

    .stadium-card::after {
      content: "";
      position: absolute;
      inset: auto -80px -70px;
      height: 210px;
      background: radial-gradient(closest-side, rgba(73,242,164,.24), transparent 70%);
      z-index: -2;
    }

    .scoreboard {
      border-radius: 23px;
      padding: 18px;
      background: rgba(0,0,0,.3);
      border: 1px solid rgba(255,255,255,.13);
      box-shadow: inset 0 1px rgba(255,255,255,.08);
    }

    .scoreboard-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 16px;
      color: var(--muted-2);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: .12em;
      text-transform: uppercase;
    }

    .scoreboard-main {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      gap: 14px;
      margin-top: 24px;
      text-align: center;
    }

    .score-team {
      display: grid;
      gap: 8px;
      justify-items: center;
    }

    .team-badge {
      width: 90px;
      height: 78px;
      display: block;
      line-height: 1;
      filter: drop-shadow(0 18px 24px rgba(0,0,0,.32));
    }

    .team-badge .badge-field {
      stroke: rgba(255,255,255,.62);
      stroke-width: 4;
    }

    .team-badge--helmet {
      width: 106px;
      height: 92px;
    }

    .score {
      display: grid;
      gap: 8px;
    }

    .timer {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 132px;
      min-height: 76px;
      border-radius: 18px;
      color: var(--green);
      background: rgba(73,242,164,.08);
      border: 1px solid rgba(73,242,164,.24);
      font-size: 42px;
      font-weight: 950;
      letter-spacing: -.05em;
      font-variant-numeric: tabular-nums;
      text-shadow: 0 0 30px rgba(73,242,164,.35);
    }

    .quarter {
      color: var(--muted-2);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: .14em;
      text-transform: uppercase;
    }

    .field-note {
      position: absolute;
      left: 22px;
      right: 22px;
      bottom: 22px;
      display: grid;
      gap: 10px;
      padding: 18px;
      border-radius: 22px;
      background: rgba(8,11,20,.76);
      border: 1px solid rgba(255,255,255,.12);
      -webkit-backdrop-filter: blur(16px);
      backdrop-filter: blur(16px);
    }

    .field-note-title {
      display: block;
      font-size: 24px;
      font-weight: 900;
      letter-spacing: -.04em;
    }

    .field-note p {
      margin: 0;
      color: var(--muted);
      line-height: 1.55;
    }

    .ticker {
      position: relative;
      margin: 26px 0 0;
      overflow: hidden;
      border-block: 1px solid rgba(255,255,255,.1);
      background: rgba(255,255,255,.025);
    }

    .ticker-track {
      display: flex;
      width: max-content;
      animation: marquee 26s linear infinite;
    }

    .ticker span {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      color: rgba(255,255,255,.54);
      padding: 13px 18px;
      white-space: nowrap;
      font-weight: 900;
      letter-spacing: .04em;
      text-transform: uppercase;
    }

    .ticker span::before {
      content: "✦";
      color: var(--accent);
    }

    .section {
      padding: 92px 0;
      position: relative;
    }

    .section-header {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(240px, 420px);
      gap: 24px;
      align-items: end;
      margin-bottom: 30px;
    }

    .section-kicker {
      color: var(--accent-2);
      margin: 0 0 10px;
      font-size: 13px;
      font-weight: 950;
      letter-spacing: .12em;
      text-transform: uppercase;
    }

    .section-title {
      margin: 0;
      font-size: clamp(34px, 5.2vw, 64px);
      line-height: .98;
      letter-spacing: -.065em;
    }

    .section-copy {
      color: var(--muted);
      line-height: 1.65;
      margin: 0;
      font-size: 17px;
    }

    .glass {
      border: 1px solid rgba(255,255,255,.12);
      background: linear-gradient(180deg, rgba(255,255,255,.082), rgba(255,255,255,.045));
      box-shadow: var(--shadow);
      -webkit-backdrop-filter: blur(18px);
      backdrop-filter: blur(18px);
    }

    .about-grid {
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 20px;
      align-items: stretch;
    }

    .about-card {
      border-radius: var(--radius);
      padding: clamp(24px, 4vw, 38px);
      overflow: hidden;
      position: relative;
      min-height: 420px;
      isolation: isolate;
    }

    .about-card::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 0;
      background:
        linear-gradient(150deg, rgba(8,11,20,.95), rgba(8,11,20,.82)),
        url("photos/football-players-1440.jpg") center / cover no-repeat;
      opacity: .62;
      transform: scale(1.03);
    }

    .about-card::after {
      content: "";
      position: absolute;
      width: 260px;
      height: 260px;
      right: -80px;
      bottom: -80px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(var(--glow-rgb),.22), transparent 68%);
      pointer-events: none;
    }

    .about-card > * {
      position: relative;
      z-index: 1;
    }

    .about-card h3 {
      margin: 0 0 16px;
      font-size: clamp(28px, 4vw, 44px);
      letter-spacing: -.055em;
      line-height: 1;
    }

    .about-card p {
      color: var(--muted);
      font-size: 18px;
      line-height: 1.66;
      margin: 0 0 16px;
      max-width: 760px;
    }

    .mission-strip {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
      padding: 0;
      list-style: none;
    }

    .mission-strip li {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 12px;
      border-radius: 999px;
      color: var(--text);
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.11);
      font-size: 14px;
    }

    .mission-strip li::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--accent-2);
      flex: none;
    }

    .about-actions {
      margin-top: 30px;
    }

    .feature-list {
      display: grid;
      gap: 16px;
    }

    .about-media {
      margin-top: 22px;
      border-radius: var(--radius);
      padding: clamp(20px, 3vw, 30px);
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(320px, .95fr);
      gap: 18px;
      align-items: center;
    }

    .about-media h3 {
      margin: 0 0 10px;
      font-size: clamp(27px, 4vw, 42px);
      letter-spacing: -.04em;
      line-height: 1;
    }

    .about-media-copy {
      margin: 0;
      color: var(--muted);
      line-height: 1.62;
    }

    .vk-video-frame {
      border-radius: 22px;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.14);
      box-shadow: 0 20px 40px rgba(0,0,0,.3);
      background: rgba(0,0,0,.32);
      aspect-ratio: 16 / 9;
    }

    .vk-video-frame iframe {
      width: 100%;
      height: 100%;
      border: 0;
      display: block;
    }

    .feature-item {
      padding: 22px;
      border-radius: 24px;
      border: 1px solid rgba(255,255,255,.11);
      background: rgba(255,255,255,.052);
      min-height: 120px;
    }

    .feature-item .num {
      color: var(--accent-2);
      font-size: 12px;
      font-weight: 950;
      letter-spacing: .12em;
      text-transform: uppercase;
    }

    .feature-item h4 {
      margin: 10px 0 8px;
      font-size: 22px;
      letter-spacing: -.035em;
    }

    .feature-item p {
      margin: 0;
      color: var(--muted);
      line-height: 1.55;
    }

    .platforms {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
    }

    .platform-card {
      position: relative;
      min-height: 210px;
      padding: 22px;
      border-radius: 24px;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.12);
      background: rgba(255,255,255,.055);
      transition: transform .24s var(--ease), border-color .24s ease, background .24s ease;
    }

    .platform-card::before {
      content: "";
      position: absolute;
      inset: -1px;
      background: radial-gradient(circle at 20% 18%, rgba(var(--glow-rgb),.22), transparent 45%);
      opacity: 0;
      transition: opacity .24s ease;
    }

    .platform-card:hover,
    .platform-card:focus-visible {
      transform: translateY(-8px);
      border-color: rgba(var(--accent-2-rgb),.34);
      background: rgba(255,255,255,.085);
    }

    .platform-card:hover::before,
    .platform-card:focus-visible::before { opacity: 1; }

    .platform-card > * { position: relative; }

    .platform-icon {
      width: 52px;
      height: 52px;
      display: grid;
      place-items: center;
      border-radius: 18px;
      color: #10131e;
      background: linear-gradient(135deg, #fff, var(--accent-2));
      font-weight: 950;
      box-shadow: 0 18px 30px rgba(0,0,0,.22);
    }

    .platform-icon .brand-logo {
      width: 30px;
      height: 30px;
    }

    .platform-card h3 {
      margin: 20px 0 8px;
      font-size: 24px;
      letter-spacing: -.04em;
    }

    .platform-card p {
      color: var(--muted);
      line-height: 1.55;
      margin: 0;
    }

    .platform-card .arrow {
      position: absolute;
      right: 18px;
      bottom: 16px;
      color: var(--accent-2);
      font-size: 28px;
      line-height: 1;
    }

    .episode-card {
      display: grid;
      grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
      gap: 24px;
      align-items: center;
      border-radius: var(--radius);
      padding: 20px;
      margin-bottom: 18px;
    }

    .episode-kicker {
      color: var(--accent-2);
      font-size: 13px;
      font-weight: 950;
      letter-spacing: .12em;
      text-transform: uppercase;
    }

    .episode-body h3 {
      margin: 12px 0 10px;
      font-size: clamp(24px, 3vw, 34px);
      line-height: 1.04;
      letter-spacing: -.045em;
    }

    .episode-body > p {
      margin: 0 0 14px;
      color: var(--muted);
      line-height: 1.5;
    }

    .player-note {
      font-size: 14px;
      color: var(--muted-2);
    }

    .player-note a { color: var(--accent-2); font-weight: 800; }
    .player-note a:hover { text-decoration: underline; }

    .episode-player {
      display: grid;
      gap: 12px;
    }

    .player-tabs {
      display: inline-flex;
      gap: 4px;
      padding: 4px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,.12);
      background: rgba(0,0,0,.28);
      justify-self: start;
    }

    .player-tab {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 9px 16px;
      border: 0;
      border-radius: 999px;
      background: transparent;
      color: var(--muted);
      font-weight: 800;
      font-size: 14px;
      cursor: pointer;
      transition: background .2s ease, color .2s ease;
    }

    .player-tab .brand-logo { width: 1.15em; height: 1.15em; }

    .player-tab:hover { color: var(--text); }

    .player-tab.is-active {
      background: rgba(255,255,255,.12);
      color: var(--text);
    }

    .player-frame {
      border-radius: 20px;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.14);
      box-shadow: 0 20px 40px rgba(0,0,0,.3);
      background: rgba(0,0,0,.32);
      aspect-ratio: 16 / 9;
    }

    .episode-iframe {
      width: 100%;
      height: 100%;
      border: 0;
      display: block;
    }

    .schedule-card {
      display: grid;
      grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
      gap: 18px;
      border-radius: var(--radius);
      padding: 22px;
      align-items: stretch;
      position: relative;
      overflow: hidden;
      isolation: isolate;
    }

    .schedule-card::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 0;
      background:
        linear-gradient(150deg, rgba(8,11,20,.93), rgba(8,11,20,.8)),
        url("photos/football-field-1440.jpg") center / cover no-repeat;
      opacity: .56;
      transform: scale(1.04);
    }

    .schedule-card > * {
      position: relative;
      z-index: 1;
    }

    .schedule-panel {
      border-radius: 24px;
      padding: 28px;
      background: rgba(255,255,255,.055);
      border: 1px solid rgba(255,255,255,.12);
    }

    .schedule-label {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      color: var(--green);
      font-weight: 950;
      letter-spacing: .1em;
      text-transform: uppercase;
      font-size: 12px;
    }

    .schedule-label::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: currentColor;
    }

    .schedule-panel h3 {
      margin: 16px 0 12px;
      font-size: clamp(28px, 4vw, 44px);
      line-height: 1;
      letter-spacing: -.055em;
    }

    .schedule-panel p {
      margin: 0;
      color: var(--muted);
      line-height: 1.65;
    }

    .schedule-list {
      display: grid;
      gap: 12px;
    }

    .schedule-item {
      display: grid;
      grid-template-columns: auto 1fr auto;
      align-items: center;
      gap: 16px;
      padding: 18px;
      border-radius: 22px;
      background: rgba(255,255,255,.055);
      border: 1px solid rgba(255,255,255,.105);
    }

    .date-tile {
      width: 66px;
      height: 66px;
      display: grid;
      place-items: center;
      border-radius: 18px;
      color: #10131e;
      background: linear-gradient(135deg, var(--accent-2), var(--accent));
      font-weight: 950;
      text-align: center;
      line-height: 1;
    }

    .date-tile small {
      display: block;
      font-size: 10px;
      letter-spacing: .1em;
      text-transform: uppercase;
      margin-top: 4px;
    }

    .schedule-item h4 {
      margin: 0 0 5px;
      font-size: 18px;
      letter-spacing: -.02em;
    }

    .schedule-item p {
      margin: 0;
      color: var(--muted);
      line-height: 1.45;
      font-size: 14px;
    }

    .team-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }

    .person-card {
      min-height: 245px;
      border-radius: 24px;
      padding: 22px;
      position: relative;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.11);
      background: rgba(255,255,255,.052);
      transition: transform .24s var(--ease), background .24s ease;
    }

    .person-card:hover {
      transform: translateY(-6px);
      background: rgba(255,255,255,.08);
    }

    .person-card::before {
      content: attr(data-initial);
      position: absolute;
      right: -6px;
      bottom: -34px;
      color: rgba(255,255,255,.055);
      font-size: 142px;
      font-weight: 1000;
      line-height: .8;
      letter-spacing: -.12em;
    }

    .avatar {
      width: 100%;
      aspect-ratio: 4 / 5;
      display: block;
      border-radius: 22px;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.12);
      box-shadow: 0 18px 34px rgba(0,0,0,.24);
      background: linear-gradient(135deg, rgba(255,255,255,.18), rgba(var(--glow-rgb),.18));
      position: relative;
      z-index: 1;
    }

    .avatar-fallback {
      display: grid;
      place-items: center;
      color: var(--text);
      font-weight: 900;
      letter-spacing: .04em;
      text-transform: uppercase;
      background:
        radial-gradient(circle at 18% 16%, rgba(255,255,255,.22), transparent 32%),
        linear-gradient(135deg, rgba(var(--glow-rgb),.34), rgba(110,168,255,.3));
    }

    .avatar-fallback img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
    }

    .avatar-initials {
      font-size: clamp(32px, 5vw, 52px);
      line-height: 1;
      z-index: 0;
    }

    .avatar img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .person-card h3 {
      position: relative;
      margin: 24px 0 8px;
      font-size: 24px;
      line-height: 1.05;
      letter-spacing: -.04em;
    }

    .person-card p {
      position: relative;
      margin: 0;
      color: var(--muted);
      line-height: 1.55;
    }

    .person-link {
      position: relative;
      display: inline-flex;
      margin-top: 18px;
      color: var(--accent-2);
      font-weight: 900;
    }

    .support-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }

    .support-card {
      border-radius: 24px;
      padding: 24px;
      border: 1px solid rgba(255,255,255,.11);
      background: rgba(255,255,255,.052);
      min-height: 228px;
      position: relative;
      overflow: hidden;
    }

    .support-card::after {
      content: "";
      position: absolute;
      width: 120px;
      height: 120px;
      right: -46px;
      top: -48px;
      border-radius: 50%;
      background: rgba(var(--glow-rgb),.14);
    }

    .support-card .support-icon {
      width: 46px;
      height: 46px;
      display: grid;
      place-items: center;
      border-radius: 16px;
      color: #10131e;
      background: linear-gradient(135deg, #fff, var(--accent-2));
      font-weight: 950;
      position: relative;
    }

    .support-card h3 {
      position: relative;
      margin: 18px 0 10px;
      font-size: 22px;
      letter-spacing: -.035em;
    }

    .support-card p {
      position: relative;
      margin: 0;
      color: var(--muted);
      line-height: 1.58;
    }

    .support-card a {
      position: relative;
      display: inline-flex;
      margin-top: 16px;
      color: var(--accent-2);
      font-weight: 900;
    }

    .cta {
      padding: 0 0 94px;
    }

    .cta-card {
      position: relative;
      overflow: hidden;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 24px;
      align-items: center;
      border-radius: 34px;
      padding: clamp(28px, 5vw, 48px);
      background:
        radial-gradient(circle at 85% 25%, rgba(73,242,164,.16), transparent 26%),
        radial-gradient(circle at 20% 80%, rgba(var(--glow-rgb),.22), transparent 34%),
        linear-gradient(135deg, rgba(255,255,255,.1), rgba(255,255,255,.045));
      border: 1px solid rgba(255,255,255,.14);
      box-shadow: var(--shadow);
      isolation: isolate;
    }

    .cta-card::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 0;
      background:
        linear-gradient(150deg, rgba(8,11,20,.85), rgba(8,11,20,.64)),
        url("photos/football-stadium-1440.jpg") center / cover no-repeat;
      opacity: .42;
      transform: scale(1.05);
    }

    .cta-card > * {
      position: relative;
      z-index: 1;
    }

    .cta-card h2 {
      margin: 0 0 12px;
      font-size: clamp(32px, 5vw, 62px);
      line-height: .98;
      letter-spacing: -.065em;
    }

    .cta-card p {
      margin: 0;
      color: var(--muted);
      line-height: 1.65;
      max-width: 720px;
      font-size: 18px;
    }

    .cta-actions {
      display: flex;
      flex-direction: column;
      gap: 12px;
      min-width: 210px;
    }

    .contacts {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 16px;
    }

    .contact-card {
      border-radius: var(--radius);
      padding: 28px;
      border: 1px solid rgba(255,255,255,.12);
      background: rgba(255,255,255,.052);
    }

    .contact-card h3 {
      margin: 0 0 18px;
      font-size: 28px;
      letter-spacing: -.045em;
    }

    .contact-list {
      display: grid;
      gap: 13px;
    }

    .contact-row {
      display: grid;
      grid-template-columns: 96px 1fr;
      gap: 12px;
      padding: 14px 0;
      border-top: 1px solid rgba(255,255,255,.1);
      color: var(--muted);
    }

    .contact-row:first-child { border-top: 0; }

    .contact-row strong {
      color: var(--text);
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: .1em;
    }

    .contact-row a:hover { color: var(--accent-2); }

    .contact-row a[aria-label] {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 32px;
      min-height: 32px;
    }

    .studio-card {
      position: relative;
      overflow: hidden;
      border-radius: var(--radius);
      padding: 28px;
      border: 1px solid rgba(255,255,255,.12);
      background:
        linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04)),
        radial-gradient(circle at 85% 20%, rgba(110,168,255,.16), transparent 36%);
      min-height: 100%;
    }

    .studio-card h3 {
      margin: 0 0 12px;
      font-size: 30px;
      letter-spacing: -.045em;
    }

    .studio-card p {
      color: var(--muted);
      line-height: 1.65;
      margin: 0 0 18px;
      max-width: 760px;
    }

    .studio-address {
      margin: 22px 0 12px;
      color: var(--text);
      line-height: 1.5;
    }

    .studio-address strong { color: var(--accent-2); }

    .map-frame {
      border-radius: 22px;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.11);
      background: rgba(0,0,0,.18);
      line-height: 0;
    }

    .map-frame iframe {
      display: block;
      width: 100%;
      height: 280px;
      border: 0;
    }

    .site-footer {
      border-top: 1px solid rgba(255,255,255,.1);
      padding: 32px 0;
      color: var(--muted);
      background: rgba(8,11,20,.56);
    }

    .footer-layout {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    .footer-links {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 14px;
    }

    .footer-links a:hover { color: var(--accent-2); }

    .to-top {
      position: fixed;
      right: 20px;
      bottom: 20px;
      z-index: 60;
      width: 46px;
      height: 46px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,.16);
      color: #10131e;
      background: linear-gradient(135deg, var(--accent), var(--accent-2));
      box-shadow: 0 14px 34px rgba(var(--glow-rgb),.3);
      cursor: pointer;
      opacity: 0;
      visibility: hidden;
      transform: translateY(12px);
      transition: opacity .25s var(--ease), transform .25s var(--ease), visibility .25s;
    }

    .to-top svg { width: 22px; height: 22px; fill: currentColor; }

    .to-top.is-visible {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }

    a:focus-visible,
    button:focus-visible {
      outline: 3px solid var(--accent-2);
      outline-offset: 4px;
    }

    .nav-link:focus-visible,
    .btn:focus-visible,
    .platform-card:focus-visible {
      outline: 3px solid var(--accent-2);
      outline-offset: 4px;
    }

    .nav-link:focus-visible {
      outline-offset: 2px;
    }

    .reveal {
      transition: opacity .7s var(--ease), transform .7s var(--ease);
    }

    .js .reveal {
      opacity: 0;
      transform: translateY(22px);
    }

    .js .reveal.is-visible {
      opacity: 1;
      transform: translateY(0);
    }

    @keyframes marquee {
      from { transform: translateX(0); }
      to { transform: translateX(-50%); }
    }

    @media (max-width: 1060px) {
      .nav-links {
        position: fixed;
        left: 20px;
        right: 20px;
        top: 78px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        border-radius: 24px;
        padding: 12px;
        background: rgba(9,13,25,.96);
        box-shadow: var(--shadow);
      }

      .nav-links.is-open { display: flex; }
      .nav-link { text-align: center; }
      .menu-btn { display: inline-grid; place-items: center; }
      .hero-layout { grid-template-columns: 1fr; }
      .stadium-card { min-height: 500px; }
      .section-header { grid-template-columns: 1fr; }
      .about-grid,
      .schedule-card,
      .contacts { grid-template-columns: 1fr; }
      .about-media { grid-template-columns: 1fr; }
      .platforms { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .team-grid,
      .support-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .cta-card { grid-template-columns: 1fr; }
      .cta-actions { flex-direction: row; flex-wrap: wrap; }
      .episode-card { grid-template-columns: 1fr; }
      .hero h1 { letter-spacing: -.055em; }
      .section-title { letter-spacing: -.05em; }
      .about-card h3,
      .schedule-panel h3 { letter-spacing: -.04em; }
    }

    @media (max-width: 680px) {
      :root { --container: min(100% - 28px, 1180px); }
      .nav { height: 70px; }
      .brand { min-width: auto; }
      .brand-text span:last-child { display: none; }
      .nav-actions .btn { padding: 9px 13px; min-height: 40px; font-size: 13px; box-shadow: none; }
      .hero { padding: 44px 0 44px; }
      .hero h1 {
        font-size: clamp(33px, 10vw, 50px);
        letter-spacing: -.075em;
        max-width: 100%;
      }
      .lead { font-size: 17px; }
      .hero-actions .btn { width: 100%; }
      .site-header,
      .glass {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
      }
      .hero h1 .accent-word,
      .team-badge { filter: none; }
      .stadium-card,
      .cta-card { box-shadow: none; }
      .stadium-card { min-height: 360px; padding: 14px; border-radius: 24px; }
      .stadium-card::before { transform: perspective(720px) rotateX(56deg) translateY(124px); }
      .scoreboard-main { grid-template-columns: 1fr auto 1fr; gap: 8px; }
      .team-badge { width: 70px; height: 62px; }
      .team-badge--helmet { width: 82px; height: 72px; }
      .timer { min-width: 104px; min-height: 58px; font-size: 30px; }
      .quarter { font-size: 10px; letter-spacing: .1em; }
      .field-note { left: 14px; right: 14px; bottom: 14px; padding: 14px; }
      .field-note-title { font-size: 20px; }
      .field-note p { display: none; }
      .ticker { display: none; }
      .section { padding: 66px 0; }
      .about-card { min-height: auto; }
      .platforms,
      .team-grid,
      .support-grid { grid-template-columns: 1fr; }
      .schedule-item { grid-template-columns: 1fr; align-items: start; }
      .schedule-item .btn-ghost { justify-self: start; }
      .contact-row { grid-template-columns: 1fr; gap: 5px; }
      .footer-layout { align-items: flex-start; flex-direction: column; }
    }

    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
      }

      .js .reveal {
        opacity: 1 !important;
        transform: none !important;
      }
    }
    /* ===== Переключатель любимой команды ===== */
    .team-picker { position: relative; }

    .team-picker-btn {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      min-height: 44px;
      padding: 7px 12px 7px 8px;
      border-radius: 999px;
      border: 1px solid var(--line);
      background: var(--panel);
      color: var(--text);
      font: inherit;
      font-weight: 800;
      cursor: pointer;
      transition: border-color .2s var(--ease), background .2s ease, transform .2s var(--ease);
    }
    .team-picker-btn:hover,
    .team-picker-btn:focus-visible { border-color: rgba(var(--glow-rgb), .55); background: var(--panel-strong); }

    .tp-logo {
      width: 26px; height: 26px;
      display: grid; place-items: center;
      border-radius: 50%;
      background: rgba(255,255,255,.9);
      overflow: hidden; flex: none;
    }
    .tp-logo-img { width: 100%; height: 100%; object-fit: contain; display: block; }
    .tp-logo-img[hidden] { display: none; }
    .tp-logo-default {
      width: 26px; height: 26px;
      background: conic-gradient(from 210deg, var(--accent), var(--accent-2), var(--accent-hi), var(--accent));
      border-radius: 50%;
    }
    .tp-label { font-size: 13px; letter-spacing: -.01em; }
    .tp-caret { flex: none; opacity: .7; transition: transform .2s var(--ease); }
    .team-picker-btn[aria-expanded="true"] .tp-caret { transform: rotate(180deg); }

    .team-picker-menu {
      position: absolute;
      top: calc(100% + 10px);
      right: 0;
      min-width: 248px;
      display: grid;
      gap: 4px;
      padding: 8px;
      border-radius: 18px;
      border: 1px solid var(--line);
      background: linear-gradient(180deg, #0f1428, #0b1020);
      box-shadow: var(--shadow);
      z-index: 60;
      max-height: min(72vh, 620px);
      overflow-y: auto;
      overscroll-behavior: contain;
    }
    .team-picker-menu[hidden] { display: none; }

    .tp-option {
      display: flex;
      align-items: center;
      gap: 11px;
      width: 100%;
      padding: 9px 11px;
      border: 1px solid transparent;
      border-radius: 12px;
      background: transparent;
      color: var(--text);
      font: inherit;
      font-weight: 700;
      font-size: 14px;
      text-align: left;
      cursor: pointer;
      transition: background .15s ease, border-color .15s ease;
    }
    .tp-option:hover,
    .tp-option:focus-visible { background: rgba(255,255,255,.06); }
    .tp-option[aria-selected="true"] {
      border-color: rgba(var(--glow-rgb), .6);
      background: rgba(var(--glow-rgb), .14);
    }

    .tp-opt-logo,
    .tp-opt-mark {
      width: 30px; height: 30px; flex: none;
      border-radius: 50%;
      display: grid; place-items: center;
    }
    .tp-opt-logo { background: rgba(255,255,255,.92); overflow: hidden; }
    .tp-opt-logo img { width: 100%; height: 100%; object-fit: contain; }
    .tp-opt-mark--default { background: conic-gradient(from 210deg, #ff6a21, #ffd166, #ff9b54, #ff6a21); }

    /* Логотип выбранной команды в hero-табло */
    .hero-team-logo {
      display: none;
      width: clamp(56px, 12vw, 92px);
      height: clamp(56px, 12vw, 92px);
      object-fit: contain;
      filter: drop-shadow(0 14px 30px rgba(0,0,0,.5));
    }
    .score-team--home.has-team-logo .hero-team-logo { display: block; }
    .score-team--home.has-team-logo .team-badge { display: none; }

    @media (max-width: 900px) {
      .team-picker-btn { padding: 6px; gap: 0; }
      .team-picker-btn .tp-label,
      .team-picker-btn .tp-caret { display: none; }
      .team-picker-menu { right: auto; left: 0; }
    }

    /* Онбординг-подсказка выбора темы команды (Cover Flow) */
    .team-hint {
      --hint-accent: var(--accent);
      position: fixed;
      z-index: 90;
      width: min(360px, calc(100vw - 24px));
      padding: 16px 16px 18px;
      border-radius: 20px;
      background: rgba(12, 16, 28, .97);
      border: 1px solid rgba(255,255,255,.14);
      box-shadow:
        0 24px 60px rgba(0,0,0,.5),
        0 0 0 2px var(--hint-accent),
        0 12px 40px -6px var(--hint-accent);
      -webkit-backdrop-filter: blur(14px);
      backdrop-filter: blur(14px);
      opacity: 0;
      transform: translateY(-8px);
      transition: opacity .3s var(--ease), transform .3s var(--ease), box-shadow .6s ease;
    }

    .team-hint.is-shown { opacity: 1; transform: translateY(0); }

    .team-hint::before {
      content: "";
      position: absolute;
      top: -8px;
      right: 26px;
      width: 15px;
      height: 15px;
      background: rgba(12, 16, 28, .97);
      border-left: 1px solid rgba(255,255,255,.14);
      border-top: 1px solid rgba(255,255,255,.14);
      transform: rotate(45deg);
    }

    .team-hint--sheet {
      top: auto;
      right: auto;
      left: 50%;
      bottom: 16px;
      transform: translate(-50%, 8px);
    }

    .team-hint--sheet.is-shown { transform: translate(-50%, 0); }
    .team-hint--sheet::before { display: none; }

    .team-hint-close {
      position: absolute;
      top: 8px;
      right: 10px;
      width: 30px;
      height: 30px;
      border: 0;
      border-radius: 50%;
      background: rgba(255,255,255,.08);
      color: var(--text);
      font-size: 20px;
      line-height: 1;
      cursor: pointer;
    }

    .team-hint-close:hover { background: rgba(255,255,255,.16); }

    .team-hint-head { padding-right: 30px; }
    .team-hint-head strong { display: block; font-size: 18px; letter-spacing: -.02em; }
    .team-hint-head span { display: block; margin-top: 3px; font-size: 13.5px; color: var(--muted); }

    .team-hint-flow {
      position: relative;
      height: 116px;
      margin-top: 12px;
      perspective: 720px;
      overflow: hidden;
    }

    .thf-track {
      list-style: none;
      margin: 0;
      padding: 0;
      position: absolute;
      inset: 0;
      transform-style: preserve-3d;
    }

    .thf-item {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 74px;
      height: 74px;
      transition: transform .5s var(--ease), opacity .5s var(--ease);
      will-change: transform, opacity;
    }

    .thf-btn {
      width: 100%;
      height: 100%;
      padding: 8px;
      border: 0;
      border-radius: 16px;
      background: rgba(255,255,255,.06);
      display: grid;
      place-items: center;
      cursor: pointer;
    }

    .thf-btn:hover { background: rgba(255,255,255,.12); }
    .thf-btn img { max-width: 100%; max-height: 100%; object-fit: contain; }

    @media (prefers-reduced-motion: reduce) {
      .team-hint,
      .team-hint--sheet,
      .thf-item { transition: none; }
    }
