:root {
  --theme-navy: #061224;
  --theme-navy-mid: #0a1e38;
  --theme-navy-light: #1e4a72;
  --theme-navbar: rgba(6, 18, 36, 0.88);
  --theme-footer: rgba(6, 18, 36, 0.92);
  --fifa-red: #e11b22;
  --fifa-red-dark: #7a0910;
  --fifa-red-mid: #b91419;
  --gold: #d4af37;
  --gold-light: #e8c547;
  --white: #ffffff;
  --off-white: #faf8f5;
}

body {
  font-family: 'Segoe UI', system-ui, sans-serif;
  background-color: var(--theme-navy);
  background-image: linear-gradient(180deg, rgba(6, 18, 36, 0.42) 0%, rgba(6, 18, 36, 0.18) 42%, rgba(0, 0, 0, 0.48) 100%),
    url("../images/fifa-wc4.03bcc101d771.avif");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
  color: #1a1a1a;
}

body.page-dashboard {
  background-image: linear-gradient(180deg, rgba(6, 18, 36, 0.42) 0%, rgba(6, 18, 36, 0.18) 42%, rgba(0, 0, 0, 0.48) 100%),
    url("../images/2022-wc-1.9d0d0e743a41.webp");
}

body.page-landing {
  background-image: linear-gradient(180deg, rgba(6, 18, 36, 0.42) 0%, rgba(6, 18, 36, 0.18) 42%, rgba(0, 0, 0, 0.48) 100%),
    url("../images/fifa-wc4.03bcc101d771.avif");
}

body.page-auth {
  background-image: linear-gradient(180deg, rgba(6, 18, 36, 0.42) 0%, rgba(6, 18, 36, 0.18) 42%, rgba(0, 0, 0, 0.48) 100%),
    url("../images/fifa-wc4.03bcc101d771.avif");
}

body.page-onboarding {
  background-image: linear-gradient(180deg, rgba(6, 18, 36, 0.42) 0%, rgba(6, 18, 36, 0.18) 42%, rgba(0, 0, 0, 0.48) 100%),
    url("../images/fifa-wc4.03bcc101d771.avif");
}

body.page-graphs {
  background-image: linear-gradient(180deg, rgba(6, 18, 36, 0.42) 0%, rgba(6, 18, 36, 0.18) 42%, rgba(0, 0, 0, 0.48) 100%),
    url("../images/2022-wc-3.3578bd539c03.webp");
}

body.page-team-points {
  background-image: linear-gradient(180deg, rgba(6, 18, 36, 0.42) 0%, rgba(6, 18, 36, 0.18) 42%, rgba(0, 0, 0, 0.48) 100%),
    url("../images/2022-wc-2.fc66b83bbd94.webp");
}

.site-navbar {
  background: var(--theme-navbar) !important;
  border-bottom: 3px solid var(--gold);
}

.site-navbar .navbar-brand,
.site-navbar .nav-link {
  color: var(--white) !important;
}

.site-navbar .nav-link:hover {
  color: var(--gold) !important;
}

.navbar-fifa-icon,
.fifa-logo {
  object-fit: contain;
  flex-shrink: 0;
}

.navbar-fifa-icon {
  border-radius: 4px;
}

.fifa-logo {
  border-radius: 6px;
}

.main-content {
  padding: 2rem 0 4rem;
  background: transparent;
}

