:root {
    /* Brand Colors */
    --primary-color: #7C54EA;
    --secondary-color: #00A3FF;
    --accent-gold: #D4AF37;
    /* Keeping gold as an option for other premium elements */

    /* Backgrounds */
    --bg-dark-panel: #181426;
    --bg-body: #F5F8FA;
    /* Light background for the form side */
    --bg-white: #FFFFFF;

    /* Text */
    --text-primary: #181C32;
    --text-secondary: #7E8299;
    --text-muted: #A1A5B7;
    --text-white: #FFFFFF;

    /* Gradients */
    --gradient-btn: linear-gradient(180deg, #7C54EA 0%, #00A3FF 130.21%);

    /* Fonts */
    --font-primary: 'Roboto', sans-serif;

    /* Borders & Radius */
    --radius-base: 6px;
    --radius-lg: 10px;

    /* Dashboard Theme */
    --bg-sidebar: #181426;
    --bg-dashboard: #140F26;
    --bg-card-dark: #1E1A34;
    /* Slightly lighter than dashboard bg for cards */
    --font-title: 'Inter', sans-serif;
    --font-menu: 'Poppins', sans-serif;

    /* Stats Colors */
    --stat-purple: #6200EE;
    --stat-purple-light: #B794F4;
}