:root{--font-display:"Anton", system-ui, sans-serif;--font-body:"Manrope", system-ui, sans-serif;--bg:#070b14;--bg-2:#0d1422;--surface:#121b2e;--surface-2:#18233a;--border:#ffffff12;--border-strong:#243150;--pitch:#22c55e;--pitch-deep:#15803d;--pitch-glow:#22c55e59;--accent:#38bdf8;--gold:#fbbf24;--silver:#cbd5e1;--bronze:#d39a68;--live:#ef4444;--text:#f1f5f9;--muted:#94a3b8;--faint:#64748b;--radius-card:18px;--nav-height-mobile:68px;--header-height:56px;--bg-page:var(--bg);--bg-card:var(--surface);--bg-card-locked:var(--bg-2);--accent-hover:var(--pitch-deep);--text-secondary:#cbd5e1;--text-muted:var(--muted);--text-muted2:var(--faint)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%}html,body{min-height:100dvh}body{color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;background:radial-gradient(120% 80% at 50% -10%, #22c55e1a, transparent 60%), radial-gradient(100% 60% at 50% 110%, #38bdf80f, transparent), var(--bg);background-attachment:fixed;font-weight:400;line-height:1.45;position:relative}body:before{content:"";pointer-events:none;z-index:0;opacity:.03;background-image:repeating-linear-gradient(115deg,#fff9 0 1px,#0000 1px 64px);position:fixed;inset:0}a{color:inherit;text-decoration:none}button{cursor:pointer;color:inherit;font-family:inherit}img{max-width:100%}:focus-visible{outline:2px solid var(--pitch);outline-offset:2px;border-radius:6px}.display{font-family:var(--font-display);letter-spacing:.02em;font-weight:400;line-height:1}.card{background:linear-gradient(180deg, var(--surface-2), var(--surface));border:1px solid var(--border);border-radius:var(--radius-card);box-shadow:inset 0 1px #ffffff0d,0 10px 30px -12px #0009}.glow{box-shadow:0 0 0 1px var(--pitch), 0 0 20px -4px var(--pitch-glow)}.pill{letter-spacing:.04em;text-transform:uppercase;border:1px solid var(--border);color:var(--muted);white-space:nowrap;background:#ffffff0d;border-radius:999px;align-items:center;gap:.3rem;padding:.2rem .55rem;font-size:.68rem;font-weight:700;line-height:1;display:inline-flex}.pill--pitch{color:var(--pitch);background:#22c55e24;border-color:#22c55e59}.pill--gold{color:var(--gold);background:#fbbf2424;border-color:#fbbf2459}.pill--live{color:var(--live);background:#ef444424;border-color:#ef444459}.chip{border:1px solid var(--border);color:var(--muted);background:#ffffff0a;border-radius:8px;align-items:center;gap:.25rem;padding:.15rem .5rem;font-size:.72rem;font-weight:600;display:inline-flex}.btn{border:1px solid var(--border-strong);font-family:var(--font-body);color:var(--text);background:var(--surface-2);border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.95rem;font-weight:700;transition:transform .18s,background .18s,border-color .18s,box-shadow .18s,color .18s;display:inline-flex}.btn:active{transform:scale(.97)}.btn-primary{color:#04240f;background:linear-gradient(180deg, var(--pitch), var(--pitch-deep));box-shadow:inset 0 1px 0 #ffffff40, 0 6px 18px -6px var(--pitch-glow);border:none}.btn-primary:not(:disabled):hover{box-shadow:inset 0 1px 0 #ffffff4d, 0 8px 24px -6px var(--pitch-glow)}.btn-ghost{border:1px solid var(--border-strong);color:var(--muted);background:0 0}.btn-ghost:not(:disabled):hover{border-color:var(--pitch);color:var(--text)}.btn:disabled{opacity:.5;cursor:not-allowed}.screen-title{font-family:var(--font-display);letter-spacing:.02em;text-transform:uppercase;color:var(--text);font-size:1.7rem;font-weight:400;line-height:1}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes pulseLive{0%,to{opacity:1;box-shadow:0 0 #22c55e8c}50%{opacity:.65;box-shadow:0 0 0 6px #22c55e00}}@keyframes popIn{0%{opacity:0;transform:scale(.85)}60%{transform:scale(1.06)}to{opacity:1;transform:scale(1)}}.fade-up{animation:.4s both fadeUp}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--pitch-deep)}*{scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.to-top.svelte-1w1s78c{right:1rem;bottom:calc(var(--nav-height-mobile) + .7rem + env(safe-area-inset-bottom,0px));z-index:90;border:1px solid var(--border-strong);background:linear-gradient(180deg, var(--surface-2), var(--surface));width:44px;height:44px;color:var(--pitch);cursor:pointer;border-radius:999px;place-items:center;transition:transform .18s,box-shadow .18s;animation:.25s svelte-1w1s78c-ttin;display:grid;position:fixed;box-shadow:0 10px 28px -10px #000000b3,inset 0 1px #ffffff0d}.to-top.svelte-1w1s78c svg:where(.svelte-1w1s78c){width:22px;height:22px;display:block}.to-top.svelte-1w1s78c:focus-visible{outline:2px solid var(--pitch);outline-offset:2px}@media (hover:hover){.to-top.svelte-1w1s78c:hover{box-shadow:0 0 0 1px var(--pitch), 0 0 22px -4px var(--pitch-glow), 0 10px 28px -10px #000000b3;transform:translateY(-2px)}}.to-top.svelte-1w1s78c:active{transform:scale(.92)}@media (width>=768px){.to-top.svelte-1w1s78c{bottom:1.5rem;right:1.5rem}}@keyframes svelte-1w1s78c-ttin{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.to-top.svelte-1w1s78c{transition:none;animation:none}}.app-header.svelte-12qhfyh{height:var(--header-height);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:100;background:linear-gradient(#0d1422eb,#070b14d1);position:fixed;top:0;left:0;right:0}.header-inner.svelte-12qhfyh{align-items:center;gap:.6rem;max-width:680px;height:100%;margin:0 auto;padding:0 1rem;display:flex}.wordmark.svelte-12qhfyh{font-family:var(--font-display);letter-spacing:.04em;text-transform:uppercase;color:var(--text);font-size:1.35rem;font-weight:400;line-height:1}.wordmark-2.svelte-12qhfyh{color:var(--pitch)}.top-nav.svelte-12qhfyh{gap:.25rem;margin-left:auto;display:none}.top-link.svelte-12qhfyh{color:var(--muted);border-radius:8px;padding:.4rem .7rem;font-size:.85rem;font-weight:600;transition:color .18s,background .18s;position:relative}.top-link.svelte-12qhfyh:hover{color:var(--text);background:#ffffff0a}.top-link.active.svelte-12qhfyh{color:var(--pitch)}.top-link.active.svelte-12qhfyh:after{content:"";background:var(--pitch);height:2px;box-shadow:0 0 8px var(--pitch-glow);border-radius:2px;position:absolute;bottom:-.45rem;left:.7rem;right:.7rem}.app-main.svelte-12qhfyh{z-index:1;padding-top:var(--header-height);padding-bottom:calc(var(--nav-height-mobile) + .5rem);width:100%;max-width:680px;min-height:100dvh;margin:0 auto;position:relative}.bottom-nav.svelte-12qhfyh{height:var(--nav-height-mobile);-webkit-backdrop-filter:blur(14px);border-top:1px solid var(--border);z-index:100;padding-bottom:env(safe-area-inset-bottom,0);background:linear-gradient(#121b2eeb,#070b14f5);display:flex;position:fixed;bottom:0;left:0;right:0}.nav-item.svelte-12qhfyh{color:var(--faint);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.22rem;min-height:44px;padding:.5rem 0;transition:color .18s;display:flex;position:relative}.nav-item.svelte-12qhfyh:hover{color:var(--muted)}.nav-item.active.svelte-12qhfyh{color:var(--pitch)}.nav-indicator.svelte-12qhfyh{background:var(--pitch);width:28px;height:3px;box-shadow:0 0 10px var(--pitch-glow);border-radius:0 0 3px 3px;transition:transform .22s;position:absolute;top:0;left:50%;transform:translate(-50%)scaleX(0)}.nav-item.active.svelte-12qhfyh .nav-indicator:where(.svelte-12qhfyh){transform:translate(-50%)scaleX(1)}.nav-icon.svelte-12qhfyh{width:24px;height:24px;display:block}.nav-icon.svelte-12qhfyh svg{width:100%;height:100%;display:block}.nav-item.active.svelte-12qhfyh .nav-icon:where(.svelte-12qhfyh){filter:drop-shadow(0 0 6px var(--pitch-glow))}.nav-label.svelte-12qhfyh{letter-spacing:.02em;font-size:.66rem;font-weight:600}.app-footer.svelte-12qhfyh{z-index:1;text-align:center;color:var(--faint);padding:.5rem 1rem calc(var(--nav-height-mobile) + .6rem);letter-spacing:.03em;flex-direction:column;align-items:center;gap:.5rem;font-size:.66rem;display:flex;position:relative}.foot-sep.svelte-12qhfyh{background:linear-gradient(90deg, transparent, var(--border-strong), transparent);width:36px;height:1px}.app-footer--standalone.svelte-12qhfyh{padding:1.5rem 1rem}@media (width>=768px){.top-nav.svelte-12qhfyh{display:flex}.bottom-nav.svelte-12qhfyh{display:none}.app-main.svelte-12qhfyh{padding-bottom:1.5rem}.app-footer.svelte-12qhfyh{padding:1rem 1rem 2rem}}