.card-football {
  background: var(--off-white);
  border: none;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.card-football .card-header {
  background: linear-gradient(135deg, var(--theme-navy-mid), var(--theme-navy-light));
  color: var(--white);
  font-weight: 600;
  border-bottom: 2px solid var(--gold);
}

.hero-banner {
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  min-height: 200px;
  display: flex;
  align-items: flex-end;
  padding: 1.5rem;
  color: var(--white);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
  margin-bottom: 1.5rem;
}

.hero-glass {
  background: rgba(6, 18, 36, 0.55);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(212, 175, 55, 0.35);
}

.match-grid {
  margin-bottom: 0;
}

.match-grid .match-row {
  background: var(--white);
  border: 1px solid #dee2e6;
  border-left: 4px solid var(--gold);
  border-radius: 10px;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.match-grid .match-row:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.match-row-header {
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 0.5rem;
}

.match-row-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    'main actions'
    'countdown countdown';
  gap: 0.75rem 1rem;
  align-items: start;
}

.match-row-main {
  grid-area: main;
  min-width: 0;
}

.match-row-meta {
  word-break: break-word;
}

.match-row-actions {
  grid-area: actions;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-shrink: 0;
  min-width: 5.5rem;
}

.match-row-actions .btn {
  min-width: 5.5rem;
}

.match-row-countdown {
  grid-area: countdown;
  padding-top: 0.25rem;
  border-top: 1px solid #e9ecef;
}

.match-row-layout-no-actions {
  grid-template-areas:
    'main main'
    'countdown countdown';
}

.team-flag {
  width: 32px;
  height: 24px;
  object-fit: cover;
  border-radius: 2px;
  border: 1px solid #ccc;
}

.badge-group-name {
  background-color: var(--fifa-red-mid) !important;
  color: var(--white) !important;
}

.countdown {
  font-family: 'Courier New', monospace;
  font-weight: bold;
  color: var(--theme-navy);
  background: var(--gold);
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.85rem;
}

.countdown.closed {
  background: var(--fifa-red);
  color: var(--white);
}

.position-badge {
  font-size: 0.75rem;
  padding: 0.15rem 0.4rem;
}

.position-gk { background: #ffc107; }
.position-def { background: #0d6efd; color: white; }
.position-mid { background: #198754; color: white; }
.position-fwd { background: #dc3545; color: white; }

.winner-thumb {
  width: 100%;
  height: 56px;
  border-radius: 8px;
  border: 2px solid var(--gold);
  padding: 0.25rem;
  gap: 0.15rem;
}

.winner-flag {
  width: 32px;
  height: 24px;
  object-fit: cover;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.winner-country {
  font-size: 0.7rem;
  line-height: 1.2;
}

.winners-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(5.5rem, 1fr));
  gap: 0.5rem 0.75rem;
}

.winners-gallery-sidebar {
  grid-template-columns: repeat(auto-fill, minmax(4.25rem, 1fr));
}

.match-grid .match-row-predicted {
  background: #f0faf4;
  border-color: #198754;
  border-left-color: #198754;
  box-shadow: 0 0 0 1px rgba(25, 135, 84, 0.15);
}

.badge-predicted {
  background-color: #198754 !important;
  color: var(--white) !important;
}

.dashboard-welcome-subtitle,
.landing-page-subtitle,
.matches-page-subtitle {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
}

.landing-page-logo {
  border-radius: 10px;
  object-fit: contain;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  flex-shrink: 0;
}

.landing-quick-actions .dashboard-summary-card {
  min-height: 6.5rem;
}

.landing-section-card {
  overflow: hidden;
}

.landing-section-body {
  padding: 1.25rem;
  background: var(--off-white);
}

.landing-section-body-flush {
  background: var(--white);
}

.landing-section-empty {
  padding: 1rem 0;
  font-size: 0.92rem;
}

.landing-recent-results .dashboard-results-lineup {
  justify-content: space-between;
  gap: 0.35rem;
}

.dashboard-recent-results .dashboard-results-lineup {
  justify-content: flex-start;
}

.dashboard-recent-results .dashboard-results-team-away .team-badge {
  flex-direction: row;
}

.landing-sidebar-link {
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.landing-sidebar-link:hover {
  color: var(--gold);
}

.dashboard-summary-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.25rem;
  min-height: 7.5rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.dashboard-summary-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.dashboard-summary-cta {
  background: linear-gradient(135deg, #fff9e6, #fff3cc);
  border-color: var(--gold);
  cursor: pointer;
}

.dashboard-summary-actions .dashboard-summary-cta:hover {
  background: linear-gradient(135deg, #fff3cc, #ffe9a8);
}

.dashboard-summary-icon {
  font-size: 1.35rem;
  color: var(--theme-navy-light);
}

.dashboard-summary-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6c757d;
}

.dashboard-summary-value {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--theme-navy-mid);
  line-height: 1.2;
}

.dashboard-summary-team {
  font-size: 0.95rem;
}

.dashboard-main-card {
  overflow: hidden;
}

.dashboard-tabs-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 1.25rem;
  background: linear-gradient(135deg, var(--theme-navy-mid), var(--theme-navy-light));
  border-bottom: 2px solid var(--gold);
}

.dashboard-tabs .nav-link {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  border-radius: 999px;
  padding: 0.45rem 1rem;
}

.dashboard-tabs .nav-link:hover {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

.dashboard-tabs .nav-link.active {
  background: var(--gold);
  color: var(--theme-navy);
}

.dashboard-leaderboard-link {
  border-color: rgba(255, 255, 255, 0.45);
  color: var(--white);
}

.dashboard-leaderboard-link:hover {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  border-color: var(--gold);
}

.dashboard-tab-content,
.dashboard-pane-body {
  background: var(--off-white);
}

.dashboard-pane-body {
  padding: 1.25rem;
}

.dashboard-stat-card {
  background: var(--white);
  border: 1px solid #e3e8ef;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.dashboard-stat-card-head {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.1rem;
  background: linear-gradient(135deg, #f8fafc, #eef2f7);
  border-bottom: 2px solid var(--gold);
}

.dashboard-stat-icon {
  font-size: 1.25rem;
  color: var(--gold);
  margin-top: 0.15rem;
}

.dashboard-stat-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--theme-navy-mid);
}

.dashboard-stat-subtitle {
  font-size: 0.78rem;
  color: #6c757d;
}

.dashboard-stat-body {
  padding: 1rem 1.1rem;
}

.dashboard-mini-ranking-item {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid #edf1f5;
}

.dashboard-mini-ranking-item:last-child {
  border-bottom: none;
}

.dashboard-mini-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: var(--theme-navy-light);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 700;
}

.dashboard-mini-name {
  font-weight: 600;
  color: #1a1a1a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard-mini-value {
  font-weight: 700;
  color: var(--theme-navy-mid);
  font-size: 0.9rem;
  white-space: nowrap;
}

.dashboard-results-item {
  padding: 0.85rem 0;
  border-bottom: 1px solid #edf1f5;
}

.dashboard-results-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.dashboard-results-match {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.5rem;
}

.dashboard-results-teams {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin-bottom: 0.35rem;
}

.dashboard-results-lineup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem 0.6rem;
  flex-wrap: nowrap;
  margin-bottom: 0.35rem;
}

.dashboard-results-team {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.dashboard-results-team-home .team-badge {
  flex-direction: row;
}

.dashboard-results-team-away .team-badge {
  flex-direction: row-reverse;
}

.dashboard-results-lineup--compact .team-code {
  display: inline-block;
  min-width: 2.25rem;
  padding: 0.12rem 0.45rem;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--theme-navy-mid);
  background: linear-gradient(135deg, #f8fafc 0%, #eef2f7 100%);
  border: 1px solid rgba(13, 61, 86, 0.14);
  white-space: nowrap;
  text-align: center;
}

.landing-recent-results .dashboard-results-lineup--compact .team-code {
  border-color: rgba(212, 175, 55, 0.45);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.dashboard-results-lineup .team-full-name {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--theme-navy-mid);
}

.dashboard-results-lineup--compact .team-flag {
  width: 22px;
  height: 16px;
}

.dashboard-results-lineup .team-flag {
  width: 22px;
  height: 16px;
}

.dashboard-results-score {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--theme-navy-mid);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  flex-shrink: 0;
}

.dashboard-results-winner {
  color: #495057;
}

.dashboard-active-pill {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0.85rem;
  background: #f8fafc;
  border: 1px solid #e3e8ef;
  border-radius: 10px;
}

.dashboard-stat-empty {
  font-size: 0.9rem;
}

@media (max-width: 767px) {
  .dashboard-tabs-bar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .dashboard-pane-body {
    padding: 1rem;
  }

  .dashboard-leaderboard-link {
    width: 100%;
  }
}

.matches-page-card .card-body {
  background: var(--off-white);
}

.match-list-row {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem 1.1rem 0.85rem;
  background: var(--white);
  border: 1px solid #e3e8ef;
  border-left: 4px solid var(--gold);
  border-radius: 12px;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.match-list-row:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.match-list-row--predicted {
  background: #f0faf4;
  border-color: #198754;
  border-left-color: #198754;
  box-shadow: 0 0 0 1px rgba(25, 135, 84, 0.15);
}

.match-list-row--completed {
  border-left-color: var(--theme-navy-light);
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.match-list-row--live {
  border-left-color: var(--fifa-red);
  box-shadow: 0 0 0 1px rgba(225, 27, 34, 0.12);
}

.match-list-row-top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.75rem;
}

.match-list-toolbar {
  display: flex;
  align-items: stretch;
  gap: 0.5rem;
  margin-top: 0.15rem;
  padding: 0.45rem;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f4f8 100%);
  border: 1px solid #e3e8ef;
  border-radius: 10px;
}

.match-list-toolbar--no-timer .match-list-toolbar-actions {
  width: 100%;
}

.match-list-toolbar-timer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-width: 7.25rem;
  padding: 0.45rem 0.65rem;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--theme-navy-mid), var(--theme-navy-light));
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 700;
  flex-shrink: 0;
}

