/* ============================================
   Admin Dashboard Theme - Purple
   ============================================
   Import this AFTER rubi-shared.css to apply purple theme
*/

:root {
    /* Admin Purple Theme Colors */
    --theme-50: #faf5ff;
    --theme-100: #f3e8ff;
    --theme-200: #e9d5ff;
    --theme-300: #d8b4fe;
    --theme-400: #c084fc;
    --theme-500: #a855f7;
    --theme-600: #9333ea;
    --theme-700: #7c3aed;
    --theme-800: #6b21a8;
    --theme-900: #581c87;
    --theme-950: #3b0764;

    /* RGB value for rgba() usage */
    --theme-500-rgb: 168, 85, 247;

    /* Login Page Theme Variables */
    --theme-gradient-start: #2e1065;
    --theme-accent: #8b5cf6;
    --theme-accent-dark: #7c3aed;
    --theme-accent-light: #a78bfa;
    --theme-accent-50: rgba(139, 92, 246, 0.5);
    --theme-glow: rgba(139, 92, 246, 0.3);
}

/* Custom Admin accents - sidebar-gradient is in rubi-app.css */
.admin-glow {
    box-shadow: 0 0 20px rgba(168, 85, 247, 0.3);
}
