.wc2026-tracker{
  --wc-navy:#06162b;
  --wc-navy-2:#092c4c;
  --wc-navy-3:#0e355c;
  --wc-green:#0f7a3b;
  --wc-green-2:#19a85b;
  --wc-green-3:#35d07f;
  --wc-mint:#eaffef;
  --wc-soft:#f4fbf6;
  --wc-line:rgba(15,122,59,.22);
  --wc-text:#0d2033;
  --wc-muted:#486178;
  box-sizing:border-box;
  max-width:1180px;
  margin:24px auto;
  overflow:hidden;
  border:1px solid rgba(15,122,59,.26);
  border-radius:26px;
  background:linear-gradient(180deg,#f9fffb 0%,#edf7f1 100%);
  color:var(--wc-text);
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  box-shadow:0 22px 60px rgba(6,22,43,.18);
}
.wc2026-tracker *{box-sizing:border-box}
.wc2026-tracker button,.wc2026-tracker select{font:inherit}
.wc2026-tracker button{appearance:none;-webkit-appearance:none}

.wc2026-hero{
  position:relative;
  min-height:230px;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(ellipse at 50% 112%,rgba(45,201,102,.92) 0 15%,rgba(13,108,55,.92) 32%,rgba(9,44,76,.97) 63%,#06162b 100%),
    linear-gradient(135deg,#06162b,#092c4c 50%,#0f7a3b);
}
.wc2026-hero:before{
  content:"";
  position:absolute;
  inset:-30px;
  background:
    radial-gradient(circle at 10% 16%,rgba(255,255,255,.95) 0 3px,transparent 4px),
    radial-gradient(circle at 23% 9%,rgba(255,255,255,.82) 0 2px,transparent 3px),
    radial-gradient(circle at 38% 7%,rgba(255,255,255,.9) 0 3px,transparent 4px),
    radial-gradient(circle at 61% 8%,rgba(255,255,255,.88) 0 3px,transparent 4px),
    radial-gradient(circle at 78% 10%,rgba(255,255,255,.86) 0 2px,transparent 3px),
    radial-gradient(circle at 91% 16%,rgba(255,255,255,.95) 0 3px,transparent 4px),
    repeating-linear-gradient(90deg,rgba(255,255,255,.11) 0 1px,transparent 1px 52px),
    linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,0) 42%,rgba(0,0,0,.2));
  filter:blur(2.5px);
  opacity:.9;
  transform:scale(1.02);
  animation:wc2026StadiumGlow 9s ease-in-out infinite alternate;
}
.wc2026-hero:after{
  content:"";
  position:absolute;
  left:-6%;right:-6%;bottom:-34px;
  height:138px;
  background:
    linear-gradient(90deg,transparent 8%,rgba(255,255,255,.34) 8.35%,transparent 8.7%,transparent 49%,rgba(255,255,255,.34) 49.35%,rgba(255,255,255,.34) 50.65%,transparent 51%,transparent 91%,rgba(255,255,255,.34) 91.35%,transparent 91.7%),
    radial-gradient(ellipse at 50% 72%,transparent 0 25%,rgba(255,255,255,.3) 25.6%,transparent 26.5%),
    repeating-linear-gradient(90deg,rgba(255,255,255,.04) 0 34px,rgba(0,0,0,.07) 34px 68px),
    linear-gradient(180deg,rgba(50,217,111,.18),rgba(17,120,60,.78));
  filter:blur(.8px);
  opacity:.88;
  animation:wc2026PitchMove 14s ease-in-out infinite alternate;
}
@keyframes wc2026StadiumGlow{
  0%{opacity:.78;transform:scale(1.02) translateX(-4px)}
  100%{opacity:.96;transform:scale(1.05) translateX(4px)}
}
@keyframes wc2026PitchMove{
  0%{transform:translateX(-6px)}
  100%{transform:translateX(6px)}
}
.wc2026-hero-inner{
  position:relative;
  z-index:1;
  min-height:230px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  padding:34px 30px 28px;
  background:linear-gradient(90deg,rgba(6,22,43,.72),rgba(6,22,43,.26) 58%,rgba(6,22,43,.58));
}
.wc2026-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:8px;
  padding:6px 10px;
  border:1px solid rgba(234,255,239,.48);
  border-radius:999px;
  background:rgba(6,22,43,.38);
  color:#dfffe6;
  font-size:13px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.wc2026-header,.wc2026-headline{position:relative;z-index:1}
.wc2026-headline h3{
  margin:0;
  color:#fff;
  font-size:clamp(30px,5vw,52px);
  line-height:1.02;
  letter-spacing:-.04em;
  text-shadow:0 4px 22px rgba(0,0,0,.48);
}
.wc2026-rotator-text{
  display:inline-block;
  min-height:1.08em;
  transition:opacity 1.25s ease-in-out,transform 1.25s ease-in-out;
}
.wc2026-rotator-text.is-changing{opacity:0;transform:translateY(0)}
.wc2026-headline p{
  max-width:680px;
  margin:10px 0 0;
  color:#e4ffeb;
  font-size:17px;
  font-weight:650;
  text-shadow:0 2px 12px rgba(0,0,0,.35);
}
.wc2026-hero-chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:17px;
}
.wc2026-hero-chips span{
  display:inline-flex;
  padding:8px 11px;
  border:1px solid rgba(234,255,239,.42);
  border-radius:999px;
  background:rgba(234,255,239,.12);
  color:#fff;
  font-size:13px;
  font-weight:800;
  backdrop-filter:blur(4px);
}
.wc2026-refresh{
  flex:0 0 auto;
  border:1px solid rgba(234,255,239,.75);
  border-radius:999px;
  padding:12px 18px;
  background:#eaffef;
  color:#06162b;
  cursor:pointer;
  font-weight:900;
  box-shadow:0 12px 28px rgba(0,0,0,.24);
  transition:transform .16s ease,background .16s ease,color .16s ease,box-shadow .16s ease;
}
.wc2026-refresh:hover,.wc2026-refresh:focus-visible{
  background:#fff;
  color:var(--wc-green);
  transform:translateY(-1px);
  box-shadow:0 16px 34px rgba(0,0,0,.3);
  outline:none;
}

