:root {
    --bg: #0b0e14;
    --surface: #151a23;
    --surface-2: #1c2333;
    --border: #2a3345;
    --text: #e6edf3;
    --text-muted: #8b98a9;
    --primary: #6c5ce7;
    --primary-hover: #7f6ff0;
    --accent: #00d2ff;
    --success: #2ecc71;
    --danger: #e74c3c;
    --warning: #f39c12;
    --radius: 10px;
    --radius-sm: 6px;
    --shadow: 0 4px 24px rgba(0,0,0,0.4);
    --font: 'Inter', sans-serif;
}