.board-intro{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem}.board-live{display:flex;align-items:center;gap:.55rem;padding:.7rem .8rem .7rem 1rem;border:1px solid #dce2d2;border-radius:999px;background:#fff;box-shadow:0 10px 30px #17210e10}.board-live i{width:8px;height:8px;border-radius:50%;background:#79a500;box-shadow:0 0 0 6px #d8ff3e55;animation:board-pulse 1.8s ease-out infinite}.board-live span{font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.board-live small{color:#7b8075;font-size:.7rem}.board-live button{display:grid;place-items:center;width:32px;height:32px;border:0;border-radius:50%;color:#314000;background:#eff7d6;font-size:1.15rem;cursor:pointer;transition:.2s}.board-live button:hover{transform:rotate(45deg);background:#d8ff3e}.board-live button.loading{animation:board-spin .8s linear infinite}.board-podium{display:grid;grid-template-columns:1fr 1.08fr 1fr;align-items:end;gap:1rem;margin:3rem 0 2rem}.podium-card{position:relative;min-height:190px;padding:1.5rem;border:1px solid #e3e7dc;border-radius:26px;color:#171b20;background:linear-gradient(150deg,#fff,#f5f7f1);box-shadow:0 18px 50px #15200d13;text-decoration:none;overflow:hidden;transition:transform .25s,box-shadow .25s}.podium-card:hover{transform:translateY(-6px);box-shadow:0 25px 65px #15200d24}.podium-card.first{min-height:225px;border-color:#b7d83e;background:radial-gradient(circle at 90% 0,#d8ff3e80,transparent 37%),linear-gradient(145deg,#fff,#f7ffe0)}.podium-rank{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;color:#293700;background:#d8ff3e;font-size:1.35rem;font-weight:950}.podium-card.second .podium-rank{color:#424753;background:#e0e4ec}.podium-card.third .podium-rank{color:#522d18;background:#e8a677}.podium-platform{position:absolute;top:1.5rem;right:1.5rem;padding:.4rem .65rem;border-radius:999px;color:#697063;background:#eef0e9;font-size:.65rem;font-weight:900;letter-spacing:.06em}.podium-card h3{margin:1.4rem 0 .25rem;font-size:1.3rem}.podium-card strong{display:block;color:#3d5200;font-size:1.85rem;letter-spacing:-.04em}.podium-card p{margin:.35rem 0 0;color:#73796e;font-size:.78rem}.podium-card.empty{display:flex;flex-direction:column;justify-content:center;opacity:.7}.board-controls{display:flex;justify-content:space-between;gap:1rem;margin-bottom:1rem}.board-platforms{display:flex;gap:.4rem;overflow-x:auto;padding-bottom:.2rem}.board-platforms button{padding:.7rem .9rem;border:1px solid #dde1d7;border-radius:999px;color:#60665a;background:#fff;font-weight:800;cursor:pointer;white-space:nowrap}.board-platforms button:hover,.board-platforms button.active{color:#202a00;border-color:#a8c832;background:#d8ff3e}.board-tools{display:flex;gap:.55rem}.board-tools input,.board-tools select{height:43px;box-sizing:border-box;border:1px solid #d9ddd3;border-radius:12px;color:#262b23;background:#fff;padding:0 .9rem;font:inherit;font-size:.8rem}.board-tools input{width:190px}.board-row:not(.board-head){position:relative;transition:background .2s,transform .2s}.board-row:not(.board-head):hover{transform:translateX(4px)}.board-row>strong:first-child{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#eff2e9}.board-row em{padding:.45rem .65rem;border-radius:10px;background:#eff7d6;text-align:center}.board-empty.filtered{padding:2rem}.board-note{margin-top:1rem}.board-result-count{color:#777d72;font-size:.75rem;text-align:right}@keyframes board-pulse{70%{box-shadow:0 0 0 10px #d8ff3e00}}@keyframes board-spin{to{transform:rotate(360deg)}}@media(max-width:900px){.board-intro,.board-controls{align-items:stretch;flex-direction:column}.board-live{align-self:flex-start}.board-tools{display:grid;grid-template-columns:1fr 1fr}.board-tools input{width:100%}.board-podium{grid-template-columns:1fr}.podium-card.first{order:-1;min-height:190px}.podium-card{min-height:170px}.board-platforms{width:100%}}@media(max-width:520px){.board-tools{grid-template-columns:1fr}.board-podium{margin-top:2rem}.podium-card,.podium-card.first{min-height:155px;padding:1.2rem}.podium-platform{top:1.2rem;right:1.2rem}}
