/* ============================================================
   PharmaGO Theme - Default brand colors
   ============================================================ */
:root {
    /* Primary palette */
    --brand-primary-dark: #1a1a2e;
    --brand-primary: #0f3460;
    --brand-primary-mid: #16213e;
    --brand-primary-light: #1a4a8a;

    /* Accent palette */
    --brand-accent: #2ecc71;
    --brand-accent-dark: #27ae60;
    --brand-accent-rgb: 46, 204, 113;

    /* Header gradient */
    --brand-header-bg: linear-gradient(135deg, #1a1a2e 0%, #16213e 40%, #0f3460 100%);
    --brand-header-orb1: rgba(46, 204, 113, 0.12);
    --brand-header-orb2: rgba(52, 152, 219, 0.10);

    /* Logo icon */
    --brand-logo-bg: linear-gradient(135deg, #2ecc71, #27ae60);
    --brand-logo-shadow: rgba(46, 204, 113, 0.35);

    /* Sidebar active */
    --brand-sidebar-active-bg: linear-gradient(90deg, rgba(15, 52, 96, 0.06), rgba(15, 52, 96, 0.02));
    --brand-sidebar-active-icon-bg: linear-gradient(135deg, #1a1a2e, #0f3460);
    --brand-sidebar-toggle-bg: linear-gradient(135deg, #1a1a2e, #0f3460);

    /* Login presentation */
    --brand-login-bg: linear-gradient(135deg, #0a1628 0%, #0f3460 40%, #1a4a8a 70%, #0d2847 100%);
    --brand-login-orb1-color: var(--brand-accent);
    --brand-login-gradient-orb1: rgba(46, 204, 113, 0.12);
    --brand-login-gradient-orb2: rgba(52, 152, 219, 0.1);
    --brand-login-gradient-orb3: rgba(155, 89, 182, 0.08);
    --brand-login-badge-bg: rgba(46, 204, 113, 0.15);
    --brand-login-badge-border: rgba(46, 204, 113, 0.25);
    --brand-login-brand-icon-bg: linear-gradient(135deg, #2ecc71, #27ae60);
    --brand-login-brand-icon-shadow: rgba(46, 204, 113, 0.3);
    --brand-login-btn-bg: linear-gradient(135deg, #0f3460, #1a4a8a);
    --brand-login-btn-shadow: rgba(15, 52, 96, 0.35);
}
