:root {
  --bg: #050b13;
  --bg-deep: #02070d;
  --panel: linear-gradient(180deg, rgba(18, 38, 55, 0.965), rgba(8, 20, 32, 0.98));
  --panel-solid: #0c1b29;
  --line: rgba(132, 246, 189, 0.16);
  --line-strong: rgba(132, 246, 189, 0.34);
  --green: #6de8a9;
  --green-soft: #b7ffd2;
  --blue: #68b8ff;
  --text: #f5f8fb;
  --muted: #96a5b5;
  --muted-2: #68798a;
  --shell: 1240px;
  --radius: 28px;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
  min-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 0%, rgba(22, 117, 84, 0.17), transparent 31rem),
    radial-gradient(circle at 88% 22%, rgba(24, 86, 126, 0.13), transparent 28rem),
    linear-gradient(180deg, #07111d 0, var(--bg) 36rem, var(--bg-deep) 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* The managed Adhit skin restores the wide top/side background used before
   the evergreen homepage update. The image is also a no-fill fallback. */
body.site-skin-1win,
body.site-skin-dafabet,
body.site-skin-mostbet {
  /* Keep the page shell directly under the skin header. The ad code may
     otherwise replace this with the full creative height. */
  padding-top: 190px !important;
  background-color: #020b13;
  background-image: url("../assets/ads/1win-wc2026-site-skin.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px auto;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.22;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}

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

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 10px;
  color: #04100b;
  background: var(--green);
  font-weight: 800;
  transform: translateY(-160%);
}

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

.bf-header,
.bf-page,
.bf-footer {
  position: relative;
  z-index: 20;
}

.bf-header {
  padding: 0;
}

.bf-header-inner {
  width: min(var(--shell), 100%);
  min-height: 82px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.bf-logo {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.bf-logo img {
  display: block;
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.bf-logo span span {
  color: var(--green);
}

.bf-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.bf-nav a {
  min-height: 42px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  color: #f4f7fb;
  background: rgba(255, 255, 255, 0.055);
  font-size: 16px;
  font-weight: 800;
  transition: 0.2s ease;
}

.bf-nav a:hover,
.bf-nav a.active {
  color: var(--green);
  border-color: rgba(73, 224, 145, 0.34);
  background: rgba(25, 126, 84, 0.34);
  box-shadow: 0 0 22px rgba(73, 224, 145, 0.08);
}

.bf-menu-button {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.bf-menu-button > span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px 0;
  border-radius: 2px;
  background: #fff;
}

.bf-page {
  width: min(var(--shell), calc(100% - 48px));
  margin: 24px auto 0;
  padding-bottom: 64px;
}

.home-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  gap: 18px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(18, 43, 58, 0.94), rgba(8, 20, 32, 0.98)),
    url("../assets/stadium-dark.jpg") center/cover;
  box-shadow: var(--shadow);
}

.home-hero::after {
  content: "";
  position: absolute;
  top: -180px;
  right: -120px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(109, 232, 169, 0.18), transparent 65%);
  pointer-events: none;
}

.home-hero-copy,
.featured-focus {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(9, 23, 36, 0.91), rgba(5, 15, 25, 0.96));
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24);
}

.home-hero-copy {
  padding: clamp(28px, 4vw, 52px);
}

.eyebrow,
.section-kicker {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
}

.eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 18px var(--green);
}

.home-hero h1 {
  max-width: 720px;
  margin: 20px 0 18px;
  color: #fff;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.062em;
}

.home-hero h1 em {
  display: block;
  color: var(--green);
  font-style: normal;
}

.hero-lead {
  max-width: 650px;
  margin: 0;
  color: #a4b1bf;
  font-size: 19px;
  line-height: 1.65;
}

.hero-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button {
  min-height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 850;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #04110b;
  background: linear-gradient(135deg, var(--green), var(--green-soft));
  box-shadow: 0 12px 30px rgba(109, 232, 169, 0.14);
}