.match-list-toolbar-timer--live {
  background: linear-gradient(135deg, var(--fifa-red-dark), var(--fifa-red-mid));
  color: var(--white);
}

.match-list-toolbar-timer .match-list-countdown,
.match-list-toolbar-timer .countdown {
  background: transparent;
  padding: 0;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  font-family: 'Courier New', monospace;
  letter-spacing: 0.02em;
}

.match-list-toolbar-timer .countdown.closed {
  color: #ffc9c9;
}

.match-list-toolbar-actions {
  display: flex;
  flex: 1;
  align-items: stretch;
  gap: 0.35rem;
  min-width: 0;
}

.match-list-toolbar-actions:empty {
  display: none;
}

.match-list-toolbar-actions.match-list-predictions-closed .match-list-predict-btn {
  display: none !important;
}

.match-list-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  flex: 1 1 0;
  min-width: 0;
  min-height: 2.15rem;
  padding: 0.35rem 0.5rem;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.match-list-btn-primary {
  background: linear-gradient(135deg, #c9a030, var(--gold-light));
  border-color: #c9a030;
  color: var(--theme-navy);
}

.match-list-btn-primary:hover {
  background: linear-gradient(135deg, var(--gold-light), #f5d76e);
  border-color: var(--gold-light);
  color: var(--theme-navy);
}

.match-list-btn-edit {
  background: var(--white);
  border-color: #198754;
  color: #146c43;
}

.match-list-btn-edit:hover {
  background: #e8f5e9;
  color: #146c43;
}

.match-list-btn-verdict {
  background: var(--white);
  border-color: var(--theme-navy-light);
  color: var(--theme-navy-light);
}

.match-list-btn-verdict:hover {
  background: #eef4fa;
  color: var(--theme-navy-mid);
  border-color: var(--theme-navy-mid);
}

.match-list-btn-squads {
  background: var(--white);
  border-color: #ced4da;
  color: #495057;
}

.match-list-btn-squads:hover {
  background: #f8f9fa;
  color: var(--theme-navy-mid);
  border-color: #adb5bd;
}

.match-list-badge-live {
  background: var(--fifa-red) !important;
  color: var(--white) !important;
}

.match-list-badge-final {
  background: var(--theme-navy-light) !important;
  color: var(--white) !important;
}

.match-list-teams {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 0.75rem;
}

.match-list-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.45rem;
  min-width: 0;
}

.match-list-flag {
  width: 48px;
  height: 36px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #d0d7de;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.match-list-team-name {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.25;
  color: #1a1a1a;
  word-break: break-word;
}

.match-list-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 4.5rem;
}

.match-list-vs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #eef2f7;
  border: 2px solid var(--gold);
  font-weight: 800;
  font-size: 0.8rem;
  color: var(--theme-navy-mid);
}

.match-list-score {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1;
  color: var(--theme-navy-mid);
  font-variant-numeric: tabular-nums;
}

.match-list-score-sep {
  color: var(--gold);
}

.match-list-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  padding-top: 0.5rem;
  border-top: 1px solid #e9ecef;
  font-size: 0.82rem;
  color: #6c757d;
}

.match-list-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.squad-card {
  overflow: hidden;
}

.squad-hero {
  background: linear-gradient(135deg, var(--theme-navy-mid), var(--theme-navy-light));
  color: var(--white);
  padding: 1.5rem 1.75rem;
  border-bottom: 3px solid var(--gold);
}

.squad-hero-label {
  font-weight: 600;
  letter-spacing: 0.02em;
}

.squad-hero-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.35rem;
}

.squad-hero-flag {
  width: 56px;
  height: 42px;
  object-fit: cover;
  border-radius: 4px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.squad-hero-team-name {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
}

.squad-hero-team-rank {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.75);
}

.squad-vs-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
  border: 2px solid var(--gold);
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--gold);
}

.squad-hero-meta {
  color: rgba(255, 255, 255, 0.85);
}

.squad-body {
  padding: 1.5rem 1.75rem 1.75rem;
  background: var(--off-white);
}

.squad-panel {
  background: var(--white);
  border: 1px solid #e3e8ef;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.squad-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1.1rem;
  background: linear-gradient(135deg, #f8fafc, #eef2f7);
  border-bottom: 2px solid var(--gold);
}

.squad-panel-team {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.squad-panel-flag {
  width: 44px;
  height: 33px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #d0d7de;
  flex-shrink: 0;
}

.squad-panel-name {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--theme-navy-mid);
}

.squad-panel-rank {
  font-size: 0.78rem;
  color: #6c757d;
}

.squad-panel-count {
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #6c757d;
  background: #eef2f7;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
}

.squad-panel-body {
  max-height: 28rem;
  overflow-y: auto;
}

.squad-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: var(--theme-navy-light);
  color: var(--white);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border: none;
  padding: 0.55rem 0.85rem;
}

.squad-table tbody td {
  padding: 0.55rem 0.85rem;
  vertical-align: middle;
  border-color: #edf1f5;
}

.squad-table tbody tr:nth-child(even) {
  background: #f8fafc;
}

.squad-table tbody tr:hover {
  background: #f0f7ff;
}

.squad-jersey {
  width: 2.5rem;
  font-weight: 700;
  color: var(--theme-navy-mid);
  font-variant-numeric: tabular-nums;
}

.squad-player-name {
  font-weight: 500;
}

.squad-position-badge {
  min-width: 2.25rem;
}

.squad-empty {
  padding: 2rem 1rem;
  text-align: center;
}

.squad-actions {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #e3e8ef;
}

@media (max-width: 767px) {
  .squad-hero,
  .squad-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .squad-panel-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .squad-panel-body {
    max-height: none;
  }
}

@media (max-width: 575px) {
  .match-list-teams {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 0.4rem;
  }

  .match-list-center {
    order: 0;
    margin-bottom: 0;
  }

  .match-list-team {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.3rem;
  }

  .match-list-team-name {
    flex: none;
    font-size: 0.78rem;
    line-height: 1.15;
  }

  .match-list-flag {
    width: 40px;
    height: 30px;
  }

  .match-list-vs {
    width: 2rem;
    height: 2rem;
    font-size: 0.72rem;
  }

  .match-list-score {
    font-size: 1.35rem;
  }

  .match-list-toolbar {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0.35rem;
    padding: 0.35rem;
  }

  .match-list-toolbar-timer {
    width: auto;
    min-width: 0;
    max-width: 38%;
    padding: 0.35rem 0.45rem;
    font-size: 0.68rem;
  }

  .match-list-toolbar-timer .bi {
    font-size: 0.72rem;
  }

  .match-list-toolbar-actions {
    width: auto;
    flex: 1;
    min-width: 0;
    gap: 0.25rem;
  }

  .match-list-btn {
    min-height: 2rem;
    padding: 0.3rem 0.25rem;
    font-size: 0.68rem;
  }

  .match-list-btn-verdict .match-list-btn-label {
    display: none;
  }
}

