/* shared base tokens + reset for all pages (index, privacy, terms, support) */

:root {
    --bg: #060610;
    --surface: #0c0c1a;
    --surface2: #12122a;
    --surface3: #181836;
    --text: #e8e8f0;
    --text-secondary: #7a7a9a;
    --accent: #3b82f6;
    --accent-light: #60a5fa;
    --accent-bright: #93c5fd;
    --accent-glow: rgba(59, 130, 246, 0.12);
    --border: #1a1a35;
    --border-accent: rgba(59, 130, 246, 0.2);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
