@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Oswald:wght@400;600;700&display=swap";body{min-width:320px;margin:0}#root{min-height:100vh}.countdown{text-align:center;background:linear-gradient(#000c 0%,#0006 50%,#0009 100%);border-radius:10px;margin:.5rem;padding:2rem 1rem}.countdown-title{color:#fff;text-transform:uppercase;letter-spacing:3px;text-shadow:0 2px 10px #00000080;margin-bottom:2rem;font-size:1.5rem;font-weight:700}.countdown-units{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;display:flex}.countdown-unit{background:linear-gradient(145deg,#1a5c2e 0%,#0d3d1c 100%);border:3px solid gold;border-radius:12px;flex-direction:column;align-items:center;min-width:80px;padding:1rem 1.5rem;display:flex;box-shadow:0 4px 20px #0006,inset 0 1px #ffffff1a}.countdown-number{color:gold;text-shadow:0 2px 4px #0000004d;font-size:2.5rem;font-weight:900;line-height:1}.countdown-label{color:#fff;text-transform:uppercase;letter-spacing:2px;opacity:.9;margin-top:.5rem;font-size:.7rem}.countdown-separator{color:gold;margin:0 .25rem;font-size:2.5rem;font-weight:900;animation:1s ease-in-out infinite pulse}@keyframes pulse{0%{transform:scale(1)}to{transform:scale(1.03)}}.live-badge{color:#fff;text-transform:uppercase;letter-spacing:4px;background:#e63946;border-radius:8px;padding:.75rem 2rem;font-size:1.5rem;font-weight:900;animation:1s ease-in-out infinite livePulse;display:inline-block}@keyframes livePulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media (width<=480px){.countdown-separator{font-size:1.8rem}.countdown-units{flex-wrap:nowrap;gap:.3rem}.countdown-unit{min-width:0;padding:.3rem .4rem}.countdown-number{font-size:1.2rem}.countdown-label{font-size:.55rem}}.country-selector{text-align:center;max-width:800px;margin:0 auto;padding:1.5rem .5rem}.country-selector h2{color:gold;text-transform:uppercase;letter-spacing:3px;text-shadow:0 2px 10px #00000080;margin-bottom:1rem;font-size:1.5rem}.country-search{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #2e7d32;border-radius:25px;width:100%;max-width:350px;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.95rem}.country-search::placeholder{color:#fff9}.country-search:focus{border-color:gold;outline:none;box-shadow:0 0 15px #ffd7004d}.countries-grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:.5rem;display:grid}.country-btn{cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:linear-gradient(145deg,#ffffff1a 0%,#ffffff08 100%);border:1px solid #ffffff26;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:.6rem .4rem;transition:all .2s;display:flex}.country-btn:hover{background:linear-gradient(145deg,#ffd70033 0%,#ffd7000d 100%);border-color:gold;transform:translateY(-3px);box-shadow:0 6px 20px #0000004d}.country-flag-img{object-fit:cover;border-radius:3px;width:36px;height:24px;margin-bottom:.4rem;box-shadow:0 2px 4px #0000004d}.country-name{color:#fff;text-align:center;font-size:.7rem;font-weight:500;line-height:1.2}.country-ready{justify-content:center;align-items:center;min-height:350px;padding:1.5rem;display:flex}.ready-card{text-align:center;background:linear-gradient(145deg,#1a5c2e 0%,#0d3d1c 100%);border:3px solid gold;border-radius:16px;max-width:320px;padding:2rem;animation:.4s slideIn;box-shadow:0 15px 50px #00000080}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.flag-large-img{object-fit:cover;border-radius:6px;width:100px;height:66px;margin-bottom:1rem;box-shadow:0 4px 15px #0006}.ready-card h2{color:#ffffffb3;letter-spacing:2px;margin-bottom:.5rem;font-size:.85rem}.ready-card h1{color:gold;text-transform:uppercase;letter-spacing:3px;text-shadow:0 2px 8px #0000004d;margin-bottom:1.5rem;font-size:1.8rem}.ready-message{margin-bottom:1.5rem}.ready-text{color:#fff;font-size:1.5rem;font-weight:900;animation:.4s infinite alternate bounce}@keyframes bounce{0%{transform:scale(1)}to{transform:scale(1.05)}}.ready-buttons{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.btn-ready{text-transform:uppercase;letter-spacing:1px;color:#000;cursor:pointer;background:linear-gradient(145deg,gold 0%,#fa0 100%);border:none;border-radius:25px;padding:.75rem 2rem;font-size:1rem;font-weight:800;transition:all .3s;box-shadow:0 3px 15px #ffd70066}.btn-ready:hover{transform:scale(1.03);box-shadow:0 5px 25px #ffd70080}.btn-back{text-transform:uppercase;color:#fff;cursor:pointer;background:0 0;border:2px solid #fff6;border-radius:25px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s}.btn-back:hover{background:#ffffff1a;border-color:#fff}.confederation-tabs{flex-wrap:wrap;gap:6px;margin-bottom:1.25rem;display:flex}.confederation-tabs::-webkit-scrollbar{display:none}.conf-tab{color:#fff9;cursor:pointer;white-space:nowrap;background:#ffffff12;border:1.5px solid #fff3;border-radius:999px;flex-shrink:0;align-items:center;gap:5px;padding:7px 14px;font-size:.8rem;font-weight:500;line-height:1;transition:background .15s,border-color .15s,color .15s;display:flex}.conf-tab:hover{color:#fff;background:#ffffff24;border-color:#fff6}.conf-tab.active{color:gold;background:#1a5c2ee6;border-color:gold;font-weight:700}.no-results{color:#ffffff80;text-align:center;grid-column:1/-1;padding:2rem}@media (width<=480px){.countries-grid{grid-template-columns:repeat(3,1fr);gap:.4rem}.country-btn{padding:.5rem .3rem}.country-flag-img{width:30px;height:20px}.country-name{font-size:.6rem}.ready-card{padding:1.5rem}.ready-card h1{font-size:1.4rem}}.mode-selector{max-width:600px;margin:0 auto;padding:1rem}.mode-title{text-align:center;color:gold;text-transform:uppercase;letter-spacing:2px;margin-bottom:1.5rem;font-size:1.4rem}.mode-cards{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=480px){.mode-cards{grid-template-columns:1fr}}.mode-card{text-align:center;cursor:pointer;background:linear-gradient(145deg,#1a5c2e 0%,#0d3d1c 100%);border:2px solid #fff3;border-radius:16px;padding:1.5rem;transition:all .25s}.mode-card:hover:not(.mode-blocked){border-color:gold;transform:translateY(-3px);box-shadow:0 8px 30px #ffd70040}.mode-competition{border-color:#ffd70066}.mode-practice{border-color:#22c55e66}.mode-blocked{opacity:.5;cursor:not-allowed}.mode-icon{margin-bottom:.5rem;font-size:2.5rem}.mode-card h3{color:gold;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:1.1rem}.mode-card p{color:#ffffffb3;margin-bottom:.75rem;font-size:.82rem}.mode-card ul{text-align:left;margin-bottom:1rem;padding:0;list-style:none}.mode-card ul li{color:#ffffffd9;padding:.2rem 0;font-size:.8rem}.btn-mode{text-transform:uppercase;letter-spacing:1px;cursor:pointer;border:none;border-radius:20px;width:100%;padding:.7rem;font-size:.9rem;font-weight:800;transition:all .2s}.btn-practice{color:#fff;background:linear-gradient(145deg,#22c55e,#16a34a)}.btn-competition{color:#000;background:linear-gradient(145deg,gold,#fa0)}.btn-blocked{color:#fff6;cursor:not-allowed;background:#ffffff1a;border:1px solid #fff3}.game-container{width:100%;max-width:600px;margin:0 auto;padding:1rem;position:relative}.game-header{background:#000000b3;border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:.75rem 1rem;display:flex}.country-display{color:#fff;align-items:center;gap:.5rem;font-weight:600;display:flex}.country-flag-small{object-fit:cover;border-radius:3px;width:28px;height:18px}.score-display{flex-direction:column;align-items:center;display:flex}.score-display .score-label{color:#ffffffb3;text-transform:uppercase;letter-spacing:2px;font-size:.65rem}.score-display .score-number{color:gold;font-size:1.8rem;font-weight:900}.game-area{cursor:pointer;background-color:#0000;background-image:linear-gradient(#00000080 0%,#0000004d 100%),url(https://i.imgur.com/thEigrZ.png);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border:3px solid gold;border-radius:12px;height:480px;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000080}.game-ball{cursor:pointer;z-index:10;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;will-change:transform;filter:drop-shadow(0 4px 8px #00000080);box-sizing:content-box;width:50px;height:50px;margin:-20px;padding:20px;position:absolute}.game-ball:hover{filter:drop-shadow(0 4px 12px #ffd70099)}.game-ball:active{filter:brightness(1.1)drop-shadow(0 2px 4px #00000080)}.game-instructions{text-align:center;color:#ffffffb3;margin-top:.75rem;font-size:.85rem}.confetti-piece{background:var(--color);width:10px;height:10px;left:var(--x);opacity:0;animation:confetti-fall var(--duration) ease-out forwards;animation-delay:var(--delay);transform:rotate(var(--rotation));pointer-events:none;border-radius:2px;position:absolute;top:0}.confetti-piece:nth-child(odd){border-radius:0;width:6px;height:12px}.confetti-piece:nth-child(3n){border-radius:50%;width:8px;height:8px}@keyframes confetti-fall{0%{opacity:1;transform:translateY(0)rotate(0)}to{opacity:0;transform:translateY(350px)rotate(720deg)}}.game-start,.game-result{justify-content:center;padding:1rem;display:flex}.start-card,.result-card{text-align:center;background:linear-gradient(145deg,#1a5c2e 0%,#0d3d1c 100%);border:3px solid gold;border-radius:16px;width:100%;max-width:380px;padding:2rem;box-shadow:0 15px 50px #00000080}.start-card h2,.result-card h2{color:gold;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-size:1.6rem}.start-card p{color:#ffffffe6;margin-bottom:.5rem;font-size:.95rem}.start-card .hint{color:#7cfc00;margin-bottom:1rem;font-weight:600}.attempts-remaining,.attempts-info{color:#fff;background:#0000004d;border-radius:6px;margin:.75rem 0;padding:.6rem;font-size:.85rem}.btn-start,.btn-play-again,.btn-finish{text-transform:uppercase;letter-spacing:1px;cursor:pointer;border:none;border-radius:25px;width:100%;margin-top:.75rem;padding:.9rem;font-size:1rem;font-weight:800;transition:all .3s;display:block}.btn-start,.btn-play-again{color:#000;background:linear-gradient(145deg,gold 0%,#fa0 100%);box-shadow:0 4px 20px #ffd70066}.btn-start:hover,.btn-play-again:hover{transform:scale(1.02);box-shadow:0 6px 25px #ffd70099}.btn-finish{color:#fff;background:0 0;border:2px solid #fff6}.btn-finish:hover{background:#ffffff1a;border-color:#fff}.final-score{margin:1.5rem 0}.final-score .score-label{color:#ffffffb3;text-transform:uppercase;letter-spacing:2px;font-size:.85rem;display:block}.final-score .score-value{color:gold;text-shadow:0 4px 20px #ffd70080;font-size:3.5rem;font-weight:900;display:block}.best-score{color:#fffc;margin-bottom:.75rem;font-size:.9rem}.new-record{color:#fff;text-transform:uppercase;letter-spacing:2px;background:linear-gradient(145deg,#e63946 0%,#c62828 100%);border-radius:6px;margin-bottom:.75rem;padding:.6rem;font-weight:900;animation:.5s infinite alternate pulse}@media (width<=480px){.game-area{height:380px}.game-ball{width:45px;height:45px}.start-card,.result-card{padding:1.5rem}.final-score .score-value{font-size:2.5rem}}.game-ball.ball-rejected{transition:filter;filter:drop-shadow(0 0 12px #ff3232)brightness(1.5)!important}.game-ball.ball-hit{animation:.28s ease-out ball-hit-glow}@keyframes ball-hit-glow{0%{filter:drop-shadow(0 0 20px gold)brightness(1.8)saturate(1.4)}to{filter:drop-shadow(0 4px 8px #00000080)}}.game-area.area-shake{animation:.18s ease-out area-shake}@keyframes area-shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}50%{transform:translate(5px)}75%{transform:translate(-3px)}}.float-text{color:var(--color);text-shadow:0 0 10px var(--color), 0 2px 4px #000c;pointer-events:none;z-index:20;white-space:nowrap;letter-spacing:1px;font-size:1.3rem;font-weight:900;animation:.85s ease-out forwards float-up;position:absolute}@keyframes float-up{0%{opacity:1;transform:translate(-50%)scale(.7)}20%{opacity:1;transform:translate(-50%,-16px)scale(1.15)}to{opacity:0;transform:translate(-50%,-75px)scale(.9)}}.click-particle{background:var(--color);pointer-events:none;z-index:19;border-radius:50%;width:7px;height:7px;animation:.5s ease-out forwards particle-burst;position:absolute}@keyframes particle-burst{0%{opacity:1;transform:translate(-50%,-50%)scale(1.2)}to{opacity:0;transform:translate(calc(-50% + var(--dx)), calc(-50% + var(--dy))) scale(.2)}}.score-display .score-number.score-pulse{animation:.26s ease-out score-pulse}@keyframes score-pulse{0%{transform:scale(1)}45%{color:#fff;text-shadow:0 0 18px gold,0 0 36px gold;transform:scale(1.5)}to{transform:scale(1)}}.scoreboard{max-width:600px;margin:0 auto;padding:2rem 1rem}.scoreboard h2{color:gold;text-transform:uppercase;letter-spacing:3px;text-align:center;text-shadow:0 2px 10px #00000080;margin-bottom:.5rem;font-size:1.8rem}.scoreboard .subtitle{text-align:center;color:#ffffffb3;margin-bottom:1.5rem}.loading,.no-scores{text-align:center;color:#ffffffb3;background:#ffffff0d;border-radius:12px;padding:2rem}.no-scores p{margin:.5rem 0}.no-scores .hint{color:#ffffff80;font-size:.9rem}.ranking-list{flex-direction:column;gap:.75rem;display:flex}.rank-item{background:linear-gradient(90deg,#ffffff1a 0%,#ffffff0d 100%);border:1px solid #ffffff1a;border-radius:12px;align-items:center;padding:1rem;transition:all .3s;display:flex}.rank-item:hover{background:linear-gradient(90deg,#ffffff26 0%,#ffffff14 100%);transform:translate(5px)}.rank-item.rank-1{background:linear-gradient(90deg,#ffd70033 0%,#ffd7000d 100%);border-color:#ffd7004d}.rank-item.rank-2{background:linear-gradient(90deg,#c0c0c026 0%,#c0c0c00d 100%);border-color:#c0c0c033}.rank-item.rank-3{background:linear-gradient(90deg,#cd7f3226 0%,#cd7f320d 100%);border-color:#cd7f3233}.rank-position{color:#fff;text-align:center;width:40px;font-size:1.2rem;font-weight:900}.rank-flag{margin-right:.75rem;font-size:2rem}.rank-flag-img{object-fit:cover;border-radius:3px;width:32px;height:22px;margin-right:.75rem;box-shadow:0 2px 4px #0000004d}.rank-info{flex-direction:column;flex:1;display:flex}.rank-name{color:#fff;font-size:1rem;font-weight:700}.rank-players{color:#ffffff80;font-size:.75rem}.rank-score{color:gold;align-items:baseline;gap:.25rem;font-size:1.5rem;font-weight:900;display:flex}.rank-score .pts-label{color:#ffd700b3;font-size:.7rem;font-weight:600}@media (width<=480px){.rank-flag{font-size:1.5rem}.rank-score{font-size:1.2rem}}.live-ranking{background:linear-gradient(135deg,#1e1e1ee6,#141414f2);border:1px solid #ffd7004d;border-radius:16px;width:100%;max-width:600px;margin:0 auto;padding:20px}.ranking-section-title{text-align:center;color:gold;text-transform:uppercase;letter-spacing:1px;margin:16px 0 12px;font-size:1.1rem}.ranking-empty{text-align:center;color:#fff9;padding:30px;font-style:italic}.trophy-icon{object-fit:contain;width:36px;height:36px}.podium{justify-content:center;align-items:flex-end;gap:8px;padding:10px 0 20px;display:flex}.podium-place{border-radius:12px;flex-direction:column;align-items:center;min-width:100px;padding:12px 16px;display:flex}.podium-first{background:linear-gradient(gold 0%,#b8860b 100%);order:2;margin-bottom:30px;transform:scale(1.15);box-shadow:0 8px 24px #ffd70066}.podium-second{background:linear-gradient(silver 0%,gray 100%);order:1;margin-bottom:20px;box-shadow:0 4px 16px #c0c0c04d}.podium-third{background:linear-gradient(#cd7f32 0%,#8b4513 100%);order:3;margin-bottom:10px;box-shadow:0 4px 16px #cd7f324d}.medal{margin-bottom:4px;font-size:1.8rem}.podium-first .medal{font-size:2.2rem}.podium-flag{border-radius:4px;width:36px;height:24px;margin:4px 0}.podium-first .podium-flag{width:44px;height:30px}.podium-name{color:#1a1a1a;text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:80px;font-size:.75rem;font-weight:600;overflow:hidden}.podium-score{color:#1a1a1a;font-size:.9rem;font-weight:700}.ranking-table{flex-direction:column;gap:4px;max-height:300px;padding-right:4px;display:flex;overflow-y:auto}.ranking-table::-webkit-scrollbar{width:6px}.ranking-table::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.ranking-table::-webkit-scrollbar-thumb{background:#ffd70066;border-radius:3px}.ranking-row{background:#ffffff0d;border-radius:8px;align-items:center;padding:8px 12px;transition:background .2s;display:flex}.ranking-row:hover{background:#ffffff1a}.ranking-row.medal-bg-1{background:linear-gradient(90deg,#ffd70033,#ffd7000d)}.ranking-row.medal-bg-2{background:linear-gradient(90deg,#c0c0c026,#c0c0c008)}.ranking-row.medal-bg-3{background:linear-gradient(90deg,#cd7f3226,#cd7f3208)}.rank-position{color:#ffffffb3;width:28px;font-size:.9rem;font-weight:600}.table-flag{border-radius:3px;width:24px;height:16px;margin-right:10px}.table-name{color:#ffffffe6;flex:1;font-size:.85rem}.table-score{color:gold;text-align:right;min-width:50px;font-size:.95rem;font-weight:600}@media (width<=480px){.live-ranking{padding:12px}.podium{gap:4px}.podium-place{min-width:70px;padding:8px 10px}.podium-first{transform:scale(1.1)}.medal{font-size:1.4rem}.podium-first .medal{font-size:1.6rem}.podium-flag{width:28px;height:18px}.podium-first .podium-flag{width:34px;height:22px}.podium-name{max-width:60px;font-size:.65rem}.podium-score{font-size:.75rem}.ranking-table{max-height:250px}}.ad-banner{background:#00000040;justify-content:center;align-items:center;width:100%;padding:.4rem 0;display:flex}.ad-container{flex-direction:column;align-items:center;gap:4px;width:100%;display:flex}.ad-label{color:#ffffff4d;text-transform:uppercase;letter-spacing:1px;font-size:.6rem}.ad-placeholder{color:#fff3;background:#ffffff0d;border:1px dashed #ffffff26;border-radius:4px;justify-content:center;align-items:center;font-size:.75rem;display:flex}.ad-banner--header .ad-placeholder{width:728px;height:90px}.ad-banner--inline .ad-placeholder{width:336px;height:280px}.ad-banner--ranking .ad-placeholder{width:728px;height:90px}.ad-banner--footer .ad-placeholder{width:970px;height:90px}.ad-size--tablet,.ad-size--mobile{display:none}.ad-size--desktop{display:block}@media (width<=768px){.ad-banner--header .ad-placeholder{width:468px;height:60px}.ad-banner--inline .ad-placeholder{width:300px;height:250px}.ad-banner--ranking .ad-placeholder{width:468px;height:60px}.ad-banner--footer .ad-placeholder{width:728px;height:90px}.ad-size--desktop{display:none}.ad-size--tablet{display:block}}@media (width<=480px){.ad-banner--header .ad-placeholder{width:320px;height:50px}.ad-banner--inline .ad-placeholder{width:300px;height:250px}.ad-banner--ranking .ad-placeholder,.ad-banner--footer .ad-placeholder{width:320px;height:50px}.ad-size--tablet{display:none}.ad-size--mobile{display:block}}.ad-banner--header .ad-live{width:100%;min-height:90px}.ad-banner--inline .ad-live{min-width:300px;min-height:250px}.ad-banner--inline,.ad-banner--ranking{margin:1rem 0}.ad-banner--footer{margin-top:1rem;padding:.6rem 0}:root{--primary-green:#1a5c2e;--secondary-green:#0d3d1c;--gold:gold;--dark:#0a0a0a;--light:#fff}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--dark);color:var(--light);min-height:100vh;font-family:Oswald,sans-serif;overflow-x:hidden}.app{background-color:#0000;background-image:linear-gradient(#0006 0%,#0003 50%,#0006 100%),url(https://i.imgur.com/iciJsDy.png);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box;flex-direction:column;min-height:100vh;display:flex;position:relative}.stadium-overlay{pointer-events:none;z-index:1;background:#00000040;position:fixed;inset:0}.header{text-align:center;z-index:10;padding:1rem;position:relative}.title{color:var(--gold);text-transform:uppercase;letter-spacing:4px;text-shadow:0 4px 20px #ffd70080,0 0 40px #ffd7004d,0 2px #b8860b;font-family:Bebas Neue,sans-serif;font-size:clamp(2rem,8vw,3.5rem);line-height:1.1;animation:3s ease-in-out infinite alternate titleGlow}@keyframes titleGlow{0%{text-shadow:0 4px 20px #ffd70066,0 0 40px #ffd70033,0 2px #b8860b}to{text-shadow:0 4px 30px #ffd700b3,0 0 60px #ffd70066,0 2px #b8860b}}.world-cup-logo{filter:drop-shadow(0 4px 10px #00000080);max-width:200px;height:auto;margin:.5rem auto;display:block}.lang-indicator{color:var(--gold);letter-spacing:1px;background:#ffd70026;border:1px solid #ffd7004d;border-radius:12px;margin-top:.5rem;padding:.2rem .6rem;font-size:.7rem;font-weight:600;display:inline-block}.subtitle-main{text-align:center;color:#fff9;letter-spacing:1px;margin:.5rem 1rem 1rem;font-size:clamp(.85rem,2.5vw,1rem);font-weight:400}.main{z-index:10;flex:1;padding:.5rem;position:relative}.blocked-notice{color:#fff;text-align:center;background:linear-gradient(90deg,#e63946,#c62828);border-radius:8px;margin:.5rem 1rem;padding:.75rem 1rem;font-size:.9rem;font-weight:600;animation:.5s shake}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.back-to-game{text-align:center;padding:1.5rem}.back-to-game button{text-transform:uppercase;letter-spacing:2px;background:linear-gradient(145deg, var(--gold) 0%, #fa0 100%);color:var(--dark);cursor:pointer;border:none;border-radius:25px;padding:.8rem 2rem;font-size:1rem;font-weight:700;transition:all .3s;box-shadow:0 4px 15px #ffd7004d}.back-to-game button:hover:not(:disabled){transform:scale(1.03);box-shadow:0 5px 20px #ffd70080}.back-to-game button:disabled{color:#aaa;cursor:not-allowed;background:#555}.footer{z-index:10;background:#0a1f0f;border-top:1px solid #ffd70026;padding:2rem 1rem 1.5rem;position:relative}.footer-nav{flex-wrap:wrap;justify-content:center;gap:.25rem 1.25rem;margin-bottom:1.5rem;display:flex}.footer-nav a{color:#ffffffa6;text-transform:uppercase;letter-spacing:1px;align-items:center;min-height:24px;padding:.35rem .25rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.footer-nav a:hover,.footer-nav a:focus-visible{color:gold}.footer-nav a:focus-visible{outline-offset:2px;border-radius:2px;outline:2px solid gold}.footer-copy{text-align:center;color:#ffffff59;letter-spacing:3px;font-size:.75rem}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0000004d}::-webkit-scrollbar-thumb{background:var(--primary-green);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gold)}::selection{background:var(--gold);color:var(--dark)}.page-content{color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0a1f0feb;border:1px solid #ffd7004d;border-radius:16px;max-width:800px;margin:2rem auto;padding:2rem;box-shadow:0 8px 40px #0009}.page-content h1{color:gold;text-transform:uppercase;letter-spacing:2px;border-bottom:2px solid #ffd7004d;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.8rem}.page-content h2{color:gold;margin:1.5rem 0 .75rem;font-size:1.2rem}.page-content p{color:#ffffffd9;margin-bottom:1rem;line-height:1.7}.page-content a{color:gold}.page-content strong{color:#fff}.back-link{text-transform:uppercase;letter-spacing:1px;color:gold;border:1px solid #ffd7004d;border-radius:4px;margin-top:2rem;padding:.5rem 1.5rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.back-link:hover{background:#ffd7001a;border-color:gold}.mundial-page h1{margin-bottom:.75rem}.mundial-intro{color:#ffffffe6;border-bottom:1px solid #ffd70026;margin-bottom:2rem;padding-bottom:1.5rem;font-size:1.05rem}.mundial-section{margin-bottom:2.5rem}.mundial-section h2{color:gold;text-transform:uppercase;letter-spacing:2px;border-bottom:2px solid #ffd70033;margin-bottom:1rem;padding-bottom:.5rem;font-family:Bebas Neue,sans-serif;font-size:1.5rem}.mundial-section-desc{color:#ffffffbf;margin-bottom:1.25rem;font-size:.92rem}.venues-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.venue-card{background:#ffffff0a;border:1px solid #ffd7001f;border-radius:10px;flex-direction:column;gap:.2rem;padding:.9rem 1rem;transition:border-color .2s,background .2s;display:flex}.venue-card:hover{background:#ffffff0f;border-color:#ffd70059}.venue-card-header{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.venue-country{font-size:1.2rem;line-height:1}.venue-badge{text-transform:uppercase;letter-spacing:1px;color:gold;white-space:nowrap;background:linear-gradient(135deg,#ffd70040,#ffd7001f);border:1px solid #ffd70059;border-radius:10px;padding:.15rem .5rem;font-size:.55rem;font-weight:700}.venue-name{color:#fff;font-size:.85rem;font-weight:600}.venue-city{color:#ffffff80;font-size:.72rem}.venue-capacity{color:#ffd70099;font-size:.72rem;font-weight:600}.groups-grid{grid-template-columns:repeat(4,1fr);gap:.65rem;display:grid}.group-card{background:#ffffff08;border:1px solid #ffd7001a;border-radius:8px;padding:.65rem}.group-card h3{color:gold;letter-spacing:1px;border-bottom:1px solid #ffd70026;margin-bottom:.4rem;padding-bottom:.3rem;font-family:Bebas Neue,sans-serif;font-size:.85rem}.group-teams{margin:0;padding:0;list-style:none}.group-teams li{color:#ffffffb3;padding:.15rem 0 .15rem .6rem;font-size:.72rem;position:relative}.group-teams li:before{content:"";background:#ffd70066;border-radius:50%;width:4px;height:4px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.facts-list{grid-template-columns:repeat(2,1fr);gap:.6rem;margin:0;padding:0;list-style:none;display:grid}.facts-list li{color:#fffc;background:#ffffff08;border:1px solid #ffffff0f;border-radius:8px;align-items:flex-start;gap:.5rem;padding:.75rem .9rem;font-size:.82rem;line-height:1.4;display:flex}.fact-icon{flex-shrink:0;margin-top:1px;font-size:1.1rem}.favorites-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.favorite-card{background:#ffffff08;border:1px solid #ffd7001f;border-radius:10px;align-items:center;gap:.75rem;padding:.85rem 1rem;transition:border-color .2s,background .2s;display:flex}.favorite-card:hover{background:#ffffff0f;border-color:#ffd70059}.fav-flag{flex-shrink:0;font-size:2rem;line-height:1}.fav-info{flex-direction:column;gap:.15rem;display:flex}.fav-country{color:gold;font-size:.9rem;font-weight:600}.fav-desc{color:#ffffff8c;font-size:.75rem;line-height:1.3}.mundial-footer{border-top:1px solid #ffd70026;justify-content:center;margin-top:2rem;padding-top:1.5rem;display:flex}@media (width<=768px){.venues-grid{grid-template-columns:1fr}.groups-grid{grid-template-columns:repeat(2,1fr)}.facts-list,.favorites-grid{grid-template-columns:1fr}}.fixture-controls{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin:1.5rem 0;display:flex}.fixture-filter{flex-direction:column;gap:.35rem;display:flex}.fixture-filter label{text-transform:uppercase;letter-spacing:1px;color:#ffffff80;font-size:.75rem}.fixture-filter select{color:gold;cursor:pointer;appearance:none;background:#0a1f0fe6 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23ffd700'/%3E%3C/svg%3E") right .6rem center no-repeat;border:1px solid #ffd70066;border-radius:6px;min-width:200px;padding:.5rem 2rem .5rem .75rem;font-family:Oswald,sans-serif;font-size:.9rem;font-weight:600}.fixture-filter select:focus-visible{outline-offset:2px;outline:2px solid gold}.fixture-filter select option{color:#fff;background:#0a1f0f}.fixture-actions{flex-wrap:wrap;gap:.5rem;display:flex}.btn-reset,.btn-print{text-transform:uppercase;letter-spacing:1px;cursor:pointer;white-space:nowrap;border-radius:6px;padding:.45rem 1rem;font-family:Oswald,sans-serif;font-size:.78rem;font-weight:600;transition:all .2s}.btn-reset{color:#e63946;background:#e6394626;border:1px solid #e6394666}.btn-reset:hover{background:#e6394640}.btn-print{color:gold;background:#ffd7001f;border:1px solid #ffd70059}.btn-print:hover{background:#ffd70038}.fixture-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin:1.5rem 0;display:grid}.fixture-card{background:#0a1f0fe0;border:1px solid #ffd70033;border-radius:12px;padding:1.25rem;transition:all .3s;animation:.4s both fixtureCardIn}@keyframes fixtureCardIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.fixture-card:first-child{animation-delay:0s}.fixture-card:nth-child(2){animation-delay:40ms}.fixture-card:nth-child(3){animation-delay:80ms}.fixture-card:nth-child(4){animation-delay:.12s}.fixture-card:nth-child(5){animation-delay:.16s}.fixture-card:nth-child(6){animation-delay:.2s}.fixture-card:nth-child(7){animation-delay:.24s}.fixture-card:nth-child(8){animation-delay:.28s}.fixture-card:nth-child(9){animation-delay:.32s}.fixture-card:nth-child(10){animation-delay:.36s}.fixture-card:nth-child(11){animation-delay:.4s}.fixture-card:nth-child(12){animation-delay:.44s}.fixture-card--highlight{border-color:gold;box-shadow:0 0 20px #ffd7004d,inset 0 0 30px #ffd7000d}.fixture-card--dimmed{opacity:.35}.fixture-card h3{color:gold;text-transform:uppercase;letter-spacing:2px;border-bottom:1px solid #ffd70033;margin-bottom:.75rem;padding-bottom:.5rem;font-family:Bebas Neue,sans-serif;font-size:1.15rem}.fixture-teams{flex-wrap:wrap;gap:.35rem;margin-bottom:.75rem;padding:0;list-style:none;display:flex}.fixture-teams li{text-transform:uppercase;letter-spacing:.5px;color:#ffffffb3;background:#ffffff0f;border-radius:4px;padding:.2rem .55rem;font-size:.75rem;font-weight:600}.fixture-team--active{box-shadow:0 0 8px #ffd70033;color:gold!important;background:#ffd70033!important}.fixture-matches{flex-direction:column;gap:.35rem;display:flex}.fixture-match{border-bottom:1px solid #ffffff0a;grid-template-columns:1.2rem 1fr auto 1fr;align-items:center;gap:.4rem;padding:.3rem 0;display:grid}.fixture-match:last-child{border-bottom:none}.fixture-match-num{color:#ffffff40;text-align:center;font-size:.6rem;font-weight:600}.fixture-team-name{color:#ffffffd9;white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;font-weight:600;overflow:hidden}.fixture-team-name--away{text-align:right}.fixture-score-inputs{justify-content:center;align-items:center;gap:.25rem;display:flex}.match-input{text-align:center;color:#fff;background:#00000080;border:1px solid #ffd70066;border-radius:6px;outline:none;width:36px;height:36px;padding:0;font-family:Oswald,sans-serif;font-size:.95rem;font-weight:700;transition:border-color .2s,box-shadow .2s}.match-input:focus{border-color:gold;box-shadow:0 0 8px #ffd7004d}.fixture-dash{color:#fff6;font-size:.85rem;font-weight:700}.fixture-footer-actions{justify-content:center;margin-top:2rem;display:flex}@media (width<=768px){.fixture-grid{grid-template-columns:1fr}.fixture-controls{flex-direction:column;align-items:stretch}.fixture-filter select{width:100%;min-width:unset}.fixture-actions{justify-content:stretch}.btn-reset,.btn-print{text-align:center;flex:1}}.print-title{display:none}@media print{.stadium-overlay,.app:before,header,.header,.adBanner,.ad-banner,.countdown,.footer,.live-ranking{display:none!important}body *{visibility:hidden}body,.app{background:#fff!important}.fixture-page,.fixture-page *{visibility:visible}.fixture-page{margin-top:0;padding:.5cm;position:absolute;inset:0}@page{margin:1cm}.btn-reset{display:none}.print-title{text-align:center;margin-bottom:.8cm;padding-top:0;margin-top:0!important;display:block!important}.print-title h1{color:#000;margin:0;font-size:18pt}.btn-print,.fixture-filter,.back-link,.page-content>h1,.page-content>p:first-of-type{display:none!important}.fixture-grid{grid-template-columns:repeat(2,1fr);gap:.4cm;margin-top:0;display:grid}.fixture-card{break-inside:avoid;page-break-inside:avoid;box-shadow:none;border:.5pt solid #999;border-radius:0;padding:.3cm;color:#000!important;background:#fff!important}.fixture-card h3{margin-bottom:.2cm;font-size:9pt;color:#000!important;border-color:#ccc!important}.fixture-teams-list{margin-bottom:.2cm;font-size:7.5pt;color:#333!important}.match-row{padding:2pt 0;font-size:8pt;color:#000!important}.match-teams{white-space:normal;word-break:break-word;font-size:8pt;color:#000!important}.match-input{-webkit-print-color-adjust:exact;font-size:8pt;color:#000!important;background:#fff!important;border:.5pt solid #999!important;width:20pt!important}}.coming-soon-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin:1.5rem 0;display:grid}.coming-soon-card{text-align:center;background:#ffffff0d;border:1px solid #ffd70026;border-radius:8px;padding:1.5rem}.coming-soon-card h3{color:gold;letter-spacing:1px;margin-bottom:.5rem;font-family:Bebas Neue,sans-serif;font-size:1.3rem}.coming-soon-card p{color:#fff9;margin-bottom:1rem;font-size:.85rem}.coming-soon-badge{text-transform:uppercase;letter-spacing:1px;color:gold;background:#ffd7001a;border:1px solid #ffd7004d;border-radius:12px;padding:.25rem .75rem;font-size:.7rem;font-weight:600;display:inline-block}.purchase-section{text-align:center;margin-top:1rem;padding:0 1rem}.purchase-section-label{color:#fff9;text-transform:uppercase;letter-spacing:1px;margin-bottom:.6rem;font-size:.8rem}.purchase-buttons-row{justify-content:center;gap:.75rem;max-width:400px;margin:0 auto;display:flex}.btn-buy{cursor:pointer;border:none;border-radius:25px;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.7rem 1rem;font-size:.88rem;font-weight:600;transition:all .2s;display:flex}.btn-buy-icon{font-size:1rem}.btn-buy-small{color:#fff;background:#ffffff1a;border:1px solid #ffffff4d}.btn-buy-small:hover{background:#ffffff2e;border-color:#fff}.btn-buy-big{color:#000;background:linear-gradient(145deg,gold,#fa0);box-shadow:0 4px 15px #ffd7004d}.btn-buy-big:hover{transform:scale(1.03);box-shadow:0 6px 20px #ffd70080}@media (prefers-reduced-motion:reduce){.title{animation:none}}@media (width<=480px){.header{padding:1rem .5rem}.title{letter-spacing:2px}.subtitle-main{margin:.5rem .5rem 1rem;font-size:.8rem}.main{padding:.25rem}}@media (width>=481px) and (width<=768px){.title{letter-spacing:3px}}@media (width>=769px){.app{max-width:1200px;margin:0 auto;box-shadow:0 0 100px #00000080}}
