.club-coefficient-page { --cc-border: rgba(220,230,240,.11); }
.club-coefficient-tabs { display:flex; flex-wrap:wrap; gap:.5rem; margin-bottom:1.3rem; padding:.4rem; border:1px solid var(--cc-border); border-radius:1rem; background:rgba(0,0,0,.16); }
.club-coefficient-tabs a { flex:1 1 190px; padding:.75rem .9rem; border-radius:.75rem; color:rgba(255,255,255,.7); font-weight:750; text-align:center; text-decoration:none; }
.club-coefficient-tabs a:hover,.club-coefficient-tabs a:focus-visible { background:rgba(255,255,255,.07); color:#fff; }
.club-coefficient-tabs a.active { color:#fff; background:rgba(45,126,247,.2); box-shadow:inset 0 0 0 1px rgba(87,157,255,.32); }
.club-coefficient-toolbar { display:flex; flex-wrap:wrap; gap:.8rem; align-items:stretch; justify-content:space-between; margin-bottom:1.1rem; }
.club-coefficient-season { position:relative; z-index:5; min-width:190px; }
.club-coefficient-season summary { padding:.5rem 2rem .5rem .9rem; border:1px solid var(--cc-border); border-radius:.8rem; background:rgba(255,255,255,.05); cursor:pointer; list-style:none; }
.club-coefficient-season summary::-webkit-details-marker { display:none; }
.club-coefficient-season summary::after { content:'⌄'; position:absolute; right:.85rem; top:.75rem; color:rgba(255,255,255,.65); }
.club-coefficient-season summary span,.club-coefficient-season summary strong { display:block; }
.club-coefficient-season summary span { color:rgba(255,255,255,.58); font-size:.73rem; }
.club-coefficient-season summary strong { color:#fff; font-size:.96rem; }
.club-coefficient-menu { position:absolute; top:calc(100% + .35rem); left:0; min-width:100%; max-height:360px; overflow:auto; padding:.4rem; border:1px solid var(--cc-border); border-radius:.8rem; background:#121b29; box-shadow:0 12px 32px rgba(0,0,0,.4); }
.club-coefficient-menu a { display:block; padding:.5rem .7rem; border-radius:.4rem; color:#dce6f2; text-decoration:none; white-space:nowrap; }
.club-coefficient-menu a:hover,.club-coefficient-menu a[aria-current="page"] { color:#fff; background:rgba(87,157,255,.2); }
.club-coefficient-search { display:flex; align-items:center; gap:.6rem; flex:1 1 270px; max-width:430px; padding:0 .9rem; border:1px solid var(--cc-border); border-radius:.8rem; background:rgba(255,255,255,.05); color:rgba(255,255,255,.65); }
.club-coefficient-search input { width:100%; min-height:50px; border:0; outline:0; background:transparent; color:#fff; }
.club-coefficient-search input::placeholder { color:rgba(255,255,255,.48); }
.club-coefficient-notice { display:flex; gap:.8rem; align-items:flex-start; padding:.85rem 1rem; margin-bottom:1rem; border:1px solid rgba(85,159,224,.25); border-radius:.8rem; background:rgba(40,93,145,.11); color:#c4d7e9; }
.club-coefficient-notice i { margin-top:.18rem; color:#8cc2ed; }
.club-coefficient-notice p { margin:0; line-height:1.55; font-size:.88rem; }
.club-coefficient-table-wrap { max-height:790px; overflow:auto; border:1px solid var(--cc-border); border-radius:.8rem; scrollbar-width:thin; }
.club-coefficient-table { min-width:1070px; width:100%; margin:0; }
.club-coefficient-table thead { position:sticky; top:0; z-index:3; }
.club-coefficient-table th,.club-coefficient-table td { vertical-align:middle; }
.club-coefficient-table th[scope="row"] { min-width:175px; }
.club-coefficient-number { font-variant-numeric:tabular-nums; white-space:nowrap; text-align:right; }
.club-coefficient-team { display:inline-flex; gap:.6rem; align-items:center; color:#e5edf7; text-decoration:none; }
.club-coefficient-team:hover { color:#fff; text-decoration:underline; }
.club-coefficient-team img { object-fit:contain; flex:none; }
.club-coefficient-team i { display:grid; width:30px; height:30px; place-items:center; flex:none; color:#a8bed4; }
.club-coefficient-country { color:#b7d4f3; text-decoration:none; }
.club-coefficient-country:hover,.club-coefficient-country:focus-visible { color:#fff; text-decoration:underline; }
.club-coefficient-total strong { color:#75dabb; }
.club-coefficient-total small { display:block; color:#a9c8e4; font-size:.68rem; }
.club-coefficient-guide p { max-width:940px; color:rgba(255,255,255,.76); line-height:1.65; }
.club-coefficient-guide a { color:#8cc9f8; }
@media (max-width:650px) {
    .club-coefficient-toolbar,.club-coefficient-search,.club-coefficient-season { width:100%; max-width:none; }
    .club-coefficient-tabs a { flex-basis:100%; }
}
