/* ═══════════════════════════════════════════════════════
   CricBun — Rankings
   Extracted from html/cricbun-rankings.html
   Body-content styles only. Chrome owned by global-shell.css.
   ═══════════════════════════════════════════════════════ */

main{padding:34px 0 75px}
.hero{display:flex;justify-content:space-between;align-items:end}
.hero h1{font-size:clamp(2rem,5vw,3.3rem);letter-spacing:-.07em}
.hero p{font-size:.67rem;color:var(--muted);margin-top:6px}
.updated{font-size:.54rem;color:var(--muted)}
.tabs,.filters{display:flex;gap:7px;overflow:auto;scrollbar-width:none}
.tabs{margin:20px 0 10px}
.filters{margin-bottom:16px}
.tab,.filter{white-space:nowrap;border:1px solid var(--line);border-radius:999px;background:var(--paper);padding:8px 12px;font-size:.59rem;color:var(--muted)}
.tab.on{background:var(--navy);border-color:var(--navy);color:var(--paper)}
.filter.on{background:var(--cyan-p);color:var(--cyan-d)}
.layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:16px}
.stack{display:grid;gap:16px}
.panel{background:var(--paper);border:1px solid var(--line);border-radius:13px;box-shadow:0 5px 18px oklch(24% .02 235/.07);overflow:hidden}
.head{height:46px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}
.head h2{font-size:.77rem}
.head span{font-size:.52rem;color:var(--cyan-d)}
.podium{display:grid;grid-template-columns:repeat(3,1fr);align-items:end;padding:22px}
.pod{text-align:center;padding:15px}
.pod.first{background:var(--cyan-p);border-radius:12px;padding-top:25px}
.crest{width:48px;height:48px;border-radius:14px;background:var(--navy);color:var(--paper);display:grid;place-items:center;margin:auto;font-size:.6rem;font-weight:800}
.pod.first .crest{width:62px;height:62px;background:var(--cyan)}
.pod h3{font-size:.64rem;margin-top:9px}
.pod b{display:block;font-size:.8rem;margin-top:4px}
.pod span{font-size:.46rem;color:var(--muted)}
.tablewrap{overflow:auto}
table{width:100%;min-width:680px;border-collapse:collapse;font-size:.56rem}
th{text-align:right;padding:9px;background:oklch(97.5% .008 230);color:var(--muted);font-size:.46rem;text-transform:uppercase}
th:first-child,td:first-child{text-align:left;position:sticky;left:0;background:var(--paper)}
td{text-align:right;padding:10px 9px;border-top:1px solid var(--line)}
.rank{color:var(--muted);font-weight:800;margin-right:7px}
.flag{display:inline-grid;width:27px;height:21px;border-radius:5px;background:var(--cyan-p);color:var(--cyan-d);place-items:center;font-size:.43rem;margin-right:7px}
.up{color:var(--green)}
.down{color:var(--red)}
.players{display:grid;grid-template-columns:repeat(3,1fr)}
.player{padding:14px;border-right:1px solid var(--line)}
.player:last-child{border:0}
.avatar{width:38px;height:38px;border-radius:50%;background:var(--cyan-p);color:var(--cyan-d);display:grid;place-items:center;font-size:.5rem;font-weight:800}
.player h3{font-size:.6rem;margin-top:9px}
.player p{font-size:.47rem;color:var(--muted);margin-top:2px}
.player b{display:block;font-size:.72rem;margin-top:8px}
.sidebody{padding:14px}
.movement{display:grid}
.move{display:grid;grid-template-columns:30px 1fr auto;gap:8px;align-items:center;padding:9px 0;border-bottom:1px solid var(--line)}
.move:last-child{border:0}
.move h3{font-size:.55rem}
.move p{font-size:.45rem;color:var(--muted)}
.move b{font-size:.56rem}
.method{font-size:.53rem;color:var(--muted)}
.method p+p{margin-top:8px}
@media(max-width:850px){.layout{grid-template-columns:1fr}.aside{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.hero{display:grid;gap:8px}.podium{padding:10px}.pod{padding:10px 4px}.pod.first{padding-top:18px}.players{display:flex;overflow:auto}.player{min-width:70vw}.aside{grid-template-columns:1fr}}
