/* Hallmark · macrostructure: Global Shell · tone: sports editorial premium · anchor hue: Motion Cyan · N10 knobs: full-width to compact, solid translucent, top-centred · Ft3 knobs: 4 columns, display headings, no bullets · contrast: pass (46–50) · nav/footer: brief-led · honest/chrome/tokens: pass (56–58) · mobile: pass (36, 59, 61–69) */
/* Hallmark · pre-emit critique: P5 H5 E4 S5 R5 V4 */
@import url("./tokens.css?v=ef457f4950a7");

html,
body {
  overflow-x: clip;
}

body.motion-menu-open {
  overflow: clip;
}

.motion-skip-link {
  position: fixed;
  inset-block-start: var(--me-space-2);
  inset-inline-start: var(--me-space-2);
  z-index: calc(var(--me-z-toast) + 1);
  padding: var(--me-space-3) var(--me-space-4);
  background: var(--me-surface-page);
  color: var(--me-color-link);
  font-weight: var(--me-weight-bold);
  transform: translateY(-150%);
}

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

.motion-shell-header {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: var(--me-z-header);
  min-width: 0;
  background: var(--me-shell-surface-translucent);
  color: var(--me-color-ink);
  border-block-end: var(--me-shell-rule);
  backdrop-filter: blur(0.75rem);
}

.motion-shell-header[data-overlay="true"]:not(.is-scrolled) {
  background: var(--me-shell-surface-overlay);
}

.motion-shell-header.is-scrolled {
  background: var(--me-surface-page);
  box-shadow: var(--me-shadow-sm);
}

.motion-shell-header__inner {
  width: min(100%, var(--me-shell-content-width));
  min-height: var(--me-shell-header-height);
  margin-inline: auto;
  padding-inline: var(--me-gutter);
  display: flex;
  align-items: center;
  gap: var(--me-space-3);
}

.motion-shell-header.is-scrolled .motion-shell-header__inner {
  min-height: var(--me-shell-header-compact-height);
}

.motion-shell-logo {
  display: inline-flex;
  flex: 0 0 auto;
  min-width: 0;
  align-items: center;
  padding-block: var(--me-space-2);
  border-radius: var(--me-radius-sm);
}

.motion-shell-logo img {
  display: block;
  width: var(--me-shell-mobile-logo-width);
  height: auto;
}

.motion-shell-header.is-scrolled .motion-shell-logo img {
  transform: scale(0.92);
  transform-origin: center left;
}

.motion-shell-desktop-nav,
.motion-shell-language.motion-shell-language--desktop {
  display: none;
}

.motion-shell-header__actions {
  margin-inline-start: auto;
  display: flex;
  align-items: center;
  gap: var(--me-space-2);
}

.motion-shell-register,
.motion-shell-menu-toggle,
.motion-shell-language a,
.motion-shell-desktop-nav a,
.motion-shell-footer a,
.motion-quick-actions a,
.motion-shell-menu a,
.motion-shell-menu button {
  white-space: nowrap;
}

.motion-shell-register {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: var(--me-space-4);
  background: var(--me-color-cyan);
  color: var(--me-color-accent-ink);
  border: 1px solid var(--me-color-cyan);
  border-radius: var(--me-radius-sm);
  font-family: var(--me-font-display);
  font-size: var(--me-font-size-sm);
  font-weight: var(--me-weight-bold);
  letter-spacing: 0.035em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color var(--me-shell-duration-hover) var(--me-shell-ease-out),
    color var(--me-shell-duration-hover) var(--me-shell-ease-out),
    transform var(--me-shell-duration-press) var(--me-shell-ease-out);
}

.motion-shell-menu-toggle {
  width: 2.75rem;
  min-height: 2.75rem;
  display: inline-grid;
  place-items: center;
  padding: 0;
  background: var(--me-surface-page);
  color: var(--me-color-navy);
  border: 1px solid var(--me-border-strong);
  border-radius: var(--me-radius-sm);
  cursor: pointer;
}

.motion-shell-menu-toggle svg,
.motion-quick-actions svg,
.motion-shell-menu__close svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

