: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%}}}.status-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;display:grid}.status-dark{background:var(--navy);color:var(--white);border-radius:22px;flex-direction:column;align-items:flex-start;gap:14px;padding:30px;display:flex}.status-code{letter-spacing:-.05em;color:var(--orange-dark);font-size:44px;font-weight:800}.status-title{letter-spacing:-.02em;margin:0;font-size:19px;font-weight:800}.status-dark-text{color:var(--dark-meta);font-size:14px;line-height:1.55}.status-btn-orange{background:var(--orange-fill);color:var(--white);border-radius:100px;padding:12px 20px;font-size:13px;font-weight:800}button.status-btn-orange{cursor:pointer;border:0;font-family:inherit}.status-btn-orange:hover{color:var(--white);background:var(--orange-fill-hover)}.status-light{background:var(--white);border-radius:22px;flex-direction:column;align-items:flex-start;gap:14px;padding:30px;display:flex}.status-light-text{color:var(--muted);font-size:14px;line-height:1.55}.status-btn-navy{background:var(--navy);color:var(--white);border-radius:100px;padding:12px 20px;font-size:13px;font-weight:800}.status-btn-navy:hover{color:var(--white);background:#1a2438}