.booster-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #fff3cc, var(--gold));
  border: 2px solid #c9a030;
  color: var(--theme-navy-mid);
  box-shadow: 0 2px 6px rgba(212, 175, 55, 0.45);
}

.scorecard-card {
  overflow: hidden;
}

.scorecard-hero {
  background: linear-gradient(135deg, var(--theme-navy-mid), var(--theme-navy-light));
  color: var(--white);
  padding: 1.5rem 1.75rem;
  border-bottom: 3px solid var(--gold);
}

.scorecard-hero-label,
.scorecard-team-name {
  font-weight: 700;
}

.scorecard-team-flag {
  width: 56px;
  height: 42px;
  object-fit: cover;
  border-radius: 4px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  margin-bottom: 0.35rem;
}

.scorecard-hero-score {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--gold);
}

.scorecard-vs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 2px solid var(--gold);
  font-weight: 800;
  color: var(--gold);
}

.scorecard-body {
  padding: 1.25rem 1.5rem 1.5rem;
  background: var(--off-white);
}

.scorecard-body-embedded {
  padding: 0;
  background: transparent;
}

.dashboard-verdict-form {
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #e3e8ef;
}

.dashboard-verdict-result {
  overflow: hidden;
  border: 1px solid #e3e8ef;
  border-radius: 12px;
  margin-top: 0.5rem;
}

.dashboard-verdict-result .scorecard-hero {
  border-radius: 12px 12px 0 0;
}

.dashboard-verdict-empty {
  background: #f8fafc;
  border: 1px dashed #ced4da;
  border-radius: 12px;
}

.scorecard-winner-cup {
  color: var(--gold);
  margin-right: 0.35rem;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

.scorecard-row-winner td {
  background: #fffdf5;
}

.scorecard-row-winner .scorecard-sticky-col {
  background: #fff9e6;
}

.scorecard-notice {
  padding: 0.65rem 0.9rem;
  border-radius: 8px;
  font-size: 0.88rem;
  margin-bottom: 1rem;
}

.scorecard-notice-private {
  background: #fff8e6;
  border: 1px solid rgba(212, 175, 55, 0.45);
  color: #5c4a00;
}

.scorecard-notice-public {
  background: #e8f4fd;
  border: 1px solid #b6d4fe;
  color: #084298;
}

.scorecard-table-wrap {
  border: 1px solid #e3e8ef;
  border-radius: 12px;
  overflow: auto;
  background: var(--white);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.scorecard-table-hint {
  font-size: 0.8rem;
  color: #6c757d;
}

.scorecard-matrix thead th {
  background: var(--theme-navy-light);
  color: var(--white);
  vertical-align: middle;
  font-size: 0.78rem;
  border: none;
  padding: 0.55rem 0.5rem;
  text-align: center;
}

.scorecard-matrix-head .scorecard-sticky-col {
  text-align: left;
  padding-left: 0.85rem;
}

.scorecard-sticky-col {
  position: sticky;
  left: 0;
  z-index: 2;
  min-width: 7.5rem;
  background: var(--theme-navy-light);
}

.scorecard-matrix tbody .scorecard-sticky-col {
  background: #f8fafc;
  font-weight: 700;
  color: var(--theme-navy-mid);
  vertical-align: middle;
  border-right: 1px solid #e3e8ef;
  text-align: left;
  padding-left: 0.85rem;
}

.scorecard-row-self .scorecard-sticky-col {
  background: #e8f5e9;
}

.scorecard-col-booster {
  min-width: 3rem;
  width: 3rem;
}

.scorecard-col-q {
  min-width: 5.75rem;
  max-width: 7rem;
}

.scorecard-col-total {
  min-width: 6.5rem;
}

.scorecard-q-chip-static {
  cursor: default;
}

.scorecard-q-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
}

.scorecard-q-chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  cursor: help;
  outline: none;
  transition: background 0.15s ease;
}

.scorecard-q-chip:hover,
.scorecard-q-chip:focus {
  background: rgba(255, 255, 255, 0.22);
}

.scorecard-q-icon {
  font-size: 0.85rem;
  color: var(--gold);
}

.scorecard-q-icon-card {
  color: #f5d547;
  font-size: 0.65rem;
}

.scorecard-q-short {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.scorecard-q-tooltip {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 50%;
  transform: translateX(-50%) translateY(-4px);
  z-index: 20;
  min-width: 10rem;
  max-width: 14rem;
  padding: 0.55rem 0.65rem;
  border-radius: 8px;
  background: var(--theme-navy);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
  text-transform: none;
  letter-spacing: normal;
  white-space: normal;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
}

.scorecard-q-tooltip::after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-bottom-color: var(--theme-navy);
}

.scorecard-q-chip:hover .scorecard-q-tooltip,
.scorecard-q-chip:focus .scorecard-q-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.scorecard-q-result {
  width: 100%;
  min-height: 1.25rem;
}

.scorecard-q-correct {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  max-width: 100%;
  font-size: 0.68rem;
  font-weight: 600;
  color: #b8f0c8;
}

.scorecard-q-correct-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 6.5rem;
}

.scorecard-q-pending {
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.55);
  font-style: italic;
}

.scorecard-q-points {
  display: inline-block;
  padding: 0.08rem 0.4rem;
  border-radius: 999px;
  background: var(--gold);
  color: var(--theme-navy);
  font-size: 0.62rem;
  font-weight: 700;
}

.scorecard-predictor-name {
  white-space: nowrap;
}

.scorecard-predictor-label {
  vertical-align: middle;
}

.scorecard-booster-empty {
  color: #adb5bd;
  font-size: 0.85rem;
}

.scorecard-you-badge {
  display: inline-block;
  margin-left: 0.35rem;
  padding: 0.1rem 0.4rem;
  border-radius: 999px;
  background: #198754;
  color: var(--white);
  font-size: 0.65rem;
  font-weight: 700;
  vertical-align: middle;
}

.scorecard-matrix-row:nth-child(even) td {
  background: #fafbfc;
}

