.worldcup-knockout-grid article.is-ready{position:relative;border-color:#8fcaba;background:#f2faf7;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.worldcup-knockout-grid article.is-ready:hover{transform:translateY(-5px);border-color:#138678;box-shadow:0 18px 38px rgba(16,93,82,.14)}
.worldcup-knockout-grid article>a{display:inline-flex;align-items:center;gap:.5rem;margin-top:.6rem;color:#08735d;font-weight:900;text-decoration:none}
.worldcup-knockout-grid article>a::after{content:"";position:absolute;inset:0;border-radius:inherit}
.worldcup-knockout-grid article.is-ready:focus-within{outline:3px solid rgba(19,134,120,.3);outline-offset:3px}
.worldcup-knockout-grid article>a i{display:inline;width:auto;height:auto;margin:0;background:none;color:inherit;font-size:.8rem}
.worldcup-round-nav{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.65rem;margin-bottom:1.5rem;padding:.8rem;border:1px solid #d5e2ea;border-radius:18px;background:#fff}
.worldcup-round-nav span{display:grid;place-items:center;min-height:45px;padding:.6rem;border-radius:11px;background:#f1f5f7;color:#83949e;font-weight:850;text-align:center}
.worldcup-round-nav span.is-active{background:#138678;color:#fff;box-shadow:0 7px 17px rgba(19,134,120,.2)}
.worldcup-round-section{padding:1.5rem;border:1px solid #d5e2ea;border-radius:25px;background:#fff;box-shadow:0 18px 45px rgba(16,47,74,.08)}
.worldcup-round-section>header>span{color:#138678;font-size:.78rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.worldcup-round-section>header h2{margin:.25rem 0;font-size:2rem}.worldcup-round-section>header p{color:#61758a}
.worldcup-round-match-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.3rem}
.worldcup-round-match-grid article{overflow:hidden;border:1px solid #dae5ea;border-radius:17px;background:#f9fbfc}
.worldcup-round-match-grid article>div{display:flex;justify-content:space-between;gap:1rem;padding:.7rem 1rem;background:#edf4f6;color:#526c7d;font-size:.78rem;font-weight:850}
.worldcup-round-match-grid article p{display:grid;grid-template-columns:26px 1fr auto;gap:.7rem;align-items:center;margin:0;padding:.9rem 1rem}
.worldcup-round-match-grid article p+p{border-top:1px solid #e1eaee}.worldcup-round-match-grid article p>i{color:#92a6b0}.worldcup-round-match-grid article p>b{font-size:1.15rem}
.worldcup-knockout-team{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:.75rem;align-items:center;padding:.9rem 1rem}.worldcup-knockout-team+.worldcup-knockout-team{border-top:1px solid #e1eaee}.worldcup-knockout-team>img{width:38px;height:26px;border:1px solid #d2dfe4;border-radius:4px;object-fit:cover}.worldcup-knockout-team>b{font-size:1.25rem}.worldcup-knockout-team>ul{grid-column:2/-1;margin:0;padding:0;list-style:none;color:#61758a;font-size:.8rem}.worldcup-knockout-team li+li{margin-top:.25rem}.worldcup-knockout-match:has(.worldcup-knockout-team ul){background:#fff}
@media(max-width:850px){.worldcup-round-nav{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:560px){.worldcup-round-match-grid{grid-template-columns:1fr}.worldcup-round-nav{grid-template-columns:repeat(2,minmax(0,1fr))}}
