:root { --blue:#1d4ed8; --dark:#101827; --yellow:#facc15; --pink:#ec4899; }
body { min-height:100vh; background: radial-gradient(circle at top left,#dbeafe,transparent 35%), linear-gradient(135deg,#f8fafc,#eef2ff); color:#111827; }
.app-nav { background: linear-gradient(90deg,#0f172a,#1d4ed8,#7c3aed); box-shadow:0 10px 30px rgba(15,23,42,.2); }
.hero-card, .admin-card, .match-card, .stat-card { background: rgba(255,255,255,.9); border:1px solid rgba(255,255,255,.7); border-radius:24px; box-shadow:0 18px 50px rgba(15,23,42,.12); padding:24px; backdrop-filter: blur(8px); }
.hero-card h1 { font-weight:900; letter-spacing:-.03em; }
.trophy { font-size:74px; animation: float 2.7s ease-in-out infinite; }
.page-title { font-weight:900; margin-bottom:24px; letter-spacing:-.03em; }
.match-card { position:relative; overflow:hidden; transition:.2s transform,.2s box-shadow; }
.match-card:hover { transform:translateY(-4px); box-shadow:0 22px 55px rgba(29,78,216,.18); }
.match-card.locked { opacity:.82; }
.match-top { display:flex; justify-content:space-between; color:#64748b; font-size:.9rem; margin-bottom:16px; }
.teams { display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:12px; }
.team { text-align:center; }
.team img, .timeline-row img { width:44px; height:44px; border-radius:50%; object-fit:cover; border:3px solid white; box-shadow:0 5px 14px rgba(0,0,0,.12); background:#f1f5f9; }
.team strong { display:block; margin-top:8px; }
.vs { background:#111827; color:#fff; border-radius:999px; padding:6px 10px; font-weight:900; font-size:.8rem; }
.bet-form { display:flex; justify-content:center; align-items:center; gap:8px; margin-top:18px; }
.bet-form input { width:62px; text-align:center; border-radius:14px; border:2px solid #dbeafe; padding:8px; font-weight:900; }
.score-line { text-align:center; font-size:1.5rem; font-weight:900; margin-top:14px; }
.bet-line { text-align:center; color:#64748b; margin-top:6px; }
.timeline { display:flex; flex-direction:column; gap:10px; }
.date-title { margin-top:18px; font-weight:900; }
.timeline-row { display:grid; grid-template-columns:70px 48px 1fr 90px 1fr 48px 70px; align-items:center; gap:10px; background:white; border-radius:18px; padding:12px 16px; box-shadow:0 8px 22px rgba(15,23,42,.08); }
.timeline-row .score { font-weight:900; text-align:center; font-size:1.2rem; }
.fun-table { background:white; border-radius:20px; padding:10px; box-shadow:0 12px 35px rgba(15,23,42,.1); }
.podium { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; align-items:end; }
.podium-card { border-radius:24px; background:white; padding:22px; text-align:center; box-shadow:0 16px 40px rgba(15,23,42,.1); }
.podium-card .medal { font-size:46px; }
.place-1 { transform:translateY(-10px); border:3px solid var(--yellow); }
.stat-card { text-align:center; min-height:180px; }
.stat-card div { font-size:52px; }
.stat-card h3 { font-weight:900; }
.confetti { position:fixed; top:-20px; width:10px; height:18px; background:linear-gradient(45deg,var(--yellow),var(--pink)); z-index:9999; animation:fall 2s linear forwards; }
@keyframes fall { to { transform:translateY(110vh) rotate(720deg); opacity:.2; } }
@keyframes float { 0%,100% { transform:translateY(0); } 50% { transform:translateY(-12px); } }
@media (max-width:768px) { .podium { grid-template-columns:1fr; } .timeline-row { grid-template-columns:50px 36px 1fr; } .timeline-row .score, .timeline-row strong:nth-of-type(2), .timeline-row img:nth-of-type(2), .timeline-row .badge { grid-column:auto; } }
.wc-hero {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 34px;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.22), transparent 30%),
    linear-gradient(135deg, #101828, #143f36 48%, #8a1538);
  color: #fff;
  box-shadow: 0 24px 70px rgba(0,0,0,.24);
}

.wc-flags {
  font-size: 1.35rem;
  letter-spacing: .35rem;
  margin-bottom: 18px;
  opacity: .95;
}

.wc-kicker {
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .12rem;
  text-transform: uppercase;
  color: #ffd166;
  margin-bottom: 8px;
}

.wc-hero h1 {
  max-width: 850px;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 950;
  line-height: .98;
  margin-bottom: 14px;
}

.wc-hero p {
  max-width: 760px;
  font-size: 1.08rem;
  color: rgba(255,255,255,.86);
}

.wc-trophy {
  min-width: 190px;
  text-align: center;
  padding: 20px;
  border-radius: 24px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(8px);
}

.wc-trophy .cup {
  font-size: 5rem;
  filter: drop-shadow(0 12px 18px rgba(0,0,0,.35));
  animation: cupFloat 2.4s ease-in-out infinite;
}

.cup-label {
  font-weight: 800;
  color: #fff;
}

@keyframes cupFloat {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-9px) rotate(2deg); }
}

.wc-alert-success {
  border: 0;
  border-radius: 18px;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(20,130,80,.15);
}

.wc-stat-card {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 22px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(16,24,40,.09);
  border: 1px solid rgba(16,24,40,.06);
}

.wc-stat-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #f2f4f7;
  font-size: 1.8rem;
}

.wc-stat-value {
  font-size: 2rem;
  font-weight: 950;
  line-height: 1;
}

.wc-stat-label {
  color: #667085;
  font-weight: 700;
}

.next-match-card {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 24px;
  border-radius: 26px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(138,21,56,.98), rgba(22,70,58,.98)),
    url('/assets/stadium-pattern.svg');
  box-shadow: 0 18px 55px rgba(138,21,56,.22);
}

.next-label {
  color: #ffd166;
  text-transform: uppercase;
  font-size: .8rem;
  letter-spacing: .08rem;
  font-weight: 950;
}

.next-teams {
  font-size: clamp(1.3rem, 3vw, 2rem);
  font-weight: 950;
}

.next-teams strong {
  margin: 0 12px;
  color: #ffd166;
}

.next-meta {
  color: rgba(255,255,255,.78);
  font-weight: 700;
}

.countdown {
  font-size: 1.5rem;
  font-weight: 950;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.14);
  white-space: nowrap;
}

.section-title-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
}

.section-title-row h2 {
  font-weight: 950;
  margin: 0;
}

.section-title-row p {
  margin: 4px 0 0;
  color: #667085;
}

.wc-match-card {
  position: relative;
  transition: transform .18s ease, box-shadow .18s ease;
}

.wc-match-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 50px rgba(16,24,40,.13);
}

.stage-pill {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: #f2f4f7;
  font-weight: 850;
}

.wc-match-card .vs {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #101828;
  color: #ffd166;
  font-weight: 950;
  font-size: .82rem;
}

.wc-match-card .team img {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(16,24,40,.16);
}

.bet-form button {
  font-weight: 850;
}

@media (max-width: 768px) {
  .wc-hero {
    padding: 24px;
  }

  .next-match-card,
  .section-title-row {
    align-items: stretch;
    flex-direction: column;
  }

  .countdown {
    text-align: center;
  }
}
.fight-card {
  max-width: 1180px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 20% 0%, rgba(255,255,255,.22), transparent 28%),
    radial-gradient(circle at 80% 0%, rgba(255,209,102,.28), transparent 28%),
    linear-gradient(135deg, #111827, #064e3b 50%, #8a1538);
  box-shadow: 0 28px 80px rgba(16,24,40,.30);
}

.fight-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}

.fight-label {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.15);
  font-weight: 950;
  text-transform: uppercase;
}

