/*
 * Paylow Exclusive Theme - Blue & Red brand colors
 * Only visible to select agents and admins
 */
:root[data-theme="paylow"] {
    --bg-color: #0f1631;
    --card-bg: #1a2347;
    --panel-bg: #24305c;
    --border-color: #3b4d8a;
    --text-primary: #f0f4ff;
    --text-secondary: #c0cce8;
    --text-light: #7a90c0;
    --accent-blue: #3b82f6;
    --accent-green: #ef4444;
    --accent-red: #dc2626;
    --accent-yellow: #f87171;
    --accent-purple: #6366f1;
    --input-bg: #1a2347;
    --bg-secondary: #24305c;
    --highball-orange: #ef4444;
    --highball-dark: #dc2626;
}

/* Blue to red gradient background */
[data-theme="paylow"] body {
    background: linear-gradient(180deg, #0a1128 0%, #1a1a4e 30%, #3d1232 70%, #4a0e1e 100%) !important;
    background-attachment: fixed !important;
}
