:root {
    --primary-blue: #0066FF;
    --primary-dark: #0A0E27;
    --accent-purple: #7C3AED;
    --success-green: #10B981;
    --bg-light: #FAFBFC;
    --text-primary: #111827;
    --text-secondary: #6B7280;
    --border: #E5E7EB;
    --white: #FFFFFF;
}
