/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
:root {
  --navy: #071424;
  --navy-light: #0D1F38;
  --navy-card: #0F2040;
  --bordo: #8B0000;
  --bordo-dark: #5C0000;
  --bordo-light: #B01020;
  --gold: #C8922A;
  --gold-light: #E5B84A;
  --ink: #0A0A0A;
  --ink-soft: #1A1A1A;
  --surface: #F4F4F5;
  --surface-2: #ECECEE;
  --muted: #71717A;
  --border: #E4E4E7;
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 400;
  background: #fff;
  color: var(--ink);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  background: var(--surface);
}
::-webkit-scrollbar-thumb {
  background: var(--bordo);
  border-radius: 99px;
}
.font-display {
  font-family: 'Bebas Neue', 'Impact', sans-serif;
  letter-spacing: 0.02em;
}
.font-condensed {
  font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
}
.font-body {
  font-family: 'Inter', system-ui, sans-serif;
}
.font-zing {
  font-family: 'Bebas Neue', sans-serif;
}
.font-zing-sans {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
}
.font-nexa {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}
.font-nexa-bold {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.text-bordo {
  color: var(--bordo);
}
.bg-bordo {
  background: var(--bordo);
}
#sound-gate {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  transition: opacity 0.6s ease;
}
#sound-gate.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#main-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 64px;
  display: flex;
  align-items: center;
  background: transparent;
  transition: background 0.3s;
}
#main-nav.scrolled {
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(12px);
}
@media (max-width: 768px) {
  #main-nav {
    background: rgba(255,255,255,0.97) !important;
    backdrop-filter: blur(12px);
  }
  #main-nav #nav-name {
    color: var(--ink) !important;
    -webkit-text-fill-color: var(--ink) !important;
  }
  #main-nav #nav-sub {
    color: var(--muted) !important;
    -webkit-text-fill-color: var(--muted) !important;
  }
  #main-nav #bar1, #main-nav #bar2, #main-nav #bar3 {
    background: var(--ink) !important;
  }
  #main-nav .nav-social-icon {
    color: var(--muted) !important;
  }
}
.nav-link {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 12px;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s;
}
.nav-link:hover {
  background: rgba(255,255,255,0.15);
}
#main-nav.scrolled .nav-link {
  color: var(--ink);
}
#main-nav.scrolled .nav-link:hover {
  background: rgba(0,0,0,0.06);
}
#main-nav.scrolled #nav-name {
  color: var(--ink) !important;
  -webkit-text-fill-color: var(--ink) !important;
}
#main-nav.scrolled #nav-sub {
  color: var(--muted) !important;
  -webkit-text-fill-color: var(--muted) !important;
}
#main-nav.scrolled #bar1, #main-nav.scrolled #bar2, #main-nav.scrolled #bar3 {
  background: var(--ink) !important;
}
.nav-social-icon {
  color: rgba(255,255,255,0.7);
  transition: color 0.2s;
}
.nav-social-icon:hover {
  color: #fff;
}
#main-nav.scrolled .nav-social-icon {
  color: var(--muted);
}
#main-nav.scrolled .nav-social-icon:hover {
  color: var(--ink);
}
#hero {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 600px;
  overflow: hidden;
  background: var(--navy);
}
.match-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 40px rgba(0,0,0,0.10), 0 1px 0 var(--border);
  overflow: hidden;
}
.match-card-header {
  background: var(--bordo-dark);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.standings-table {
  width: 100%;
  border-collapse: collapse;
}
.standings-table thead th {
  background: var(--surface);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 10px 14px;
  text-align: center;
  border-bottom: 1px solid var(--border);
}
.standings-table thead th:first-child, .standings-table thead th:nth-child(2) {
  text-align: left;
}
.standings-table tbody tr {
  border-bottom: 1px solid var(--border);
  transition: background 0.15s;
}
.standings-table tbody tr:last-child {
  border-bottom: none;
}
.standings-table tbody tr:hover {
  background: var(--surface);
}
.standings-table tbody td {
  padding: 10px 14px;
  font-size: 13px;
  color: var(--ink);
  text-align: center;
}
.standings-table tbody td:first-child, .standings-table tbody td:nth-child(3) {
  text-align: left;
}
.standings-table .slvc-row {
  background: rgba(139,0,0,0.04);
}
.standings-table .slvc-row:hover {
  background: rgba(139,0,0,0.08);
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 99px;
}
.badge-bordo {
  background: rgba(139,0,0,0.1);
  color: var(--bordo);
}
.badge-live {
  background: #ef4444;
  color: #fff;
}
.badge-done {
  background: var(--surface-2);
  color: var(--muted);
}
.section-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bordo);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.section-label::before {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: var(--bordo);
  border-radius: 99px;
}
.section-title {
  font-family: 'Bebas Neue', 'Impact', sans-serif;
  font-size: clamp(36px, 5vw, 60px);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 0.95;
  color: var(--ink);
}
.card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}
.card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}
@keyframes pulse-live {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.85);
  }
}
.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: #ef4444;
  animation: pulse-live 1.4s ease-in-out infinite;
  flex-shrink: 0;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  border: none;
}
.btn-primary {
  background: var(--bordo);
  color: #fff;
  box-shadow: 0 4px 16px rgba(139,0,0,0.3);
}
.btn-primary:hover {
  background: var(--bordo-light);
  box-shadow: 0 6px 24px rgba(139,0,0,0.4);
}
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--border);
}
.btn-ghost:hover {
  border-color: var(--bordo);
  color: var(--bordo);
}
.btn-white {
  background: #fff;
  color: var(--ink);
  box-shadow: 0 2px 12px rgba(0,0,0,0.15);
}
.btn-white:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
.article-body h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 26px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--bordo);
  margin: 32px 0 12px;
}
.article-body p {
  font-family: 'Inter', sans-serif;
  line-height: 1.8;
  margin-bottom: 16px;
  color: #3f3f46;
}
.article-body strong {
  font-weight: 600;
  color: var(--ink);
}
.tab-btn {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.15s;
  border: none;
  background: transparent;
  color: var(--muted);
}
.tab-btn.active {
  background: var(--bordo);
  color: #fff;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-up {
  animation: fadeUp 0.7s ease both;
}
.fade-up-d1 {
  animation-delay: 0.1s;
}
.fade-up-d2 {
  animation-delay: 0.2s;
}
.fade-up-d3 {
  animation-delay: 0.3s;
}
.fade-up-d4 {
  animation-delay: 0.4s;
}
#news-ticker {
  overflow: hidden;
  white-space: nowrap;
}
.ticker-inner {
  display: inline-flex;
  animation: ticker 30s linear infinite;
}
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
}
#mobile-drawer.open {
  transform: translateX(0);
}
.r-grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
}
@media (min-width: 900px) {
  .r-grid-2 {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
#timeline-scroll::-webkit-scrollbar {
  display: none;
}
.footer-link {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-link:hover {
  color: #fff;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