.fight-top h2 {
  margin: 12px 0 0;
  font-size: 1.4rem;
  font-weight: 950;
  color: #ffd166;
}

.fight-countdown {
  padding: 12px 18px;
  border-radius: 999px;
  background: #ffd166;
  color: #101828;
  font-weight: 950;
  white-space: nowrap;
}

.fight-arena {
  display: grid;
  grid-template-columns: 1fr 180px 1fr;
  gap: 28px;
  align-items: center;
}

.fighter {
  text-align: center;
}

.fighter img {
  width: 150px;
  height: 100px;
  object-fit: cover;
  border-radius: 18px;
  background: white;
  padding: 6px;
  box-shadow: 0 18px 45px rgba(0,0,0,.30);
}

.fighter h3 {
  margin: 18px 0 0;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: .95;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: -.04em;
  text-shadow: 0 10px 30px rgba(0,0,0,.25);
}

.fight-center {
  text-align: center;
}

.fight-vs {
  width: 120px;
  height: 120px;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  border-radius: 999px;
  background: #fff;
  color: #101828;
  font-size: 2.4rem;
  font-weight: 950;
  box-shadow: 0 20px 45px rgba(0,0,0,.28);
}

.fight-date {
  font-size: 1.1rem;
  font-weight: 950;
  color: #ffd166;
}

.fight-time {
  font-size: 2rem;
  font-weight: 950;
}

.fight-details {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 0;
}

.fight-details span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.13);
  font-weight: 800;
}

.fight-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
}

.fight-form input {
  width: 78px;
  height: 58px;
  border: 0;
  border-radius: 18px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 950;
}

.fight-form span {
  font-size: 2rem;
  font-weight: 950;
}