@media (hover: hover) and (pointer: fine) {
  .motion-shell-register:hover {
    background: var(--me-color-navy);
    color: var(--me-color-white);
    border-color: var(--me-color-navy);
  }

  .motion-shell-menu-toggle:hover,
  .motion-shell-language a:hover,
  .motion-shell-desktop-nav a:hover,
  .motion-shell-menu a:hover,
  .motion-shell-menu button:hover,
  .motion-shell-footer a:hover,
  .motion-quick-actions a:hover {
    color: var(--me-color-link);
    text-decoration-thickness: 2px;
  }
}

.motion-shell-register:active,
.motion-shell-menu-toggle:active,
.motion-shell-language a:active,
.motion-shell-desktop-nav a:active,
.motion-shell-menu a:active,
.motion-shell-menu button:active,
.motion-shell-footer a:active,
.motion-quick-actions a:active {
  transform: translateY(1px);
}

.motion-shell-register:focus-visible,
.motion-shell-menu-toggle:focus-visible,
.motion-shell-language a:focus-visible,
.motion-shell-desktop-nav a:focus-visible,
.motion-shell-menu a:focus-visible,
.motion-shell-menu button:focus-visible,
.motion-shell-footer a:focus-visible,
.motion-quick-actions a:focus-visible,
.motion-skip-link:focus-visible {
  outline: 3px solid var(--me-color-focus-light);
  outline-offset: 3px;
}

.motion-shell-register:focus-visible {
  outline-color: var(--me-color-navy);
  box-shadow: 0 0 0 6px var(--me-color-white);
}

.motion-shell-menu a:focus-visible,
.motion-shell-menu button:focus-visible,
.motion-shell-footer a:focus-visible,
.motion-quick-actions a:focus-visible {
  outline-color: var(--me-color-focus-dark);
}

.motion-shell-register[aria-disabled="true"],
.motion-shell-menu-toggle:disabled,
.motion-shell-menu button:disabled,
.motion-shell a[aria-disabled="true"] {
  opacity: 0.52;
  cursor: not-allowed;
  pointer-events: none;
}

.motion-shell-register[data-state="loading"] {
  cursor: progress;
}

.motion-shell-register[data-state="loading"]::after {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  margin-inline-start: var(--me-space-2);
  border: 2px solid currentColor;
  border-inline-end-color: transparent;
  border-radius: var(--me-radius-pill);
  animation: motion-shell-spin 700ms linear infinite;
}

.motion-shell-register[data-state="error"] {
  background: var(--me-surface-danger);
  color: var(--me-color-danger);
  border-color: var(--me-color-danger);
}

.motion-shell-register[data-state="success"] {
  background: var(--me-surface-success);
  color: var(--me-color-success);
  border-color: var(--me-color-success);
}

.motion-shell-menu {
  width: 100%;
  max-width: none;
  min-height: 100dvh;
  margin: 0;
  padding: 0;
  background: var(--me-surface-inverse);
  color: var(--me-color-white);
  border: 0;
}

.motion-shell-menu::backdrop {
  background: var(--me-shell-scrim);
}

