/* SportNote — sports article + soft CTA */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/montserrat-cyrillic-500.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/montserrat-latin-500.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/montserrat-cyrillic-700.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/montserrat-latin-700.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../assets/montserrat-cyrillic-800.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../assets/montserrat-latin-800.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../assets/montserrat-cyrillic-900.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../assets/montserrat-latin-900.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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --accent: #3d8bfd;
  --accent-soft: #6ba8ff;
  --cta: #2ecc71;
  --cta-soft: #57e08f;
  --on-cta: #0b1220;
  --ink: #f3f6fb;
  --ink-soft: #b8c2d4;
  --ink-mute: #8490a6;
  --bg0: #0b1220;
  --bg-card: rgba(18, 26, 43, 0.85);
  --line: rgba(255, 255, 255, 0.08);
  --radius: 14px;
  --max: 720px;
  --font: "Montserrat", system-ui, -apple-system, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg0);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

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

.bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(100% 70% at 50% -20%, #152038 0%, #0b1220 60%, #080e18 100%);
}

.wrap {
  width: min(100% - 28px, var(--max));
  margin: 0 auto;
}

.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0 8px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--accent-soft), var(--accent));
  color: #061018;
  font-weight: 900;
  font-size: 0.72rem;
}

.brand-text {
  font-weight: 900;
  font-size: 1rem;
}

.top-tag {
  color: var(--ink-mute);
  font-size: 0.82rem;
  font-weight: 700;
}

.article {
  padding: 12px 0 36px;
}

.kicker {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(61, 139, 253, 0.1);
  border: 1px solid rgba(61, 139, 253, 0.35);
  color: var(--accent-soft);
  font-weight: 800;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article h1 {
  margin: 0 0 12px;
  font-size: clamp(1.55rem, 5vw, 2.15rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.lead {
  margin: 0 0 20px;
  color: var(--ink-soft);
  font-size: 1.02rem;
  font-weight: 500;
}

.text {
  margin: 0 0 14px;
  color: var(--ink-soft);
  font-size: 0.96rem;
  font-weight: 500;
}

.article section {
  margin-bottom: 28px;
}

.article h2 {
  margin: 0 0 14px;
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.block {
  margin-bottom: 14px;
  padding: 16px;
  border-radius: var(--radius);
  background: var(--bg-card);
  border: 1px solid var(--line);
}

.block h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 800;
}

.block p {
  margin: 0 0 8px;
  color: var(--ink-soft);
  font-size: 0.95rem;
  font-weight: 500;
}

.block p:last-child {
  margin-bottom: 0;
}

.hint {
  color: var(--accent-soft) !important;
  font-size: 0.88rem !important;
}

.plain-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.plain-list li {
  padding: 12px 14px;
  border-radius: var(--radius);
  background: var(--bg-card);
  border: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.94rem;
  font-weight: 500;
}

.plain-list strong {
  color: var(--ink);
  font-weight: 800;
}

.footer {
  padding: 8px 0 32px;
  color: var(--ink-mute);
  font-size: 0.74rem;
  font-weight: 500;
}

.footer p {
  margin: 0 0 6px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