.scorecard-matrix-row:hover td {
  background: #f0f7ff;
}

.scorecard-row-self td {
  background: #f4fbf6;
}

.scorecard-answer-cell {
  text-align: center;
  vertical-align: middle;
  padding: 0.55rem 0.4rem !important;
  font-weight: 500;
  min-width: 5.75rem;
}

.scorecard-answer-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  max-width: 100%;
}

.scorecard-answer-status {
  font-size: 0.75rem;
  flex-shrink: 0;
}

.scorecard-answer-status-correct {
  color: #198754;
}

.scorecard-answer-status-wrong {
  color: #dc3545;
}

.scorecard-answer-text {
  font-weight: 600;
  font-size: 0.82rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 5.5rem;
}

.scorecard-answer-correct {
  background: #e8f5e9;
  color: #146c43;
}

.scorecard-answer-wrong {
  background: #fdecea;
  color: #b02a37;
}

.scorecard-answer-pending {
  background: #f8fafc;
  color: #495057;
}

.scorecard-cell-points {
  display: block;
  font-size: 0.62rem;
  margin-top: 0.15rem;
  font-weight: 600;
  opacity: 0.85;
}

.scorecard-total-cell {
  vertical-align: middle;
  min-width: 6.5rem;
  text-align: center;
  border-left: 2px solid #e3e8ef;
}

.scorecard-total-value {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--theme-navy-mid);
}

.scorecard-total-breakdown {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin-top: 0.35rem;
  font-size: 0.75rem;
  color: #6c757d;
}

.scorecard-booster-bonus {
  color: #5c4a00;
  font-weight: 700;
}

.scorecard-footer {
  padding: 1rem 1.25rem;
  border-top: 1px solid #e3e8ef;
  background: var(--white);
}

@media (max-width: 767px) {
  .scorecard-body {
    padding: 1rem;
  }
}

.leaderboard-top-list {
  padding: 0.35rem 0;
}

.leaderboard-top-item {
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1rem;
  border-bottom: 1px solid #eef1f5;
  font-size: 0.85rem;
}

.leaderboard-top-item:last-child {
  border-bottom: none;
}

.leaderboard-top-item-1 {
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.12), transparent);
}

.leaderboard-top-item-2 {
  background: linear-gradient(90deg, rgba(192, 192, 192, 0.1), transparent);
}

.leaderboard-top-item-3 {
  background: linear-gradient(90deg, rgba(205, 127, 50, 0.1), transparent);
}

.leaderboard-top-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  font-weight: 700;
  font-size: 0.75rem;
  color: var(--theme-navy-light);
}

.leaderboard-top-name {
  font-weight: 600;
  color: var(--theme-navy-mid);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.leaderboard-top-points {
  font-weight: 700;
  color: var(--gold);
  font-size: 0.8rem;
  white-space: nowrap;
}

.leaderboard-top-empty {
  text-align: center;
}

.ranks-page-subtitle {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}

.ranks-card {
  overflow: hidden;
}

.ranks-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 1.25rem;
  background: linear-gradient(135deg, var(--theme-navy-mid), var(--theme-navy-light));
  color: var(--white);
  font-weight: 600;
  border-bottom: 2px solid var(--gold);
}

.ranks-card-count {
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
}

.ranks-table-wrap {
  overflow-x: auto;
}

.ranks-table {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.ranks-table thead th {
  background: #f4f6f9;
  color: var(--theme-navy-mid);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
  border-bottom: 2px solid #e3e8ef;
  white-space: nowrap;
  vertical-align: middle;
  padding: 0.75rem 0.85rem;
}

.ranks-table tbody td {
  vertical-align: middle;
  padding: 0.7rem 0.85rem;
  border-bottom: 1px solid #eef1f5;
}

.ranks-table tbody tr:last-child td {
  border-bottom: none;
}

.ranks-col-rank {
  width: 3.5rem;
  text-align: center;
}

.ranks-col-name,
.ranks-col-team {
  min-width: 8rem;
}

.rank-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.85rem;
  height: 1.85rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.8rem;
}

.rank-badge-gold {
  background: linear-gradient(135deg, #e8c547, #c9a030);
  color: var(--theme-navy);
  box-shadow: 0 2px 6px rgba(212, 175, 55, 0.45);
}

.rank-badge-silver {
  background: linear-gradient(135deg, #e8e8e8, #b0b0b0);
  color: var(--theme-navy);
}

.rank-badge-bronze {
  background: linear-gradient(135deg, #e0a86a, #b87333);
  color: var(--white);
}

.rank-badge-default {
  background: #eef1f5;
  color: var(--theme-navy-light);
  font-size: 0.75rem;
}

.ranks-row-top-1 {
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.1), transparent);
}

.ranks-row-top-2 {
  background: linear-gradient(90deg, rgba(192, 192, 192, 0.08), transparent);
}

.ranks-row-top-3 {
  background: linear-gradient(90deg, rgba(205, 127, 50, 0.08), transparent);
}

.ranks-row-self {
  background: linear-gradient(90deg, rgba(30, 74, 114, 0.12), rgba(30, 74, 114, 0.04));
  box-shadow: inset 3px 0 0 var(--theme-navy-light);
}

.ranks-player-name {
  font-weight: 600;
  color: var(--theme-navy-mid);
}

.ranks-you-badge {
  display: inline-block;
  margin-left: 0.4rem;
  padding: 0.1rem 0.45rem;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  background: var(--theme-navy-light);
  color: var(--white);
  border-radius: 999px;
  vertical-align: middle;
}

.ranks-points-cell {
  font-weight: 700;
  color: var(--gold);
  font-size: 1rem;
}

.ranks-team-cell {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.ranks-team-flag {
  width: 2rem;
  height: auto;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}

.ranks-team-name {
  font-weight: 600;
  color: var(--theme-navy-mid);
}

.ranks-fan-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.75rem;
  padding: 0.15rem 0.5rem;
  background: #eef1f5;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--theme-navy-light);
}

.match-points-empty {
  padding: 1.25rem;
  font-size: 0.9rem;
}

.match-points-table .ranks-col-match {
  min-width: 3.25rem;
  cursor: help;
}

.match-points-table .match-points-sticky-col {
  position: sticky;
  left: 0;
  z-index: 2;
  background: #fff;
  box-shadow: 1px 0 0 #eef1f5;
}

.match-points-table thead .match-points-sticky-col {
  z-index: 3;
  background: #f4f6f9;
}

.match-points-table .ranks-row-self .match-points-sticky-col {
  background: #f3f7fb;
}

.match-points-cell {
  font-variant-numeric: tabular-nums;
}

.match-points-cell-top {
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.18), rgba(212, 175, 55, 0.06));
}

