/* ======================================================================
   Terminal design tokens — the single source of truth for the house look
   shared by the market overview (/), /stocks, /currencies and any future
   analytics page. Values mirror the terminal itself (combined-orderbook.css):
   change one here, every page that links this file follows.
   ====================================================================== */

:root {
    --tt-body-bg: #0a0e1a;
    --tt-panel-grad: linear-gradient(145deg, #161b26 0%, #1a1f2e 100%);
    --tt-panel-solid: #161b26;
    --tt-input-bg: #10141d;
    --tt-border: rgba(42,46,57,0.6);
    --tt-border-soft: rgba(42,46,57,0.25);
    --tt-shadow: 0 4px 12px rgba(0,0,0,0.4), 0 2px 4px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.02);
    --tt-up: #22c55e;
    --tt-down: #ef4444;
    --tt-up-soft: rgba(34,197,94,0.12);
    --tt-down-soft: rgba(239,68,68,0.12);
    --tt-accent: #22d3ee;
}

body { background: var(--tt-body-bg) !important; }
