/* ============================================================
   FILE: static/css/investobots.tokens.css
   PURPOSE: InvestoBots global design tokens (Dark Crypto Terminal UI)
   ============================================================ */

/* STEP 1 — Root Design Tokens */
:root {
    --ib-bg: #050812;
    --ib-bg-soft: #0b1020;
    --ib-surface: #101827;
    --ib-surface-2: #151f32;
    --ib-border: #263247;

    --ib-text: #f8fafc;
    --ib-text-muted: #94a3b8;
    --ib-text-soft: #cbd5e1;

    --ib-primary: #22c55e;
    --ib-primary-soft: rgba(34, 197, 94, 0.14);

    --ib-danger: #ef4444;
    --ib-danger-soft: rgba(239, 68, 68, 0.14);

    --ib-warning: #f59e0b;
    --ib-warning-soft: rgba(245, 158, 11, 0.14);

    --ib-info: #38bdf8;
    --ib-info-soft: rgba(56, 189, 248, 0.14);

    --ib-radius-sm: 8px;
    --ib-radius-md: 12px;
    --ib-radius-lg: 18px;

    --ib-shadow-soft: 0 12px 40px rgba(0, 0, 0, 0.28);

    --ib-font-main: Inter, Arial, sans-serif;
    --ib-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}
