@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";
*{box-sizing:border-box;margin:0;padding:0}html,body{color:#fff;background:#090909;min-height:100vh;font-family:Inter,sans-serif;overflow-x:hidden}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-thumb{background:#ffd60035;border-radius:4px}@keyframes glow{0%,to{box-shadow:0 0 24px #ffd60028}50%{box-shadow:0 0 52px #ffd60060}}@keyframes blink{0%,to{opacity:1}50%{opacity:.15}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.gl{animation:2.5s ease-in-out infinite glow}.spin{animation:.9s linear infinite spin}.ldot{background:#f87171;border-radius:50%;width:7px;height:7px;margin-right:5px;animation:1.1s infinite blink;display:inline-block}.glass{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0a;border:1px solid #ffffff12;border-radius:16px}.gly{background:#ffd6000d;border:1px solid #ffd6002e;border-radius:16px}.nav{z-index:999;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#090909eb;border-bottom:1px solid #ffd60012;justify-content:space-between;align-items:center;height:58px;padding:0 28px;display:flex;position:fixed;top:0;left:0;right:0}.by{color:#000;cursor:pointer;background:#ffd600;border:none;border-radius:10px;padding:9px 20px;font-family:inherit;font-size:13px;font-weight:800;transition:all .2s}.by:hover{background:#ffe033;transform:translateY(-1px);box-shadow:0 6px 20px #ffd60048}.bo{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff24;border-radius:10px;padding:9px 20px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s}.bdg{border-radius:999px;align-items:center;gap:5px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-flex}.by2{color:#ffd600;background:#ffd60012;border:1px solid #ffd60028}.bg2{color:#4ade80;background:#4ade8010;border:1px solid #4ade8028}.br2{color:#f87171;background:#f8717110;border:1px solid #f8717128}.tab-row{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:12px;gap:3px;padding:4px;display:flex}.tab{color:#ffffff6b;cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;padding:8px 10px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s}.tab.on{color:#ffd600;background:#ffd60014;border:1px solid #ffd60020}.pbar-bg{background:#ffffff12;border-radius:999px;height:7px;overflow:hidden}.pbar-fill{border-radius:999px;height:100%;transition:width 1.1s}.fwdot{border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:10px;font-weight:800;display:flex}.fw-W{color:#4ade80;background:#4ade8018;border:1px solid #4ade8035}.fw-D{color:#fbbf24;background:#fbbf2418;border:1px solid #fbbf2435}.fw-L{color:#f87171;background:#f8717118;border:1px solid #f8717135}.hero-glow{pointer-events:none;background:radial-gradient(#ffd6001a 0%,#0000 65%);width:600px;height:400px;position:absolute;top:20%;left:50%;transform:translate(-50%)}.match-row{cursor:pointer;border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:6px;padding:10px 14px;transition:all .2s;display:flex}.match-row:hover{background:#ffffff0f!important}@media (max-width:700px){.hm{display:none!important}.nav{padding:0 14px}}