.fight-form button {
  height: 58px;
  border-radius: 18px;
  font-weight: 950;
  padding: 0 24px;
}

@media (max-width: 900px) {
  .fight-top,
  .fight-arena,
  .fight-form {
    display: flex;
    flex-direction: column;
  }

  .fighter h3 {
    font-size: 2.2rem;
  }

  .fighter img {
    width: 130px;
    height: 88px;
  }
}
.fight-card {
  display: block !important;
  max-width: 1180px !important;
  margin: 30px auto !important;
  padding: 32px !important;
  border-radius: 34px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #111827, #064e3b 55%, #8a1538) !important;
  box-shadow: 0 28px 80px rgba(16,24,40,.30) !important;
}

.fight-arena {
  display: grid !important;
  grid-template-columns: 1fr 180px 1fr !important;
  align-items: center !important;
  gap: 32px !important;
  width: 100% !important;
}

.fighter {
  text-align: center !important;
}

.fighter img {
  width: 180px !important;
  height: 120px !important;
  object-fit: cover !important;
  border-radius: 20px !important;
  background: #fff !important;
  padding: 8px !important;
}

.fighter h3 {
  font-size: 3.2rem !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
  margin-top: 18px !important;
  color: #fff !important;
}

.fight-center {
  text-align: center !important;
}

.fight-vs {
  margin: 0 auto 12px !important;
}
.wc-hero {
  max-width: 1180px;
  margin: 24px auto 22px;
  padding: 28px 32px;
}

.wc-hero h1 {
  font-size: clamp(2.2rem, 3.2vw, 3.4rem);
}

.wc-stat-card {
  padding: 16px 20px;
}

.fight-card {
  max-width: 1100px !important;
  padding: 24px 28px !important;
  margin-top: 22px !important;
}

.fight-top {
  margin-bottom: 14px !important;
}

.fight-arena {
  gap: 20px !important;
  grid-template-columns: 1fr 140px 1fr !important;
}

.fighter img {
  width: 135px !important;
  height: 90px !important;
}

.fighter h3 {
  font-size: clamp(2rem, 3vw, 3.2rem) !important;
  margin-top: 12px !important;
}

.fight-vs {
  width: 88px !important;
  height: 88px !important;
  font-size: 1.8rem !important;
}

.fight-date {
  font-size: .95rem !important;
}

.fight-time {
  font-size: 1.6rem !important;
}

.fight-details {
  margin-top: 18px !important;
}

.fight-form {
  margin-top: 18px !important;
}

.fight-form input,
.fight-form button {
  height: 48px !important;
}
.wc-hero {
  max-width: none !important;
  width: calc(100vw - 32px) !important;
  margin: 18px calc(50% - 50vw + 16px) 22px !important;
  border-radius: 0 0 32px 32px !important;
  padding: 28px clamp(28px, 8vw, 110px) !important;
}

.wc-hero h1 {
  font-size: clamp(2rem, 3vw, 3.2rem) !important;
  max-width: 900px !important;
}

.wc-hero p {
  font-size: 1rem !important;
}

.wc-trophy {
  padding: 16px 22px !important;
  min-width: 170px !important;
}

.wc-trophy .cup {
  font-size: 3.6rem !important;
}

.fight-card {
  max-width: 1050px !important;
  padding: 22px 26px !important;
  border-radius: 28px !important;
}

.fight-label {
  font-size: .78rem !important;
  padding: 7px 12px !important;
}

.fight-top h2 {
  font-size: 1.1rem !important;
}

.fight-countdown {
  font-size: .9rem !important;
  padding: 9px 14px !important;
}

.fight-arena {
  grid-template-columns: 1fr 110px 1fr !important;
  gap: 18px !important;
}

.fighter img {
  width: 112px !important;
  height: 74px !important;
  border-radius: 14px !important;
}

.fighter h3 {
  font-size: clamp(1.6rem, 2.4vw, 2.5rem) !important;
  letter-spacing: -.03em !important;
  margin-top: 10px !important;
}

.fight-vs {
  width: 72px !important;
  height: 72px !important;
  font-size: 1.35rem !important;
  margin-bottom: 8px !important;
}

.fight-date {
  font-size: .85rem !important;
}

.fight-time {
  font-size: 1.35rem !important;
}

.fight-details {
  margin-top: 14px !important;
  gap: 8px !important;
}

.fight-details span {
  font-size: .82rem !important;
  padding: 7px 11px !important;
}

.fight-form {
  margin-top: 14px !important;
}

.fight-form input {
  width: 58px !important;
  height: 44px !important;
  font-size: 1.15rem !important;
  border-radius: 13px !important;
}

.fight-form button {
  height: 44px !important;
  border-radius: 13px !important;
  font-size: .9rem !important;
  padding: 0 18px !important;
}

