:root {
  --roso-ink: #050608;
  --roso-ink-soft: #0d1014;
  --roso-panel: rgba(17, 20, 25, 0.86);
  --roso-panel-strong: rgba(10, 12, 16, 0.94);
  --roso-border: rgba(255, 255, 255, 0.08);
  --roso-border-strong: rgba(230, 41, 69, 0.28);
  --roso-red: #e62945;
  --roso-red-soft: #ff6d7b;
  --roso-ice: #f5f7fb;
  --roso-muted: #9ea7b5;
  --roso-gold: #e9c79a;
  --roso-shadow: 0 28px 90px rgba(0, 0, 0, 0.5);
}

body.roso-site {
  --primary-red: var(--roso-red);
  --primary-red-dark: #7f0f1f;
  --accent-red: var(--roso-red-soft);
  --surface-darkest: #06080b;
  --surface-dark: rgba(10, 12, 16, 0.88);
  --surface-medium: rgba(15, 18, 24, 0.92);
  --surface-card: rgba(13, 16, 20, 0.84);
  --surface-card-hover: rgba(18, 22, 28, 0.94);
  --surface-border: rgba(255, 255, 255, 0.08);
  --text-primary: var(--roso-ice);
  --text-secondary: #c1c9d4;
  --text-tertiary: #7d8898;
  background:
    radial-gradient(circle at top left, rgba(230, 41, 69, 0.25), transparent 30%),
    radial-gradient(circle at 85% 12%, rgba(255, 255, 255, 0.06), transparent 24%),
    linear-gradient(180deg, #07080b 0%, #0c1016 42%, #07090d 100%);
  color: var(--roso-ice);
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
}

body.roso-site::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.015), transparent 35%),
    url("/images/roso-mark-gold.svg") no-repeat right -120px top 110px / min(40vw, 480px);
  opacity: 0.42;
  pointer-events: none;
  z-index: -1;
}

body.roso-site::after {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.9) 18%, rgba(0, 0, 0, 0.25));
  opacity: 0.12;
  pointer-events: none;
  z-index: -1;
}

body.roso-site .section {
  padding-block: clamp(3.5rem, 7vw, 6.5rem);
}

body.roso-site .section--sm {
  padding-block: clamp(2.5rem, 5vw, 4rem);
}

body.roso-site .navbar {
  background: rgba(5, 6, 8, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.roso-site .navbar.scrolled {
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.42);
}

body.roso-site .nav-inner {
  gap: 1rem;
}

body.roso-site .nav-logo {
  gap: 0.8rem;
}

body.roso-site .nav-logo-icon {
  width: 44px;
  height: 44px;
  padding: 0.1rem;
}

body.roso-site .nav-logo-img {
  filter: drop-shadow(0 8px 24px rgba(255, 255, 255, 0.1));
}

body.roso-site .nav-logo-top {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.14em;
}

body.roso-site .nav-logo-sub {
  font-size: 0.64rem;
  letter-spacing: 0.26em;
  color: var(--roso-gold);
}

body.roso-site .nav-links {
  gap: 0.4rem;
}

body.roso-site .nav-links a {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(245, 247, 251, 0.72);
}

body.roso-site .nav-links a:hover,
body.roso-site .nav-links a.active {
  color: var(--roso-ice);
  background: rgba(255, 255, 255, 0.05);
}

body.roso-site .nav-actions {
  gap: 0.65rem;
}

body.roso-site .nav-discord,
body.roso-site .nav-visit-site,
body.roso-site .nav-register {
  border-radius: 999px;
  min-height: 40px;
  padding: 0 1rem;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 800;
}

body.roso-site .nav-discord {
  color: var(--roso-ice);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

body.roso-site .nav-visit-site {
  color: var(--roso-muted);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
}

body.roso-site .nav-register {
  color: var(--roso-ink);
  background: linear-gradient(135deg, var(--roso-gold), #fff0d0);
  border: 0;
  box-shadow: 0 16px 40px rgba(233, 199, 154, 0.22);
}

body.roso-site .nav-drawer {
  background: rgba(5, 6, 8, 0.96);
}

body.roso-site .nav-drawer a {
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.roso-site .btn,
body.roso-site .ec-cta,
body.roso-site .filter-btn,
body.roso-site .tourn-tab {
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.roso-site .btn-primary,
body.roso-site .ec-cta--primary,
body.roso-site .ec-cta--live {
  background: linear-gradient(135deg, var(--roso-red), var(--roso-red-soft));
  border: 0;
  color: #fff;
  box-shadow: 0 18px 40px rgba(230, 41, 69, 0.26);
}

body.roso-site .btn-secondary,
body.roso-site .ec-cta--secondary,
body.roso-site .filter-btn,
body.roso-site .tourn-tab {
  color: var(--roso-ice);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

body.roso-site .btn-closed,
body.roso-site .ec-cta--disabled {
  background: rgba(255, 255, 255, 0.03);
  border: 1px dashed rgba(255, 255, 255, 0.12);
  color: var(--roso-muted);
}

body.roso-site .hero,
body.roso-site .page-hero,
body.roso-site .tourn-hero {
  position: relative;
  overflow: clip;
}

body.roso-site .page-hero,
body.roso-site .tourn-hero {
  padding-top: calc(var(--nav-height) + 3.8rem);
}

.home-hero {
  min-height: 100vh;
  padding-top: calc(var(--nav-height) + 5rem);
  padding-bottom: 4.5rem;
}

.home-hero::before,
.page-hero::before,
.tourn-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(230, 41, 69, 0.08), transparent 32%),
    linear-gradient(90deg, transparent 0 58%, rgba(255, 255, 255, 0.03) 58% 59%, transparent 59% 100%);
  pointer-events: none;
}

.home-hero-grid,
.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.hero-kicker,
.page-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.1rem;
  color: var(--roso-gold);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero-kicker::before,
.page-kicker::before {
  content: "";
  width: 54px;
  height: 1px;
  background: linear-gradient(90deg, var(--roso-red), rgba(255, 255, 255, 0.2));
}

.hero-title-xl,
.page-title-xl {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(4rem, 10vw, 8rem);
  line-height: 0.88;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.hero-title-xl span,
.page-title-xl span {
  color: var(--roso-gold);
}

.hero-copy,
.page-copy {
  max-width: 44rem;
  color: var(--roso-muted);
  font-size: 1.05rem;
  line-height: 1.85;
}

.hero-actions,
.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.9rem;
}

.hero-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 2.2rem;
}

.hero-proof-card,
.surface-card {
  border: 1px solid var(--roso-border);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
  border-radius: 22px;
  padding: 1rem 1.1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.hero-proof-label {
  display: block;
  color: var(--roso-muted);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}

.hero-proof-value {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
}

.home-brand-panel,
.page-side-panel {
  position: relative;
  border: 1px solid var(--roso-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(9, 12, 16, 0.88);
  border-radius: 34px;
  padding: clamp(1.5rem, 3vw, 2rem);
  box-shadow: var(--roso-shadow);
  overflow: hidden;
}

.home-brand-panel::before,
.page-side-panel::before,
.tourn-hero-stats::before {
  content: "";
  position: absolute;
  inset: auto -12% -18% auto;
  width: min(72%, 360px);
  aspect-ratio: 1;
  background: url("/images/roso-mark-gold.svg") center/contain no-repeat;
  opacity: 0.14;
  pointer-events: none;
}

.home-brand-panel::after,
.page-side-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(230, 41, 69, 0.18), transparent 35%),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 30%);
  pointer-events: none;
}

.brand-panel-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
  z-index: 1;
}

.brand-panel-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.brand-panel-badge::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--roso-red-soft);
  box-shadow: 0 0 0 0.45rem rgba(255, 109, 123, 0.14);
}

