:root{color-scheme:dark}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,sans-serif;background:#0a0a0a;color:#fff}.auth-wrap{min-height:100vh;display:grid;place-items:center;padding:1rem}.auth-card{width:100%;max-width:360px;background:#1a1a1a;border:1px solid #2b2b2b;border-radius:16px;padding:1.25rem;display:grid;gap:.75rem}.auth-card input,.auth-card button{border-radius:10px;border:none;padding:.75rem}.auth-card input{background:#0f0f0f;color:#fff;border:1px solid #2f2f2f}.auth-card button{background:#e63946;color:#fff;font-weight:700;cursor:pointer}.error{color:#ff6b6b;font-size:.9rem}.page{padding:.75rem;max-width:1280px;margin:0 auto}.top-nav{display:grid;grid-template-columns:1fr;gap:.75rem;align-items:center;position:sticky;top:0;background:#0a0a0a;padding:.5rem 0;z-index:5}.tabs-wrap{display:flex;gap:.4rem;overflow-x:auto}.tab{background:#1a1a1a;color:#ddd;border:1px solid #303030;border-radius:999px;padding:.45rem .8rem}.tab.active{background:#e63946;color:#fff;border-color:#e63946}.user-chip{display:flex;gap:.5rem;align-items:center}.user-chip img{width:28px;height:28px;border-radius:50%}.user-chip button{background:transparent;color:#ddd;border:1px solid #333;border-radius:999px;padding:.25rem .6rem}h2{margin-top:1.25rem;font-size:1rem;color:#f5f5f5;letter-spacing:.05em}.grid{display:grid;gap:.7rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.game-card{background:#1a1a1a;border:1px solid #2e2e2e;border-radius:14px;color:#fff;padding:.8rem;text-align:left}.game-card.live{border-color:#e63946;box-shadow:0 0 0 1px #e63946 inset}.card-top,.card-bottom{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#cfcfcf}.teams{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.5rem;margin:.8rem 0}.team{display:grid;justify-items:center;gap:.35rem}.team img{width:40px;height:40px;object-fit:contain}.vs{opacity:.7;font-size:.8rem}.chip{border:1px solid #3a3a3a;border-radius:999px;padding:.2rem .45rem}.live-badge{background:#e63946;padding:.2rem .45rem;border-radius:999px;font-weight:700;animation:pulse 1.2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.55}}.player-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000;z-index:100;display:grid;grid-template-rows:auto 1fr}.player-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem;border-bottom:1px solid #222}.player-header p{margin:.2rem 0 0;color:#aaa;font-size:.85rem}.close-btn{background:#1f1f1f;color:#fff;border:1px solid #333;border-radius:10px;padding:.4rem .7rem}.player-frame{width:100%;height:100%;border:none}.player-placeholder{display:grid;place-items:center;color:#ddd}.spinner{width:28px;height:28px;border:3px solid #333;border-top-color:#e63946;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (min-width: 900px){.top-nav{grid-template-columns:auto 1fr auto}}
