:root{--bg-primary: #1a1a1a;--bg-secondary: #2a2a2a;--bg-tertiary: #333333;--text-primary: #e0e0e0;--text-secondary: #d0d0d0;--text-tertiary: #c0c0c0;--text-muted: #a0a0a0;--border-color: #444444;--card-bg: #2a2a2a;--disclaimer-bg: #3a3520;--disclaimer-border: #8a6d0f;--disclaimer-text: #d4c088;--disclaimer-strong: #e6d5a8;--cool-blue: var(--accent);--border-color-hover: var(--accent);--green-above: rgb(0, 150, 40);--green-below: rgb(100, 150, 100)}html{overflow-x:hidden}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:Poppins,sans-serif;margin:0;padding:0;width:100%;overflow-x:hidden}button{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--border-color-hover)}
