@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*,body{font-family:Inter,sans-serif}body{background:#040d1a}.nav-active{background:#10b9811f;color:#10b981!important;border-bottom:2px solid #10b981}.skel{background:linear-gradient(90deg,#0f1f35 25%,#162840,#0f1f35 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:6px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.card-glow{transition:box-shadow .25s,transform .2s}.card-glow:hover{box-shadow:0 0 22px #10b9812e;transform:translateY(-1px)}.slide-in{animation:slideIn .35s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.scale-in{animation:scaleIn .22s ease-out}@keyframes scaleIn{0%{opacity:0;transform:scale(.93)}to{opacity:1;transform:scale(1)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinning{animation:spin .75s linear infinite;transform-origin:center;display:inline-block}.pulse-dot{width:8px;height:8px;border-radius:50%;background:#10b981;display:inline-block;animation:pdot 1.8s infinite}@keyframes pdot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(1.5)}}.flame{display:inline-block;animation:flicker .9s infinite alternate}@keyframes flicker{0%{transform:scale(1) rotate(-2deg)}to{transform:scale(1.12) rotate(2deg)}}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:#040d1a}::-webkit-scrollbar-thumb{background:#1e3a5f;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#10b981}.trend-up{color:#10b981}.trend-down{color:#ef4444}.trend-flat{color:#6b7280}.odds-good{background:#10b98112;border-left:3px solid #10b981}.odds-bad{background:#ef44440f;border-left:3px solid #ef4444}.badge{display:inline-flex;align-items:center;justify-content:center;border-radius:4px;font-size:10px;font-weight:700;padding:2px 6px}table thead th{position:sticky;top:0;z-index:2}@media (max-width:640px){.hi-mob{display:none!important}}@media (max-width:768px){.hi-md{display:none!important}}.ac-list{position:fixed;z-index:9999;max-height:180px;overflow-y:auto;border-radius:8px;background:#0a1a2e;border:1px solid #1e3a5f;box-shadow:0 8px 24px #00000080;display:none}.ac-list.show{display:block}.ac-item{padding:6px 12px;font-size:12px;color:#d1d5db;cursor:pointer;display:flex;align-items:center;gap:8px}.ac-item:hover,.ac-item.ac-active{background:#10b9811f;color:#fff}.ac-item .ac-team{font-size:10px;font-weight:700;color:#10b981;min-width:28px}:root{--bg-body:#040d1a;--bg-card:#07111f;--bg-header:rgba(4,13,26,.97);--border:#0f2540;--border2:#1e3a5f;--text-primary:#f3f4f6;--text-secondary:#9ca3af;--text-muted:#6b7280;--text-dim:#374151}[data-theme=light]{--bg-body:#f0f2f5;--bg-card:#ffffff;--bg-header:rgba(240,242,245,.97);--border:#d1d5db;--border2:#9ca3af;--text-primary:#111827;--text-secondary:#4b5563;--text-muted:#6b7280;--text-dim:#9ca3af}[data-theme=light] body{background:var(--bg-body)!important;color:var(--text-primary)}[data-theme=light] .skel{background:linear-gradient(90deg,#e5e7eb 25%,#d1d5db,#e5e7eb 75%);background-size:200% 100%}[data-theme=light] ::-webkit-scrollbar-track{background:#f0f2f5}[data-theme=light] ::-webkit-scrollbar-thumb{background:#9ca3af}[data-theme=light] .ac-list{background:#fff;border-color:#d1d5db}[data-theme=light] .ac-item{color:#374151}[data-theme=light] .ac-item:hover,[data-theme=light] .ac-item.ac-active{background:#10b98114;color:#111}.star-btn{cursor:pointer;transition:color .15s;color:#374151}.star-btn.watched{color:#fbbf24}.star-btn:hover{color:#f59e0b}#kb-help{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:none;align-items:center;justify-content:center;background:#000000b3}#kb-help.show{display:flex}#kb-help .kb-inner{background:var(--bg-card);border:1px solid var(--border2);border-radius:16px;padding:24px;max-width:360px;width:90%}.kb-row{display:flex;align-items:center;gap:12px;padding:6px 0}.kb-key{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:24px;border-radius:6px;background:#1e293b;color:#e2e8f0;font-size:12px;font-weight:700;padding:0 8px;border:1px solid #334155}[data-theme=light] .kb-key{background:#e5e7eb;color:#111;border-color:#9ca3af}#mobile-nav{display:none}@media (max-width:640px){#mobile-nav{display:flex}#desktop-tabs{display:none!important}footer{display:none!important}main{padding-bottom:80px!important}}#mobile-nav .mob-tab{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 0;font-size:10px;color:#6b7280;transition:color .15s}#mobile-nav .mob-tab.active{color:#10b981}#mobile-more-menu{display:none;position:absolute;bottom:56px;right:8px;background:var(--bg-card);border:1px solid var(--border2);border-radius:12px;padding:4px;box-shadow:0 8px 24px #00000080;min-width:140px}#mobile-more-menu.show{display:block}#mobile-more-menu button{display:block;width:100%;text-align:left;padding:8px 12px;font-size:12px;color:var(--text-primary);border-radius:8px}#mobile-more-menu button:hover{background:#10b9811a}.compare-col{flex:1;min-width:0}.poll-bar{height:24px;border-radius:6px;background:#0f2540;overflow:hidden;position:relative}.poll-fill{height:100%;border-radius:6px;transition:width .3s}.degen-avatar{width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;color:#fff;flex-shrink:0}.degen-score-bar{height:6px;border-radius:3px;background:#1e293b;overflow:hidden;width:50px;display:inline-block;vertical-align:middle}.degen-score-fill{height:100%;border-radius:3px;transition:width .3s}.degen-hero{background:linear-gradient(135deg,#051525,#0a2040 40%,#0d1a2a);border:1px solid #0f2540;border-radius:16px;padding:20px;position:relative;overflow:hidden}.degen-hero:after{content:"";position:absolute;right:0;top:0;width:40%;height:100%;background:radial-gradient(ellipse at right,rgba(16,185,129,.08),transparent 70%);pointer-events:none}[data-theme=light] .degen-hero{background:linear-gradient(135deg,#f8fafc,#f0fdf4 40%,#f8fafc);border-color:#d1d5db}.degen-title-pill{display:inline-flex;align-items:center;gap:3px;border-radius:9999px;font-size:10px;font-weight:700;padding:2px 8px;white-space:nowrap}.degen-expand-row{transition:max-height .3s ease,opacity .3s ease;overflow:hidden}.degen-follow{cursor:pointer;transition:color .15s;color:#374151}.degen-follow.following{color:#f472b6}.degen-follow:hover{color:#ec4899}.streak-fire{color:#f97316;font-weight:700}.streak-ice{color:#38bdf8;font-weight:700}