.brand-panel-heading {
  position: relative;
  z-index: 1;
  margin-top: 2rem;
  max-width: 18rem;
}

.brand-panel-heading h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.8rem, 5vw, 4rem);
  line-height: 0.95;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.brand-panel-heading p {
  color: var(--roso-muted);
  margin-top: 0.8rem;
  line-height: 1.7;
}

.brand-panel-metrics {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 2rem;
}

.brand-panel-metric {
  border-radius: 22px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.brand-panel-metric-label {
  color: var(--roso-muted);
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}

.brand-panel-metric-value {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

.brand-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.brand-section-heading h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.6rem, 5vw, 4rem);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.brand-section-heading p {
  max-width: 34rem;
  color: var(--roso-muted);
  line-height: 1.8;
}

.home-sections-grid,
.signup-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.home-step-card,
.signup-info-card {
  position: relative;
  border: 1px solid var(--roso-border);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 24px;
  padding: 1.35rem;
  min-height: 220px;
}

.home-step-index,
.signup-info-index {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.5rem;
  color: var(--roso-red-soft);
  letter-spacing: 0.08em;
}

.home-step-card h3,
.signup-info-card h3 {
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 0.6rem;
  margin-bottom: 0.8rem;
}

.home-step-card p,
.signup-info-card p,
.signup-checklist li {
  color: var(--roso-muted);
  line-height: 1.8;
}

.home-winners-shell,
.events-shell,
.signup-shell,
.tournament-shell {
  position: relative;
  padding: 1.4rem;
  border: 1px solid var(--roso-border);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.02)),
    var(--roso-panel-strong);
  box-shadow: var(--roso-shadow);
}

.home-winners-shell #recent-winners-container {
  display: grid;
  gap: 1rem;
}

body.roso-site .winner-card,
body.roso-site .next-event-card,
body.roso-site .event-card,
body.roso-site .sidebar-card,
body.roso-site .tourn-section,
body.roso-site .team-card {
  border-radius: 24px;
}

body.roso-site .next-event-card {
  border: 1px solid var(--roso-border);
  background:
    linear-gradient(180deg, rgba(230, 41, 69, 0.08), transparent 24%),
    rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body.roso-site .nec-label,
body.roso-site .ec-tag,
body.roso-site .event-card-game,
body.roso-site .tourn-section-sub,
body.roso-site .tourn-meta-label,
body.roso-site .sidebar-card-title,
body.roso-site .footer-col-title {
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.roso-site .nec-title,
body.roso-site .tourn-hero-title,
body.roso-site .tourn-section-title,
body.roso-site .ec-title,
body.roso-site .winner-name,
body.roso-site .team-card-name {
  font-family: 'Bebas Neue', sans-serif;
}

body.roso-site .nec-title,
body.roso-site .ec-title {
  letter-spacing: 0.04em;
}

body.roso-site .events-filters {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
}

body.roso-site .filter-btn.active {
  background: linear-gradient(135deg, var(--roso-red), var(--roso-red-soft));
  color: #fff;
  border-color: transparent;
}

body.roso-site .events-grid,
.signup-open-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
}

body.roso-site .event-card-link {
  display: block;
}

body.roso-site .event-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--roso-border);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.roso-site .event-card-banner {
  position: relative;
  height: 12px;
  background: linear-gradient(90deg, var(--roso-red), var(--roso-gold), rgba(255, 255, 255, 0.1));
}