.motion-shell-menu[open] {
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.motion-shell-menu__top,
.motion-shell-menu__body,
.motion-shell-menu__meta {
  width: min(100%, var(--me-container-content));
  margin-inline: auto;
  padding-inline: var(--me-gutter);
}

.motion-shell-menu__top {
  min-height: var(--me-shell-header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--me-space-4);
  border-block-end: 1px solid var(--me-border-inverse);
}

.motion-shell-menu__brand {
  font-family: var(--me-font-display);
  font-size: var(--me-font-size-lg);
  font-weight: var(--me-weight-bold);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.motion-shell-menu__close {
  width: 2.75rem;
  min-height: 2.75rem;
  display: inline-grid;
  place-items: center;
  padding: 0;
  background: transparent;
  color: var(--me-color-white);
  border: 1px solid var(--me-border-inverse);
  border-radius: var(--me-radius-sm);
  cursor: pointer;
}

.motion-shell-menu__body {
  padding-block: var(--me-space-8);
  display: grid;
  align-content: center;
}

.motion-shell-menu__body ul,
.motion-shell-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.motion-shell-menu__body a {
  min-height: 3.25rem;
  display: flex;
  align-items: center;
  color: var(--me-color-white);
  border-block-end: 1px solid var(--me-border-inverse);
  font-family: var(--me-font-display);
  font-size: clamp(1.5rem, 7vw, 2.5rem);
  font-weight: var(--me-weight-semibold);
  line-height: var(--me-line-snug);
  text-decoration: none;
}

.motion-shell-menu__body a[aria-current="page"] {
  color: var(--me-color-focus-dark);
}

.motion-shell-menu__meta {
  padding-block: var(--me-space-6) calc(var(--me-space-6) + env(safe-area-inset-bottom));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--me-space-4);
  border-block-start: 1px solid var(--me-border-inverse);
}

.motion-shell-menu .motion-shell-language a {
  color: var(--me-color-white);
}

.motion-shell-language {
  display: inline-flex;
  align-items: center;
  gap: var(--me-space-1);
  font-family: var(--me-font-display);
  font-size: var(--me-font-size-sm);
  font-weight: var(--me-weight-semibold);
}

.motion-shell-language a {
  min-width: 2.75rem;
  min-height: 2.75rem;
  display: inline-grid;
  place-items: center;
  color: inherit;
  border-radius: var(--me-radius-sm);
  text-decoration: none;
}

.motion-shell-language a[aria-current="true"] {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.35em;
}

.motion-quick-actions {
  position: fixed;
  inset-inline: var(--me-space-3);
  inset-block-end: max(var(--me-space-3), env(safe-area-inset-bottom));
  z-index: var(--me-z-sticky);
  min-height: var(--me-shell-quick-actions-height);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: var(--me-surface-inverse);
  color: var(--me-color-white);
  border: 1px solid var(--me-border-inverse);
  border-radius: var(--me-radius-md);
  box-shadow: var(--me-shadow-lg);
}

.motion-quick-actions a {
  min-width: 0;
  min-height: var(--me-shell-quick-actions-height);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--me-space-1);
  padding: var(--me-space-2);
  color: var(--me-color-white);
  font-family: var(--me-font-display);
  font-size: var(--me-font-size-xs);
  font-weight: var(--me-weight-semibold);
  letter-spacing: 0.025em;
  text-decoration: none;
  text-transform: uppercase;
}

.motion-quick-actions a + a {
  border-inline-start: 1px solid var(--me-border-inverse);
}

.motion-shell-main {
  min-height: 50dvh;
  padding-block-start: var(--me-shell-header-height);
  padding-block-end: calc(var(--me-shell-quick-actions-height) + var(--me-space-8) + env(safe-area-inset-bottom));
}

.motion-shell-header[data-overlay="true"] + .motion-shell-main {
  padding-block-start: 0;
}

.motion-shell-footer {
  background: var(--me-surface-inverse);
  color: var(--me-color-white);
  padding-block: clamp(var(--me-space-12), 8vw, var(--me-space-20));
  padding-block-end: calc(clamp(var(--me-space-12), 8vw, var(--me-space-20)) + var(--me-shell-quick-actions-height) + env(safe-area-inset-bottom));
}

.motion-shell-footer__inner {
  width: min(100%, var(--me-shell-content-width));
  margin-inline: auto;
  padding-inline: var(--me-gutter);
}

.motion-shell-footer__lead {
  display: grid;
  gap: var(--me-space-8);
  padding-block-end: var(--me-space-10);
  border-block-end: 1px solid var(--me-border-inverse);
}

.motion-shell-footer__logo {
  width: min(100%, 14rem);
  padding: var(--me-space-4);
  background: var(--me-surface-page);
  border-radius: var(--me-radius-sm);
}

.motion-shell-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.motion-shell-footer__statement {
  max-width: 22ch;
  margin: 0;
  font-family: var(--me-font-display);
  font-size: var(--me-font-size-2xl);
  font-weight: var(--me-weight-semibold);
  line-height: var(--me-line-snug);
  overflow-wrap: anywhere;
}

.motion-shell-footer__grid {
  padding-block: var(--me-space-10);
  display: grid;
  gap: var(--me-space-8);
}