.fight-form span {
  font-size: 1.4rem !important;
}
.wc-hero {
  width: calc(100vw - 32px) !important;
  margin: 16px calc(50% - 50vw + 16px) 18px !important;
  border-radius: 0 0 26px 26px !important;
  padding: 26px clamp(32px, 7vw, 120px) !important;
  min-height: 180px !important;
  display: flex !important;
  align-items: center !important;
  background:
    linear-gradient(90deg, rgba(7, 26, 43, .96), rgba(10, 82, 68, .92), rgba(138, 21, 56, .92)),
    radial-gradient(circle at right, rgba(255,255,255,.18), transparent 28%) !important;
}

.wc-flags {
  font-size: .85rem !important;
  letter-spacing: .5rem !important;
  margin-bottom: 10px !important;
  opacity: .8 !important;
}

.wc-kicker {
  font-size: .72rem !important;
  color: #ffd166 !important;
  margin-bottom: 8px !important;
}

.wc-hero h1 {
  font-size: clamp(1.9rem, 2.6vw, 3rem) !important;
  line-height: 1.02 !important;
  max-width: 780px !important;
  margin-bottom: 10px !important;
}

.wc-hero p {
  font-size: .96rem !important;
  max-width: 740px !important;
  margin-bottom: 0 !important;
  opacity: .86 !important;
}

.wc-trophy {
  min-width: 210px !important;
  padding: 18px 20px !important;
  border-radius: 22px !important;
  background: rgba(255,255,255,.10) !important;
  box-shadow: none !important;
}

.wc-trophy .cup {
  font-size: 3rem !important;
}

.cup-label {
  font-size: .86rem !important;
}
body {
  padding-top: 0 !important;
}

main,
.container,
.container-fluid {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.wc-hero {
  margin-top: 0 !important;
  border-radius: 0 0 26px 26px !important;
}
.wc-flags {
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
  margin-bottom: 12px !important;
  letter-spacing: 0 !important;
}

.wc-flags img {
  width: 28px !important;
  height: 20px !important;
  object-fit: cover !important;
  border-radius: 5px !important;
  box-shadow: 0 4px 10px rgba(0,0,0,.18) !important;
}
.wc-hero {
  width: calc(100vw - 12px) !important;
  margin: 0 calc(50% - 50vw + 6px) 28px !important;
  min-height: 230px !important;
  padding: 36px clamp(32px, 9vw, 150px) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  align-items: center !important;
  background:
    radial-gradient(circle at 18% 20%, rgba(255,255,255,.12), transparent 28%),
    linear-gradient(110deg, #061526 0%, #064e3b 46%, #8a1538 100%) !important;
}

.wc-hero::after {
  content: "WORLD CUP 2026";
  position: absolute;
  right: clamp(20px, 6vw, 110px);
  bottom: -10px;
  font-size: clamp(3rem, 9vw, 9rem);
  font-weight: 950;
  letter-spacing: -.08em;
  color: rgba(255,255,255,.055);
  pointer-events: none;
}

.wc-flags {
  position: absolute !important;
  left: clamp(32px, 7vw, 120px);
  bottom: 26px;
  margin: 0 !important;
  display: flex !important;
  gap: 9px !important;
}

.wc-flags img {
  width: 25px !important;
  height: 18px !important;
  border-radius: 4px !important;
  box-shadow: 0 5px 12px rgba(0,0,0,.22) !important;
}

.wc-kicker {
  font-size: .76rem !important;
  letter-spacing: .14rem !important;
  margin-bottom: 10px !important;
}

.wc-hero h1 {
  font-size: clamp(2.1rem, 4vw, 4.2rem) !important;
  max-width: 780px !important;
  line-height: .95 !important;
  margin-bottom: 14px !important;
}

.wc-hero p {
  font-size: 1rem !important;
  max-width: 760px !important;
  color: rgba(255,255,255,.82) !important;
}

.wc-trophy {
  position: relative !important;
  z-index: 2 !important;
  min-width: 150px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  backdrop-filter: none !important;
}

.wc-trophy .cup {
  font-size: 4rem !important;
}

.cup-label {
  font-size: .82rem !important;
  opacity: .85 !important;
}

@media (max-width: 900px) {
  .wc-hero {
    grid-template-columns: 1fr !important;
    min-height: 260px !important;
  }

  .wc-trophy {
    display: none !important;
  }
}
.welcome-strip {
  max-width: 1100px;
  margin: 18px auto 24px;
  text-align: center;
  font-size: clamp(1.5rem, 2.4vw, 2.4rem);
  font-weight: 950;
  letter-spacing: -.03em;
  color: #101828;
}

.welcome-strip span {
  display: block;
  margin-top: 6px;
  font-size: clamp(.95rem, 1.2vw, 1.15rem);
  font-weight: 700;
  color: #667085;
  letter-spacing: 0;
}