body.roso-site .event-card-banner::after {
  content: "";
  position: absolute;
  right: -18px;
  top: -36px;
  width: 132px;
  height: 132px;
  background: url("/images/roso-mark-gold.svg") center/contain no-repeat;
  opacity: 0.14;
}

body.roso-site .event-card-body {
  padding: 1.35rem;
}

body.roso-site .ec-top,
body.roso-site .ec-footer,
body.roso-site .nec-actions {
  gap: 0.8rem;
}

body.roso-site .ec-status,
body.roso-site .ec-date,
body.roso-site .winner-tag,
body.roso-site .footer-brand-desc,
body.roso-site .footer-links a,
body.roso-site .sidebar-discord-text,
body.roso-site .no-events-msg p,
body.roso-site .empty-state p {
  color: var(--roso-muted);
}

body.roso-site .winner-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--roso-border);
}

body.roso-site .winner-avatar {
  background: linear-gradient(135deg, var(--roso-red), var(--roso-red-soft));
  color: #fff;
}

body.roso-site .winner-wins-badge {
  background: rgba(255, 255, 255, 0.06);
  color: var(--roso-gold);
}

.page-hero-panel {
  display: grid;
  gap: 1rem;
}

.page-side-panel ul,
.signup-checklist {
  list-style: none;
  display: grid;
  gap: 0.9rem;
  padding: 0;
}

.page-side-panel li,
.signup-checklist li {
  position: relative;
  padding-left: 1.35rem;
}

.page-side-panel li::before,
.signup-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--roso-red), var(--roso-gold));
}

.signup-open-grid {
  margin-top: 1.2rem;
}

.signup-open-card {
  border: 1px solid var(--roso-border);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.03);
  padding: 1.35rem;
}

.signup-open-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
}

.signup-open-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  letter-spacing: 0.04em;
  margin-top: 0.55rem;
}

.signup-open-meta,
.signup-open-details {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}

.signup-open-pill,
.info-pill {
  border-radius: 999px;
  padding: 0.55rem 0.85rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.signup-open-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.15rem;
}

body.roso-site .tourn-hero {
  padding-bottom: 2.8rem;
}

body.roso-site .tourn-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 1.5rem;
  align-items: stretch;
}

body.roso-site .tourn-hero-content,
body.roso-site .tourn-hero-stats {
  position: relative;
  border: 1px solid var(--roso-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
    rgba(7, 9, 13, 0.82);
  border-radius: 32px;
  box-shadow: var(--roso-shadow);
}

body.roso-site .tourn-hero-content {
  padding: clamp(1.5rem, 4vw, 2.3rem);
}

body.roso-site .tourn-breadcrumb a {
  color: var(--roso-muted);
}

body.roso-site .tourn-hero-tags,
body.roso-site .tourn-hero-meta,
body.roso-site .tourn-hero-actions {
  gap: 0.85rem;
}

body.roso-site .tourn-hero-title {
  font-size: clamp(3.4rem, 9vw, 6.5rem);
  line-height: 0.9;
  letter-spacing: 0.04em;
  margin-top: 1rem;
  margin-bottom: 1.2rem;
}

body.roso-site .tourn-meta-item {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  padding: 0.9rem 1rem;
}

body.roso-site .tourn-meta-value {
  font-size: 0.95rem;
}

body.roso-site .tourn-hero-stats {
  padding: 1.25rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-content: start;
}

body.roso-site .tourn-stat {
  position: relative;
  z-index: 1;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1rem;
}

body.roso-site .tourn-stat-value {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
}

body.roso-site .tourn-stat-label {
  color: var(--roso-muted);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 800;
}

body.roso-site .tourn-tabs-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  background: rgba(7, 9, 13, 0.65);
  backdrop-filter: blur(12px);
}

body.roso-site .tourn-tabs {
  gap: 0.8rem;
  padding: 0.8rem 0;
}

body.roso-site .tourn-tab.active,
body.roso-site .tourn-tab:hover {
  background: linear-gradient(135deg, var(--roso-red), var(--roso-red-soft));
  color: #fff;
  border-color: transparent;
}

body.roso-site .tourn-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 1.25rem;
}

body.roso-site .tourn-section,
body.roso-site .sidebar-card {
  border: 1px solid var(--roso-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.02)),
    rgba(12, 15, 20, 0.88);
  padding: 1.35rem;
}

body.roso-site .teams-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

body.roso-site .team-card {
  border: 1px solid var(--roso-border);
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
}

body.roso-site .team-card .team-card-banner {
  display: block;
  height: 10px;
  background: linear-gradient(90deg, var(--roso-red), transparent);
}

body.roso-site .team-card .team-card-body {
  padding: 1rem;
}

body.roso-site .team-card-name {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}

body.roso-site .team-register-form input,
body.roso-site .team-register-form .team-register-select,
body.roso-site .db-input,
body.roso-site .db-select {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--roso-ice);
}

body.roso-site .player2-results {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 12, 16, 0.98);
}

body.roso-site .footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(5, 6, 8, 0.88);
}

body.roso-site .footer-brand-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  letter-spacing: 0.12em;
}

