:root{--bbg-bg: #0a0e1a;--bbg-panel: #0f1320;--bbg-border: #1a2035;--bbg-border-light: #253050;--bbg-orange: #ff6b1a;--bbg-orange-dim: #cc5500;--bbg-amber: #ffa940;--bbg-yellow: #e8d44d;--bbg-green: #2dc84d;--bbg-green-dim: #1a7a30;--bbg-red: #e84040;--bbg-red-dim: #8a2020;--bbg-white: #e8e8e8;--bbg-gray: #8090a8;--bbg-gray-dim: #4a5a70;--bbg-gray-dark: #2a3548;--bbg-blue: #3a7bd5;--bbg-blue-dim: #1a3a6a;--bbg-font: "IBM Plex Mono", "Consolas", "SF Mono", monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%}body{background:var(--bbg-bg);color:var(--bbg-white);font-family:var(--bbg-font);font-size:12px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes tickerScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bbg-panel)}::-webkit-scrollbar-thumb{background:var(--bbg-border-light)}::-webkit-scrollbar-thumb:hover{background:var(--bbg-gray-dim)}
