/* Navigation-only release. No document/body/main or global token overrides. */
.lt-header, .lt-drawer, .lt-search { color-scheme: light; }
.lt-header .lt-nav-icon, .lt-drawer .lt-nav-icon, .lt-search .lt-nav-icon {
  display: block; width: 24px; height: 24px; flex: 0 0 24px;
  fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
}
.site-header.lt-header { background: #06132f; color: #fff; border-bottom: 0; backdrop-filter: none; -webkit-backdrop-filter: none; z-index: 100; }
.lt-header .site-header__inner { height: 82px; max-width: 1600px; padding-inline: 28px; gap: 28px; }
.lt-header .site-wordmark { font-size: 24px; gap: 10px; }
.lt-header .site-wordmark__text { color: #fff; }
.lt-header .site-wordmark__text-accent { color: #397cff; }
.lt-header .site-wordmark__mark { padding: 3px; background: #fff; border-radius: 8px; }
.lt-header .site-wordmark__mark svg { width: 30px; height: 30px; }
.lt-header .site-nav { flex: 1; display: flex; align-items: center; margin: 0; gap: 14px; overflow: visible; }
.lt-header .site-nav__link { position: relative; display: inline-flex; align-items: center; gap: 8px; padding: 12px 0; min-height: 44px; color: #fff; font-family: var(--font-body, Inter, sans-serif); font-size: 14px; font-weight: 500; line-height: 1.2; white-space: nowrap; border: 0; border-radius: 0; background: transparent; }
.lt-header .site-nav__link .lt-nav-icon { width: 23px; height: 23px; flex-basis: 23px; }
.lt-header .site-nav__link:hover { color: #a9c8ff; background: transparent; transform: none; }
.lt-header .site-nav__link[aria-current="page"] { box-shadow: inset 0 -2px #397cff; }
.lt-header .site-nav__link.lt-live-link { color: #ff535a; }
.lt-header .lt-live-link .lt-nav-icon { animation: lt-nav-signal 2s ease-in-out infinite; }
@keyframes lt-nav-signal { 0%,100% { opacity: 1; } 50% { opacity: .55; } }
.lt-header .site-header__actions { margin-left: auto; gap: 20px; }
.lt-header.site-header .search-trigger { display: inline-flex; justify-content: center; align-items: center; padding: 0; width: 44px; min-width: 44px; max-width: 44px; height: 44px; border: 1px solid #34405b; border-radius: 7px; color: #fff; background: transparent; }
.lt-header .search-trigger:hover { background: #18284a; border-color: #91b4f0; }
.lt-header .lt-menu { position: relative; display: flex; align-items: center; }
.lt-header .lt-menu-toggle { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 44px; padding: 0; border: 0; border-radius: 4px; background: transparent; color: inherit; cursor: pointer; }
.lt-header .lt-menu-toggle .lt-nav-icon { width: 16px; height: 16px; flex-basis: 16px; }
.lt-header .lt-menu-toggle[aria-expanded="true"] .lt-nav-icon { transform: rotate(180deg); }
.lt-header .lt-profile-menu { gap: 0; border-radius: 7px; background: #1f5bd8; color: #fff; }
.lt-header .lt-profile-link { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; padding: 0 4px 0 14px; color: #fff; font-size: 14px; font-weight: 500; text-decoration: none; }
.lt-header .lt-profile-menu > .lt-menu-toggle { width: 33px; }
.lt-header .lt-profile-menu:hover { background: #174bbc; }
.lt-header .lt-dropdown { position: absolute; z-index: 102; top: calc(100% + 8px); left: -12px; width: 255px; padding: 8px; border: 1px solid #dfe5ee; border-radius: 10px; background: #fff; color: #0b1938; box-shadow: 0 12px 36px rgb(6 19 47 / 18%); }
.lt-header .lt-dropdown[hidden] { display: none; }
.lt-header .lt-dropdown [hidden] { display: none; }
.lt-header .lt-dropdown a { display: flex; align-items: center; gap: 12px; min-height: 44px; padding: 10px; color: #0b1938; font-size: 13px; line-height: 1.3; text-decoration: none; border-radius: 5px; }
.lt-header .lt-dropdown a:hover { color: #1f5bd8; background: #edf3ff; }
.lt-header .lt-dropdown img { width: 26px; height: 26px; object-fit: contain; flex: 0 0 26px; }
.lt-header .lt-profile-menu .lt-dropdown { left: auto; right: 0; width: 210px; }
.lt-header .lt-competition-strip { border-bottom: 1px solid #e4e8f0; background: #fff; color: #0b1938; }
.lt-header .lt-competition-strip__inner { max-width: 1600px; min-height: 67px; margin: 0 auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.lt-header .lt-competition-strip a { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 44px; color: #0b1938; font-size: 12px; font-weight: 500; text-decoration: none; white-space: nowrap; }
.lt-header .lt-competition-strip a:hover { color: #1f5bd8; }
.lt-header .lt-competition-strip img { width: 26px; height: 26px; object-fit: contain; }
.lt-header .lt-competition-strip .lt-nav-icon { width: 16px; height: 16px; flex-basis: 16px; }
.lt-header .site-burger { color: #fff; background: transparent; border: 1px solid #34405b; border-radius: 7px; min-width: 44px; height: 44px; align-items: center; justify-content: center; padding: 0; }
.lt-header a:focus-visible, .lt-header button:focus-visible { outline: 3px solid #9dc1ff; outline-offset: 3px; }
.lt-header .lt-dropdown a:focus-visible, .lt-header .lt-competition-strip a:focus-visible { outline-color: #1f5bd8; }
.lt-drawer { --text-primary:#111827; --text-secondary:#465472; --text-tertiary:#667085; --bg-elevated:#fff; --bg-subtle:#e9edf5; --border-subtle:#e4e8f0; --brand-primary:#1f5bd8; }
.lt-drawer .site-drawer__panel, .lt-drawer .site-drawer__head, .lt-drawer .site-drawer__foot { background: #fff; color: #111827; }
.lt-drawer .site-drawer__brand, .lt-drawer .site-drawer__brand-text, .lt-drawer .site-drawer__tile, .lt-drawer .site-drawer__tile-label, .lt-drawer .site-drawer__row-name, .lt-drawer .site-drawer__close { color: #111827; }
.lt-drawer .site-drawer__row-emoji { background: #e9edf5; }
.lt-drawer .site-drawer__row[hidden] { display: none; }
.lt-drawer .site-wordmark__text-accent { color: #1f5bd8; }
.lt-drawer .site-drawer__tile { background: #e9edf5; border-color: transparent; }
.lt-drawer .site-drawer__tile:hover { background: #dfe8f7; }
.lt-drawer .site-drawer__hero { color: #fff; }
.lt-drawer .site-drawer__tile-icon .lt-nav-icon { width: 20px; height: 20px; flex-basis: 20px; }
.lt-drawer .site-drawer__cta .lt-nav-icon { width: 20px; height: 20px; flex-basis: 20px; }
.lt-drawer .site-drawer__foot .btn { background: #1f5bd8; color: #fff; gap: 9px; }
.lt-drawer a:focus-visible, .lt-drawer button:focus-visible { outline: 3px solid #1f5bd8; outline-offset: 3px; }
.lt-search { z-index: 2147483647; --bg-elevated:#fff; --bg-subtle:#f5f7fb; --text-primary:#111827; --text-secondary:#465472; --text-tertiary:#667085; --border-subtle:#dfe5ee; }
.lt-search .site-search__panel { background: #fff; color: #111827; }
.lt-search .site-search__input { color: #111827; background: transparent; }
.lt-search .site-search__field { color: #465472; }
.lt-search .site-search__item:hover, .lt-search .site-search__item:focus-visible { background: #edf3ff; color: #111827; }
.lt-search .lt-search-close { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 44px; width: 44px; height: 44px; border: 0; border-radius: 6px; background: #f0f3f9; color: #0b1938; cursor: pointer; }
.lt-search a:focus-visible, .lt-search button:focus-visible, .lt-search input:focus-visible { outline: 3px solid #1f5bd8; outline-offset: 2px; }
@media (min-width: 1100px) { .lt-header .site-burger { display: none !important; } }
@media (min-width: 1400px) {
  .lt-header .site-wordmark { flex: 0 0 160px; }
  .lt-header .site-nav { gap: 24px; }
  .lt-header .site-nav__link { font-size: 15px; }
}
@media (min-width: 1100px) and (max-width: 1279px) {
  .lt-header .site-header__inner { gap: 18px; padding-inline: 22px; }
  .lt-header .site-wordmark { font-size: 21px; }
  .lt-header .site-nav { gap: 11px; }
  .lt-header .site-nav__link { font-size: 12.5px; gap: 6px; }
  .lt-header .site-nav__link .lt-nav-icon { width: 20px; height: 20px; flex-basis: 20px; }
  .lt-header .site-header__actions { gap: 12px; }
  .lt-header .lt-competition-strip__inner { padding-inline: 22px; gap: 10px; }
  .lt-header .lt-competition-strip a { gap: 6px; font-size: 11px; }
  .lt-header .lt-competition-strip img { width: 23px; height: 23px; }
}
@media (max-width: 1099px) {
  .site-header.lt-header { background: #fff; color: #0b1525; border-bottom: 1px solid #e4e8f0; }
  .lt-header .site-header__inner { height: 64px; gap: 10px; padding-inline: 16px; }
  .lt-header .site-wordmark { font-size: 22px; }
  .lt-header .site-wordmark__text { color: #0b1525; }
  .lt-header .site-wordmark__text-accent { color: #1f5bd8; }
  .lt-header .site-wordmark__mark { padding: 0; background: transparent; }
  .lt-header .site-wordmark__mark svg { width: 32px; height: 32px; }
  .lt-header .site-nav, .lt-header .lt-competition-strip { display: none !important; }
  .lt-header .site-burger { display: inline-flex !important; color: #0b1525; border-color: #dfe5ee; }
  .lt-header.site-header .search-trigger { color: #0b1525; border-color: #dfe5ee; }
  .lt-header .site-header__actions { gap: 10px; }
}
@media (max-width: 599px) {
  .lt-header .lt-profile-menu { display: none; }
  .lt-header .site-header__inner { padding-inline: 14px; }
  .lt-header .site-wordmark__text { font-size: 22px; }
  .lt-search .site-search__panel { width: calc(100% - 24px); max-width: none; margin-inline: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .lt-header .lt-live-link .lt-nav-icon, .lt-drawer .site-drawer__live-dot { animation: none; }
  .lt-drawer .site-drawer__panel, .lt-drawer .site-drawer__backdrop, .lt-search .site-search__panel { transition: none; }
}
