.access-page { padding-top: 1.5rem; padding-bottom: 3rem; }
.access-hero { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:1.5rem; align-items:end; padding:1.5rem; border:1px solid rgba(255,255,255,.08); border-radius:1rem; background:#101720; }
.access-hero h1 { margin:.35rem 0 .55rem; font-size:clamp(1.7rem,4vw,2.6rem); }
.access-hero p { max-width:780px; margin:0; color:#aab4c0; }
.access-hero-stat { min-width:160px; padding:1rem 1.2rem; border:1px solid rgba(255,255,255,.08); border-radius:.85rem; background:#0c1219; text-align:right; }
.access-hero-stat strong { display:block; font-size:2rem; line-height:1; }
.access-hero-stat span { display:block; font-weight:700; margin-top:.25rem; }
.access-hero-stat small { display:block; color:#8995a3; margin-top:.35rem; }
.access-season-nav { display:flex; flex-wrap:wrap; gap:.5rem; margin-top:1rem; }
.access-season-nav a { color:#c5ced8; text-decoration:none; border:1px solid rgba(255,255,255,.09); border-radius:999px; padding:.5rem .9rem; background:#111820; }
.access-season-nav a.active { color:#fff; border-color:rgba(255,255,255,.24); background:#1a2633; }
.access-country-list { display:grid; gap:1rem; }
.access-country-card { overflow:hidden; border:1px solid rgba(255,255,255,.08); border-radius:.9rem; background:#101720; scroll-margin-top:90px; }
.access-country-head { display:flex; align-items:center; justify-content:space-between; gap:1rem; padding:1rem 1.1rem; border-bottom:1px solid rgba(255,255,255,.07); }
.access-country-title { display:flex; align-items:center; gap:.85rem; min-width:0; }
.access-country-title h2 { margin:0; font-size:1.12rem; }
.access-country-title p { margin:.2rem 0 0; color:#8f9baa; font-size:.82rem; }
.access-rank { display:grid; place-items:center; width:2.35rem; height:2.35rem; border-radius:.65rem; background:#1a2633; color:#fff; font-weight:800; flex:0 0 auto; }
.access-total { white-space:nowrap; color:#c3ccd6; font-size:.82rem; font-weight:700; }
.ranking-table-wrap { overflow:auto; border:1px solid rgba(255,255,255,.09); border-radius:1rem; }
.ranking-table { min-width:760px; width:100%; margin:0; }
.ranking-table th, .ranking-table td { vertical-align:middle; }
.access-country-card .ranking-table-wrap { border:0; border-top:1px solid rgba(255,255,255,.09); border-radius:0; }
.access-table th:first-child, .access-table td:first-child { padding-left:1.1rem; }
.access-table th:last-child, .access-table td:last-child { padding-right:1.1rem; }
.access-competition { display:inline-flex; align-items:center; border-radius:999px; padding:.3rem .6rem; font-size:.76rem; font-weight:800; background:#17212c; }
.access-competition.ucl { background:rgba(64,117,255,.14); }
.access-competition.uel { background:rgba(255,140,32,.14); }
.access-competition.uecl { background:rgba(72,190,123,.14); }
.access-competition.yok { background:rgba(255,255,255,.08); color:#a8b2bd; }
.access-note { color:#98a3af !important; font-size:.84rem; max-width:340px; }
.access-disclaimer { display:flex; gap:.8rem; align-items:flex-start; padding:1rem 1.1rem; border:1px solid rgba(255,255,255,.07); border-radius:.8rem; background:#0d141c; color:#929eab; }
.access-disclaimer p { margin:0; font-size:.82rem; }
.access-disclaimer i { margin-top:.12rem; }
@media (max-width: 767.98px) {
    .access-hero { grid-template-columns:1fr; }
    .access-hero-stat { text-align:left; }
    .access-country-head { align-items:flex-start; }
    .access-total { display:none; }
}