.match-points-top-value {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 800;
  color: var(--theme-navy-mid);
}

.match-points-top-icon {
  color: var(--gold);
  font-size: 0.85rem;
}

.match-points-total-col {
  min-width: 4rem;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.landing-section-footer {
  background: rgba(255, 255, 255, 0.04);
}

.ranks-empty {
  text-align: center;
  padding: 2.5rem 1rem !important;
}

.graph-match-form {
  max-width: 720px;
}

.graph-match-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  padding: 0.85rem 1rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 12px;
  color: var(--white);
}

.graph-match-teams {
  font-weight: 600;
}

.graph-question-header {
  flex-wrap: wrap;
}

.graph-question-title {
  flex: 1 1 280px;
  min-width: 0;
}

.graph-question-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
}

.graph-chart-type-badge,
.graph-points-badge,
.graph-total-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.2;
}

.graph-chart-type-badge {
  background: rgba(212, 175, 55, 0.22);
  color: #ffe08a;
}

.graph-points-badge {
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
}

.graph-total-badge {
  background: rgba(26, 95, 42, 0.35);
  color: #b8f0c6;
}

.graph-chart-body {
  min-height: 0;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.graph-chart-canvas-wrap {
  position: relative;
  height: 100px;
  max-width: 280px;
  margin: 0 auto;
}

.graph-chart-canvas-wrap--bar {
  height: 110px;
  max-width: 420px;
}

.graph-chart-canvas-wrap--horizontalBar {
  height: 130px;
  max-width: 100%;
}

.graph-chart-canvas-wrap--doughnut,
.graph-chart-canvas-wrap--polarArea {
  height: 110px;
  max-width: 240px;
}

.graph-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  background: #f8fafc;
  border: 1px dashed #ced4da;
  border-radius: 10px;
}

.account-page {
  max-width: 1100px;
  margin: 0 auto;
}

.account-card {
  overflow: hidden;
}

.account-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: linear-gradient(135deg, var(--theme-navy-mid), var(--theme-navy-light));
  color: var(--white);
  border-bottom: 2px solid var(--gold);
}

.account-card-header-center {
  justify-content: center;
  text-align: center;
}

.account-card-title {
  font-weight: 700;
  font-size: 1.05rem;
}

.account-favorite-team {
  font-size: 0.9rem;
}

.account-ai-badge {
  flex-shrink: 0;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.account-ai-on {
  background: rgba(25, 135, 84, 0.25);
  color: #a8e6c0;
  border: 1px solid rgba(25, 135, 84, 0.5);
}

.account-ai-off {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.account-card-body {
  padding: 1.25rem 1.5rem;
  background: var(--off-white);
}

.account-intro {
  margin-bottom: 1.25rem;
  font-size: 0.95rem;
}

.account-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.5rem;
}

.account-meta {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #e3e8ef;
  font-size: 0.85rem;
  color: #6c757d;
}

.account-stat-of {
  font-size: 0.85rem;
  font-weight: 500;
  color: #6c757d;
}

.btn-gold {
  background: linear-gradient(135deg, #c9a030, var(--gold-light));
  border-color: #c9a030;
  color: var(--theme-navy);
  font-weight: 700;
}

.btn-gold:hover {
  background: linear-gradient(135deg, var(--gold-light), #f5d76e);
  border-color: var(--gold-light);
  color: var(--theme-navy);
}

.btn-outline-gold {
  border-color: var(--gold);
  color: var(--gold);
  font-weight: 600;
}

.btn-outline-gold:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--theme-navy);
}

.page-heading {
  color: var(--white);
}

.auth-page {
  max-width: 1140px;
  margin: 0 auto;
}

body.page-auth .main-content {
  padding: 2rem 0 3rem;
}

.auth-form-card {
  max-width: 28rem;
}

.auth-form-intro {
  font-size: 0.92rem;
  margin-bottom: 1rem;
}

.auth-form .form-label {
  font-weight: 600;
  color: var(--theme-navy-mid);
  font-size: 0.88rem;
}

.auth-form-footer {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #e3e8ef;
  text-align: center;
  font-size: 0.88rem;
  color: #6c757d;
}

.auth-form-footer a {
  color: var(--theme-navy-light);
  font-weight: 600;
  text-decoration: none;
}

.auth-form-footer a:hover {
  color: var(--theme-navy-mid);
  text-decoration: underline;
}

.ranks-page-back,
.password-change-back {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
}

.ranks-page-back:hover,
.password-change-back:hover {
  color: var(--gold);
}

.password-security-panel {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.password-security-panel-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  color: var(--theme-navy-mid);
  font-size: 1rem;
}

.password-security-panel-head i {
  color: var(--theme-navy-light);
  font-size: 1.15rem;
}

.password-security-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid #eef1f5;
  font-size: 0.88rem;
  color: #495057;
  line-height: 1.4;
}

.password-security-list li:last-child {
  border-bottom: none;
}

.password-security-list li i {
  color: #198754;
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.password-security-user {
  margin-top: auto;
  padding-top: 0.85rem;
  border-top: 1px solid #e3e8ef;
}

.password-security-user-label {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6c757d;
  margin-bottom: 0.15rem;
}

.password-security-user-name {
  font-weight: 700;
  color: var(--theme-navy-mid);
}

.password-change-card-subtitle {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 400;
}

.password-input-wrap {
  position: relative;
}

.password-input-icon {
  position: absolute;
  left: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--theme-navy-light);
  pointer-events: none;
}

.password-input-wrap .form-control {
  padding-left: 2.35rem;
}

.password-change-form .form-text ul {
  margin-bottom: 0;
  padding-left: 1.1rem;
  font-size: 0.8rem;
}

.predict-options-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.predict-options-row .form-check {
  margin-bottom: 0;
  padding-left: 0;
}

.predict-options-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10.5rem, 1fr));
  gap: 0.5rem;
}

.predict-options-grid .form-check {
  margin-bottom: 0;
  padding-left: 0;
  min-width: 0;
}

.predict-option-pill .form-check-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.predict-option-pill {
  position: relative;
  margin: 0;
}

.predict-option-pill .form-check-label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  padding: 0.45rem 0.9rem;
  border: 2px solid #dee2e6;
  border-radius: 999px;
  background: var(--white);
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
  word-break: break-word;
}

.predict-options-grid .predict-option-pill .form-check-label {
  border-radius: 10px;
  width: 100%;
  min-height: 2.35rem;
  font-size: 0.85rem;
}