.button-secondary {
  color: #eaf3f9;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.045);
}

.hero-radar {
  margin-top: 34px;
  padding: 18px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-radar div {
  padding: 0 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-radar div:first-child {
  padding-left: 0;
}

.hero-radar div:last-child {
  padding-right: 0;
  border-right: 0;
}

.hero-radar strong,
.hero-radar span {
  display: block;
}

.hero-radar strong {
  color: #fff;
  font-size: 16px;
}

.hero-radar span {
  margin-top: 5px;
  color: var(--muted-2);
  font-size: 14px;
}

.match-search {
  margin-top: 24px;
}

.match-search > label {
  display: block;
  margin-bottom: 9px;
  color: #c5d0da;
  font-size: 15px;
  font-weight: 800;
}

.match-search-row {
  min-height: 54px;
  padding: 5px 5px 5px 15px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.match-search-row > span {
  color: var(--green);
  font-size: 22px;
}

.match-search-row input {
  width: 100%;
  color: #fff;
  border: 0;
  outline: 0;
  background: transparent;
}

.match-search-row input::placeholder {
  color: #647485;
}

.match-search-row button {
  height: 42px;
  padding: 0 15px;
  color: #05110b;
  border: 0;
  border-radius: 12px;
  background: var(--green);
  font-weight: 850;
  cursor: pointer;
}

.search-chips {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.search-chips button {
  padding: 7px 9px;
  color: #9cabb8;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
}

.search-chips button:hover {
  color: #fff;
  border-color: var(--line-strong);
}

.search-result {
  min-height: 21px;
  margin-top: 12px;
  color: #718293;
  font-size: 14px;
  line-height: 1.55;
}

.search-result strong {
  color: #fff;
}

.featured-focus {
  min-height: 100%;
  padding: 26px;
  display: flex;
  flex-direction: column;
}

.featured-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status-dot {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--green);
  font-size: 11px;
}

.status-dot::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px var(--green);
}

.featured-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.featured-meta {
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #7f8f9e;
  font-size: 14px;
  font-weight: 750;
}

.featured-teams {
  margin: auto 0;
  padding: 38px 0 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  text-align: center;
}

.featured-team-mark {
  width: 82px;
  height: 82px;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--green);
  background: radial-gradient(circle, rgba(109, 232, 169, 0.12), rgba(255, 255, 255, 0.035));
  font-size: 22px;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.featured-team strong {
  display: block;
  color: #fff;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.15;
}

.featured-vs {
  color: #5b6a79;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.featured-signal {
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.featured-signal > span {
  color: #657687;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.signal-list {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.signal-list span {
  padding: 7px 9px;
  border-radius: 999px;
  color: #b8c5cf;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  font-size: 13px;
  font-weight: 750;
}

.featured-note {
  margin: 18px 0 0;
  color: #8998a6;
  font-size: 15px;
  line-height: 1.55;
}

.featured-actions {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.featured-actions .button {
  width: 100%;
}

.trust-line {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.trust-line > div {
  padding: 25px 26px;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.trust-line > div:last-child {
  border-right: 0;
}

.trust-line span {
  grid-row: span 2;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.trust-line strong {
  color: #edf3f7;
  font-size: 17px;
}

.trust-line p {
  margin: 7px 0 0;
  color: #718191;
  font-size: 15px;
  line-height: 1.5;
}

.home-ad {
  width: 100%;
  min-height: 90px;
  margin: 26px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.home-ad-mobile {
  display: none;
}

.schedule-section,
.competition-section,
.method-section,
.archive-line {
  margin-top: 26px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(12, 25, 38, 0.86), rgba(6, 16, 26, 0.94));
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.section-heading h2,
.method-copy h2,
.archive-line h2 {
  margin: 9px 0 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: -0.048em;
}

.section-heading p,
.archive-line p,
.method-copy > p {
  margin: 10px 0 0;
  color: #7f8f9f;
  line-height: 1.6;
  font-size: 18px;
}

.section-heading > a {
  flex: 0 0 auto;
  color: var(--green);
  font-size: 15px;
  font-weight: 850;
}

.schedule-table {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.schedule-head,
.schedule-row {
  display: grid;
  grid-template-columns: 130px minmax(260px, 1.35fr) minmax(180px, 0.8fr) 110px;
  align-items: center;
  gap: 18px;
}

.schedule-head {
  min-height: 45px;
  color: #5f7081;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.schedule-row {
  min-height: 82px;
  color: #dce5eb;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  transition: background 0.2s ease, padding 0.2s ease;
}

.schedule-row:hover {
  padding: 0 12px;
  background: rgba(109, 232, 169, 0.035);
}

.schedule-date strong,
.schedule-date small,
.schedule-title strong,
.schedule-title small {
  display: block;
}

.schedule-date strong {
  color: #fff;
  font-size: 16px;
}

.schedule-date small,
.schedule-title small {
  margin-top: 5px;
  color: #657687;
  font-size: 13px;
}

.schedule-title strong {
  color: #fff;
  font-size: 17px;
}

.schedule-competition {
  color: #8595a3;
  font-size: 15px;
}

.schedule-status {
  justify-self: start;
  padding: 7px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--green);
  background: rgba(109, 232, 169, 0.06);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.competition-lines {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.competition-line {
  min-height: 88px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 100px 28px;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  transition: color 0.2s ease, padding 0.2s ease, background 0.2s ease;
}

.competition-line:hover {
  padding: 0 14px;
  background: rgba(109, 232, 169, 0.035);
}

.competition-number {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.competition-line strong,
.competition-line small {
  display: block;
}

.competition-line strong {
  color: #f2f6f9;
  font-size: 20px;
}

.competition-line small {
  margin-top: 5px;
  color: #697a8b;
  font-size: 14px;
}

.competition-tag {
  color: #8292a1;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.line-arrow {
  color: #5b6b7b;
  font-size: 20px;
}

.method-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
  align-items: center;
  gap: clamp(30px, 6vw, 80px);
}

.method-copy .button {
  margin-top: 22px;
}

.method-steps {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.method-steps > div {
  min-height: 94px;
  display: grid;
  grid-template-columns: 42px 105px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.method-steps span {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.method-steps strong {
  color: #fff;
  font-size: 18px;
}

.method-steps p {
  color: #748494;
  font-size: 15px;
  line-height: 1.5;
}

.archive-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.archive-line h2 {
  font-size: 34px;
}

.archive-line p {
  max-width: 650px;
}

.bf-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(2, 7, 13, 0.72);
}

.bf-footer-inner {
  width: min(var(--shell), calc(100% - 48px));
  min-height: 190px;
  margin: 0 auto;
  padding: 38px 0;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 0.8fr);
  align-items: start;
  gap: 36px;
}

.footer-logo {
  font-size: 18px;
}

.footer-logo img {
  width: 32px;
  height: 32px;
}

.bf-footer p {
  max-width: 390px;
  margin: 13px 0 0;
  color: #657485;
  font-size: 14px;
  line-height: 1.55;
}

.bf-footer nav {
  display: grid;
  gap: 10px;
}

.bf-footer nav a {
  color: #8998a6;
  font-size: 14px;
  font-weight: 750;
}

.responsible-note {
  justify-self: end;
  text-align: right;
}

.responsible-note strong {
  color: var(--green);
}

.loading-state {
  color: #728292;
  font-size: 15px;
}

.side-banner {
  /* Adhit adds `.aso-background > div { position: relative; }` after load.
     Keep the skyscrapers out of the document flow so the whole page does not jump. */
  position: fixed !important;
  top: 230px;
  z-index: 10 !important;
  width: 160px;
  min-height: 600px;
}

.side-banner-left {
  left: max(12px, calc((100vw - var(--shell)) / 2 - 188px));
}

.side-banner-right {
  right: max(12px, calc((100vw - var(--shell)) / 2 - 188px));
}

@media (max-width: 1540px) {
  .side-banner {
    display: none;
  }
}

@media (max-width: 980px) {
  .bf-nav a {
    padding: 0 9px;
    font-size: 12px;
  }

  .home-hero,
  .method-section {
    grid-template-columns: 1fr;
  }

  .featured-focus {
    min-height: 580px;
  }

  .trust-line {
    grid-template-columns: 1fr;
  }

  .trust-line > div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .trust-line > div:last-child {
    border-bottom: 0;
  }

  .schedule-head,
  .schedule-row {
    grid-template-columns: 110px minmax(220px, 1.2fr) minmax(150px, 0.8fr) 100px;
  }
}

@media (max-width: 760px) {
  body.site-skin-1win,
  body.site-skin-dafabet,
  body.site-skin-mostbet {
    padding-top: 96px !important;
    background-size: auto 290px;
  }

  .bf-header {
    padding: 10px 8px 0;
  }

  .bf-header-inner {
    min-height: 64px;
    padding: 10px 12px;
    flex-wrap: wrap;
    border-radius: 18px;
  }

  .bf-menu-button {
    display: block;
  }

  .bf-nav {
    width: 100%;
    display: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 9px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .bf-nav.is-open {
    display: grid;
  }

  .bf-nav a {
    width: 100%;
    min-height: 39px;
    padding: 0 4px;
    text-align: center;
  }

  .bf-page {
    width: calc(100% - 16px);
    margin-top: 10px;
    padding-bottom: 32px;
  }

  .home-hero {
    padding: 8px;
    border-radius: 24px;
  }

  .home-hero-copy,
  .featured-focus {
    padding: 22px 16px;
    border-radius: 20px;
  }

  .home-hero h1 {
    margin-top: 16px;
    font-size: 39px;
  }

  .hero-lead {
    font-size: 17px;
  }

  .hero-actions,
  .featured-actions {
    grid-template-columns: 1fr;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-radar {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero-radar div,
  .hero-radar div:first-child,
  .hero-radar div:last-child {
    padding: 12px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }

  .hero-radar div:last-child {
    border-bottom: 0;
  }

  .match-search-row {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .match-search-row button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .featured-focus {
    min-height: 0;
  }

  .featured-teams {
    padding: 34px 0;
    gap: 8px;
  }

  .featured-team-mark {
    width: 68px;
    height: 68px;
    font-size: 18px;
  }

  .trust-line {
    margin-top: 14px;
  }

  .trust-line > div {
    padding: 20px 8px;
  }

  .home-ad-desktop {
    display: none;
  }

  .home-ad-mobile {
    min-height: 250px;
    display: flex;
  }

  .schedule-section,
  .competition-section,
  .method-section,
  .archive-line {
    margin-top: 16px;
    padding: 23px 14px;
    border-radius: 22px;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 22px;
  }

  .section-heading h2,
  .method-copy h2 {
    font-size: 34px;
  }

  .schedule-head {
    display: none;
  }

  .schedule-row {
    min-height: 0;
    padding: 16px 0;
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 10px 14px;
  }

  .schedule-row:hover {
    padding: 16px 8px;
  }

  .schedule-competition,
  .schedule-status {
    grid-column: 2;
  }

  .schedule-status {
    width: fit-content;
  }

  .competition-line {
    min-height: 100px;
    grid-template-columns: 32px minmax(0, 1fr) 22px;
    gap: 10px;
  }

  .competition-tag {
    display: none;
  }

  .competition-line:hover {
    padding: 0 6px;
  }

  .method-steps > div {
    grid-template-columns: 32px 75px minmax(0, 1fr);
  }

  .archive-line {
    align-items: flex-start;
    flex-direction: column;
  }

  .archive-line .button {
    width: 100%;
  }

  .bf-footer-inner {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .responsible-note {
    justify-self: start;
    text-align: left;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
