:root {
    --primary-color: #6366f1;
    --secondary-color: #ec4899;
    --background: linear-gradient(135deg, #0f0c29 0%, #302b63 50%, #24243e 100%);
    --background-image: none;
    --text-color: #ffffff;
    --text-muted: rgba(255, 255, 255, 0.65);
    --font-family: 'Inter', system-ui, sans-serif;
    --glass-bg: rgba(255, 255, 255, 0.08);
    --glass-border: rgba(255, 255, 255, 0.15);
    --glass-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    --blur-amount: 16px;
    --glow-primary: 0 0 30px rgba(99, 102, 241, 0.4);
    --glow-secondary: 0 0 30px rgba(236, 72, 153, 0.4);
    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --radius-xl: 32px;
    --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --success: #10b981;
    --warning: #f59e0b;
    --danger: #ef4444;
}