.motion-shell-footer__group h2 {
  margin: 0 0 var(--me-space-4);
  color: var(--me-color-focus-dark);
  font-family: var(--me-font-display);
  font-size: var(--me-font-size-sm);
  font-weight: var(--me-weight-semibold);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.motion-shell-footer__group li + li {
  margin-block-start: var(--me-space-2);
}

.motion-shell-footer a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  color: var(--me-color-white);
  text-underline-offset: 0.25em;
}

.motion-shell-footer__meta {
  padding-block-start: var(--me-space-6);
  display: flex;
  flex-direction: column;
  gap: var(--me-space-4);
  border-block-start: 1px solid var(--me-border-inverse);
  color: var(--me-border-default);
  font-size: var(--me-font-size-sm);
}

.motion-shell-footer__meta p {
  margin: 0;
}

.motion-shell-footer__meta-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--me-space-2) var(--me-space-5);
}

.motion-shell-footer__meta a {
  color: var(--me-color-white);
}

.motion-shell-preview-hero {
  min-height: 70dvh;
  display: grid;
  align-items: end;
  padding: calc(var(--me-shell-header-height) + var(--me-space-16)) var(--me-gutter) var(--me-space-24);
  background: var(--me-surface-inverse);
  color: var(--me-color-white);
}

.motion-shell-preview-hero__inner,
.motion-shell-preview-block {
  width: min(100%, var(--me-container-content));
  margin-inline: auto;
}

.motion-shell-preview-hero h1 {
  max-width: 10ch;
  margin: 0;
  font-family: var(--me-font-display);
  font-size: var(--me-font-size-3xl);
  line-height: var(--me-line-tight);
  overflow-wrap: anywhere;
}

.motion-shell-preview-hero p,
.motion-shell-preview-block p {
  max-width: 60ch;
}

.motion-shell-preview-block {
  min-height: 65dvh;
  padding: var(--me-space-16) var(--me-gutter);
}

.motion-shell-preview-block h2 {
  font-family: var(--me-font-display);
  font-size: var(--me-font-size-2xl);
}

@keyframes motion-shell-spin {
  to { transform: rotate(1turn); }
}

@media (min-width: 24.375rem) {
  .motion-shell-logo img {
    width: var(--me-shell-mobile-logo-width-wide);
  }
}

@media (min-width: 48rem) {
  .motion-shell-main,
  .motion-shell-footer {
    padding-block-end: clamp(var(--me-space-12), 8vw, var(--me-space-20));
  }

  .motion-quick-actions {
    display: none;
  }

  .motion-shell-footer__lead {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    align-items: end;
  }

  .motion-shell-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .motion-shell-footer__meta {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 80rem) {
  .motion-shell-header__inner {
    gap: var(--me-space-6);
  }

  .motion-shell-logo img {
    width: var(--me-shell-logo-width);
  }

  .motion-shell-desktop-nav {
    display: block;
    min-width: 0;
    margin-inline-start: auto;
  }

  .motion-shell-desktop-nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: var(--me-shell-nav-gap);
    list-style: none;
  }

  .motion-shell-desktop-nav a {
    min-height: 2.75rem;
    display: inline-flex;
    align-items: center;
    color: var(--me-color-ink);
    font-family: var(--me-font-display);
    font-size: var(--me-font-size-sm);
    font-weight: var(--me-weight-medium);
    letter-spacing: 0.025em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .motion-shell-desktop-nav a[aria-current="page"] {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.45em;
  }

  .motion-shell-language.motion-shell-language--desktop {
    display: inline-flex;
  }

  .motion-shell-menu-toggle {
    display: none;
  }

  .motion-shell-footer__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (pointer: coarse) {
  .motion-shell-register,
  .motion-shell-menu-toggle,
  .motion-shell-language a,
  .motion-shell-desktop-nav a,
  .motion-shell-footer a {
    min-height: 3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-shell-register,
  .motion-shell-logo img,
  .motion-shell-menu-toggle,
  .motion-shell-menu,
  .motion-shell-menu * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (forced-colors: active) {
  .motion-shell-header,
  .motion-quick-actions,
  .motion-shell-footer,
  .motion-shell-menu {
    border: 1px solid CanvasText;
  }
}
