:root{--gold:#c9a84c;--gold-light:#f0d080;--red:#c0392b;--dark:#0a0a0a;--mid:#111;--muted:#b6c2ce;--border:rgba(68,78,89,0.6588235294117647);--card-top:hsla(0,0%,85.5%,0.0784313725490196);--card-bottom:rgba(0,0,0,0.2)}.wrapper{max-width:1500px}.match-schedule-wrapper,.wrapper{position:relative;z-index:10;text-align:center;padding:1rem;width:100%;animation:fadeUp 1.2s ease both}.match-schedule-wrapper{max-width:1140px;color:#fff}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}#eyebrow{font-weight:300;font-size:.85rem;letter-spacing:.4em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem;opacity:0;animation:fadeUp 1s ease .3s both}.headline{color:revert;font-size:clamp(2rem,10vw,3rem);letter-spacing:.02em;margin:1rem;opacity:0;animation:fadeUp 1s ease .5s both}.headline span{color:var(--gold);display:block;font-weight:600;font-size:clamp(3rem,10vw,5rem)}.subHeadline{font-size:clamp(1rem,10vw,1.5rem);margin-bottom:14px}.hosts{font-size:.8rem;letter-spacing:.3em;margin-bottom:3rem;text-transform:uppercase;opacity:0;animation:fadeUp 1s ease .7s both}.hosts em{color:var(--gold-light);font-style:normal}.countdown{display:flex;gap:clamp(.25rem,3vw,2rem);justify-content:center;align-items:flex-start;margin-bottom:3rem;opacity:0;animation:fadeUp 1s ease .9s both}.unit{display:flex;flex-direction:column;align-items:center;gap:.75rem}.unit span{color:var(--muted)}@keyframes pulse{0%,to{opacity:.35}50%{opacity:.1}}.flip-card{position:relative;width:clamp(61px,16vw,120px);height:clamp(41px,19vw,80px);perspective:500px;font-size:clamp(1.5rem,9.5vw,3rem);box-shadow:0 8px 24px rgba(0,0,0,.6),0 2px 4px rgba(0,0,0,.8)}.card-top{top:0;background:var(--card-top)}.card-bottom,.card-top{position:absolute;left:0;right:0;height:50%;overflow:hidden;z-index:1}.card-bottom{bottom:0;background:var(--card-bottom)}.card-bottom .digit,.card-top .digit{position:absolute;left:0;right:0;height:200%;display:flex;align-items:center;justify-content:center}.card-top .digit{top:0}.card-bottom .digit{bottom:0}.card-divider{top:50%;height:2px;background:rgba(0,0,0,.75);z-index:10;pointer-events:none}.card-divider,.flap{position:absolute;left:0;right:0}.flap{top:0;height:50%;transform-origin:50% 100%;transform-style:preserve-3d;z-index:5}.flap-back,.flap-front{position:absolute;inset:0;overflow:hidden;backface-visibility:hidden}.flap-back,.flap-front{background:var(--card-top)}.flap-back{transform:rotateX(180deg)}.flap-back .digit,.flap-front .digit{position:absolute;left:0;right:0;height:200%;top:0;display:flex;align-items:center;justify-content:center}.card-top:after,.flap-back:after,.flap-front:after{content:"";position:absolute;inset:0;background:linear-gradient(160deg,hsla(0,0%,100%,.06),transparent 55%);pointer-events:none}.flap-shadow{position:absolute;top:50%;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,.5) 0,transparent 70%);z-index:4;opacity:0;pointer-events:none}.flip-card.flipping .flap{animation:flipDown .5s cubic-bezier(.36,.07,.19,.97) forwards}.flip-card.flipping .flap-shadow{animation:shadowAnim .5s ease forwards}@keyframes flipDown{0%{transform:rotateX(0deg)}to{transform:rotateX(-180deg)}}@keyframes shadowAnim{0%{opacity:0}35%{opacity:1}to{opacity:0}}.party .card-bottom,.party .card-top,.party .flap-back,.party .flap-front{background-color:#1f1a0d}.party .digit{color:rgba(201,168,76,.6)}.kickoff{font-size:.75rem;letter-spacing:.25em;text-transform:uppercase;opacity:0;animation:fadeUp 1s ease 1.1s both;color:var(--muted)}.kickoff strong{color:#fff}.box-inner{position:absolute;inset:0;background:linear-gradient(135deg,hsla(0,0%,100%,.03),transparent 50%);pointer-events:none}.party .num{color:var(--gold-light)}.party .box{border-color:rgba(201,168,76,.6)}.groups-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));grid-template-rows:masonry;gap:1.25rem;max-width:1430px;margin:0 auto;text-align:left;justify-content:center;justify-items:center}.groups-grid table{width:100%;border-collapse:collapse;table-layout:fixed}.groups-grid thead tr{border-bottom:1px solid var(--border);color:var(--muted)}.groups-grid thead th{padding:.8rem 0;font-weight:600;font-size:.7rem;letter-spacing:.1em;text-align:center}.groups-grid thead th.team-col{text-align:center;width:35%}.groups-grid tbody tr{border-bottom:1px solid var(--border);transition:background .15s ease}.groups-grid tbody tr:nth-child(odd){background:hsla(0,0%,85.5%,.0784313725490196)}.groups-grid tbody tr:last-child{border-bottom:none}.groups-grid tbody tr:hover{background:var(--row-hover)}.groups-grid tbody td{padding:.7rem .5rem;text-align:center}.groups-grid tbody td.pos{font-weight:600;width:28px}.groups-grid tbody td.team-name{text-align:center}.groups-grid .team-cell{display:flex;align-items:center;justify-content:center;gap:.55rem}.groups-grid .flag{width:30px;height:30px;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.groups-grid .team-name-text{font-weight:500}.groups-grid .tbd-badge{font-size:.65rem;font-weight:600;letter-spacing:.05em;color:var(--gold);background:rgba(240,180,41,.12);border:1px solid rgba(240,180,41,.25);border-radius:3px;padding:1px 5px;margin-left:4px;vertical-align:middle}.groups-grid td.pts{font-weight:700}.group-card{width:100%;border-radius:8px;overflow:hidden;border:1px solid var(--border);transition:transform .2s ease,box-shadow .2s ease}.group-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.4)}.group-title{background:#192f60;padding:.6rem 1rem;font-weight:600;font-size:1rem;letter-spacing:.05em;border-bottom:1px solid var(--border)}.note{text-align:center;margin-top:1.5rem;font-size:.75rem;letter-spacing:.04em}.note span{color:var(--gold)}.mobile .content{margin-bottom:70px}.mobile .content>.wrapper{background:url(https://files.sitestatic.net/assets/imgs/backgrounds/images/fifa-world-cup-2026-mobile-393x690.webp) no-repeat 50% fixed;background-size:cover}.mobile .content>.match-schedule-wrapper{background:url(https://files.sitestatic.net/assets/imgs/backgrounds/images/fifa-world-cup-2026-mobile-393x690.webp) no-repeat 50% fixed;background-size:cover}@media (max-width:767px){.groups-grid{grid-template-columns:minmax(0,1fr)}}@media (min-width:768px){body>.content{background:url(https://files.sitestatic.net/assets/imgs/backgrounds/images/fifa-world-cup-2026-1440x1222.webp) no-repeat 50% fixed;background-size:cover}.desktop .content,.desktop .main-content{background:url(https://files.sitestatic.net/assets/imgs/backgrounds/images/fifa-world-cup-2026-1440x1222.webp) no-repeat 50% fixed;background-size:cover}.groups-grid thead th.team-col{width:50%}.headline{margin:3rem}}@media (min-width:1100px){.groups-grid{grid-template-columns:repeat(3,1fr)}}.match-schedule-wrapper-banner{width:100%;-o-object-fit:cover;object-fit:cover;margin-top:.6rem;margin-bottom:1.3rem}.live-badge-wrapper{display:flex;align-items:center;flex-wrap:wrap;margin-top:0;margin-bottom:.3rem;gap:12px}.live-badge-wrapper .live-badge-title{font-size:1.3rem;font-weight:700;background:linear-gradient(135deg,#fff,#b2f0ff);background-clip:text;-webkit-background-clip:text;color:transparent;letter-spacing:-.3px}.live-badge-wrapper .live-badge{border-radius:40px;padding:4px 12px;font-weight:700;display:flex;align-items:center;gap:8px;background:rgba(255,60,60,.18);color:#b6c2ce;font-size:.7rem;backdrop-filter:blur(4px);border:none!important}.ending-badge-content,.live-badge-content,.upcoming-badge-content{width:7px;height:7px;border-radius:50%;display:inline-block;flex-shrink:0}.live-badge-content{background:#ff3a3a;box-shadow:0 0 6px #ff4d4d;animation:pulse-red 1.2s infinite}.betting-Odds-title{font-size:1.3rem;font-weight:700;background:linear-gradient(135deg,#fff,#b2f0ff);background-clip:text;-webkit-background-clip:text;color:transparent;letter-spacing:-.3px}.upcoming-badge-content{background:#1170d7;box-shadow:0 0 6px #136fd1;animation:pulse-upcoming 1.2s infinite}.ending-badge-content{background:#18191a;box-shadow:0 0 6px #202122;animation:pulse-ending 1.2s infinite}.tabs-wrapper{margin-bottom:.8rem;border-bottom:1px solid rgba(68,78,89,.66);overflow-x:auto;white-space:nowrap;scrollbar-width:thin}.tabs-wrapper .tabs{display:flex;gap:.2rem;list-style:none;padding:0;margin:0}.tabs-wrapper .tab-item{padding:.7rem 1.6rem;font-size:.8rem;font-weight:600;background:transparent;color:#8aaeb9;border:none;border-bottom:3px solid transparent;cursor:pointer;transition:all .2s ease;font-family:inherit;letter-spacing:.3px;display:flex;align-items:center;gap:6px}.tabs-wrapper .tab-item.active{color:#fff;border-bottom:3px solid #00abff;background:transparent}.tab-pane{display:none;animation:fadeIn .25s ease-out}.tab-pane.active-pane{display:block}.carousel-wrapper{position:relative;width:100%;overflow:hidden;margin:.2rem 0 .8rem;border-radius:1.5rem}.carousel-wrapper.is-loading{cursor:wait}.carousel-wrapper.is-loading .matches-carousel{overflow:hidden;touch-action:none;pointer-events:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.matches-carousel{display:flex;overflow-x:auto;scroll-behavior:smooth;gap:12px;padding:.4rem .2rem 1rem;margin-left:2px;cursor:grab;scrollbar-width:none;-ms-overflow-style:none;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;-moz-user-select:none;-ms-user-select:none;user-select:none}.matches-carousel:active{cursor:grabbing}.matches-carousel::-webkit-scrollbar{display:none}.match-card{width:calc(25% - 9px);min-width:250px;flex-shrink:0;border-radius:12px;padding:.8rem;box-shadow:0 15px 25px -12px rgba(0,0,0,.5);backdrop-filter:blur(2px);scroll-snap-align:start;transition:all .25s,opacity .3s ease;box-sizing:border-box}.match-card-live{background:radial-gradient(59% 87% at 15% 27%,rgba(160,14,14,.56) 0,rgba(0,0,0,.42) 100%);border:1px solid rgba(68,78,89,.66)}.match-card-upcoming{background:radial-gradient(59% 87% at 15% 27%,rgba(16,108,208,.58) 0,rgba(0,0,0,.4117647058823529) 100%);border:1px solid rgba(68,78,89,.66)}.match-card-ended{background:#18191a;border:1px solid rgba(68,78,89,.66)}.match-card.active{border:1px solid #d1d4d8;box-shadow:0 10px 36px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.06)}.match-card.disabled{pointer-events:none;opacity:.6}.match-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.9rem;font-size:.75rem}.match-header .match-status{font-weight:800;font-size:.7rem;border-radius:40px;padding:4px 12px;display:flex;align-items:center;gap:4px;border:none!important}.match-header .match-status.status-live{color:#b6c2ce;backdrop-filter:blur(4px);background:none}.match-header .match-status.status-upcoming{color:#b6c2ce;backdrop-filter:blur(4px);background:#1c2b3b}.match-header .match-status.status-ending{color:#b6c2ce;backdrop-filter:blur(4px);background:#2a2b2c}.match-time-wrapper{display:flex;align-items:center;justify-content:flex-start;gap:4px}.match-time-wrapper .match-time-icon{width:13px;height:13px;display:inline-block;flex-shrink:0;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2.2' stroke='%23b6c2ce'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:50%}.match-time-wrapper .match-time{color:#b6c2ce;font-size:11px;text-align:start}.teams{justify-content:space-between;gap:.5rem;margin-bottom:1rem}.teams,.teams .team{display:flex;align-items:center}.teams .team{flex-direction:column;gap:4px}.teams .team-flag{font-size:14px;color:#fff}.teams .team-flag-img{width:25px;height:auto}.teams .team-name{font-weight:700;font-size:.9rem;letter-spacing:.5px;color:#f0fafd}.score{font-size:14px;font-weight:500;color:#fff;text-align:center}.tournament{font-size:11px;text-transform:uppercase;color:#b6c2ce}.betting-comparison-card{background:hsla(0,0%,85.5%,.08);border-radius:12px;padding:15px;color:#efefef;font-family:Inter,sans-serif}.betting-comparison-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.betting-comparison-card .card-header .card-title{font-size:16px;font-weight:600;margin:0}.betting-comparison-card .card-header .how-to-play{color:#999;text-decoration:none;font-size:13px;display:flex;align-items:center;gap:6px}.odds-table-container{max-height:400px;overflow-x:auto;overflow-y:auto;width:100%;scrollbar-width:none;-ms-overflow-style:none}.odds-table-container::-webkit-scrollbar{display:none}.odds-table-container.is-processing{pointer-events:none!important;cursor:wait!important;opacity:.8}.odds-table-container .odds-table{min-width:450px}.odds-table-container .odds-grid-header,.odds-table-container .odds-row{display:grid;grid-template-columns:.5fr 1.5fr 1.5fr 1.5fr;align-items:center;gap:8px;padding:4px 8px}.odds-table-container .odds-grid-header{color:#fff;text-shadow:0 0 2px hsla(0,0%,100%,.2);font-size:12px;font-weight:700;letter-spacing:.5px;padding-bottom:8px;margin-bottom:4px}.odds-table-container .odds-row:nth-child(odd){background:hsla(0,0%,100%,.03);border-radius:6px}.odds-table-container .odds-box{background:#222;border-radius:4px;height:38px;display:flex;align-items:center;justify-content:center;font-size:13px;border:1.5px solid transparent;transition:all .2s ease}.odds-table-container .odds-box.up{color:#27ae60}.odds-table-container .odds-box.down{color:#e74c3c}.odds-table-container .odds-box.disabled-box{cursor:not-allowed!important;pointer-events:auto;opacity:.8}.odds-table-container .odds-box.selected{border:1px solid #d1d4d8;box-shadow:0 10px 36px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.06);background-color:rgba(0,123,255,.1);z-index:2}.odds-table-container .odds-box.loading{color:#fff;font-weight:700}.odds-table-container .odds-box .arrow{font-size:12px;margin-left:4px}.col-provider{display:flex;align-items:center;justify-content:center}.provider-fifa-logo{height:auto}.tbl-disclaimer{text-align:center;color:#b6c2ce;font-size:12px;margin-top:20px}.external-score-wrapper{width:100%;border-radius:12px;overflow:hidden;margin-top:1.8rem;margin-bottom:.5rem;border-bottom-left-radius:20px!important;border-bottom-right-radius:20px!important}.external-score-wrapper iframe{width:100%;height:1710px;border:none;pointer-events:auto}.how-to-play-container{position:relative}.how-to-play-container .help-text-summary{list-style:none;display:flex;align-items:center;gap:8px;cursor:pointer;color:#b6c2ce;font-size:13px;font-weight:500;-moz-user-select:none;-ms-user-select:none;user-select:none}.how-to-play-container .help-text-summary .info-icon{width:18px;height:18px;border:1.5px solid;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-family:serif;font-style:italic;font-weight:700}.how-to-play-container .help-text-summary::-webkit-details-marker{display:none}.how-to-play-container .help-text-content{position:absolute;right:0;top:calc(100% + 10px);width:150px;background:#1a1d21;border:1px solid #333;padding-top:16px;padding-left:2px;border-radius:12px;z-index:100;box-shadow:0 10px 30px rgba(0,0,0,.5);font-size:11px;color:#efefef;animation:fadeIn .3s ease}.how-to-play-container .help-text-content:before{content:"";position:absolute;top:-6px;right:20px;width:10px;height:10px;background:#1a1d21;border-left:1px solid #333;border-top:1px solid #333;transform:rotate(45deg)}.how-to-play-container .help-text-link{display:flex;align-items:center;color:#b6c2ce;cursor:pointer;font-size:13px;font-weight:500;gap:8px;outline:none;text-decoration:none;transition:color .2s ease}.how-to-play-container .help-text-link:hover{color:#fff}.how-to-play-container .help-text-link:active,.how-to-play-container .help-text-link:focus{outline:none;box-shadow:none}.how-to-play-container .help-text-link .info-icon{display:flex;align-items:center;justify-content:center;border:1.5px solid;border-radius:50%;font-family:serif;font-size:11px;font-style:italic;font-weight:700;height:18px;width:18px}@keyframes pulse-red{0%,to{box-shadow:0 0 0 0 rgba(255,58,58,.7)}50%{box-shadow:0 0 0 8px rgba(255,58,58,0)}}@keyframes pulse-upcoming{0%,to{box-shadow:0 0 0 0 rgba(17,112,215,.7)}50%{box-shadow:0 0 0 8px rgba(17,112,215,0)}}@keyframes pulse-ending{0%,to{box-shadow:0 0 0 0 rgba(32,33,34,.7)}50%{box-shadow:0 0 0 8px rgba(32,33,34,0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.team-name{font-size:.75rem}}@media (max-width:640px){.match-card{min-width:225px;padding:.6rem}}@media (max-width:768px){.betting-comparison-card{padding:10px}.odds-box{height:34px}.card-title{font-size:14px}.tournament{font-size:10px}.score{font-size:14px}.match-time-wrapper .match-time-icon{width:11px;height:11px}.match-time-wrapper .match-time{font-size:10px}.betting-Odds-title{font-size:1rem}.tbl-disclaimer{font-size:11px}.how-to-play-container .help-text-summary{font-size:11px;cursor:none}.how-to-play-container .help-text-summary .info-icon{height:16px;width:16px}.how-to-play-container .help-text-link{font-size:11px}.how-to-play-container .help-text-link .info-icon{height:16px;width:16px}.live-badge-wrapper .live-badge-title{font-size:1rem}.odds-table-container .odds-grid-header{font-size:11px}.tabs-wrapper .tab-item{padding:.7rem .6rem;font-size:12px}.live-badge-wrapper .live-badge{font-size:12px}.teams .team-flag{font-size:13px}.match-header .match-status{font-size:10px}.odds-table-container .odds-table{min-width:100%!important}.odds-table-container .odds-grid-header,.odds-table-container .odds-row{grid-template-columns:80px 1fr 1fr 1fr;gap:4px}.odds-table-container .odds-box{font-size:11px;padding:0 2px}.odds-table-container .odds-grid-header{font-size:9px;letter-spacing:0}.provider-fifa-logo{width:70px}}@media (min-width:992px){.odds-box{font-size:14px;height:42px}.card-title{font-size:18px}.odds-table{min-width:auto}}