@import "https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300;400;500;600;700&family=Teko:wght@700&display=swap";:root{--color-bg-primary:#001f27;--color-bg-surface:#002b38;--color-bg-raised:#003747;--color-bg-elevated:#064f66;--color-border:#0a4455;--color-border-subtle:#052f3c;--color-orange:#cf5c27;--color-orange-dim:#cf5c2726;--color-cerise:#c0396b;--color-cerise-dim:#c0396b26;--color-text-primary:#f2ede6;--color-text-secondary:#a8c5cc;--color-text-muted:#6fa3ae;--color-error:#a52020;--color-error-bg:#a520201a;--color-success:#5db87a;--color-injury:#ff5c5c;--font-display:"Teko", "Arial Narrow", Arial, sans-serif;--font-body:"Chakra Petch", system-ui, -apple-system, sans-serif;--fs-2xs:11px;--fs-xs:12px;--fs-sm:13px;--fs-md:14px;--fs-base:15px;--fs-lg:16px;--fs-xl:18px;--fs-2xl:20px;--fs-3xl:22px;--fs-4xl:24px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-left:env(safe-area-inset-left,0px);--safe-right:env(safe-area-inset-right,0px)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{background-color:var(--color-bg-primary);height:100%;color:var(--color-text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-size:16px;font-weight:300}#root{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}input,textarea,[contenteditable=true]{-webkit-user-select:text;user-select:text}input,select,textarea{font-size:16px}input{background:var(--color-bg-surface);border:.5px solid var(--color-border);border-radius:var(--radius-md);width:100%;color:var(--color-text-primary);font-family:var(--font-body);appearance:none;outline:none;padding:14px 16px;font-size:16px;transition:border-color .15s}input::placeholder{color:var(--color-text-muted)}input:focus{border-color:var(--color-orange)}input:-webkit-autofill{-webkit-text-fill-color:var(--color-text-primary);-webkit-box-shadow:0 0 0 1000px var(--color-bg-surface) inset;caret-color:var(--color-text-primary);transition:background-color 9999s ease-in-out}input:-webkit-autofill:hover{-webkit-text-fill-color:var(--color-text-primary);-webkit-box-shadow:0 0 0 1000px var(--color-bg-surface) inset;caret-color:var(--color-text-primary);transition:background-color 9999s ease-in-out}input:-webkit-autofill:focus{-webkit-text-fill-color:var(--color-text-primary);-webkit-box-shadow:0 0 0 1000px var(--color-bg-surface) inset;caret-color:var(--color-text-primary);transition:background-color 9999s ease-in-out}.bc-line-input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px var(--color-bg-primary) inset}.bc-line-input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 1000px var(--color-bg-primary) inset}.bc-line-input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px var(--color-bg-primary) inset}button{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-md);cursor:pointer;border:none;font-weight:700;transition:opacity .15s}button:disabled{opacity:.4;cursor:not-allowed}button:active:not(:disabled){opacity:.85}::-webkit-scrollbar{width:4px}.pick-strip-scroll::-webkit-scrollbar{display:none}.pick-strip-scroll:-webkit-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}::-webkit-scrollbar-track{background:var(--color-bg-primary)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:2px}@keyframes bc-score-flash{0%{color:var(--color-orange);text-shadow:0 0 10px var(--color-orange-dim)}to{text-shadow:0 0 #0000}}.bc-score-flash{animation:1.4s ease-out bc-score-flash}@keyframes bc-delta-pop{0%{opacity:0;transform:translateY(4px)scale(.85)}20%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-14px)scale(1)}}.bc-delta-pop{animation:1.4s ease-out forwards bc-delta-pop}@keyframes bc-live-pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}to{opacity:1;transform:scale(1)}}.bc-live-dot{animation:1.4s ease-in-out infinite bc-live-pulse}@keyframes bc-live-ring{0%{box-shadow:0 0 2px 0 var(--color-orange)}50%{box-shadow:0 0 9px 3px var(--color-orange)}to{box-shadow:0 0 2px 0 var(--color-orange)}}.bc-live-ring{animation:1.4s ease-in-out infinite bc-live-ring;border-color:var(--color-orange)!important}@keyframes bc-badge-spin{0%{transform:rotateY(0)}to{transform:rotateY(720deg)}}.bc-badge-spin{transform-style:preserve-3d;animation:1.1s ease-in-out bc-badge-spin}@keyframes bc-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.bc-spin{animation:.7s linear infinite bc-spin}@media (width>=481px){html,body{background-color:#001217}#root{border-left:.5px solid var(--color-border-subtle);border-right:.5px solid var(--color-border-subtle);max-width:480px;margin-inline:auto;box-shadow:0 0 40px #00000059}}
