:root{--color-bg:oklch(11% 0.01 240);--color-surface:oklch(15% 0.015 240);--color-surface-raised:oklch(19% 0.015 240);--color-border:oklch(28% 0.015 240);--color-text:oklch(93% 0.01 240);--color-text-muted:oklch(62% 0.015 240);--color-buy:oklch(72% 0.18 145);--color-buy-bg:oklch(22% 0.06 145);--color-sell:oklch(68% 0.2 25);--color-sell-bg:oklch(21% 0.06 25);--color-hold:oklch(78% 0.15 70);--color-hold-bg:oklch(22% 0.05 70);--color-accent:oklch(72% 0.18 240);--color-accent-hover:oklch(78% 0.2 240);--color-up:oklch(72% 0.18 145);--color-down:oklch(68% 0.2 25);--font-sans:"Inter",system-ui,-apple-system,sans-serif;--font-mono:"JetBrains Mono","Fira Code",ui-monospace,monospace;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:clamp(1.75rem,1.5rem + 1vw,2.25rem);--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--duration-fast:120ms;--duration-normal:220ms;--ease-out:cubic-bezier(0.16,1,0.3,1)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);font-size:var(--text-base);line-height:1.6;-webkit-font-smoothing:antialiased}body{min-height:100dvh}a{color:var(--color-accent);text-decoration:none}a:hover{color:var(--color-accent-hover)}input,select,textarea{font-family:inherit;font-size:var(--text-sm);background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-2) var(--space-3);outline:none;transition:border-color var(--duration-fast) var(--ease-out)}input:focus,select:focus,textarea:focus{border-color:var(--color-accent)}button{font-family:inherit;cursor:pointer}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.badge{display:inline-flex;align-items:center;padding:2px var(--space-2);border-radius:var(--radius-sm);font-size:var(--text-xs);font-weight:600;letter-spacing:.04em;text-transform:uppercase}.badge-buy{background:var(--color-buy-bg);color:var(--color-buy)}.badge-sell{background:var(--color-sell-bg);color:var(--color-sell)}.badge-hold{background:var(--color-hold-bg);color:var(--color-hold)}.text-up{color:var(--color-up)}.text-down{color:var(--color-down)}.text-muted{color:var(--color-text-muted)}.mobileOnly{display:none!important}@media (max-width:768px){.desktopOnly{display:none!important}.mobileOnly{display:block!important}}