.predict-option-pill .form-check-input:checked + .form-check-label {
  border-color: var(--gold);
  background: #f0f7ff;
  box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.35);
  font-weight: 600;
}

.predict-option-pill .form-check-input:focus + .form-check-label {
  box-shadow: 0 0 0 3px rgba(30, 74, 114, 0.2);
}

.predict-question-fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.predict-card {
  overflow: hidden;
}

.predict-hero {
  background: linear-gradient(135deg, var(--theme-navy-mid), var(--theme-navy-light));
  color: var(--white);
  padding: 1.5rem 1.75rem;
  border-bottom: 3px solid var(--gold);
}

.predict-hero-label {
  font-weight: 600;
  letter-spacing: 0.02em;
}

.predict-team-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.35rem;
}

.predict-team-flag {
  width: 56px;
  height: 42px;
  object-fit: cover;
  border-radius: 4px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.predict-team-name {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
}

.predict-team-rank {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.75);
}

.predict-vs-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
  border: 2px solid var(--gold);
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--gold);
}

.predict-hero-meta {
  color: rgba(255, 255, 255, 0.85);
}

.predict-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 0.85rem 1.75rem;
  background: #eef2f7;
  border-bottom: 1px solid #dee2e6;
}

.predict-toolbar-label {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6c757d;
}

.predict-toolbar-value {
  font-weight: 700;
  color: var(--theme-navy-mid);
}

.predict-toolbar-countdown .predict-countdown {
  display: inline-block;
  min-width: 7.5rem;
  text-align: center;
}

.predict-toolbar-countdown .countdown.closed {
  min-width: auto;
}

.predict-body {
  padding: 1.5rem 1.75rem 1.75rem;
  background: var(--off-white);
}

.predict-notice {
  padding: 0.75rem 1rem;
  border-radius: 8px;
  background: #fff8e6;
  border: 1px solid rgba(212, 175, 55, 0.45);
  color: #5c4a00;
  font-size: 0.9rem;
}

.predict-question-card {
  background: var(--white);
  border: 1px solid #e3e8ef;
  border-left: 4px solid var(--theme-navy-light);
  border-radius: 12px;
  padding: 1.1rem 1.25rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.predict-question-head {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.predict-question-num {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: var(--theme-navy-light);
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 700;
}

.predict-question-title {
  flex-grow: 1;
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  color: #1a1a1a;
}

.predict-points-badge {
  flex-shrink: 0;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: var(--gold);
  color: var(--theme-navy);
  font-size: 0.75rem;
  font-weight: 700;
}

.predict-booster-box {
  padding: 1rem 1.25rem;
  margin-bottom: 1.25rem;
  border-radius: 10px;
  background: linear-gradient(135deg, #fff9e6, #fff3cc);
  border: 2px solid var(--gold);
}

.predict-booster-box .form-check-input {
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.15rem;
}

.predict-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding-top: 0.5rem;
  border-top: 1px solid #e3e8ef;
}

@media (max-width: 767px) {
  .predict-hero,
  .predict-toolbar,
  .predict-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .predict-team-block {
    padding: 0.5rem 0;
  }

  .predict-vs-badge {
    min-width: 2.5rem;
    height: 2.5rem;
    font-size: 0.85rem;
  }
}

footer.site-footer {
  background: var(--theme-footer);
  color: rgba(255, 255, 255, 0.8);
  padding: 1rem 0;
  margin-top: auto;
}

.group-tabs .nav-link {
  color: var(--theme-navy-mid);
  border: 1px solid #dee2e6;
  margin: 0.15rem;
  font-weight: 600;
}

.group-tabs .nav-link.active {
  background: var(--fifa-red-mid);
  color: var(--white);
  border-color: var(--fifa-red-mid);
}

.standings-table thead th {
  background: #e9ecef;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.team-code {
  display: inline-block;
  min-width: 2.5rem;
  text-align: center;
  background: var(--fifa-red-mid);
  color: var(--white);
  font-weight: 700;
  font-size: 0.7rem;
  padding: 0.15rem 0.35rem;
  border-radius: 4px;
}

.team-code.away {
  background: var(--fifa-red-dark);
}

.team-picker-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(7.5rem, 1fr));
  gap: 0.5rem;
  max-height: 18rem;
  overflow: auto;
  padding-right: 0.15rem;
}

.team-picker-option {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding: 0.6rem 0.4rem;
  border: 2px solid #dee2e6;
  border-radius: 10px;
  background: var(--white);
  cursor: pointer;
  text-align: center;
  min-height: 100%;
}

.team-picker-option:has(.team-picker-input:checked) {
  border-color: var(--gold);
  background: #f0f7ff;
  box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.35);
}

.team-picker-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.team-picker-label {
  font-size: 0.75rem;
  line-height: 1.2;
}

.onboarding-page {
  max-width: 980px;
}

.onboarding-hero-badge {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.18);
  border: 1px solid rgba(212, 175, 55, 0.45);
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.onboarding-hero-copy {
  max-width: 42rem;
}

.onboarding-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.onboarding-section {
  padding: 1.25rem 1.35rem;
  border: 1px solid #e3e8ef;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 10px 28px rgba(13, 61, 86, 0.08);
}

.onboarding-section-highlight {
  border-color: rgba(212, 175, 55, 0.35);
}

.onboarding-section-ai {
  border-color: rgba(30, 74, 114, 0.22);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(238, 246, 255, 0.98) 100%);
}

.onboarding-section-ai.ai-predict-panel-on,
.onboarding-section-ai:has(.ai-predict-panel-on) {
  border-color: rgba(25, 135, 84, 0.35);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(232, 248, 240, 0.98) 100%);
}

.onboarding-section-muted {
  background: rgba(248, 250, 252, 0.96);
}

.onboarding-section-head {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.onboarding-section-head-compact {
  margin-bottom: 0.85rem;
}

.onboarding-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--theme-navy-mid), var(--theme-navy-light));
  color: var(--white);
  font-weight: 800;
  font-size: 0.95rem;
}

.onboarding-step-ai,
.onboarding-step-muted {
  font-size: 1rem;
}

.onboarding-section-title {
  margin: 0 0 0.2rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--theme-navy-mid);
}

.onboarding-section-copy {
  color: #6c757d;
  font-size: 0.92rem;
}

.onboarding-field-stack {
  margin-bottom: 0.75rem;
}

.onboarding-display-name-wrap {
  display: flex;
  align-items: stretch;
  border: 2px solid #dee2e6;
  border-radius: 12px;
  overflow: hidden;
  background: var(--white);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.onboarding-display-name-wrap:focus-within {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.18);
}

