*{box-sizing:border-box}.wcu-iframe-body{margin:0;background:transparent;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif}.wcu-embed{--bg:#071428;--card:#0e2445;--line:rgba(255,255,255,.12);--text:#f6f9ff;--muted:#c9d8ee;--gold:#ffd76a;--glow:rgba(255,215,106,.20);font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:var(--text);background:radial-gradient(circle at top left,var(--glow),transparent 32%),linear-gradient(135deg,var(--bg),#050b18);padding:16px;min-height:100vh;overflow:hidden}.wcu-theme-light{--bg:#f6f9ff;--card:#fff;--line:#dfe8f5;--text:#10213e;--muted:#48617f;--gold:#9d6a00;--glow:rgba(9,55,120,.08)}.wcu-theme-glass{--bg:rgba(7,20,40,.88);--card:rgba(255,255,255,.10);--line:rgba(255,255,255,.20);--text:#fff;--muted:#dceaff;--gold:#ffe58b}.wcu-track{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px;align-items:stretch}.wcu-orient-horizontal .wcu-track,.wcu-display-carousel .wcu-track,.wcu-display-slider .wcu-track{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px;scrollbar-width:thin}.wcu-display-carousel .wcu-track,.wcu-display-slider .wcu-track{scroll-behavior:smooth}.wcu-orient-horizontal .wcu-api-card,.wcu-display-carousel .wcu-api-card,.wcu-display-slider .wcu-api-card{min-width:260px;max-width:320px;scroll-snap-align:start}.wcu-display-list .wcu-track{display:flex;flex-direction:column}.wcu-display-list .wcu-api-card{display:flex;align-items:flex-start;min-height:auto}.wcu-api-card{position:relative;display:flex;gap:13px;min-height:160px;background:linear-gradient(145deg,var(--card),rgba(255,255,255,.035));border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:0 16px 35px rgba(0,0,0,.23);color:var(--text);overflow:hidden;animation:wcuRise .5s ease both}.wcu-api-card:before{content:"";position:absolute;right:-30px;top:-40px;width:120px;height:120px;background:var(--glow);border-radius:50%;filter:blur(2px)}.wcu-api-card:hover{transform:translateY(-3px);box-shadow:0 22px 45px rgba(0,0,0,.28)}.wcu-icon{position:relative;z-index:1;display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,var(--gold),#fff2af);color:#111;font-weight:900;box-shadow:0 10px 25px var(--glow)}.wcu-icon-flag{border-radius:50%}.wcu-icon-blob{border-radius:56% 44% 61% 39%/48% 58% 42% 52%;animation:wcuBlob 5s ease-in-out infinite}.wcu-icon-none{display:none}.wcu-card-body{position:relative;z-index:1;min-width:0}.wcu-api-card h3{margin:0 0 7px;font-size:17px;line-height:1.22;color:var(--gold)}.wcu-api-subtitle{margin:0 0 10px;color:var(--muted);font-size:13px}.wcu-api-meta{display:grid;gap:5px;font-size:12px;color:var(--muted)}.wcu-api-meta span{border-top:1px solid var(--line);padding-top:5px;overflow:hidden;text-overflow:ellipsis}.wcu-tabs{display:flex;gap:8px;overflow-x:auto;padding:0 0 12px;margin-bottom:12px}.wcu-tab{appearance:none;border:1px solid var(--line);background:rgba(255,255,255,.06);color:var(--text);border-radius:999px;padding:10px 13px;white-space:nowrap;cursor:pointer}.wcu-tab.is-active{background:var(--gold);color:#111;font-weight:800}.wcu-tabpanel{display:none}.wcu-tabpanel.is-active{display:block}.wcu-controls{display:flex;justify-content:center;gap:10px;margin-top:12px}.wcu-controls button,.wcu-copy{border:0;border-radius:999px;background:var(--gold);color:#111;font-weight:900;padding:10px 16px;cursor:pointer}.wcu-api-error,.wcu-api-empty{padding:14px 16px;border-radius:12px;background:#fff4f4;border:1px solid #ffd1d1;color:#7a1111}.wcu-generator{--panel:#081326;--ink:#eef4ff;max-width:1160px;margin:20px auto;padding:18px;border-radius:22px;background:linear-gradient(135deg,#081326,#10264a);border:1px solid rgba(255,215,0,.25);box-shadow:0 22px 55px rgba(0,0,0,.24);color:var(--ink);font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif}.wcu-gen-controls{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:12px;margin-bottom:14px}.wcu-gen-controls label{display:grid;gap:6px;font-size:12px;color:#d8e7ff}.wcu-gen-controls select,.wcu-gen-controls input,.wcu-code{width:100%;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:#071121;color:#fff;padding:10px}.wcu-code{min-height:92px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;margin-bottom:10px}.wcu-preview-title{margin:16px 0 8px;color:#ffd76a;font-weight:800}.wcu-preview{width:100%;height:680px;border:0;border-radius:16px;background:#071121}.wcu-public-generator-page{margin:0;background:#071121;color:#fff;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif}.wcu-public-wrap{max-width:1200px;margin:auto;padding:28px 16px}.wcu-public-wrap h1{margin:0 0 8px;color:#ffd76a}@keyframes wcuRise{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes wcuBlob{0%,100%{border-radius:56% 44% 61% 39%/48% 58% 42% 52%}50%{border-radius:41% 59% 36% 64%/59% 39% 61% 41%}}@media(max-width:640px){.wcu-embed{padding:10px}.wcu-track{grid-template-columns:1fr}.wcu-api-card{min-height:140px;padding:14px}.wcu-orient-horizontal .wcu-api-card,.wcu-display-carousel .wcu-api-card,.wcu-display-slider .wcu-api-card{min-width:84vw}.wcu-preview{height:620px}}
.wcu-detail-view{display:block}.wcu-detail-view .wcu-api-card{max-width:760px;margin:auto}.wcu-compare-title{text-align:center;color:var(--gold);font-weight:900;margin:4px 0 14px;font-size:18px}.wcu-vs-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:14px;align-items:stretch}.wcu-vs-badge{align-self:center;display:grid;place-items:center;width:54px;height:54px;border-radius:999px;background:var(--gold);color:#111;font-weight:1000;box-shadow:0 12px 30px var(--glow)}@media(max-width:760px){.wcu-vs-grid{grid-template-columns:1fr}.wcu-vs-badge{margin:auto}}

/* v1.3.0 Kadario-inspired dark command-center iframe layouts */
.wcu-display-dashboard{--bg:#07090f;--card:#151821;--card2:#1d202a;--line:rgba(255,255,255,.08);--text:#f5f7ff;--muted:#9ba3b7;--blue:#5d7cff;--accent:#06d6a0;--danger:#ff3864;--gold:#ffd66b;background:#07090f;padding:16px;min-height:100vh}.wcu-command{display:grid;grid-template-columns:280px minmax(360px,1fr) 300px;gap:14px;align-items:start;max-width:1280px;margin:0 auto}.wcu-command-side,.wcu-command-main,.wcu-command-right,.wcu-hero-match,.wcu-ad-box,.wcu-countdown{background:linear-gradient(180deg,#171a23,#10131a);border:1px solid var(--line);border-radius:16px;box-shadow:0 18px 35px rgba(0,0,0,.22)}.wcu-command-side{overflow:hidden}.wcu-panel-title{padding:16px;border-bottom:1px solid var(--line);font-weight:900;color:#fff}.wcu-competition-list{display:grid}.wcu-competition{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.05);color:#e9edff}.wcu-competition:hover{background:rgba(93,124,255,.12)}.wcu-mini-icon{display:grid;place-items:center;width:24px;height:24px;border-radius:8px;background:#202536;color:#75a0ff;font-weight:900;font-size:11px}.wcu-command-top{display:flex;align-items:center;gap:12px;padding:14px 16px;border-bottom:1px solid var(--line)}.wcu-command-top strong{font-size:17px}.wcu-command-top span{color:var(--muted);font-size:13px}.wcu-chip-row{margin-left:auto;display:flex;gap:8px}.wcu-chip-row span,.wcu-chip-row b{padding:8px 12px;border-radius:10px;background:#080a10;color:#cbd3ea;font-size:13px}.wcu-chip-row b{background:var(--blue);color:white}.wcu-hero-match{margin:16px;padding:22px;min-height:190px;position:relative;overflow:hidden;background:radial-gradient(circle at 20% 0%,rgba(93,124,255,.20),transparent 35%),linear-gradient(135deg,#3a3d49,#292c36)}.wcu-hero-match:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent,rgba(255,255,255,.05),transparent);animation:wcuSweep 4s linear infinite}.wcu-live-pill{display:inline-flex;padding:8px 12px;border-radius:999px;background:var(--blue);font-weight:900;font-size:12px}.wcu-hero-match h2{position:relative;z-index:1;text-align:center;margin:12px 0 20px;font-size:19px;color:#fff}.wcu-versus{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;text-align:center}.wcu-versus div{background:#10131a;border:1px solid var(--line);border-radius:14px;padding:12px;font-weight:900}.wcu-versus span{color:#b6bfd5;font-weight:900}.wcu-odds-row{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.wcu-odds-row span{display:flex;justify-content:space-between;background:#0b0d13;border-radius:10px;padding:10px 13px;color:#8993aa}.wcu-odds-row b{color:#fff}.wcu-live-list,.wcu-scoreboard{display:grid;gap:10px;padding:0 16px 16px}.wcu-score-row{display:grid;grid-template-columns:70px 1fr 50px;gap:12px;align-items:center;background:#11141c;border:1px solid var(--line);border-radius:14px;padding:12px}.wcu-score-row>div:nth-child(2),.wcu-score-row>div:nth-child(3){display:grid;gap:6px}.wcu-score-row strong{color:#fff}.wcu-score-row b{font-size:18px;color:#fff;text-align:right}.wcu-status{color:#ff3864;font-weight:900;font-size:12px}.wcu-command-right{overflow:hidden;padding-bottom:14px}.wcu-countdown{margin-bottom:14px;padding:16px;display:grid;grid-template-columns:1fr auto auto auto auto auto auto;gap:8px;align-items:center;background:linear-gradient(135deg,#0e3a77,#133c87)}.wcu-countdown span{font-weight:900}.wcu-countdown strong{font-size:23px}.wcu-countdown em{font-size:10px;color:#dce7ff;font-style:normal}.wcu-ad-box{margin:0 14px 14px;min-height:170px;display:grid;place-items:center;text-align:center;padding:20px;background:radial-gradient(circle at 20% 20%,#1df7a8,transparent 18%),linear-gradient(145deg,#032715,#0b1118 70%);font-size:20px;font-weight:1000;line-height:1.2;color:white}.wcu-prediction{margin:10px 14px;padding:12px;border:1px solid var(--line);background:#11141c;border-radius:12px}.wcu-prediction strong{display:block;font-size:13px;margin-bottom:10px}.wcu-prediction div{display:flex;height:8px;overflow:hidden;border-radius:99px;background:#222}.wcu-prediction span:nth-child(1){background:#3382ff}.wcu-prediction span:nth-child(2){background:#e5e7eb}.wcu-prediction span:nth-child(3){background:#ff3864}.wcu-display-table{background:#07090f}.wcu-table-wrap{overflow:auto;background:#11141c;border:1px solid var(--line);border-radius:16px}.wcu-table{width:100%;border-collapse:collapse;color:#f5f7ff}.wcu-table th,.wcu-table td{padding:13px;border-bottom:1px solid rgba(255,255,255,.07);text-align:left}.wcu-table th{background:#171a23;color:#95a4c8;font-size:12px;text-transform:uppercase}.wcu-display-scoreboard .wcu-scoreboard{padding:0}.wcu-display-scoreboard{background:#07090f}.wcu-gen-controls select option[value="dashboard"]{font-weight:900}@keyframes wcuSweep{0%{transform:translateX(-120%)}100%{transform:translateX(120%)}}@media(max-width:980px){.wcu-command{grid-template-columns:1fr}.wcu-command-side,.wcu-command-right{display:block}.wcu-command-top{flex-wrap:wrap}.wcu-chip-row{margin-left:0;width:100%;overflow:auto}.wcu-countdown{grid-template-columns:1fr repeat(6,auto)}}@media(max-width:640px){.wcu-display-dashboard{padding:8px}.wcu-command-top{align-items:flex-start}.wcu-versus{grid-template-columns:1fr}.wcu-score-row{grid-template-columns:56px 1fr 42px}.wcu-countdown{font-size:12px}.wcu-ad-box{min-height:130px}.wcu-command-side{max-height:330px;overflow:auto}}

/* v1.4.1 clickable records */
.wcu-record-link{color:inherit;text-decoration:none;cursor:pointer}
.wcu-record-link:hover{transform:translateY(-1px);filter:brightness(1.08)}
.wcu-clickable-row{cursor:pointer}
.wcu-clickable-row:hover td{background:rgba(255,255,255,.06)}
.wcu-api-card.wcu-record-link{display:flex}
.wcu-competition.wcu-record-link{display:flex}
.wcu-hero-match.wcu-record-link{display:block}
.wcu-score-row.wcu-record-link{display:grid}
.wcu-prediction.wcu-record-link{display:block}

.wcu-id-map{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:#0d1018;color:#f7f8ff;border-radius:18px;padding:18px;box-shadow:0 18px 50px rgba(0,0,0,.28)}
.wcu-id-head h2{margin:0 0 6px;font-size:24px}.wcu-id-head p{margin:0 0 12px;color:#aab1c8}.wcu-id-stats{display:flex;gap:10px;flex-wrap:wrap;margin:10px 0}.wcu-id-stats span{background:#181d2a;border:1px solid #293047;border-radius:999px;padding:7px 12px;font-weight:700}.wcu-id-filters{display:grid;grid-template-columns:1fr 220px;gap:10px;margin:14px 0}.wcu-id-filters input,.wcu-id-filters select{width:100%;background:#151927;color:#fff;border:1px solid #30374e;border-radius:12px;padding:12px}.wcu-id-table-wrap{overflow:auto;border:1px solid #252b3f;border-radius:14px}.wcu-id-table{width:100%;border-collapse:collapse;min-width:1100px}.wcu-id-table th,.wcu-id-table td{border-bottom:1px solid #252b3f;padding:12px;text-align:left;vertical-align:top}.wcu-id-table th{background:#151927;color:#cdd3e7;position:sticky;top:0;z-index:1}.wcu-id-table a{color:#7da2ff;text-decoration:none}.wcu-id-table small{color:#9aa3ba}.wcu-player-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px;margin-top:8px;max-height:280px;overflow:auto}.wcu-player-list span{display:block;background:#151927;border:1px solid #293047;border-radius:10px;padding:8px;color:#dfe5ff}.wcu-mini-code{width:230px;height:68px;background:#080b11;color:#dce5ff;border:1px solid #30374e;border-radius:8px;padding:8px;font-size:12px}.wcu-copy-mini{display:block;margin-top:6px;border:0;border-radius:8px;padding:7px 10px;background:#5f7cff;color:#fff;font-weight:800;cursor:pointer}@media(max-width:720px){.wcu-id-filters{grid-template-columns:1fr}.wcu-id-map{border-radius:12px;padding:12px}}

/* v1.4.5 separated ID Relevance frontpage module */
.wcu-id-frontpage{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:radial-gradient(circle at top left,rgba(255,215,106,.18),transparent 28%),linear-gradient(135deg,#060914,#111827);color:#fff;padding:18px;border-radius:20px}
.wcu-id-front-hero{max-width:1160px;margin:0 auto 18px;padding:28px;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.03));box-shadow:0 20px 55px rgba(0,0,0,.28)}
.wcu-id-kicker{display:inline-flex;margin-bottom:10px;padding:7px 12px;border-radius:999px;background:#ffd76a;color:#111;font-weight:900;font-size:12px;letter-spacing:.04em;text-transform:uppercase}
.wcu-id-front-hero h1{margin:0 0 8px;font-size:clamp(28px,4vw,46px);line-height:1;color:#ffd76a}
.wcu-id-front-hero p{max-width:820px;margin:0 0 16px;color:#d9e4ff;font-size:16px;line-height:1.55}
.wcu-id-front-actions{display:flex;gap:10px;flex-wrap:wrap}.wcu-id-front-actions a{display:inline-flex;padding:10px 14px;border-radius:12px;background:#5f7cff;color:#fff;text-decoration:none;font-weight:900}.wcu-id-front-actions a:nth-child(2){background:#151927;border:1px solid #30374e}
.wcu-id-status{display:inline-flex;padding:6px 9px;border-radius:999px;font-size:11px;font-weight:1000;letter-spacing:.03em}.wcu-id-status-working{background:#113d2b;color:#65ffb8;border:1px solid #1e8b5b}.wcu-id-status-check{background:#402b12;color:#ffd76a;border:1px solid #8b641e}
.wcu-id-menu-item>a{font-weight:800}
@media(max-width:720px){.wcu-id-frontpage{padding:10px;border-radius:14px}.wcu-id-front-hero{padding:18px;border-radius:16px}}
.wcu-id-status{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.04em;background:#123d1e;color:#7dff9b;border:1px solid rgba(125,255,155,.35)}
.wcu-id-status-check{background:#442b08;color:#ffd36b;border-color:rgba(255,211,107,.4)}
.wcu-generator-head{margin-bottom:18px!important}
.wcu-mini-code{min-width:360px;min-height:120px;font-size:12px;line-height:1.45}

/* v1.5.0 ID relevance only rebuild */
.wcu-id-only-generator{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:radial-gradient(circle at top left,rgba(255,215,106,.16),transparent 30%),linear-gradient(135deg,#060914,#101827);color:#fff;padding:18px;border-radius:20px}
.wcu-id-source-list{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.wcu-id-source-list span{display:inline-flex;padding:8px 11px;border-radius:999px;background:#101827;border:1px solid #30374e;color:#dbe7ff;font-weight:800;font-size:13px}
.wcu-id-filters{grid-template-columns:minmax(220px,1fr) 210px 220px 150px auto!important;align-items:center}.wcu-id-reset{width:100%;background:#5f7cff;color:#fff;border:0;border-radius:12px;padding:12px;font-weight:900;cursor:pointer}.wcu-id-count{display:inline-flex;justify-content:center;align-items:center;min-height:42px;border-radius:999px;background:#123d75;color:#fff;padding:8px 12px;font-weight:900;white-space:nowrap}.wcu-id-table textarea{font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.wcu-id-map code{background:#080b11;color:#dce5ff;border:1px solid #30374e;border-radius:5px;padding:1px 5px}@media(max-width:920px){.wcu-id-filters{grid-template-columns:1fr!important}.wcu-id-count{justify-content:flex-start}}

/* v1.5.1 actual examples */
.wcu-actual-examples{margin:24px 0;padding:20px;border:1px solid rgba(120,150,255,.25);border-radius:18px;background:rgba(13,24,44,.72)}
.wcu-example-head h2{margin:0 0 8px;font-size:28px;color:#ffd76a}.wcu-example-head p{margin:0 0 18px;color:#cbd7ff}.wcu-example-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:18px}.wcu-example-card{background:#080f1e;border:1px solid rgba(120,150,255,.25);border-radius:16px;padding:16px}.wcu-example-card h3{margin:0 0 12px;color:#fff;font-size:20px}.wcu-example-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:14px}.wcu-example-meta span{background:#101a2f;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:8px;color:#dce7ff;font-size:13px}.wcu-example-card label{display:block;margin:12px 0 6px;color:#ffd76a;font-weight:700}.wcu-example-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.wcu-example-actions a{background:#4f6cff;color:#fff;text-decoration:none;border-radius:10px;padding:9px 12px;font-weight:700}.wcu-example-actions a:hover{filter:brightness(1.1)}

/* v1.5.2 public iframe model library */
.wcu-embed-library{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:linear-gradient(135deg,#060914,#101827);color:#fff;border-radius:20px;padding:20px}
.wcu-library-head{max-width:980px;margin:0 auto 22px;text-align:left}.wcu-library-head span{display:inline-flex;background:#ffd76a;color:#111;padding:7px 12px;border-radius:999px;font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.04em}.wcu-library-head h2{margin:12px 0 8px;color:#ffd76a;font-size:clamp(26px,4vw,42px);line-height:1}.wcu-library-head p{color:#d9e4ff;line-height:1.55;margin:0}
.wcu-library-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:18px}.wcu-library-card{background:#080f1e;border:1px solid rgba(120,150,255,.25);border-radius:18px;padding:16px;box-shadow:0 18px 42px rgba(0,0,0,.24)}.wcu-library-card h3{margin:0 0 12px;color:#fff;font-size:20px}.wcu-library-preview{max-height:360px;overflow:auto;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#050812;margin-bottom:12px}.wcu-library-preview .wcu-embed{min-height:0!important}.wcu-library-card label{display:block;margin:12px 0 6px;color:#ffd76a;font-weight:800}.wcu-library-card textarea{width:100%;min-height:110px;background:#050812;color:#e5ecff;border:1px solid #30374e;border-radius:12px;padding:10px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px;line-height:1.45;resize:vertical}.wcu-library-card .wcu-copy-mini{margin-bottom:4px}
@media(max-width:720px){.wcu-embed-library{padding:12px;border-radius:14px}.wcu-library-grid{grid-template-columns:1fr}.wcu-library-preview{max-height:280px}}

/* v2.2.0 WorldCupUpdates.net search, listing and pagination controls */
.wcu-filterbar{display:flex;gap:10px;align-items:end;flex-wrap:wrap;margin:0 0 16px;padding:12px;border:1px solid rgba(120,150,255,.22);border-radius:14px;background:rgba(8,15,30,.72)}
.wcu-filterbar label{display:flex;flex-direction:column;gap:6px;flex:1;min-width:240px;color:#dce7ff;font-weight:800;font-size:13px}.wcu-filterbar input{width:100%;border:1px solid rgba(255,255,255,.14);background:#050812;color:#fff;border-radius:10px;padding:11px 12px;font-size:14px}.wcu-filterbar button,.wcu-reset-filter{border:0;border-radius:10px;padding:11px 14px;background:#ffd76a;color:#121212;font-weight:900;text-decoration:none;cursor:pointer}.wcu-reset-filter{background:#17233d;color:#dce7ff;border:1px solid rgba(255,255,255,.12)}
.wcu-pagination{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin:16px 0 0;padding:12px;border-top:1px solid rgba(255,255,255,.1);color:#dce7ff}.wcu-pagination span{font-weight:800;margin-right:auto}.wcu-page-link{display:inline-flex;min-width:38px;justify-content:center;align-items:center;border-radius:10px;padding:9px 11px;background:#101a2f;color:#eaf0ff;text-decoration:none;border:1px solid rgba(255,255,255,.12);font-weight:800}.wcu-page-link:hover,.wcu-current-page{background:#ffd76a;color:#111!important;border-color:#ffd76a}.wcu-listing{display:grid;gap:10px}.wcu-listing-row{display:grid;grid-template-columns:minmax(180px,1.3fr) minmax(160px,1fr) auto;gap:12px;align-items:center;padding:14px;border-radius:14px;background:#080f1e;border:1px solid rgba(120,150,255,.22);color:#fff;text-decoration:none}.wcu-listing-row span{color:#dce7ff}.wcu-listing-row em{font-style:normal;color:#ffd76a;font-weight:800}@media(max-width:720px){.wcu-listing-row{grid-template-columns:1fr}.wcu-pagination span{width:100%;margin-right:0}.wcu-filterbar{align-items:stretch}.wcu-filterbar button,.wcu-reset-filter{width:100%;text-align:center}}

/* v2.5.0 production typography upgrade: make cards/score records readable at 40px */
.wcu-embed .wcu-card h3,
.wcu-embed .wcu-card-title,
.wcu-embed .wcu-match-title,
.wcu-embed .wcu-team-name,
.wcu-embed .wcu-player-name,
.wcu-embed .wcu-score-row strong,
.wcu-embed .wcu-versus div,
.wcu-embed .wcu-hero-match h2,
.wcu-embed .wcu-score-row b,
.wcu-compare-view .wcu-card h3,
.wcu-display-cards .wcu-card strong {
  font-size:40px!important;
  line-height:1.08!important;
}
.wcu-embed .wcu-card p,
.wcu-embed .wcu-meta,
.wcu-embed .wcu-table td,
.wcu-embed .wcu-listing-row,
.wcu-embed .wcu-score-row span {
  font-size:20px!important;
  line-height:1.35!important;
}
@media(max-width:720px){
  .wcu-embed .wcu-card h3,
  .wcu-embed .wcu-card-title,
  .wcu-embed .wcu-match-title,
  .wcu-embed .wcu-team-name,
  .wcu-embed .wcu-player-name,
  .wcu-embed .wcu-score-row strong,
  .wcu-embed .wcu-versus div,
  .wcu-embed .wcu-hero-match h2,
  .wcu-embed .wcu-score-row b,
  .wcu-compare-view .wcu-card h3,
  .wcu-display-cards .wcu-card strong{font-size:30px!important;}
}

/* v2.5.2 Front View customer display controls */
.wcu-embed{box-sizing:border-box;width:100%;font-size:16px;line-height:1.55;overflow:hidden}.wcu-embed *{box-sizing:border-box}.wcu-embed h2,.wcu-library-head h2{font-size:40px;line-height:1.15}.wcu-single-record:not(.wcu-display-table) .wcu-card-body h3,.wcu-single-record:not(.wcu-display-table) .wcu-api-card h3{font-size:40px!important;line-height:1.12}.wcu-single-record:not(.wcu-display-table) .wcu-api-subtitle,.wcu-single-record:not(.wcu-display-table) .wcu-production-meta span{font-size:18px}.wcu-table,.wcu-table *{font-size:16px!important}.wcu-filterbar{font-size:16px}.wcu-display-list .wcu-listing-row{font-size:16px}.wcu-display-table .wcu-card-body h3{font-size:16px!important}.wcu-record-link{text-decoration:none!important}.wcu-api-card{cursor:pointer}.wcu-clickable-row{cursor:pointer}.wcu-production-meta span,.wcu-related-links span{font-size:13px}

/* v2.5.4 audience detail pages */
.wcu-embed.wcu-detail-view.wcu-audience-page{max-width:1200px!important;margin:0 auto;padding:24px;box-sizing:border-box;font-size:16px;line-height:1.7}
.wcu-detail-article{width:100%;border-radius:22px;overflow:hidden;background:rgba(15,23,42,.96);border:1px solid rgba(255,255,255,.10);box-shadow:0 22px 60px rgba(0,0,0,.28)}
.wcu-detail-hero{min-height:360px;background-size:cover;background-position:center;display:flex;flex-direction:column;justify-content:flex-end;padding:42px;box-sizing:border-box}
.wcu-detail-kicker{display:inline-flex;align-self:flex-start;padding:7px 12px;border-radius:999px;background:rgba(250,204,21,.16);color:#facc15;font-weight:800;font-size:13px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}
.wcu-detail-hero h2,.wcu-detail-section h2{font-size:40px!important;line-height:1.15;margin:0 0 14px;color:#fff;font-weight:900}
.wcu-detail-subtitle{font-size:16px!important;color:#dbeafe;margin:0 0 8px}
.wcu-detail-excerpt{font-size:16px!important;max-width:880px;color:#f8fafc;margin:0}
.wcu-detail-content{padding:34px 42px;color:#e5e7eb;font-size:16px!important}
.wcu-detail-section{margin:0 0 30px}.wcu-detail-section p{font-size:16px!important;margin:0;color:#e5e7eb}
.wcu-detail-highlights{display:flex;flex-wrap:wrap;gap:10px}.wcu-detail-highlights span{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:8px 12px;font-size:16px;color:#fff}
.wcu-detail-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:14px}.wcu-detail-links a{display:inline-flex;text-decoration:none;background:#facc15;color:#111827;border-radius:999px;padding:10px 16px;font-weight:800;font-size:16px}
.wcu-single-record:not(.wcu-display-table) .wcu-api-card h3{font-size:40px!important;line-height:1.15}.wcu-single-record:not(.wcu-display-table) .wcu-card-body,.wcu-single-record:not(.wcu-display-table) .wcu-card-body p{font-size:16px!important}
.wcu-table,.wcu-table *{font-size:16px!important}
@media(max-width:700px){.wcu-embed.wcu-detail-view.wcu-audience-page{padding:12px}.wcu-detail-hero{padding:26px;min-height:300px}.wcu-detail-content{padding:24px}.wcu-detail-hero h2,.wcu-detail-section h2{font-size:32px!important}}

.wcu-card-media{position:relative;z-index:1;flex:0 0 112px;min-height:112px;border-radius:16px;background-size:cover;background-position:center;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(255,255,255,.15)}.wcu-card-media .wcu-icon{position:absolute;left:10px;top:10px}.wcu-display-list .wcu-card-media{flex-basis:96px;min-height:96px}.wcu-display-carousel .wcu-card-media,.wcu-display-slider .wcu-card-media{height:126px;flex-basis:126px}.wcu-single-record:not(.wcu-display-table) .wcu-card-media{flex-basis:220px;min-height:220px}.wcu-api-card .wcu-card-body{flex:1}@media(max-width:640px){.wcu-card-media{flex-basis:92px;min-height:92px}.wcu-single-record:not(.wcu-display-table) .wcu-card-media{flex-basis:120px;min-height:120px}}

/* v2.5.8 teams directory UI: light flag cards matching the requested reference */
.wcu-embed.wcu-team-directory{--team-bg:#eef4ef;--team-card:#fff;--team-text:#142230;--team-muted:#60738a;--team-pill-bg:#eaf5f6;--team-pill-border:#bfd4d9;--team-blue:#2278f2;--team-gold:#e8ad18;background:radial-gradient(circle at 12% 0,rgba(255,255,255,.72),transparent 28%),linear-gradient(180deg,#eef4ef 0%,#e7eee9 100%)!important;color:var(--team-text);padding:18px;overflow:visible;min-height:100vh}.wcu-team-directory .wcu-filterbar{max-width:1140px;margin:0 auto 18px;background:rgba(255,255,255,.78);border:1px solid rgba(185,202,199,.8);box-shadow:0 10px 24px rgba(42,58,74,.07)}.wcu-team-directory .wcu-filterbar label{color:#4d6278}.wcu-team-directory .wcu-filterbar input{background:#fff;color:#142230;border-color:#cbd9da}.wcu-team-directory .wcu-reset-filter{background:#eef4f5;color:#4d6278;border-color:#cbd9da}.wcu-team-directory-intro{max-width:1140px;margin:0 auto 18px;color:#587089;font-size:14px;line-height:1.5}.wcu-team-directory .wcu-track.wcu-team-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch;max-width:1140px;margin:0 auto}.wcu-display-carousel.wcu-team-directory .wcu-track.wcu-team-cards,.wcu-display-slider.wcu-team-directory .wcu-track.wcu-team-cards,.wcu-orient-horizontal.wcu-team-directory .wcu-track.wcu-team-cards{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}.wcu-display-carousel.wcu-team-directory .wcu-team-card,.wcu-display-slider.wcu-team-directory .wcu-team-card,.wcu-orient-horizontal.wcu-team-directory .wcu-team-card{min-width:340px;max-width:370px;scroll-snap-align:start}.wcu-team-card{display:flex;flex-direction:column;min-height:480px;background:var(--team-card);border:1px solid rgba(199,211,210,.85);border-radius:9px;overflow:hidden;box-shadow:0 16px 36px rgba(31,45,61,.10);transition:transform .18s ease,box-shadow .18s ease}.wcu-team-card:hover{transform:translateY(-3px);box-shadow:0 22px 46px rgba(31,45,61,.15)}.wcu-team-flag{height:178px;background:#f7f8f8;border-top:3px solid var(--team-blue);border-bottom:1px solid rgba(197,208,207,.9);display:grid;place-items:center;overflow:hidden}.wcu-team-flag img{display:block;width:100%;height:100%;object-fit:cover}.wcu-team-flag span{display:grid;place-items:center;width:74px;height:74px;border-radius:999px;background:#eef5f5;color:#597080;font-weight:900;font-size:28px}.wcu-team-card-body{display:flex;flex-direction:column;flex:1;padding:24px 16px 16px}.wcu-team-badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.wcu-team-badges span{display:inline-flex;align-items:center;min-height:28px;border-radius:7px;padding:6px 10px;background:var(--team-pill-bg);border:1px solid var(--team-pill-border);color:#4f6878;font-size:12px;font-weight:800;line-height:1;text-transform:none}.wcu-team-card h3{margin:0 0 20px;color:var(--team-text)!important;font-size:18px!important;line-height:1.22!important;font-weight:900}.wcu-team-card p{margin:0;color:var(--team-muted);font-size:15px!important;line-height:1.65!important}.wcu-team-actions{display:grid;gap:9px;margin-top:auto;padding-top:24px}.wcu-team-actions a{display:flex;align-items:center;justify-content:center;min-height:43px;border-radius:8px;background:linear-gradient(135deg,#ffd86a,#e7ab12);border:1px solid #c7900e;color:#121212!important;text-decoration:none!important;font-size:14px;font-weight:900;text-transform:uppercase;letter-spacing:.02em;box-shadow:inset 0 1px rgba(255,255,255,.35)}.wcu-team-actions a:hover{filter:brightness(1.03);transform:translateY(-1px)}.wcu-team-directory .wcu-pagination{max-width:1140px;margin:18px auto 0;color:#5f7385;border-top:1px solid rgba(178,196,195,.7)}.wcu-team-directory .wcu-page-link{background:#fff;color:#486176;border-color:#c9d8d8}.wcu-team-directory .wcu-current-page,.wcu-team-directory .wcu-page-link:hover{background:#f4c433!important;border-color:#d4a510!important;color:#111!important}.wcu-team-directory .wcu-controls button{background:#f4c433;color:#111}@media(max-width:980px){.wcu-team-directory .wcu-track.wcu-team-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.wcu-embed.wcu-team-directory{padding:14px}.wcu-team-directory .wcu-track.wcu-team-cards{grid-template-columns:1fr}.wcu-team-card{min-height:440px}.wcu-team-flag{height:165px}.wcu-display-carousel.wcu-team-directory .wcu-team-card,.wcu-display-slider.wcu-team-directory .wcu-team-card,.wcu-orient-horizontal.wcu-team-directory .wcu-team-card{min-width:86vw}}


/* v2.5.9 groups table UI: World Cup A-L standings cards */
.wcu-embed.wcu-groups-table-ui{--groups-bg:#edf4ef;--groups-blue:#2159cf;--groups-blue-2:#184bb8;--groups-green:#00492f;--groups-green-2:#006146;--groups-row:#deebe7;--groups-line:#c7d9d5;--groups-text:#16302c;--groups-yellow:#e6b526;background:linear-gradient(180deg,#f4f8f5 0%,var(--groups-bg) 100%)!important;color:var(--groups-text)!important;padding:0 18px 34px!important;overflow:visible!important;min-height:100vh}.wcu-groups-tabs{display:flex;align-items:center;gap:8px;max-width:1120px;margin:0 auto 24px;padding:0 0 0;position:sticky;top:0;z-index:5;background:linear-gradient(180deg,rgba(244,248,245,.98),rgba(244,248,245,.88));backdrop-filter:blur(6px)}.wcu-groups-tab{appearance:none;border:0;background:transparent;color:#15242b;border-radius:999px;min-width:40px;height:38px;padding:0 14px;font-weight:900;font-size:14px;line-height:1;cursor:pointer;transition:background .16s ease,transform .16s ease,box-shadow .16s ease}.wcu-groups-tab:hover{background:rgba(230,181,38,.18);transform:translateY(-1px)}.wcu-groups-tab.is-active{background:var(--groups-yellow);box-shadow:inset 0 0 0 1px rgba(140,104,0,.22);color:#10202a}.wcu-group-table-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;max-width:1120px;margin:0 auto}.wcu-group-table-card{background:#fff;border:1px solid var(--groups-line);border-radius:10px;overflow:hidden;box-shadow:0 12px 28px rgba(19,45,56,.07)}.wcu-group-table-head{background:linear-gradient(180deg,#2461db 0%,var(--groups-blue-2) 100%);color:#fff;font-size:16px;font-weight:950;letter-spacing:.025em;text-transform:uppercase;padding:15px 16px}.wcu-group-table-scroll{padding:24px 0 32px;background:#fff;overflow-x:auto}.wcu-group-standings-table{width:100%;border-collapse:separate!important;border-spacing:0!important;color:var(--groups-text)!important;background:#fff!important;margin:0!important;font-size:14px!important}.wcu-group-standings-table th{background:var(--groups-green)!important;color:#fff!important;text-align:center!important;padding:12px 12px!important;font-size:13px!important;font-weight:950!important;text-transform:uppercase!important;border:0!important}.wcu-group-standings-table th:first-child{text-align:left!important;border-top-left-radius:7px}.wcu-group-standings-table th:last-child{border-top-right-radius:7px}.wcu-group-standings-table td{padding:14px 12px!important;text-align:center!important;font-size:14px!important;border:0!important;border-bottom:1px solid var(--groups-line)!important;color:#21313b!important}.wcu-group-standings-table tbody tr:nth-child(even){background:var(--groups-row)!important}.wcu-group-standings-table tbody tr:nth-child(odd){background:#fff!important}.wcu-group-standings-table tbody tr:last-child td{border-bottom:0!important}.wcu-group-standings-table tbody tr:last-child td:first-child{border-bottom-left-radius:7px}.wcu-group-standings-table tbody tr:last-child td:last-child{border-bottom-right-radius:7px}.wcu-group-team-cell{display:flex;align-items:center;gap:9px;text-align:left!important;min-width:250px;font-weight:900;color:#0f4939!important}.wcu-group-rank{display:inline-block;min-width:20px;color:#073f31;font-weight:950}.wcu-group-team-flag{width:20px;height:14px;object-fit:cover;display:inline-block;box-shadow:0 1px 4px rgba(0,0,0,.20);border-radius:1px}.wcu-group-team-name{color:#0f4939!important;text-decoration:none!important;font-weight:900}.wcu-group-team-name:hover{text-decoration:underline!important}.wcu-group-points{font-weight:950!important;color:#00442e!important}.wcu-groups-empty{max-width:1120px;margin:20px auto;padding:18px;border-radius:12px;background:#fff;border:1px solid var(--groups-line);color:#536a75}.wcu-groups-table-ui .wcu-pagination{display:none!important}@media(max-width:900px){.wcu-group-table-grid{grid-template-columns:1fr}.wcu-groups-tabs{overflow-x:auto;padding-bottom:8px;scrollbar-width:thin}.wcu-groups-tab{flex:0 0 auto}.wcu-group-table-scroll{padding:18px 0 24px}}@media(max-width:560px){.wcu-embed.wcu-groups-table-ui{padding:0 10px 24px!important}.wcu-group-table-grid{gap:16px}.wcu-group-table-head{font-size:15px;padding:14px}.wcu-group-standings-table th,.wcu-group-standings-table td{padding:11px 8px!important;font-size:13px!important}.wcu-group-team-cell{min-width:190px}.wcu-group-team-flag{width:18px;height:12px}}

.wcu-embed.wcu-schedule-timeline-ui{--sched-bg:#f3f7f3;--sched-card:#fff;--sched-text:#143529;--sched-muted:#64748b;--sched-line:#d9e2dc;--sched-blue:#1f55cd;--sched-green:#0a5b41;--sched-green-dark:#103d33;--sched-beige:#efe6be;--sched-pill:#e5f0ea;background:linear-gradient(180deg,#f6faf7 0%,var(--sched-bg) 100%)!important;color:var(--sched-text)!important;padding:18px 18px 34px!important;overflow:visible!important;min-height:auto!important}.wcu-schedule-wrap{max-width:1120px;margin:0 auto}.wcu-schedule-stage-title{font-size:15px;font-weight:900;color:#1f2d39;margin:2px 0 20px}.wcu-schedule-day-block{margin-bottom:28px}.wcu-schedule-day-head{display:flex;align-items:center;gap:16px;margin-bottom:18px}.wcu-schedule-date-pill{display:inline-flex;align-items:center;justify-content:center;min-width:122px;padding:14px 18px;border-radius:999px;background:var(--sched-green-dark);color:#f9edd3;font-weight:900;font-size:16px;letter-spacing:.02em}.wcu-schedule-day-head h2{margin:0;font-size:28px;line-height:1.2;font-weight:950;color:var(--sched-text)}.wcu-schedule-day-line{height:1px;flex:1;background:#dbcfa7}.wcu-schedule-match-list{display:flex;flex-direction:column;gap:22px}.wcu-schedule-match-row{display:grid;grid-template-columns:120px minmax(0,1fr);gap:22px;align-items:stretch}.wcu-schedule-match-no{display:flex;align-items:center;justify-content:center;border-radius:22px;background:linear-gradient(180deg,#f4eed0 0%,var(--sched-beige) 100%);border:1px solid #e1cd72;color:var(--sched-green-dark);font-size:28px;font-weight:950;min-height:228px;box-shadow:inset 0 1px 0 rgba(255,255,255,.45)}.wcu-schedule-match-card{background:var(--sched-card);border:1px solid #d2ddd7;border-radius:22px;padding:24px 32px;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:0 14px 30px rgba(20,53,41,.05)}.wcu-schedule-match-main{flex:1;min-width:0}.wcu-schedule-badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.wcu-schedule-badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:8px;background:#eef5f1;border:1px solid #bfd0c8;color:var(--sched-green-dark);font-size:14px;font-weight:800}.wcu-schedule-teams{display:flex;flex-direction:column;gap:14px}.wcu-schedule-team{display:flex;align-items:center;gap:12px;min-width:0}.wcu-schedule-team-flag{width:28px;height:19px;object-fit:cover;border-radius:2px;box-shadow:0 2px 6px rgba(0,0,0,.18);flex:0 0 auto}.wcu-schedule-team-link{font-size:28px;line-height:1.1;font-weight:950;color:var(--sched-text)!important;text-decoration:none!important}.wcu-schedule-team-link:hover{text-decoration:underline!important}.wcu-schedule-match-side{min-width:230px;display:flex;flex-direction:column;align-items:flex-end;text-align:right;gap:10px}.wcu-schedule-score-link{text-decoration:none!important}.wcu-schedule-score{font-size:58px;line-height:1;font-weight:950;color:var(--sched-green-dark);letter-spacing:-.03em}.wcu-schedule-score-note{font-size:18px;line-height:1.25;font-weight:800;color:#707697}.wcu-schedule-stadium{font-size:15px;font-weight:900;color:var(--sched-text)}.wcu-schedule-status-pill{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:28px;padding:0 12px;border-radius:999px;background:var(--sched-pill);color:#2b6f55;font-size:14px;font-weight:900}.wcu-schedule-empty{max-width:1120px;margin:20px auto;padding:18px;border-radius:12px;background:#fff;border:1px solid var(--sched-line);color:#536a75}.wcu-schedule-timeline-ui .wcu-pagination,.wcu-schedule-timeline-ui .wcu-filterbar{display:none!important}@media(max-width:1024px){.wcu-schedule-match-card{padding:22px 24px}.wcu-schedule-team-link{font-size:24px}.wcu-schedule-score{font-size:48px}}@media(max-width:860px){.wcu-schedule-day-head{flex-wrap:wrap;gap:12px}.wcu-schedule-day-head h2{font-size:23px}.wcu-schedule-day-line{display:none}.wcu-schedule-match-row{grid-template-columns:90px minmax(0,1fr);gap:16px}.wcu-schedule-match-no{min-height:190px;font-size:24px;border-radius:18px}.wcu-schedule-match-card{padding:20px;flex-direction:column;align-items:flex-start}.wcu-schedule-match-side{width:100%;min-width:0;align-items:flex-start;text-align:left}.wcu-schedule-score{font-size:42px}.wcu-schedule-score-note{font-size:17px}}@media(max-width:560px){.wcu-embed.wcu-schedule-timeline-ui{padding:12px 10px 24px!important}.wcu-schedule-stage-title{font-size:14px;margin-bottom:16px}.wcu-schedule-match-row{grid-template-columns:1fr}.wcu-schedule-match-no{min-height:74px;font-size:22px}.wcu-schedule-date-pill{min-width:auto;padding:11px 16px;font-size:15px}.wcu-schedule-day-head h2{font-size:20px}.wcu-schedule-team-link{font-size:20px}.wcu-schedule-team-flag{width:24px;height:16px}.wcu-schedule-score{font-size:34px}.wcu-schedule-match-card{border-radius:18px;padding:18px 16px}}


/* v2.5.11 — force every schedule/fixture output into the requested matchday card UI. */
.wcu-embed.wcu-schedule-timeline-ui .wcu-schedule-wrap{max-width:1120px!important;margin:0 auto!important}
.wcu-embed.wcu-schedule-timeline-ui .wcu-schedule-match-card{position:relative!important;min-height:178px!important;align-items:center!important}
.wcu-embed.wcu-schedule-timeline-ui .wcu-schedule-match-main{display:flex!important;flex-direction:column!important;justify-content:center!important;align-self:stretch!important;padding-left:0!important}
.wcu-embed.wcu-schedule-timeline-ui .wcu-schedule-badges{margin-bottom:16px!important}
.wcu-embed.wcu-schedule-timeline-ui .wcu-schedule-teams{max-width:520px!important}
.wcu-embed.wcu-schedule-timeline-ui .wcu-schedule-team{width:max-content!important;max-width:100%!important}
.wcu-embed.wcu-schedule-timeline-ui .wcu-schedule-team-link{display:inline-block!important;font-size:30px!important;line-height:1.16!important;font-weight:950!important;letter-spacing:-.025em!important}
.wcu-embed.wcu-schedule-timeline-ui .wcu-schedule-match-side{align-self:center!important;justify-content:center!important;gap:8px!important}
.wcu-embed.wcu-schedule-timeline-ui .wcu-schedule-score{font-size:56px!important;line-height:.95!important;font-weight:950!important;white-space:nowrap!important}
.wcu-embed.wcu-schedule-timeline-ui .wcu-schedule-score-note{font-size:18px!important;font-weight:900!important}
.wcu-embed.wcu-schedule-timeline-ui .wcu-schedule-stadium{font-size:16px!important}
@media(max-width:860px){
  .wcu-embed.wcu-schedule-timeline-ui .wcu-schedule-team-link{font-size:24px!important}
  .wcu-embed.wcu-schedule-timeline-ui .wcu-schedule-score{font-size:44px!important}
  .wcu-embed.wcu-schedule-timeline-ui .wcu-schedule-match-card{min-height:0!important}
}
@media(max-width:560px){
  .wcu-embed.wcu-schedule-timeline-ui .wcu-schedule-team-link{font-size:21px!important}
  .wcu-embed.wcu-schedule-timeline-ui .wcu-schedule-score{font-size:36px!important}
  .wcu-embed.wcu-schedule-timeline-ui .wcu-schedule-teams{max-width:100%!important}
}


/* v2.5.14 — resilient schedule flags and numeric standing display. */
.wcu-schedule-flag-wrap{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:30px!important;height:22px!important;flex:0 0 30px!important}
.wcu-schedule-flag-wrap .wcu-schedule-team-flag{width:28px!important;height:19px!important;object-fit:cover!important;border-radius:2px!important;box-shadow:0 2px 6px rgba(0,0,0,.18)!important}
.wcu-schedule-team-flag-emoji{display:inline-flex;align-items:center;justify-content:center;width:28px;height:20px;font-size:22px;line-height:1;filter:drop-shadow(0 2px 3px rgba(0,0,0,.12))}
.wcu-embed.wcu-schedule-timeline-ui .wcu-schedule-score{min-width:74px;text-align:center}


/* v2.5.17 — team standing badge inside schedule rows. */
.wcu-schedule-team-standing{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin-left:10px!important;
  padding:4px 8px!important;
  border-radius:999px!important;
  background:#e7f2ec!important;
  border:1px solid #bdd2c8!important;
  color:#0a5b41!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:900!important;
  white-space:nowrap!important;
  vertical-align:middle!important;
}
.wcu-schedule-team .wcu-schedule-team-link{cursor:pointer!important}
@media(max-width:560px){
  .wcu-schedule-team-standing{font-size:11px!important;margin-left:6px!important;padding:4px 7px!important}
}

/* v2.5.18 keeps schedule team links bound to each resolved country/team ID. */


/* v2.5.19 — simplified Groups table: hide MP/W/D/L/PTS and keep Team column full width. */
.wcu-group-team-list-only th:first-child,
.wcu-group-team-list-only td:first-child{
  width:100%!important;
}
.wcu-group-team-list-only .wcu-group-team-cell{
  min-width:0!important;
  width:100%!important;
}
.wcu-group-team-list-only .wcu-group-team-name{
  font-size:15px!important;
}
