/* ════════════════════════════════════════════
   RANKING PAGE (feeder)
   ════════════════════════════════════════════ */
.rank-page{overflow-y:auto;padding:2.5rem 1.75rem 5rem}
.rank-inner{max-width:68.75rem;margin:0 auto}
.rank-head-wrap{margin-bottom:1.75rem}
.rank-kicker{font-family:var(--fm);font-size:0.6875rem;color:var(--green);letter-spacing:.14em;text-transform:uppercase;font-weight:700;margin-bottom:0.625rem;display:flex;align-items:center;gap:0.5rem}
.rank-kicker .dot{width:0.3125rem;height:0.3125rem;border-radius:50%;background:var(--green);box-shadow:0 0 0.375rem var(--green)}
.rank-hero-title{font-family:var(--fd);font-size:2.1rem;font-weight:900;color:var(--snow);letter-spacing:-.02em;line-height:1.15;margin-bottom:0.75rem}
.rank-hero-title .accent{color:var(--green)}
.rank-hero-sub{font-size:0.90625rem;color:var(--cloud);max-width:38.75rem;line-height:1.55}
.rank-hero-sub strong{color:var(--snow)}

.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:0.625rem;margin:1.5rem 0 1.75rem}
.stat{padding:1rem 1.125rem;background:var(--bg1);border:0.0625rem solid var(--rim);border-radius:var(--r-lg)}
.stat-n{font-family:var(--fd);font-size:1.5rem;font-weight:800;color:var(--snow);line-height:1;margin-bottom:0.3125rem}
.stat-n.green{color:var(--green)}
.stat-l{font-family:var(--fm);font-size:0.625rem;color:var(--fog);letter-spacing:.08em;text-transform:uppercase}

.perf-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:0.875rem}
.perf-title{font-family:var(--fd);font-size:1.1rem;font-weight:700;color:var(--snow);display:flex;align-items:center;gap:0.5rem}
.perf-title svg{width:1rem;height:1rem;color:var(--green)}
.perf-hint{font-family:var(--fm);font-size:0.65625rem;color:var(--fog)}
.perf-hint b{color:var(--green)}
.perf-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0.75rem;margin-bottom:1.75rem}
.perf-card{padding:1.125rem 1.25rem;background:var(--bg1);border:0.0625rem solid var(--rim);border-radius:var(--r-lg);cursor:pointer;transition:all .2s;position:relative;overflow:hidden}
.perf-card::before{content:'';position:absolute;top:0;left:0;right:0;height:0.125rem;background:linear-gradient(90deg,transparent,var(--green),transparent);opacity:0;transition:opacity .2s}
.perf-card:hover{border-color:rgba(204,255,0,.25);transform:translateY(-0.0625rem)}
.perf-card:hover::before{opacity:1}
.perf-card:hover .perf-cta{opacity:1;transform:translateX(0)}
.perf-top{display:flex;align-items:center;gap:0.625rem;margin-bottom:0.625rem}
.perf-av{width:2.5rem;height:2.5rem;border-radius:50%;background:var(--bg3);display:grid;place-items:center;font-weight:700;font-size:0.875rem;color:var(--green);flex-shrink:0}
.perf-info{flex:1;min-width:0}
.perf-name{font-size:0.875rem;font-weight:700;color:var(--snow);margin-bottom:0.125rem;display:flex;align-items:center;gap:0.3125rem}
.perf-rank{font-family:var(--fm);font-size:0.625rem;color:var(--fog)}
.perf-bio{font-size:0.78125rem;color:var(--cloud);line-height:1.5;margin-bottom:0.75rem}
.perf-tickers{display:flex;gap:0.3125rem;margin-bottom:0.875rem;flex-wrap:wrap}
.perf-tk{font-family:var(--fm);font-size:0.625rem;font-weight:600;color:var(--cloud);padding:0.1875rem 0.4375rem;background:var(--bg2);border:0.0625rem solid var(--rim);border-radius:0.25rem}
.perf-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:0.625rem;padding-top:0.75rem;border-top:0.0625rem solid var(--rim);margin-bottom:0.875rem}
.perf-metric-l{font-family:var(--fm);font-size:0.5625rem;color:var(--fog);letter-spacing:.04em;margin-bottom:0.125rem}
.perf-metric-v{font-family:var(--fm);font-size:0.875rem;font-weight:700;color:var(--green)}
.perf-cta{display:flex;align-items:center;gap:0.3125rem;font-family:var(--fm);font-size:0.6875rem;color:var(--green);font-weight:600;opacity:0;transform:translateX(-0.25rem);transition:all .2s}
.perf-cta svg{width:0.6875rem;height:0.6875rem}
.perf-cta.plus{color:var(--gold)}
.perf-cta-lock{font-family:var(--fm);font-size:0.5625rem;color:var(--gold);background:rgba(245,166,35,.08);padding:0.0625rem 0.3125rem;border-radius:0.1875rem;margin-left:0.25rem}

/* Full rankings table */
.rank-table-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:0.875rem}
.rank-table{background:var(--bg1);border:0.0625rem solid var(--rim);border-radius:var(--r-lg);overflow:hidden}
.rank-row{display:grid;grid-template-columns:2.5rem 2fr 1fr 5.625rem 1fr 1fr 2rem;gap:0.875rem;padding:0.875rem 1.125rem;align-items:center;border-bottom:0.0625rem solid var(--rim);cursor:pointer;transition:background .15s}
.rank-row:last-child{border-bottom:none}
.rank-row:hover{background:var(--bg2)}
.rank-row.header{background:var(--bg2);cursor:default;font-family:var(--fm);font-size:0.59375rem;letter-spacing:.1em;color:var(--fog);text-transform:uppercase;font-weight:600}
.rank-num{font-family:var(--fm);font-size:0.75rem;font-weight:700;color:var(--fog);text-align:center;width:1.5rem;height:1.5rem;display:grid;place-items:center;border-radius:0.375rem;background:var(--bg2)}
.rank-num.top{color:var(--green);background:var(--green-soft)}
.rank-creator{display:flex;align-items:center;gap:0.625rem}
.rank-av{width:1.75rem;height:1.75rem;border-radius:50%;background:var(--bg3);display:grid;place-items:center;font-size:0.65625rem;font-weight:700;color:var(--green);flex-shrink:0}
.rank-name{font-size:0.8125rem;font-weight:600;color:var(--snow)}
.rank-cat{font-family:var(--fm);font-size:0.625rem;color:var(--fog);margin-top:0.0625rem}
.rank-cell{font-family:var(--fm);font-size:0.75rem;color:var(--cloud);font-weight:600}
.rank-cell.green{color:var(--green)}
.rank-cell.red{color:var(--red)}
.rank-winrate{display:flex;align-items:center;gap:0.375rem}
.rank-winbar{flex:1;height:0.3125rem;background:var(--bg2);border-radius:0.1875rem;overflow:hidden}
.rank-winfill{height:100%;background:var(--green);border-radius:0.1875rem}
.rank-winpct{font-family:var(--fm);font-size:0.6875rem;font-weight:700;color:var(--green);min-width:2.375rem;text-align:right}
.rank-cta{width:1.5rem;height:1.5rem;border-radius:0.3125rem;display:grid;place-items:center;color:var(--fog)}
.rank-row:hover .rank-cta{color:var(--green)}
.rank-cta svg{width:0.6875rem;height:0.6875rem}

