TDU Market Structure - lifetime license (NinjaTrader)
/* --- CSS VARIABLES & BRANDING --- */ :root { --bg-base: #000000; --bg-surface: #0a0a0a; --bg-surface-alt: #121212; --accent-primary: #a92323; --accent-hover: #c42929; --accent-glow: rgba(169, 35, 35, 0.4); --text-main: #ffffff; --text-dim: #a0a0a0; --text-muted: #666666; --border-subtle: #222222; --border-focus: #333333; --transition-fast: 0.2s ease; --transition-smooth: 0.4s cubic-bezier(0.16, 1, 0.3, 1); --font-heading: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; --font-mono: 'JetBrains Mono', 'Fira Code', Consolas, monospace; } /* --- GLOBAL RESETS & UTILITIES --- */ .td-product-container { background-color: var(--bg-base); color: var(--text-main); font-family: var(--font-body); line-height: 1.6; -webkit-font-smoothing: antialiased;