/* WhatDew Dewcade — Phase 4D Chess Hall of Fame. */
.dewcade-hall{display:grid;gap:18px;margin-top:22px;padding:22px;border:1px solid rgba(88,53,130,.16);border-radius:28px;background:radial-gradient(circle at 92% 10%,rgba(255,214,102,.2),transparent 16rem),linear-gradient(145deg,rgba(250,247,255,.97),rgba(247,255,242,.96));box-shadow:0 20px 52px rgba(39,45,67,.1)}
.dewcade-hall-heading{display:flex;justify-content:space-between;align-items:end;gap:18px}.dewcade-hall-heading h2{margin:2px 0 6px;font-size:clamp(1.55rem,4.5vw,2.25rem)}.dewcade-hall-heading .section-copy{max-width:700px;margin:0}.dewcade-hall-champion{position:relative;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:14px;min-height:110px;padding:18px 20px;overflow:hidden;border:1px solid rgba(180,132,28,.24);border-radius:23px;background:linear-gradient(135deg,#fff9d9,#fffdf1 48%,#edffe8);box-shadow:inset 0 0 0 1px rgba(255,255,255,.7)}.dewcade-hall-champion::after{content:"";position:absolute;right:-28px;top:-42px;width:140px;height:140px;border-radius:50%;background:radial-gradient(circle,rgba(255,214,74,.26),transparent 68%);pointer-events:none}.dewcade-hall-crown{position:relative;z-index:1;display:grid;width:60px;height:60px;place-items:center;border-radius:19px;background:rgba(255,218,91,.2);font-size:2rem;filter:drop-shadow(0 5px 4px rgba(110,80,30,.14))}.dewcade-hall-champion>div{position:relative;z-index:1;display:grid;gap:3px}.dewcade-hall-champion small{color:#8a6a24;font-size:.68rem;font-weight:1000;letter-spacing:.12em}.dewcade-hall-champion strong{color:#503f29;font-size:clamp(1.05rem,3vw,1.35rem)}.dewcade-hall-champion p{margin:0;color:#76684f;font-size:.82rem;font-weight:700}.dewcade-hall-champion.tie{border-color:rgba(100,73,153,.2);background:linear-gradient(135deg,#f6efff,#fffdf4)}.dewcade-hall-champion.empty,.dewcade-hall-champion.signed-out{border-style:dashed;background:rgba(255,255,255,.72)}
.dewcade-hall-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:14px}.dewcade-hall-grid>section{min-width:0;padding:15px;border:1px solid rgba(54,83,66,.1);border-radius:20px;background:rgba(255,255,255,.72)}.dewcade-hall-subheading{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px}.dewcade-hall-subheading h3{margin:0;font-size:1rem}.dewcade-hall-subheading span{color:#778079;font-size:.68rem;font-weight:850}.dewcade-hall-standings,.dewcade-hall-rivalries{display:grid;gap:7px}.dewcade-hall-row{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px 10px;border:1px solid rgba(53,80,63,.1);border-radius:14px;background:#fff}.dewcade-hall-row.self{border-color:rgba(22,101,52,.2);background:#f1fff1}.dewcade-hall-rank{display:grid;width:30px;height:30px;place-items:center;border-radius:9px;background:rgba(77,94,83,.08);color:#53675a;font-size:.7rem;font-weight:1000}.dewcade-hall-row:first-child .dewcade-hall-rank{background:rgba(250,204,21,.2);color:#785e12}.dewcade-hall-member{display:flex;align-items:center;gap:8px;min-width:0}.dewcade-hall-avatar{display:grid;width:32px;height:32px;flex:0 0 auto;place-items:center;border-radius:10px;background:rgba(124,58,237,.08);font-size:1rem}.dewcade-hall-member-copy{display:grid;min-width:0;gap:1px}.dewcade-hall-member-copy strong{overflow:hidden;color:#3d5144;font-size:.76rem;text-overflow:ellipsis;white-space:nowrap}.dewcade-hall-member-copy small{color:#7a887e;font-size:.59rem;font-weight:720}.dewcade-hall-record{display:flex;gap:5px;align-items:center;color:#526158;font-size:.64rem;font-weight:900;white-space:nowrap}.dewcade-hall-record b{color:#22623b}.dewcade-hall-record .loss{color:#8d4c4c}.dewcade-hall-record .draw{color:#756c53}
.dewcade-rivalry-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;padding:10px;border:1px solid rgba(75,67,96,.1);border-radius:14px;background:#fff}.dewcade-rivalry-players{display:grid;gap:4px;min-width:0}.dewcade-rivalry-player{display:flex;align-items:center;gap:6px;color:#4d5550;font-size:.69rem;font-weight:850}.dewcade-rivalry-player strong{margin-left:auto;color:#3d604a;font-size:.74rem}.dewcade-rivalry-score{display:grid;place-items:center;min-width:52px;padding:6px;border-radius:10px;background:rgba(113,75,151,.08);color:#5c4771;font-size:.64rem;font-weight:950;text-align:center}.dewcade-hall-empty{padding:15px;border:1px dashed rgba(82,101,87,.18);border-radius:14px;color:#718077;font-size:.75rem;font-weight:700;text-align:center}
@media(max-width:760px){.dewcade-hall{padding:16px;border-radius:23px}.dewcade-hall-heading{align-items:start;flex-direction:column}.dewcade-hall-heading .count-pill{align-self:flex-start}.dewcade-hall-grid{grid-template-columns:1fr}.dewcade-hall-champion{grid-template-columns:auto 1fr;padding:15px}.dewcade-hall-crown{width:52px;height:52px}.dewcade-hall-grid>section{padding:12px}.dewcade-hall-row{padding:8px}.dewcade-hall-record{gap:4px}}
@media(max-width:430px){.dewcade-hall-champion{grid-template-columns:1fr;text-align:center}.dewcade-hall-crown{margin:auto}.dewcade-hall-row{grid-template-columns:29px minmax(0,1fr)}.dewcade-hall-record{grid-column:2;justify-self:start}.dewcade-rivalry-row{grid-template-columns:1fr}.dewcade-rivalry-score{justify-self:start}}
@media(prefers-reduced-motion:reduce){.dewcade-hall *{scroll-behavior:auto!important}}
