:root {
    --bg: #0b0b14;
    --panel: #141427;
    --primary: #6d28d9;
    --secondary: #3b82f6;
    --text: #e5e7eb;
    --muted: #9ca3af;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: var(--bg);
    color: var(--text);
}