:root {
    --primary: #bb86fc;
    --primary-dark: #9c67e8;
    --primary-light: #d4a9ff;
    --bg: #121212;
    --bg-card: #1e1e1e;
    --bg-nav: #1a1a2e;
    --text: #e0e0e0;
    --text-light: #a0a0a0;
    --border: #333;
    --success: #4caf50;
    --error: #f44336;
    --shadow: 0 2px 15px rgba(0,0,0,0.3);
    --radius: 12px;
    --font: 'Segoe UI', system-ui, -apple-system, sans-serif;
}