.wc2026-tabs{
  display:flex;
  gap:10px;
  overflow-x:auto;
  padding:14px 18px;
  background:linear-gradient(180deg,#fbfffc,#f0f8f3);
  border-bottom:1px solid var(--wc-line);
  scrollbar-width:thin;
}
.wc2026-tabs button{
  flex:0 0 auto;
  border:1px solid rgba(9,44,76,.08);
  border-radius:999px;
  padding:11px 18px;
  background:#edf4f0;
  color:#092c4c;
  cursor:pointer;
  font-weight:850;
  line-height:1;
  white-space:nowrap;
  box-shadow:inset 0 -1px 0 rgba(6,22,43,.05);
  transition:background .16s ease,color .16s ease,border-color .16s ease,transform .16s ease,box-shadow .16s ease;
}
.wc2026-tabs button:hover,.wc2026-tabs button:focus-visible{
  background:#dff7e7;
  border-color:rgba(15,122,59,.42);
  color:#06162b;
  outline:none;
}
.wc2026-tabs button.active{
  background:#06162b;
  color:#fff;
  border-color:#35d07f;
  box-shadow:0 0 0 3px rgba(25,168,91,.16),0 8px 18px rgba(6,22,43,.14);
}

.wc2026-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  min-height:520px;
}
.wc2026-has-shortcuts .wc2026-layout{
  grid-template-columns:286px minmax(0,1fr);
}
.wc2026-chat{
  display:flex;
  flex-direction:column;
  gap:10px;
  padding:18px;
  background:
    radial-gradient(circle at 25% 0,rgba(25,168,91,.3),transparent 32%),
    linear-gradient(180deg,#06162b 0%,#092c4c 100%);
  border-right:1px solid rgba(15,122,59,.34);
}
.wc2026-bubble{
  margin-bottom:6px;
  padding:14px 15px;
  border-radius:18px;
  font-weight:900;
  line-height:1.35;
}
.wc2026-bot{
  background:#eaffef;
  color:#06162b;
  border:1px solid rgba(234,255,239,.86);
  box-shadow:0 8px 20px rgba(0,0,0,.15);
}
.wc2026-chat button{
  width:100%;
  border:1px solid rgba(87,225,141,.78);
  border-radius:16px;
  padding:12px 14px;
  background:#0f7a3b;
  color:#fff;
  cursor:pointer;
  text-align:left;
  font-weight:900;
  line-height:1.25;
  box-shadow:inset 0 -2px 0 rgba(0,0,0,.22),0 8px 18px rgba(0,0,0,.13);
  transition:background .16s ease,color .16s ease,border-color .16s ease,transform .16s ease,box-shadow .16s ease;
}
.wc2026-chat button:hover,.wc2026-chat button:focus-visible{
  background:#19a85b;
  color:#fff;
  border-color:#eaffef;
  transform:translateX(3px);
  outline:none;
}
.wc2026-chat button.active{
  background:#eaffef;
  color:#06162b;
  border-color:#fff;
  box-shadow:0 0 0 3px rgba(53,208,127,.28),0 10px 22px rgba(0,0,0,.18);
}

.wc2026-content{
  min-width:0;
  padding:20px;
  background:linear-gradient(180deg,#f9fffb 0%,#edf7f1 100%);
}
.wc2026-filters{
  display:none;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-bottom:16px;
  padding:14px;
  border:1px solid rgba(15,122,59,.17);
  border-radius:18px;
  background:rgba(255,255,255,.72);
}
.wc2026-show-filters .wc2026-filters{display:grid}
.wc2026-filters label{
  display:block;
  color:#092c4c;
  font-size:13px;
  font-weight:900;
}
.wc2026-filters select{
  width:100%;
  min-height:42px;
  margin-top:6px;
  border:1px solid rgba(15,122,59,.34);
  border-radius:12px;
  padding:9px 12px;
  background:#fff;
  color:#06162b;
  font-weight:750;
  box-shadow:0 2px 0 rgba(15,122,59,.05);
}
.wc2026-filters select:focus{
  border-color:#19a85b;
  outline:3px solid rgba(25,168,91,.18);
}
.wc2026-status{
  display:none;
  margin-bottom:14px;
  padding:14px 16px;
  border:1px solid rgba(15,122,59,.22);
  border-radius:16px;
  background:#e7f7ec;
  color:#0b3b22;
  font-weight:850;
}
.wc2026-is-loading .wc2026-status{display:block}
.wc2026-results{min-width:0}

.wc2026-card,.wc2026-overview-card{
  border:1px solid rgba(15,122,59,.18);
  border-radius:22px;
  background:#fff;
  color:#0d2033;
  box-shadow:0 10px 26px rgba(6,22,43,.07);
}
.wc2026-card{padding:18px}
.wc2026-card h4,.wc2026-overview-card h4{
  margin:0;
  color:#06162b;
  font-size:19px;
  line-height:1.2;
}
.wc2026-card h5{
  margin:20px 0 8px;
  color:#092c4c;
  font-size:16px;
}
.wc2026-card p{line-height:1.6}
.wc2026-meta{
  margin:8px 0 0;
  color:#486178;
  font-size:13px;
  font-weight:650;
}
.wc2026-empty-inline{margin:12px 0;color:#486178;font-weight:750}

.wc2026-overview-grid{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(300px,.95fr);
  gap:18px;
  align-items:start;
}
.wc2026-overview-card{padding:18px}
.wc2026-overview-matches-card{grid-row:span 2}
.wc2026-card-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  padding-bottom:14px;
  border-bottom:1px solid rgba(9,44,76,.14);
}
.wc2026-card-head h4 span{color:#486178;font-weight:700}
.wc2026-card-head p{
  margin:4px 0 0;
  color:#486178;
  font-size:13px;
  font-weight:750;
}
.wc2026-mini-link,.wc2026-chevron{
  flex:0 0 auto;
  border:1px solid rgba(15,122,59,.18);
  border-radius:999px;
  background:#0f7a3b;
  color:#fff;
  cursor:pointer;
  font-weight:900;
  white-space:nowrap;
}
.wc2026-mini-link{padding:9px 12px;font-size:13px}
.wc2026-chevron{width:36px;height:36px;font-size:28px;line-height:28px;padding:0}
.wc2026-mini-link:hover,.wc2026-chevron:hover,.wc2026-mini-link:focus-visible,.wc2026-chevron:focus-visible{
  background:#06162b;
  color:#fff;
  outline:3px solid rgba(25,168,91,.18);
}
.wc2026-overview-match-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0 18px;
  margin-top:12px;
}
.wc2026-overview-match-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) 108px;
  gap:12px;
  min-width:0;
  padding:14px 0;
  border-bottom:1px solid rgba(9,44,76,.13);
}
.wc2026-overview-match-group{
  grid-column:1 / -1;
  color:#486178;
  font-size:13px;
  font-weight:800;
}
.wc2026-overview-teams{
  display:grid;
  gap:8px;
  min-width:0;
}
.wc2026-overview-teams span{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
  color:#06162b;
  font-size:17px;
  font-weight:850;
}
.wc2026-overview-teams span span{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.wc2026-overview-time{
  display:flex;
  align-items:center;
  justify-content:center;
  border-left:1px solid rgba(9,44,76,.13);
  color:#06162b;
  text-align:center;
  font-size:13px;
  font-weight:800;
}
.wc2026-overview-tv{
  grid-column:1 / -1;
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  gap:7px;
  width:max-content;
  max-width:100%;
  margin-top:-2px;
  padding:6px 9px;
  border:1px solid rgba(15,122,59,.2);
  border-radius:999px;
  background:#f2fbf5;
  color:#486178;
  font-size:12px;
  font-weight:850;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.wc2026-overview-tv.is-known{
  background:#eaffef;
  border-color:rgba(15,122,59,.34);
  color:#06162b;
}
.wc2026-overview-tv.is-empty{
  background:#f7faf8;
  border-color:rgba(72,97,120,.18);
  color:#5b6f81;
}
.wc2026-overview-tv:before{
  content:"TV";
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:24px;
  height:18px;
  border-radius:999px;
  background:#06162b;
  color:#fff;
  font-size:10px;
  font-weight:950;
  letter-spacing:.03em;
}
.wc2026-info-badge{
  display:inline-flex;
  margin-bottom:11px;
  padding:7px 10px;
  border-radius:999px;
  background:#eaffef;
  color:#0f7a3b;
  font-size:13px;
  font-weight:950;
}
.wc2026-overview-info-card{
  background:
    radial-gradient(circle at 100% 0,rgba(25,168,91,.18),transparent 34%),#fff;
}
.wc2026-overview-info-card p{margin:10px 0 0;color:#0d2033;line-height:1.55;font-weight:650}
.wc2026-overview-info-card .wc2026-mini-link{margin-top:14px}

.wc2026-list-head{
  margin-bottom:14px;
  padding:2px 2px 0;
}
.wc2026-list-head h4{margin:0;color:#06162b;font-size:22px}
.wc2026-list-head p{margin:5px 0 0;color:#486178;font-weight:700}
.wc2026-card-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:15px;
}
.wc2026-groups-grid{align-items:start}
.wc2026-full-card{grid-column:1 / -1}

.wc2026-match-card{display:grid;gap:10px}
.wc2026-match-top{
  display:flex;
  justify-content:space-between;
  gap:12px;
  color:#486178;
  font-size:13px;
  font-weight:800;
}
.wc2026-card-title{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
  align-items:center;
  gap:12px;
  color:#06162b;
  font-size:17px;
  font-weight:950;
}
.wc2026-card-title strong{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:48px;
  padding:6px 9px;
  border-radius:999px;
  background:#edf7f1;
  color:#0f7a3b;
  font-size:14px;
  font-weight:950;
}
.wc2026-broadcast{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:9px 11px;
  border:1px solid rgba(9,44,76,.1);
  border-radius:15px;
  background:#f7fbf8;
  color:#486178;
  font-size:13px;
  line-height:1.35;
}
.wc2026-broadcast span{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#0f7a3b;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.035em;
  font-size:11px;
}
.wc2026-broadcast span:before{
  content:"";
  display:inline-block;
  width:8px;
  height:8px;
  border-radius:999px;
  background:#35d07f;
  box-shadow:0 0 0 3px rgba(53,208,127,.18);
}
.wc2026-broadcast strong{
  color:#06162b;
  font-weight:950;
  text-align:right;
}
.wc2026-broadcast em{
  color:#486178;
  font-style:normal;
  font-weight:750;
}
.wc2026-broadcast.is-known{
  background:linear-gradient(90deg,#eaffef,#f8fffa);
  border-color:rgba(15,122,59,.28);
}
.wc2026-broadcast.is-empty{
  background:#f8faf9;
  border-color:rgba(72,97,120,.16);
}
.wc2026-broadcast.is-empty span{color:#5b6f81}
.wc2026-broadcast.is-empty span:before{background:#b9c7c0;box-shadow:none}
.wc2026-broadcast.is-empty strong{color:#486178}
.wc2026-team-line,.wc2026-team-cell,.wc2026-team-card-main{
  display:flex;
  align-items:center;
  gap:9px;
  min-width:0;
}
.wc2026-team-line-away{justify-content:flex-end;text-align:right}
.wc2026-team-name{
  display:block;
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.wc2026-flag{
  flex:0 0 auto;
  width:23px;
  height:16px;
  object-fit:cover;
  border-radius:3px;
  box-shadow:0 0 0 1px rgba(6,22,43,.08);
}
.wc2026-flag-emoji,.wc2026-flag-fallback{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:23px;
  height:18px;
  font-size:17px;
  line-height:1;
}
.wc2026-flag-fallback{font-size:14px;color:#0f7a3b}

.wc2026-standing-wrap{width:100%;overflow-x:auto}
.wc2026-standing{
  width:100%;
  border-collapse:collapse;
  table-layout:fixed;
  color:#06162b;
}
.wc2026-standing th,.wc2026-standing td{
  padding:11px 7px;
  border-bottom:1px solid rgba(9,44,76,.13);
  text-align:center;
  font-size:14px;
}
.wc2026-standing th{
  color:#486178;
  font-weight:900;
}
.wc2026-standing th:first-child,.wc2026-standing td:first-child{
  width:48%;
  text-align:left;
}
.wc2026-standing td:first-child{
  display:flex;
  align-items:center;
  gap:9px;
  min-width:0;
}
.wc2026-standing tbody tr:last-child td{border-bottom:0}
.wc2026-rank{
  flex:0 0 22px;
  color:#06162b;
  font-weight:900;
}
.wc2026-standing-compact th,.wc2026-standing-compact td{padding:10px 5px}
.wc2026-standing-compact th:nth-child(3),.wc2026-standing-compact td:nth-child(3),
.wc2026-standing-compact th:nth-child(4),.wc2026-standing-compact td:nth-child(4),
.wc2026-standing-compact th:nth-child(5),.wc2026-standing-compact td:nth-child(5){display:none}
.wc2026-standing-compact th:first-child,.wc2026-standing-compact td:first-child{width:58%}

.wc2026-team-card-main h4{margin-bottom:4px}
.wc2026-team-card-main p{margin:0;color:#486178;font-weight:750}
.wc2026-team-card .wc2026-flag,.wc2026-team-card .wc2026-flag-emoji,.wc2026-team-card .wc2026-flag-fallback{width:34px;height:26px;font-size:24px}
.wc2026-stadium-card p{margin-bottom:0}
.wc2026-history-card{padding:24px}
.wc2026-history-card h4{font-size:24px;margin-bottom:12px}
.wc2026-history-card p{margin:0 0 14px;color:#19324a;font-size:15.5px}
.wc2026-history-facts{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin:18px 0;
}
.wc2026-history-facts div{
  padding:14px;
  border:1px solid rgba(15,122,59,.18);
  border-radius:16px;
  background:#f2fbf5;
}
.wc2026-history-facts strong{display:block;color:#0f7a3b;font-size:13px;text-transform:uppercase;letter-spacing:.03em}
.wc2026-history-facts span{display:block;margin-top:5px;color:#06162b;font-weight:900}

.wc2026-card code{
  padding:2px 5px;
  border-radius:6px;
  background:#edf7f1;
  color:#092c4c;
  font-size:.92em;
}

@media (max-width:980px){
  .wc2026-layout,.wc2026-has-shortcuts .wc2026-layout{grid-template-columns:1fr}
  .wc2026-chat{border-right:0;border-bottom:1px solid rgba(15,122,59,.34)}
  .wc2026-chat{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
  .wc2026-bubble{grid-column:1 / -1}
  .wc2026-overview-grid{grid-template-columns:1fr}
  .wc2026-overview-matches-card{grid-row:auto}
  .wc2026-history-facts{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:760px){
  .wc2026-hero-inner{display:block;min-height:245px;padding:28px 20px 22px}
  .wc2026-refresh{margin-top:18px}
  .wc2026-tabs{padding:12px}
  .wc2026-content{padding:14px}
  .wc2026-filters,.wc2026-show-filters .wc2026-filters{grid-template-columns:1fr}
  .wc2026-card-grid{grid-template-columns:1fr}
  .wc2026-overview-match-list{grid-template-columns:1fr}
  .wc2026-card-title{grid-template-columns:1fr;gap:8px;text-align:left}
  .wc2026-team-line-away{justify-content:flex-start;text-align:left}
  .wc2026-card-title strong{justify-self:flex-start}
}
@media (max-width:560px){
  .wc2026-tracker{border-radius:18px;margin:16px auto}
  .wc2026-headline h3{font-size:32px}
  .wc2026-headline p{font-size:15px}
  .wc2026-hero-chips span{font-size:12px}
  .wc2026-chat{grid-template-columns:1fr}
  .wc2026-overview-match-row{grid-template-columns:1fr}
  .wc2026-overview-tv{width:100%;white-space:normal}
  .wc2026-broadcast{align-items:flex-start;flex-direction:column;gap:4px}
  .wc2026-broadcast strong{text-align:left}
  .wc2026-overview-time{justify-content:flex-start;border-left:0;color:#0f7a3b}
  .wc2026-standing th,.wc2026-standing td{font-size:13px;padding:9px 5px}
  .wc2026-standing th:nth-child(3),.wc2026-standing td:nth-child(3),
  .wc2026-standing th:nth-child(4),.wc2026-standing td:nth-child(4),
  .wc2026-standing th:nth-child(5),.wc2026-standing td:nth-child(5){display:none}
  .wc2026-standing th:first-child,.wc2026-standing td:first-child{width:58%}
  .wc2026-history-facts{grid-template-columns:1fr}
}
@media (prefers-reduced-motion:reduce){
  .wc2026-hero:before,.wc2026-hero:after{animation:none}
  .wc2026-rotator-text,.wc2026-refresh,.wc2026-tabs button,.wc2026-chat button{transition:none}
}

/* v1.3.0 multi-source status cards */
.wc2026-source-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
.wc2026-source-card{border-left:5px solid var(--wc-green);background:linear-gradient(180deg,#fff,#f4fbf6)}
.wc2026-source-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}
.wc2026-source-top h4{margin:0!important}
.wc2026-source-pill{display:inline-flex;align-items:center;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;border:1px solid rgba(6,22,43,.12)}
.wc2026-source-pill.is-on{background:#eaffef;color:#064b25;border-color:rgba(15,122,59,.28)}
.wc2026-source-pill.is-off{background:#edf1f5;color:#526273;border-color:rgba(6,22,43,.15)}
.wc2026-source-note{margin:18px 0;padding:14px 16px;border-radius:18px;background:linear-gradient(135deg,rgba(15,122,59,.12),rgba(9,44,76,.08));border:1px solid rgba(15,122,59,.18);color:var(--wc-text)}

/* v1.5.0: improved animated stadium header, team detail pages and clearer history */
.wc2026-hero{
  min-height:260px;
  background:
    radial-gradient(ellipse at 50% 118%,rgba(42,205,92,.96) 0 13%,rgba(9,105,53,.92) 29%,rgba(6,43,71,.96) 58%,#041225 100%),
    linear-gradient(135deg,#041225 0%,#08294b 48%,#0f7a3b 100%);
}
.wc2026-hero:before{
  background:
    radial-gradient(circle at 9% 16%,rgba(255,255,255,.98) 0 4px,transparent 5px),
    radial-gradient(circle at 20% 9%,rgba(255,255,255,.78) 0 3px,transparent 4px),
    radial-gradient(circle at 34% 6%,rgba(255,255,255,.92) 0 4px,transparent 5px),
    radial-gradient(circle at 50% 5%,rgba(255,255,255,.86) 0 3px,transparent 4px),
    radial-gradient(circle at 66% 7%,rgba(255,255,255,.92) 0 4px,transparent 5px),
    radial-gradient(circle at 82% 10%,rgba(255,255,255,.78) 0 3px,transparent 4px),
    radial-gradient(circle at 93% 17%,rgba(255,255,255,.98) 0 4px,transparent 5px),
    linear-gradient(72deg,transparent 0 20%,rgba(255,255,255,.18) 31%,transparent 44% 100%),
    linear-gradient(107deg,transparent 0 49%,rgba(100,255,160,.15) 61%,transparent 74% 100%),
    repeating-linear-gradient(90deg,rgba(255,255,255,.13) 0 1px,transparent 1px 50px),
    linear-gradient(180deg,rgba(255,255,255,.12),transparent 42%,rgba(0,0,0,.22));
  filter:blur(2.2px);
  animation:wc2026StadiumGlow 8s ease-in-out infinite alternate, wc2026LightSweep 16s linear infinite;
}
.wc2026-hero-inner:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(110deg,transparent 0 42%,rgba(255,255,255,.16) 50%,transparent 60% 100%),
    radial-gradient(circle at 78% 12%,rgba(53,208,127,.18),transparent 26%);
  mix-blend-mode:screen;
  opacity:.72;
  animation:wc2026HeroBeams 11s ease-in-out infinite alternate;
}
@keyframes wc2026LightSweep{
  0%{background-position:0 0,0 0,0 0,0 0,0 0,0 0,0 0,-260px 0,220px 0,0 0,0 0}
  100%{background-position:0 0,0 0,0 0,0 0,0 0,0 0,0 0,280px 0,-240px 0,0 0,0 0}
}
@keyframes wc2026HeroBeams{
  0%{transform:translateX(-3%) skewX(-2deg);opacity:.48}
  100%{transform:translateX(3%) skewX(2deg);opacity:.82}
}
.wc2026-headline h3{max-width:850px}
.wc2026-headline p{max-width:760px}

button.wc2026-team-line,
button.wc2026-team-cell,
button.wc2026-overview-team-button{
  appearance:none;
  -webkit-appearance:none;
  border:0;
  background:transparent;
  color:inherit;
  cursor:pointer;
  padding:0;
  font:inherit;
}
button.wc2026-team-line:hover .wc2026-team-name,
button.wc2026-team-line:focus-visible .wc2026-team-name,
button.wc2026-team-cell:hover .wc2026-team-name,
button.wc2026-team-cell:focus-visible .wc2026-team-name,
button.wc2026-overview-team-button:hover .wc2026-team-name,
button.wc2026-overview-team-button:focus-visible .wc2026-team-name{
  color:#0f7a3b;
  text-decoration:underline;
  text-underline-offset:3px;
}
button.wc2026-team-line:focus-visible,
button.wc2026-team-cell:focus-visible,
button.wc2026-overview-team-button:focus-visible{
  outline:3px solid rgba(25,168,91,.2);
  border-radius:10px;
}
.wc2026-overview-team-button{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
  color:#06162b;
  font-size:17px;
  font-weight:850;
  text-align:left;
}
.wc2026-overview-team-button .wc2026-team-name{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.wc2026-team-cell{
  display:flex;
  align-items:center;
  gap:9px;
  min-width:0;
  width:100%;
  text-align:left;
  font-weight:850;
}
.wc2026-team-card{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:12px;
  width:100%;
  min-height:150px;
  text-align:left;
  cursor:pointer;
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease;
}
.wc2026-team-card:hover,
.wc2026-team-card:focus-visible{
  transform:translateY(-2px);
  border-color:rgba(15,122,59,.42);
  background:linear-gradient(180deg,#fff,#f4fbf6);
  box-shadow:0 16px 34px rgba(6,22,43,.13);
  outline:none;
}
.wc2026-team-card-extra{
  display:grid;
  gap:5px;
  color:#486178;
  font-size:13px;
  font-weight:750;
}
.wc2026-open-profile{
  display:inline-flex;
  align-self:flex-start;
  padding:7px 10px;
  border-radius:999px;
  background:#eaffef;
  color:#0f7a3b;
  font-size:12px;
  font-weight:950;
}

.wc2026-team-detail{display:grid;gap:18px}
.wc2026-team-detail-hero{
  position:relative;
  overflow:hidden;
  min-height:250px;
  border-radius:26px;
  padding:20px;
  color:#fff;
  background:
    linear-gradient(115deg,rgba(4,18,37,.96) 0%,rgba(9,44,76,.93) 45%,rgba(15,122,59,.92) 100%),
    radial-gradient(circle at 90% 0,rgba(53,208,127,.35),transparent 36%);
  box-shadow:0 18px 44px rgba(6,22,43,.18);
}
.wc2026-team-detail-hero:before{
  content:"";
  position:absolute;
  inset:-50px -60px;
  background:
    linear-gradient(60deg,transparent 0 52%,rgba(255,255,255,.13) 53%,transparent 66%),
    linear-gradient(115deg,transparent 0 40%,rgba(53,208,127,.16) 50%,transparent 60%),
    repeating-linear-gradient(90deg,rgba(255,255,255,.06) 0 44px,rgba(255,255,255,.11) 44px 46px,rgba(255,255,255,.02) 46px 92px);
  opacity:.8;
  animation:wc2026HeroBeams 12s ease-in-out infinite alternate;
}
.wc2026-team-detail-hero:after{
  content:"";
  position:absolute;
  left:-5%;right:-5%;bottom:-42px;
  height:130px;
  background:
    radial-gradient(ellipse at 50% 74%,transparent 0 30%,rgba(255,255,255,.33) 30.7%,transparent 32%),
    repeating-linear-gradient(90deg,rgba(255,255,255,.05) 0 36px,rgba(0,0,0,.08) 36px 72px),
    linear-gradient(180deg,rgba(53,208,127,.22),rgba(15,122,59,.82));
  filter:blur(1px);
}
.wc2026-back-btn{
  position:relative;
  z-index:1;
  border:1px solid rgba(234,255,239,.55);
  border-radius:999px;
  padding:9px 13px;
  background:rgba(234,255,239,.12);
  color:#fff;
  cursor:pointer;
  font-weight:900;
}
.wc2026-back-btn:hover,.wc2026-back-btn:focus-visible{background:#eaffef;color:#06162b;outline:none}
.wc2026-team-detail-main{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  gap:18px;
  margin-top:26px;
}
.wc2026-team-detail-main h4{
  margin:0;
  color:#fff;
  font-size:clamp(34px,5vw,58px);
  letter-spacing:-.04em;
  line-height:1;
  text-shadow:0 4px 22px rgba(0,0,0,.35);
}
.wc2026-team-detail-main p{margin:9px 0 0;color:#dfffe6;font-weight:850}
.wc2026-team-detail-flag{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  width:90px;
  height:70px;
  border-radius:18px;
  background:rgba(255,255,255,.15);
  border:1px solid rgba(255,255,255,.24);
  box-shadow:0 12px 28px rgba(0,0,0,.18);
  backdrop-filter:blur(5px);
}
.wc2026-team-detail-flag .wc2026-flag{width:66px;height:46px;border-radius:8px}
.wc2026-team-detail-flag .wc2026-flag-emoji,
.wc2026-team-detail-flag .wc2026-flag-fallback{width:66px;height:46px;font-size:42px;color:#eaffef}
.wc2026-team-detail-stats{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
  gap:10px;
  margin-top:24px;
}
.wc2026-team-detail-stats div{
  padding:12px;
  border:1px solid rgba(234,255,239,.24);
  border-radius:16px;
  background:rgba(4,18,37,.32);
  backdrop-filter:blur(5px);
}
.wc2026-team-detail-stats span{display:block;color:#bcefc9;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
.wc2026-team-detail-stats strong{display:block;margin-top:4px;color:#fff;font-size:17px;line-height:1.2}
.wc2026-team-detail-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);
  gap:16px;
}
.wc2026-team-match-list{display:grid;gap:12px;margin-top:12px}
.wc2026-team-match-list .wc2026-match-card{box-shadow:none;background:#f8fcfa}
.wc2026-squad-section{
  border:1px solid rgba(15,122,59,.18);
  border-radius:24px;
  padding:18px;
  background:#fff;
  box-shadow:0 10px 26px rgba(6,22,43,.07);
}
.wc2026-squad-section h4{margin:0 0 14px;color:#06162b;font-size:22px}
.wc2026-squad-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(230px,1fr));
  gap:14px;
  overflow-x:auto;
  padding-bottom:4px;
}
.wc2026-squad-column{
  min-width:230px;
  overflow:hidden;
  border:1px solid rgba(6,22,43,.12);
  border-radius:14px;
  background:#fff;
}
.wc2026-squad-title{
  padding:11px 13px;
  background:#06162b;
  color:#fff;
  font-weight:950;
  text-transform:lowercase;
}
.wc2026-player-row{
  display:grid;
  grid-template-columns:34px minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  padding:12px;
  border-bottom:1px solid rgba(6,22,43,.09);
}
.wc2026-player-row:last-child{border-bottom:0}
.wc2026-player-number{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  border-radius:999px;
  background:#0f7a3b;
  color:#fff;
  font-size:13px;
  font-weight:950;
}
.wc2026-player-main{min-width:0}
.wc2026-player-main strong,
.wc2026-player-main em{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.wc2026-player-main strong{color:#06162b;font-size:14px}
.wc2026-player-main em{margin-top:2px;color:#6a7886;font-size:12px;font-style:normal;font-weight:700}

.wc2026-player-pos{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:34px;
  padding:4px 7px;
  border-radius:999px;
  background:#e8f7ee;
  color:#065f46;
  font-size:11px;
  font-weight:900;
  white-space:nowrap;
}

.wc2026-player-age{color:#6a7886;font-size:12px;font-weight:800;white-space:nowrap}
.wc2026-squad-empty{background:linear-gradient(180deg,#fff,#f4fbf6)}
.wc2026-team-history-box p{color:#19324a}
.wc2026-team-history-facts{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}
.wc2026-team-history-facts span{display:inline-flex;padding:8px 10px;border-radius:999px;background:#eaffef;color:#0b3b22;font-weight:800}

.wc2026-history-table-wrap{width:100%;overflow-x:auto;margin:12px 0 20px;border:1px solid rgba(15,122,59,.18);border-radius:18px}
.wc2026-history-table{width:100%;border-collapse:collapse;min-width:620px;background:#fff}
.wc2026-history-table th,.wc2026-history-table td{padding:12px 14px;border-bottom:1px solid rgba(9,44,76,.1);text-align:left;font-size:14px}
.wc2026-history-table th{background:#06162b;color:#fff;font-weight:950}
.wc2026-history-table tbody tr:nth-child(even){background:#f4fbf6}
.wc2026-history-table tbody tr:last-child td{border-bottom:0}
.wc2026-history-table td:first-child{width:58px;color:#486178;font-weight:900}

@media (max-width:980px){
  .wc2026-team-detail-grid{grid-template-columns:1fr}
  .wc2026-squad-grid{grid-template-columns:repeat(2,minmax(230px,1fr))}
}
@media (max-width:760px){
  .wc2026-team-detail-main{align-items:flex-start;flex-direction:column}
  .wc2026-team-detail-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .wc2026-squad-grid{grid-template-columns:1fr}
}
@media (max-width:560px){
  .wc2026-team-detail-hero{border-radius:18px;padding:16px}
  .wc2026-team-detail-stats{grid-template-columns:1fr}
  .wc2026-team-detail-main h4{font-size:34px}
}
@media (prefers-reduced-motion:reduce){
  .wc2026-hero-inner:before,.wc2026-team-detail-hero:before{animation:none}
}


/* v1.8.0: stadium images, popup viewer, cleaner TV channel display and venue meta on match cards */
.wc2026-match-venue{
  display:flex;
  align-items:center;
  gap:8px;
  padding:9px 11px;
  border:1px solid rgba(15,122,59,.18);
  border-radius:15px;
  background:linear-gradient(90deg,#f2fbf5,#f9fffb);
  color:#486178;
  font-size:13px;
  line-height:1.35;
}
.wc2026-match-venue span{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#0f7a3b;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.035em;
  font-size:11px;
}
.wc2026-match-venue span:before{content:"⚽";font-size:12px;line-height:1}
.wc2026-match-venue strong{color:#06162b;font-weight:950}
.wc2026-match-venue em{margin-left:auto;color:#486178;font-style:normal;font-weight:850;text-align:right}
.wc2026-overview-venue{
  grid-column:1 / -1;
  display:inline-flex;
  align-items:center;
  gap:7px;
  width:max-content;
  max-width:100%;
  padding:6px 9px;
  border-radius:999px;
  background:#f7fbf8;
  border:1px solid rgba(9,44,76,.11);
  color:#486178;
  font-size:12px;
  font-weight:850;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.wc2026-overview-venue span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:52px;
  height:18px;
  border-radius:999px;
  background:#eaffef;
  color:#0f7a3b;
  font-size:10px;
  font-weight:950;
  letter-spacing:.03em;
  text-transform:uppercase;
}
.wc2026-broadcast em{display:none}
.wc2026-stadium-grid{align-items:stretch}
.wc2026-stadium-card{
  overflow:hidden;
  padding:0;
  display:flex;
  flex-direction:column;
}
.wc2026-stadium-card-body{padding:16px}
.wc2026-stadium-card h4{margin:0 0 7px;color:#06162b;font-size:19px}
.wc2026-stadium-card p{margin:0 0 8px}
.wc2026-stadium-image{
  position:relative;
  display:block;
  width:100%;
  aspect-ratio:16 / 9;
  overflow:hidden;
  border:0;
  border-radius:0;
  background:#06162b;
  color:#fff;
  cursor:pointer;
  padding:0;
}
.wc2026-stadium-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.01);
  transition:transform .35s ease,filter .35s ease;
}
.wc2026-stadium-image span{
  position:absolute;
  right:12px;
  bottom:12px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(6,22,43,.78);
  color:#fff;
  font-size:12px;
  font-weight:950;
  box-shadow:0 8px 18px rgba(0,0,0,.22);
}
.wc2026-stadium-image:hover img,
.wc2026-stadium-image:focus-visible img{transform:scale(1.06);filter:saturate(1.08)}
.wc2026-stadium-image:focus-visible{outline:3px solid rgba(25,168,91,.32);outline-offset:-3px}
.wc2026-stadium-image-fallback{
  display:flex;
  align-items:center;
  justify-content:center;
  background:radial-gradient(circle at 50% 45%,rgba(53,208,127,.45),transparent 35%),linear-gradient(135deg,#06162b,#0f7a3b);
}
.wc2026-stadium-image-fallback span{position:static;background:transparent;font-size:38px;box-shadow:none}
.wc2026-stadium-modal{
  position:fixed;
  inset:0;
  z-index:99999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
}
.wc2026-stadium-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(3,12,24,.78);
  backdrop-filter:blur(5px);
}
.wc2026-stadium-modal-panel{
  position:relative;
  z-index:1;
  width:min(1100px,96vw);
  max-height:88vh;
  overflow:hidden;
  border-radius:24px;
  background:#06162b;
  box-shadow:0 30px 90px rgba(0,0,0,.48);
}
.wc2026-stadium-modal-panel img{
  display:block;
  width:100%;
  max-height:78vh;
  object-fit:contain;
  background:#020a14;
}
.wc2026-stadium-modal-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
  padding:14px 18px;
  background:linear-gradient(90deg,#06162b,#0f7a3b);
  color:#fff;
  font-weight:950;
}
.wc2026-stadium-modal-capacity{
  font-size:13px;
  font-weight:800;
  color:#d8ffe7;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
}
.wc2026-stadium-modal-capacity strong{color:#fff}
.wc2026-stadium-modal-close{
  position:absolute;
  top:12px;
  right:12px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  border:1px solid rgba(255,255,255,.32);
  border-radius:999px;
  background:rgba(6,22,43,.82);
  color:#fff;
  cursor:pointer;
  font-size:26px;
  line-height:1;
  font-weight:800;
}
.wc2026-stadium-modal-close:hover,
.wc2026-stadium-modal-close:focus-visible{background:#eaffef;color:#06162b;outline:none}
@media (max-width:760px){
  .wc2026-match-venue{align-items:flex-start;flex-direction:column;gap:4px}
  .wc2026-match-venue em{margin-left:0;text-align:left}
  .wc2026-stadium-modal{padding:12px}
  .wc2026-stadium-modal-panel{border-radius:18px}
}

/* v1.10.0: stabilna visina header naslova i klikabilni stadioni */
.wc2026-headline h3{
  min-height:2.15em;
  display:flex;
  align-items:flex-end;
  max-width:820px;
}
.wc2026-rotator-text{
  display:block;
}
.wc2026-stadium-text-btn,
.wc2026-match-stadium-link,
.wc2026-overview-stadium-link{
  appearance:none;
  border:0;
  background:transparent;
  padding:0;
  margin:0;
  font:inherit;
  color:inherit;
  cursor:pointer;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}
.wc2026-stadium-text-btn:hover,
.wc2026-stadium-text-btn:focus-visible{
  color:#0f7a3b;
  outline:none;
}
.wc2026-overview-time{
  flex-direction:column;
  align-items:center;
  gap:3px;
}
.wc2026-overview-score{
  color:#06162b;
  font-style:normal;
  font-weight:950;
}
.wc2026-overview-venue em{
  font-style:normal;
  color:#486178;
  font-weight:850;
}