body.roso-site .footer-brand-sub,
body.roso-site .footer-copy span,
body.roso-site .footer-roso-link {
  color: var(--roso-gold);
}

body.roso-site .scroll-top-btn {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(12, 15, 20, 0.86);
  color: var(--roso-ice);
  box-shadow: var(--roso-shadow);
}

body.roso-site .page-hero {
  padding-top: calc(var(--nav-height) + 4rem);
  padding-bottom: 2.6rem;
}

body.roso-site .page-hero .container,
body.roso-site #players-content > .section > .container,
body.roso-site #profile-content > .section > .container,
body.roso-site .rules-content {
  position: relative;
  z-index: 1;
}

body.roso-site .page-hero h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3.4rem, 10vw, 7rem);
  line-height: 0.9;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  max-width: 920px;
}

body.roso-site .page-hero p {
  max-width: 720px;
  margin-top: 1rem;
  color: var(--text-secondary);
  font-size: clamp(1rem, 2vw, 1.1rem);
}

body.roso-site .page-hero span[style],
body.roso-site strong[style*="var(--primary-red)"],
body.roso-site a[style*="var(--primary-red)"] {
  color: var(--roso-gold) !important;
}

body.roso-site .about-grid,
body.roso-site .winners-panels,
body.roso-site .home-sections-grid {
  display: grid;
  gap: 1.2rem;
}

body.roso-site .about-grid,
body.roso-site .winners-panels {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

body.roso-site .about-card,
body.roso-site .winners-panel,
body.roso-site .rule-section,
body.roso-site .claim-notice,
body.roso-site .players-search-results,
body.roso-site .players-results-list .player-result-card,
body.roso-site .winner-card,
body.roso-site .profile-card,
body.roso-site .profile-summary-card,
body.roso-site .profile-history-card {
  background:
    linear-gradient(135deg, rgba(230, 41, 69, 0.08), transparent 48%),
    rgba(13, 16, 20, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
}

body.roso-site .about-card,
body.roso-site .winners-panel,
body.roso-site .rule-section,
body.roso-site .claim-notice,
body.roso-site .winner-card {
  border-radius: 22px;
}

body.roso-site .about-card {
  padding: 1.45rem;
}

body.roso-site .about-card h3,
body.roso-site .rule-section-title,
body.roso-site .winners-panel-header,
body.roso-site .players-staff-role-label {
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.roso-site .about-card-icon,
body.roso-site .winners-panel-icon {
  filter: saturate(0.92);
}

body.roso-site .claim-notice {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 1.2rem;
  margin-bottom: 1.4rem;
}

body.roso-site .claim-notice-discord {
  color: var(--roso-gold);
}

body.roso-site .rule-section {
  margin-bottom: 1.2rem;
}

body.roso-site .rule-list li,
body.roso-site [style*="list-style:none"] > li {
  color: var(--text-secondary) !important;
}

body.roso-site .winners-panel {
  padding: 1.2rem;
}

body.roso-site .winner-card {
  border: 1px solid rgba(255,255,255,0.06);
}

body.roso-site .players-search-row,
body.roso-site .players-results-list,
body.roso-site #players-recent-list,
body.roso-site #players-staff-list {
  width: 100%;
}

body.roso-site .players-search-input,
body.roso-site .rac-btn-search {
  min-height: 52px;
  border-radius: 999px;
}

body.roso-site .players-search-input {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  color: var(--text-primary);
}

body.roso-site .rac-btn-search {
  border: 0;
  background: linear-gradient(135deg, var(--roso-red), var(--roso-red-soft));
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.roso-site .staff-profile-discord {
  color: var(--roso-gold);
}

body.roso-site .footer a[href*="farstar09.github.io/roso"]::after,
body.roso-site .nav-visit-site[href*="farstar09.github.io/roso"]::after {
  content: "";
}

@media (max-width: 1100px) {
  .home-hero-grid,
  .page-hero-grid,
  body.roso-site .tourn-hero-inner,
  body.roso-site .tourn-layout {
    grid-template-columns: 1fr;
  }

  .home-proof-grid,
  .home-sections-grid,
  .signup-info-grid,
  body.roso-site .events-grid,
  .signup-open-grid,
  body.roso-site .teams-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 880px) {
  body.roso-site .nav-links,
  body.roso-site .nav-actions {
    display: none;
  }

  body.roso-site .nav-hamburger {
    display: flex;
  }
}

@media (max-width: 640px) {
  .home-hero {
    min-height: auto;
    padding-top: calc(var(--nav-height) + 3.2rem);
  }

  .hero-title-xl,
  .page-title-xl,
  body.roso-site .tourn-hero-title {
    font-size: clamp(3rem, 18vw, 4.5rem);
  }

  .hero-actions,
  .page-actions,
  .brand-section-heading {
    align-items: start;
  }

  .brand-section-heading {
    flex-direction: column;
  }

  body.roso-site .tourn-hero-stats {
    grid-template-columns: 1fr 1fr;
  }

  body.roso-site .page-hero {
    padding-top: calc(var(--nav-height) + 3rem);
  }
}

/* =========================================================
   ROSO 2026 Reference Design System
   Black/red/gold tournament-console pass applied site-wide.
   ========================================================= */

:root {
  --roso-black: #030404;
  --roso-void: #070808;
  --roso-graphite: #0b0d0d;
  --roso-panel-v2: rgba(10, 12, 12, 0.9);
  --roso-panel-v2-strong: rgba(4, 5, 5, 0.95);
  --roso-line: rgba(196, 162, 122, 0.18);
  --roso-line-red: rgba(227, 45, 37, 0.42);
  --roso-red-v2: #e32d25;
  --roso-red-deep: #7d1110;
  --roso-red-hot: #ff4a3d;
  --roso-gold-v2: #c7a77a;
  --roso-parchment: #e7ded2;
  --roso-smoke: #8f8a82;
  --roso-muted-v2: #aaa297;
  --roso-radius: 6px;
}

body.roso-site {
  --primary-red: var(--roso-red-v2);
  --primary-red-dark: var(--roso-red-deep);
  --accent-red: var(--roso-red-hot);
  --surface-darkest: var(--roso-black);
  --surface-dark: var(--roso-graphite);
  --surface-medium: #101313;
  --surface-card: var(--roso-panel-v2);
  --surface-card-hover: rgba(18, 20, 20, 0.96);
  --surface-border: var(--roso-line);
  --text-primary: var(--roso-parchment);
  --text-secondary: var(--roso-muted-v2);
  --text-tertiary: var(--roso-smoke);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 68% 10%, rgba(227, 45, 37, 0.16), transparent 34%),
    linear-gradient(135deg, #050606 0%, #0a0c0c 48%, #040505 100%);
  background-size: 84px 84px, 84px 84px, auto, auto;
  color: var(--roso-parchment);
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0;
}

body.roso-site::before {
  background:
    linear-gradient(110deg, rgba(227, 45, 37, 0.15), transparent 28%),
    url("/images/roso-mark-gold.svg") no-repeat right -11vw top 8vh / min(48vw, 720px);
  opacity: 0.18;
  mix-blend-mode: screen;
}

body.roso-site::after {
  background:
    repeating-linear-gradient(110deg, transparent 0 28px, rgba(227, 45, 37, 0.08) 29px, transparent 31px),
    radial-gradient(circle at 10% 20%, rgba(199, 167, 122, 0.1), transparent 24%);
  background-size: auto;
  opacity: 0.3;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), transparent 82%);
}

body.roso-site .container {
  max-width: 1480px;
}

body.roso-site .navbar {
  background: rgba(3, 4, 4, 0.88);
  border: 1px solid var(--roso-line);
  border-left: 0;
  border-right: 0;
  box-shadow: 0 0 0 1px rgba(227, 45, 37, 0.04), 0 20px 80px rgba(0, 0, 0, 0.45);
}

body.roso-site .nav-inner {
  min-height: 76px;
}

body.roso-site .nav-logo {
  min-width: 178px;
}

body.roso-site .nav-logo-icon {
  width: 38px;
  height: 38px;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

body.roso-site .nav-logo-img {
  content: url("/images/roso-mark-red.svg");
  filter: drop-shadow(0 0 18px rgba(227, 45, 37, 0.35));
}

body.roso-site .nav-logo-top,
body.roso-site .footer-brand-name {
  color: var(--roso-parchment);
  font-family: 'Bebas Neue', Impact, sans-serif;
  letter-spacing: 0.12em;
}

body.roso-site .nav-logo-sub,
body.roso-site .footer-brand-sub {
  color: var(--roso-gold-v2);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.28em;
}

body.roso-site .nav-links {
  gap: clamp(0.8rem, 2vw, 2.1rem);
}

body.roso-site .nav-links a,
body.roso-site .nav-drawer a {
  position: relative;
  border-radius: 0;
  padding: 0.5rem 0;
  background: transparent;
  color: rgba(231, 222, 210, 0.7);
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 0.94rem;
  font-weight: 400;
  letter-spacing: 0.16em;
}

body.roso-site .nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.4rem;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--roso-red-v2);
  transition: transform 180ms ease;
}