.onboarding-display-prefix {
  display: inline-flex;
  align-items: center;
  padding: 0 0.85rem;
  background: #f4f6f9;
  color: var(--theme-navy-light);
  font-weight: 700;
  border-right: 1px solid #dee2e6;
}

.onboarding-display-name-wrap .onboarding-display-input {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: 600;
}

.onboarding-display-name-wrap .onboarding-display-input:focus {
  box-shadow: none;
}

.onboarding-name-row {
  margin-top: 0.75rem;
}

.onboarding-submit-wrap {
  margin-top: 0.25rem;
}

.ai-predict-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid #dbe3ec;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.85);
}

.ai-predict-panel-on {
  border-color: rgba(25, 135, 84, 0.35);
  background: rgba(232, 248, 240, 0.75);
}

.ai-predict-feature-list {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  color: #495057;
  font-size: 0.88rem;
}

.ai-predict-toggle-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
}

.ai-predict-state-label {
  min-width: 2.5rem;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #6c757d;
}

.ai-predict-panel-on .ai-predict-state-label {
  color: #198754;
}

.ai-predict-switch .form-check-input {
  width: 3rem;
  height: 1.55rem;
  cursor: pointer;
}

.ai-predict-switch .form-check-input:checked {
  background-color: #198754;
  border-color: #198754;
}

.team-picker-toolbar {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.team-picker-search-wrap {
  position: relative;
}

.team-picker-search-icon {
  position: absolute;
  top: 50%;
  left: 0.85rem;
  transform: translateY(-50%);
  color: #6c757d;
  pointer-events: none;
}

.team-picker-search {
  padding-left: 2.35rem;
  border-radius: 10px;
}

.team-picker-groups {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.team-picker-group {
  padding: 0.28rem 0.65rem;
  border: 1px solid #d7dee8;
  border-radius: 999px;
  background: var(--white);
  color: var(--theme-navy-mid);
  font-size: 0.74rem;
  font-weight: 700;
  cursor: pointer;
}

.team-picker-group.is-active {
  border-color: var(--gold);
  background: rgba(212, 175, 55, 0.16);
  color: var(--theme-navy-mid);
}

.team-picker-selection {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.75rem;
  padding: 0.55rem 0.75rem;
  border-radius: 10px;
  background: #f4f6f9;
  font-size: 0.88rem;
}

.team-picker-selection-label {
  color: #6c757d;
  font-weight: 600;
}

.team-picker-selection-value {
  color: var(--theme-navy-mid);
  font-weight: 700;
}

.team-picker-flag {
  width: 2rem;
  height: auto;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}

.team-picker-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 1.5rem;
  color: var(--theme-navy-light);
  font-size: 1.1rem;
}

.team-picker-icon-neutral {
  color: #6c757d;
}

.team-picker-group-tag {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6c757d;
}

.team-picker--profile .team-picker-profile-current {
  margin-bottom: 0.75rem;
}

.team-picker--profile .team-picker-profile-current::before {
  content: 'Your fan club';
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6c757d;
}

.team-picker--profile .team-picker-option-current {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  min-height: auto;
  padding: 0.85rem 1rem;
  border-width: 2px;
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.14);
}

.team-picker--profile .team-picker-option-current .team-picker-flag {
  width: 2.5rem;
}

.team-picker--profile .team-picker-option-current .team-picker-label {
  font-size: 1rem;
  font-weight: 700;
}

.team-picker-profile-divider {
  margin: 0 0  0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6c757d;
}

.sticky-auth {
  position: sticky;
  top: 1rem;
}

.tournament-facts li {
  padding: 0.35rem 0;
  border-bottom: 1px solid #eee;
}

.tournament-facts li:last-child {
  border-bottom: none;
}

@media (max-width: 767px) {
  .ai-predict-panel {
    flex-direction: column;
    align-items: stretch;
  }

  .ai-predict-toggle-wrap {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (max-width: 991px) {
  .sticky-auth {
    position: static;
  }
}

/* Admin tool pages (Manage Questions, Score Answers, Update Prediction) */
.admin-tool-page .card-body.admin-tool-body {
  padding: 0;
  background: var(--off-white);
}

.admin-page-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem 1.75rem 1rem;
  border-bottom: 1px solid #e3e8ef;
  background: var(--white);
}

.admin-page-header-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--theme-navy-mid), var(--theme-navy-light));
  color: var(--gold);
  font-size: 1.25rem;
}

.admin-page-title {
  margin: 0 0 0.35rem;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--theme-navy-mid);
}

.admin-page-description {
  margin: 0;
  color: #6c757d;
  font-size: 0.92rem;
  max-width: 42rem;
}

.admin-selector-panel {
  padding: 1.25rem 1.75rem;
  background: #eef2f7;
  border-bottom: 1px solid #dee2e6;
}

.admin-selector-form .form-label {
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--theme-navy-mid);
}

.admin-match-hero {
  border-bottom: none;
}

.admin-work-panel {
  padding: 1.5rem 1.75rem 1.75rem;
}

.admin-context-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 0.85rem 1.75rem;
  background: #eef2f7;
  border-bottom: 1px solid #dee2e6;
}

.admin-context-toolbar-label {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6c757d;
}

.admin-context-toolbar-value {
  font-weight: 700;
  color: var(--theme-navy-mid);
}

.admin-question-card {
  margin-bottom: 1rem;
}

.admin-question-editor-card {
  border: 1px solid #e3e8ef;
  border-left: 4px solid var(--theme-navy-light);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  background: var(--white);
}

.admin-question-row-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #eef2f7;
}

.admin-question-row-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: var(--theme-navy-light);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 700;
}

.admin-question-remove .form-check-label {
  color: #b02a37;
  font-size: 0.85rem;
  font-weight: 600;
}

.admin-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding-top: 1rem;
  margin-top: 0.5rem;
  border-top: 1px solid #e3e8ef;
}

.admin-form-alert {
  margin-bottom: 1.25rem;
}

.admin-booster-hint {
  font-size: 0.82rem;
  color: #5c4a00;
}

.admin-empty-state {
  padding: 2.5rem 1.75rem;
  text-align: center;
  color: #6c757d;
}

.admin-empty-state-inline {
  padding: 1.25rem;
  border-radius: 10px;
  background: #f8f9fa;
  border: 1px dashed #ced4da;
}

.admin-empty-state-icon {
  display: block;
  font-size: 2rem;
  margin-bottom: 0.75rem;
  color: var(--theme-navy-light);
  opacity: 0.65;
}

@media (max-width: 767px) {
  .admin-page-header,
  .admin-selector-panel,
  .admin-work-panel,
  .admin-context-toolbar {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

