:root{--navy:#0b1120;--orange:#e8590c;--orange-fill:#c4470a;--orange-fill-hover:#a93c08;--orange-text:#b94b00;--orange-dark:#ff7c33;--cyan:#00b6d6;--cyan-text:#007a90;--cyan-dark:#3bc9f5;--mist:#f5f5f7;--white:#fff;--ink:#1d1d1f;--body:#3a3a3e;--muted:#6e6e73;--meta:#6e6e73;--line:#ededf2;--line-strong:#e0e0e6;--placeholder:#d7d7de;--placeholder-text:#a0a0a8;--dark-meta:#7a8ba3;--dark-soft:#d7e3f4;--warm:#fff6f0;--win:#23873f;--draw:#76767c;--loss:#d63c2f}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;overflow-y:scroll}body{background:var(--mist);min-height:100vh;font-family:var(--font-manrope), system-ui, sans-serif;color:var(--ink);-webkit-font-smoothing:antialiased;flex-direction:column;margin:0;display:flex}a{color:var(--orange-text);text-decoration:none}a:hover{color:var(--orange-fill-hover)}main{flex:1 0 auto;display:block}h1,h2,h3{text-wrap:pretty}input,button{font-family:inherit}img{max-width:100%}:focus-visible{outline:2px solid var(--orange);outline-offset:2px}@keyframes tapulse{0%,to{opacity:1}50%{opacity:.4}}@media (prefers-reduced-motion:reduce){*{animation:none!important}}@media (max-width:720px){body{padding-bottom:calc(58px + env(safe-area-inset-bottom))}@media (prefers-reduced-motion:no-preference){.page-enter{animation:.2s cubic-bezier(.22,1,.36,1) both pageEnter}}}@keyframes pageEnter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.wrap{width:100%;max-width:1240px;margin:0 auto;padding:32px 24px 56px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.live-dot{background:currentColor;border-radius:50%;flex:none;width:8px;height:8px;animation:1.6s ease-in-out infinite tapulse}@keyframes rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:no-preference){main{animation:.45s cubic-bezier(.22,1,.36,1) both rise}@supports (animation-timeline:view()){main{animation:none}.reveal{animation:linear both rise;animation-timeline:view();animation-range:entry entry 45%}}}