body.roso-site .nav-links a:hover,
body.roso-site .nav-links a.active,
body.roso-site .nav-drawer a:hover,
body.roso-site .nav-drawer a.active {
  color: var(--roso-parchment);
  background: transparent;
}

body.roso-site .nav-links a:hover::after,
body.roso-site .nav-links a.active::after {
  transform: scaleX(1);
}

body.roso-site .nav-discord,
body.roso-site .nav-visit-site,
body.roso-site .nav-register,
body.roso-site .btn,
body.roso-site .ec-cta,
body.roso-site .filter-btn,
body.roso-site .tourn-tab {
  border-radius: var(--roso-radius);
  min-height: 42px;
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 0.92rem;
  font-weight: 400;
  letter-spacing: 0.12em;
}

body.roso-site .nav-discord,
body.roso-site .nav-visit-site,
body.roso-site .btn-secondary,
body.roso-site .ec-cta--secondary,
body.roso-site .filter-btn,
body.roso-site .tourn-tab {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--roso-line);
  color: var(--roso-parchment);
}

body.roso-site .nav-register,
body.roso-site .btn-primary,
body.roso-site .ec-cta--primary,
body.roso-site .ec-cta--live,
body.roso-site .filter-btn.active {
  background: linear-gradient(180deg, #f04a3c, #a91916);
  border: 1px solid rgba(255, 100, 80, 0.55);
  box-shadow: 0 18px 34px rgba(155, 20, 16, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  color: #fff;
}

.home-hero {
  min-height: min(920px, 100vh);
  padding-top: calc(var(--nav-height) + 2.8rem);
  padding-bottom: 0;
}

.home-hero .container {
  min-height: calc(min(920px, 100vh) - var(--nav-height) - 2.8rem);
  display: flex;
  align-items: center;
}

.home-hero-grid {
  width: 100%;
  grid-template-columns: minmax(320px, 1.05fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: clamp(2.5rem, 7vw, 6rem);
}

.home-hero-grid > div:first-child {
  order: 2;
}

.home-brand-panel {
  order: 1;
  min-height: clamp(360px, 54vw, 650px);
  border: 0;
  border-radius: 0;
  padding: 0;
  background:
    url("/images/roso-mark-gold.svg") center / min(92%, 620px) no-repeat,
    linear-gradient(135deg, rgba(227, 45, 37, 0.1), transparent 44%);
  box-shadow: none;
  filter: drop-shadow(0 34px 45px rgba(0, 0, 0, 0.72));
}

.home-brand-panel > * {
  display: none;
}

.home-brand-panel::before {
  inset: 8% 0 0 12%;
  width: 96%;
  background: url("/images/roso-mark-red.svg") center / contain no-repeat;
  opacity: 0.18;
  transform: translate(7%, 6%) rotate(-5deg);
}

.home-brand-panel::after {
  background:
    linear-gradient(140deg, transparent 0 38%, rgba(227, 45, 37, 0.55) 39% 40%, transparent 41%),
    linear-gradient(110deg, transparent 0 56%, rgba(199, 167, 122, 0.25) 57% 58%, transparent 59%);
}

.home-hero .hero-kicker {
  display: none;
}

.hero-kicker,
.page-kicker {
  color: var(--roso-red-hot);
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.18em;
}

.hero-title-xl,
.page-title-xl,
body.roso-site .tourn-hero-title,
body.roso-site .page-hero h1 {
  color: var(--roso-parchment);
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: clamp(4.2rem, 9vw, 8.8rem);
  line-height: 0.88;
  letter-spacing: 0.04em;
  text-shadow: 0 18px 35px rgba(0, 0, 0, 0.65);
}

.hero-title-xl span,
.page-title-xl span {
  display: block;
  color: var(--roso-red-v2);
}

.hero-copy,
.page-copy,
body.roso-site .page-hero p {
  color: var(--roso-muted-v2);
  max-width: 40rem;
  font-size: 1rem;
  line-height: 1.72;
}

.hero-proof-grid {
  border-top: 1px solid var(--roso-line);
  padding-top: 1rem;
}

.hero-proof-card,
.home-step-card,
.signup-info-card,
.signup-open-card,
.page-side-panel,
.home-winners-shell,
.events-shell,
.signup-shell,
body.roso-site .next-event-card,
body.roso-site .event-card,
body.roso-site .winner-card,
body.roso-site .sidebar-card,
body.roso-site .tourn-section,
body.roso-site .team-card,
body.roso-site .profile-card,
body.roso-site .about-card,
body.roso-site .empty-state {
  border-radius: var(--roso-radius);
  border: 1px solid var(--roso-line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
    rgba(5, 7, 7, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 26px 70px rgba(0, 0, 0, 0.35);
}

.hero-proof-label,
.brand-section-heading p,
body.roso-site .ec-status,
body.roso-site .ec-date,
body.roso-site .winner-tag,
body.roso-site .footer-brand-desc,
body.roso-site .footer-links a,
body.roso-site .sidebar-discord-text,
body.roso-site .no-events-msg p,
body.roso-site .empty-state p,
.home-step-card p,
.signup-info-card p,
.signup-checklist li {
  color: var(--roso-smoke);
}

.hero-proof-value,
.home-step-index,
.signup-info-index,
.brand-section-heading h2,
.home-step-card h3,
.signup-info-card h3,
.signup-open-title,
body.roso-site .nec-title,
body.roso-site .ec-title,
body.roso-site .winner-name,
body.roso-site .team-card-name,
body.roso-site .tourn-section-title,
body.roso-site .sidebar-card-title {
  font-family: 'Bebas Neue', Impact, sans-serif;
  letter-spacing: 0.08em;
}

.brand-section-heading {
  align-items: flex-end;
  border-bottom: 1px solid var(--roso-line);
  padding-bottom: 1rem;
}

.brand-section-heading h2 {
  font-size: clamp(2.2rem, 4.4vw, 4.2rem);
  line-height: 0.95;
}

.home-step-card,
.signup-info-card {
  min-height: 190px;
}

.home-step-index,
.signup-info-index {
  color: var(--roso-red-v2);
}

.page-hero,
body.roso-site .tourn-hero {
  background:
    linear-gradient(90deg, rgba(3, 4, 4, 0.96), rgba(3, 4, 4, 0.66) 45%, rgba(3, 4, 4, 0.86)),
    url("/images/roso-mark-red.svg") right 7vw center / min(42vw, 560px) no-repeat,
    linear-gradient(135deg, rgba(227, 45, 37, 0.22), transparent 42%);
  border-bottom: 1px solid var(--roso-line);
}

.page-side-panel::before,
.home-brand-panel::before,
.tourn-hero-stats::before {
  background-image: url("/images/roso-mark-gold.svg");
}

.events-shell,
.signup-shell,
.home-winners-shell,
.tournament-shell {
  padding: 1rem;
}

body.roso-site .event-card-banner {
  height: 160px;
  background:
    linear-gradient(90deg, rgba(3, 4, 4, 0.1), rgba(3, 4, 4, 0.7)),
    url("/images/roso-mark-gold.svg") left 1.5rem center / 210px no-repeat,
    linear-gradient(135deg, rgba(227, 45, 37, 0.38), rgba(7, 8, 8, 0.96) 68%);
  border-bottom: 1px solid var(--roso-line-red);
}

body.roso-site .event-card-banner::after {
  right: 1rem;
  top: 1rem;
  width: 120px;
  height: 120px;
  background-image: url("/images/roso-mark-red.svg");
  opacity: 0.35;
}

body.roso-site .event-card-body {
  padding: 1.1rem;
}

body.roso-site .ec-title {
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 0.95;
}

body.roso-site .events-grid,
.signup-open-grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

body.roso-site .page-hero {
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

body.roso-site .tourn-hero {
  padding-top: calc(var(--nav-height) + 2rem);
  padding-bottom: 0;
}

body.roso-site .tourn-hero::after {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  width: min(58vw, 860px);
  height: 100%;
  background:
    linear-gradient(90deg, transparent, rgba(3, 4, 4, 0.15)),
    url("/images/roso-mark-gold.svg") right 4vw center / min(35vw, 500px) no-repeat;
  opacity: 0.15;
  pointer-events: none;
}

body.roso-site .tourn-hero-inner {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  gap: 1rem;
}

body.roso-site .tourn-hero-content,
body.roso-site .tourn-hero-stats {
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: clamp(1rem, 2vw, 2rem) 0 clamp(2rem, 4vw, 4rem);
}

body.roso-site .tourn-hero-stats {
  align-self: end;
  border: 1px solid var(--roso-line);
  background: rgba(5, 7, 7, 0.72);
  padding: 1rem;
  margin-bottom: 2rem;
}

body.roso-site .tourn-breadcrumb,
body.roso-site .tourn-hero-tags,
body.roso-site .tourn-hero-meta,
body.roso-site .tourn-hero-actions,
body.roso-site .tourn-stat {
  position: relative;
  z-index: 1;
}

body.roso-site .tourn-hero-title {
  font-size: clamp(4.6rem, 8vw, 8rem);
}

body.roso-site .tourn-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1.1rem;
}

body.roso-site .tourn-meta-item,
body.roso-site .tourn-stat,
.signup-open-pill,
.info-pill,
body.roso-site .event-card-game,
body.roso-site .nec-status-badge {
  border-radius: var(--roso-radius);
  border: 1px solid var(--roso-line);
  background: rgba(255, 255, 255, 0.025);
}

body.roso-site .tourn-tabs-bar {
  position: sticky;
  top: var(--nav-height);
  z-index: 40;
  background: rgba(3, 4, 4, 0.9);
  border-top: 1px solid var(--roso-line);
  border-bottom: 1px solid var(--roso-line);
  backdrop-filter: blur(14px);
}

body.roso-site .tourn-tabs {
  gap: 2rem;
}

body.roso-site .tourn-tab {
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  min-height: 54px;
  padding: 0;
}

body.roso-site .tourn-tab.active {
  color: var(--roso-red-hot);
  border-bottom-color: var(--roso-red-v2);
}

body.roso-site .tourn-layout {
  align-items: start;
}

body.roso-site .tourn-section {
  padding: 1.2rem;
}

body.roso-site .tourn-section-hd {
  border-bottom: 1px solid var(--roso-line);
  padding-bottom: 0.9rem;
  margin-bottom: 1rem;
}

body.roso-site .bracket-wrapper,
body.roso-site .bracket-de-wrapper {
  border-color: rgba(199, 167, 122, 0.18);
}

body.roso-site .bracket-round-label,
body.roso-site .bracket-de-section-title,
body.roso-site .match-round-label,
body.roso-site .winner-latest-label,
body.roso-site .sidebar-info-row .sir-label {
  color: var(--roso-gold-v2);
  font-family: 'Bebas Neue', Impact, sans-serif;
  letter-spacing: 0.12em;
}

body.roso-site .bracket-match,
body.roso-site .match-card {
  border-radius: var(--roso-radius);
  background: rgba(3, 5, 5, 0.72);
  border: 1px solid rgba(199, 167, 122, 0.18);
}

body.roso-site .bracket-match-team.winner,
body.roso-site .match-winner {
  color: var(--roso-parchment);
}

body.roso-site .bracket-match-team.winner::before {
  background: var(--roso-red-v2);
}

body.roso-site .roso-brackets-viewer-shell {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: clamp(0.85rem, 2vw, 1.2rem);
  border: 1px solid var(--roso-line);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(227, 45, 37, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
    rgba(3, 4, 4, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 22px 70px rgba(0, 0, 0, 0.35);
}

body.roso-site .roso-brackets-viewer-shell::-webkit-scrollbar {
  height: 6px;
}

body.roso-site .roso-brackets-viewer-shell::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
}

body.roso-site .roso-brackets-viewer-shell::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, var(--roso-red-v2), var(--roso-gold-v2));
  border-radius: 999px;
}

body.roso-site .brackets-viewer {
  min-width: 980px;
  --primary-background: rgba(6, 8, 8, 0.92);
  --secondary-background: rgba(13, 14, 14, 0.92);
  --match-background: rgba(8, 10, 10, 0.94);
  --font-color: var(--roso-parchment);
  --win-color: var(--roso-red-v2);
  --loss-color: #806f61;
  --label-color: var(--roso-muted);
  --hint-color: rgba(231, 222, 210, 0.48);
  --connector-color: rgba(199, 167, 122, 0.45);
  --border-color: rgba(199, 167, 122, 0.24);
  --border-hover-color: rgba(227, 45, 37, 0.72);
  --text-size: 12px;
  --round-margin: 42px;
  --match-width: 172px;
  --match-horizontal-padding: 9px;
  --match-vertical-padding: 7px;
  --connector-border-width: 1px;
  --match-border-width: 1px;
  --match-border-radius: 6px;
  color: var(--roso-parchment);
}

body.roso-site .brackets-viewer h1,
body.roso-site .brackets-viewer h2,
body.roso-site .brackets-viewer h3 {
  color: var(--roso-parchment);
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.roso-site .brackets-viewer h1 {
  margin: 0 0 1.1rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.9;
}

body.roso-site .brackets-viewer .bracket {
  padding: 0;
}

body.roso-site .brackets-viewer .bracket > h2 {
  margin: 0 0 0.8rem;
  color: var(--roso-gold-v2);
  font-size: 1rem;
}

body.roso-site .brackets-viewer .round > h3 {
  color: rgba(231, 222, 210, 0.72);
  font-size: 0.88rem;
}

body.roso-site .brackets-viewer .match {
  border-color: rgba(199, 167, 122, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045), 0 12px 26px rgba(0, 0, 0, 0.2);
}

body.roso-site .brackets-viewer .match:hover {
  border-color: rgba(227, 45, 37, 0.62);
}

body.roso-site .brackets-viewer .opponents {
  background: rgba(5, 6, 6, 0.72);
}

body.roso-site .brackets-viewer .participant {
  color: var(--roso-parchment);
}

body.roso-site .brackets-viewer .participant .name {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
}

body.roso-site .brackets-viewer .participant .result {
  color: var(--roso-gold-v2);
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 1rem;
}

body.roso-site .brackets-viewer .participant.win {
  background: rgba(227, 45, 37, 0.16);
}

body.roso-site .brackets-viewer .participant.win .name {
  color: #fff4ec;
}

body.roso-site .brackets-viewer .participant.loss {
  color: rgba(231, 222, 210, 0.42);
}

body.roso-site .footer {
  border-top: 1px solid var(--roso-line);
  background:
    linear-gradient(90deg, rgba(227, 45, 37, 0.08), transparent 28%),
    rgba(3, 4, 4, 0.98);
}

body.roso-site .footer-brand-name {
  font-size: 2rem;
}

body.roso-site .scroll-top-btn {
  border-radius: var(--roso-radius);
  background: var(--roso-red-v2);
}

body.roso-site [style*="border-radius:var(--radius-lg)"],
body.roso-site [style*="border-radius: var(--radius-lg)"] {
  border-radius: var(--roso-radius) !important;
}

body.roso-site [style*="background:var(--surface-card)"],
body.roso-site [style*="background: var(--surface-card)"],
body.roso-site [style*="background:linear-gradient"] {
  border-color: var(--roso-line) !important;
}

.rankings-board {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--roso-line);
  border-radius: var(--roso-radius);
  background: rgba(3, 5, 5, 0.72);
}

.rankings-board-head,
.rankings-row {
  display: grid;
  grid-template-columns: 84px minmax(220px, 1.5fr) 110px minmax(220px, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 0.9rem 1rem;
}

.rankings-board-head {
  color: var(--roso-gold-v2);
  background: rgba(199, 167, 122, 0.04);
  border-bottom: 1px solid var(--roso-line);
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rankings-row {
  color: var(--roso-parchment);
  text-decoration: none;
  border-bottom: 1px solid rgba(199, 167, 122, 0.1);
  transition: background 160ms ease, transform 160ms ease;
}

.rankings-row:last-child {
  border-bottom: 0;
}

.rankings-row:hover {
  background: rgba(227, 45, 37, 0.07);
}

.rankings-seed,
.rankings-wins {
  color: var(--roso-red-hot);
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}

.rankings-player {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.rankings-player strong,
.rankings-player em {
  display: block;
  font-style: normal;
}

.rankings-player strong {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 1.35rem;
  letter-spacing: 0.08em;
}

.rankings-player em,
.rankings-latest {
  color: var(--roso-smoke);
  font-size: 0.84rem;
}

@media (max-width: 980px) {
  .home-hero {
    min-height: auto;
    padding-bottom: 3rem;
  }

  .home-hero .container {
    min-height: auto;
  }

  .home-hero-grid,
  .page-hero-grid,
  body.roso-site .tourn-hero-inner {
    grid-template-columns: 1fr;
  }

  .home-hero-grid > div:first-child,
  .home-brand-panel {
    order: initial;
  }

  .home-brand-panel {
    min-height: 280px;
    background-size: min(82%, 390px);
  }

  body.roso-site .tourn-hero-stats {
    margin-bottom: 1rem;
  }
}

@media (max-width: 720px) {
  body.roso-site .nav-logo {
    min-width: auto;
  }

  .hero-title-xl,
  .page-title-xl,
  body.roso-site .tourn-hero-title,
  body.roso-site .page-hero h1 {
    font-size: clamp(3.6rem, 17vw, 5.4rem);
  }

  .hero-proof-grid,
  .home-sections-grid,
  .signup-info-grid {
    grid-template-columns: 1fr;
  }

  body.roso-site .tourn-tabs {
    gap: 1.1rem;
    overflow-x: auto;
  }

  .rankings-board-head {
    display: none;
  }

  .rankings-row {
    grid-template-columns: 54px 1fr;
  }

  .rankings-wins,
  .rankings-latest {
    grid-column: 2;
  }
}
