/* Crypto theme - dark, electric blue accent. Tech-oriented. */

:root {
    --bg: #0b1020;
    --fg: #e5e7ff;
    --muted: #94a3b8;
    --accent: #38bdf8;
    --accent-fg: #0b1020;
    --border: #1e293b;
    --card-bg: #111a2e;
}

body { background: var(--bg); }
.site-brand { color: #38bdf8; }
