:root{--clr-up: #26a69a;--clr-down: #ef5350;--clr-accent: #2962ff;--clr-accent-hover: #1e50d9;--clr-bg-primary: #131722;--clr-bg-secondary: #1e222d;--clr-bg-tertiary: #1a1e2b;--clr-bg-input: #2a2e39;--clr-border: #2a2e39;--clr-border-light: #363a45;--clr-text-primary: #d1d4dc;--clr-text-heading: #e0e3eb;--clr-text-secondary: #787b86;--clr-text-muted: #4a4e59;--clr-text-code: #ff9800;--clr-sideways: #ff9800;--clr-random: #7c4dff}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--clr-bg-primary);color:var(--clr-text-primary);height:100vh;overflow:auto}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--clr-border-light);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--clr-text-muted)}
