:root {
    --bg: #0f1117;
    --surface: #1a1d27;
    --border: #2a2d3a;
    --text: #e2e4e9;
    --muted: #8b8fa3;
    --accent: #6366f1;
    --accent2: #8b5cf6;
    --success: #22c55e;
    --danger: #ef4444;
    --radius: 12px;
}
