@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Sora:wght@600&display=swap";@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200";.material-symbols-rounded{font-family:Material Symbols Rounded;font-weight:400;font-style:normal;font-size:1em;line-height:1;display:inline-flex;align-items:center;justify-content:center;letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;direction:ltr;vertical-align:middle;-webkit-font-smoothing:antialiased;-webkit-font-feature-settings:"liga";font-feature-settings:"liga";font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}:root{color-scheme:dark;--bg: #040915;--text: #e8eefc;--muted: #b8c4ff;--accent: #ffb703;--gradient-primary: linear-gradient(120deg, var(--accent), #ff6f91 60%, #6d7cff);--shadow-primary: 0 15px 40px rgba(255, 153, 80, .35)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--bg);color:var(--text);font-family:Space Grotesk,Sora,Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.5}a{color:inherit}a:hover{color:var(--accent)}button,input,textarea{font-family:inherit}::selection{background:#ffb70359;color:#0c0f1f}app-game-lobby .result-podium-card{padding:clamp(1.5rem,3.6vw,2.6rem);width:min(1120px,100%);text-align:center}app-game-lobby .podium{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;gap:clamp(.75rem,2.8vw,1.9rem);margin-top:1.35rem}app-game-lobby .podium-slot{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:.75rem;min-width:0}app-game-lobby .podium-slot.missing{visibility:hidden}app-game-lobby .podium-person{display:flex;flex-direction:column;align-items:center;gap:.3rem;opacity:0;transform:translateY(18px) scale(.96);transition:opacity .52s ease,transform .65s cubic-bezier(.16,1,.3,1);min-width:0}app-game-lobby .podium-slot.revealed .podium-person{opacity:1;transform:translateY(0) scale(1)}app-game-lobby .podium-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .65rem;border-radius:999px;font-weight:900;letter-spacing:.01em;font-size:.85rem;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:#f7f0d7;white-space:nowrap}app-game-lobby .podium-badge.gold{background:#f6c45329;border-color:#f6c45366;color:#f6c453}app-game-lobby .podium-badge.silver{background:#c8d6eb24;border-color:#c8d6eb59;color:#e6ecff}app-game-lobby .podium-badge.bronze{background:#d47c5624;border-color:#d47c5659;color:#ffcab7}app-game-lobby .podium-avatar{width:clamp(74px,11vw,120px);height:clamp(74px,11vw,120px);border-radius:999px;display:grid;place-items:center;font-size:clamp(2.5rem,6.2vw,3.8rem);background:#ffffff0f;border:1px solid rgba(255,255,255,.14);box-shadow:0 18px 45px #00000073}app-game-lobby .podium-name{margin:.25rem 0 0;font-weight:900;font-size:clamp(1.05rem,2.4vw,1.4rem);max-width:100%;word-break:break-word}app-game-lobby .podium-score{margin:0;color:#e8e0c7;font-weight:800}app-game-lobby .podium-plinth{width:min(240px,100%);border-radius:18px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(135deg,#f6c45329,#08101cdb);box-shadow:0 22px 55px #00000073;display:grid;place-items:center;font-weight:900;color:#f7f0d7d9}app-game-lobby .podium-plinth span{font-size:1.6rem;letter-spacing:.02em}app-game-lobby .podium-slot.first .podium-avatar{width:clamp(88px,13vw,148px);height:clamp(88px,13vw,148px);font-size:clamp(2.9rem,7vw,4.4rem);border-color:#f6c45352}app-game-lobby .podium-slot.first .podium-plinth{height:clamp(120px,16vw,170px)}app-game-lobby .podium-slot.second .podium-plinth{height:clamp(96px,13vw,140px)}app-game-lobby .podium-slot.third .podium-plinth{height:clamp(82px,11vw,120px)}app-game-lobby .results-table{margin-top:1.6rem;text-align:left;overflow-x:auto;-webkit-overflow-scrolling:touch}app-game-lobby .results-table h3{margin:0 0 .75rem}app-game-lobby .result-table{width:100%;min-width:520px;border-collapse:collapse;border-radius:18px;overflow:hidden;border:1px solid rgba(255,255,255,.1);background:#060e18bf;box-shadow:0 18px 48px #00000059}app-game-lobby .result-table thead{background:#ffffff0f}app-game-lobby .result-table th,app-game-lobby .result-table td{padding:.75rem .85rem;border-bottom:1px solid rgba(255,255,255,.08);font-size:.95rem}app-game-lobby .result-table th{text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;color:#cbd4da;font-weight:800}app-game-lobby .result-table tbody tr.top{background:#f6c45314}app-game-lobby .result-table tbody tr:last-child td{border-bottom:0}app-game-lobby .result-table .score-col{text-align:right;font-weight:900;color:#f6c453}app-game-lobby .result-table .place{width:72px;font-weight:900;color:#f7f0d7}app-game-lobby .player-cell{display:inline-flex;align-items:center;gap:.65rem;min-width:0}app-game-lobby .table-avatar{width:42px;height:42px;border-radius:999px;display:grid;place-items:center;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);font-size:1.25rem;flex-shrink:0}app-game-lobby .table-name{font-weight:800;color:#f4efe2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(prefers-reduced-motion:reduce){app-game-lobby .podium-person{transition:none}}@media(max-width:720px){app-game-lobby .result-podium-card{padding:1.35rem 1.2rem}app-game-lobby .podium{gap:.9rem}}@media(max-width:540px){app-game-lobby .podium{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"first first" "second third"}app-game-lobby .podium-slot.first{grid-area:first}app-game-lobby .podium-slot.second{grid-area:second}app-game-lobby .podium-slot.third{grid-area:third}app-game-lobby .result-table{min-width:460px}app-game-lobby .result-table .place{width:56px}}
