/* Color System - CSS Custom Properties */
/* Light Theme */
:root {
  /* Dark Blue Colors (deprecated - use contextual names) */
  --custom-darkblue: ;
  --custom-darkblue-2: #f5f7fa;
  --custom-darkblue-3: #e8ecf1;
  --custom-darkblue-4: #d4dbe5;

  /* Slate Colors (deprecated - use contextual names) */
  --custom-slate: ;
  --custom-slate-2: #e2e8f0;
  --custom-slate-3: #cbd5e1;

  /* Card/Surface Colors (contextual) */
  --custom-card-background: ;
  --custom-card-background-hover: #f5f7fa;
  --custom-card-background-secondary: #e8ecf1;
  --custom-card-background-tertiary: #d4dbe5;

  /* Page/Layout Colors (contextual) */
  --custom-page-background: ;
  --custom-page-background-secondary: ;

  /* Border Colors (contextual) */
  --custom-border-color: #e2e8f0;
  --custom-border-color-secondary: #cbd5e1;

  /* Form Field Colors (contextual) */
  --custom-input-background: ;
  --custom-input-border: #cbd5e1;
  --custom-input-border-focused: ;

  /* Drawer Colors (contextual) */
  --custom-drawer-background: transparent;
  --custom-drawer-background-secondary: rgba(232, 236, 241, 0.95);

  /* Cyan/Blue Colors */
  --custom-cyan: ;
  --custom-cyan-2: #357abd;
  --custom-cyan-3: #5ba3f0;
  --custom-cyan-4: #7ab8f5;
  --custom-cyan-5: #6ba8f2;

  /* Text Colors */
  --custom-text-primary: #0f172a;
  --custom-text-secondary: #1e293b;
  --custom-text-tertiary: #475569;
  --custom-text-quaternary: #64748b;

  /* Green Colors */
  --custom-green: ;
  --custom-green-2: #10b981;

  /* Red Colors */
  --custom-red: ;
  --custom-red-2: #ef4444;

  /* Yellow Colors */
  --custom-yellow: ;
  --custom-yellow-2: #f59e0b;

  /* White */
  --custom-white: ;

  /* Header Background */
  --custom-header-background: transparent;

  /* Page Background */
  --custom-page-background: ;

  /* RGBA Variables for Translucent Colors (deprecated - use contextual names) */
  --custom-darkblue-translucent: transparent;
  --custom-darkblue-translucent-2: rgba(232, 236, 241, 0.95);
  --custom-darkblue-translucent-3: rgba(212, 219, 229, 0.95);
  --custom-darkblue-translucent-4: transparent;
  --custom-darkblue-translucent-5: transparent;
  --custom-slate-translucent: transparent;
  --custom-slate-translucent-2: transparent;

  /* Card/Surface Translucent Colors (contextual) */
  --custom-card-background-translucent: transparent;
  --custom-card-background-translucent-2: rgba(232, 236, 241, 0.95);
  --custom-card-background-translucent-3: rgba(212, 219, 229, 0.95);
  --custom-card-background-translucent-4: transparent;
  --custom-card-background-translucent-5: transparent;
  --custom-card-background-translucent-6: transparent;
  --custom-card-background-hover-translucent: rgba(245, 247, 250, NaN);

  /* Page/Layout Translucent Colors (contextual) */
  --custom-page-background-translucent: transparent;
  --custom-page-background-translucent-2: transparent;

  /* Border Translucent Colors (contextual) */
  --custom-border-color-translucent: rgba(226, 232, 240, 0.2);
  --custom-border-color-translucent-2: rgba(203, 213, 225, NaN);
  --custom-cyan-translucent: transparent;
  --custom-cyan-translucent-2: transparent;
  --custom-cyan-translucent-3: transparent;
  --custom-cyan-translucent-4: transparent;
  --custom-cyan-translucent-5: transparent;
  --custom-cyan-translucent-6: transparent;
  --custom-cyan-2-translucent: rgba(53, 122, 189, 0.3);
  --custom-cyan-3-translucent: rgba(91, 163, 240, 0.3);
  --custom-cyan-4-translucent: rgba(122, 184, 245, 0.3);
  --custom-green-translucent: transparent;
  --custom-green-translucent-2: transparent;
  --custom-green-translucent-3: transparent;
  --custom-green-translucent-4: transparent;
  --custom-green-2-translucent: rgba(16, 185, 129, 0.3);
  --custom-red-translucent: transparent;
  --custom-red-translucent-2: transparent;
  --custom-red-2-translucent: rgba(239, 68, 68, NaN);
  --custom-yellow-translucent: transparent;
  --custom-yellow-2-translucent: rgba(245, 158, 11, NaN);
  --custom-white-translucent: transparent;
  --custom-white-translucent-2: transparent;
  --custom-white-translucent-3: transparent;
  --custom-darkblue-translucent-6: transparent;
  --custom-cyan-border-translucent: transparent;
  --custom-cyan-border-translucent-2: transparent;
  --custom-cyan-border-translucent-3: transparent;
  --custom-cyan-2-border-translucent: rgba(53, 122, 189, 0.3);
  --custom-cyan-3-border-translucent: rgba(91, 163, 240, 0.3);
  --custom-cyan-4-border-translucent: rgba(122, 184, 245, 0.3);
  --custom-cyan-5-translucent: rgba(107, 168, 242, 0.2);
  --custom-green-border-translucent: transparent;
  --custom-green-2-border-translucent: rgba(16, 185, 129, 0.3);
  --custom-red-border-translucent: transparent;
  --custom-slate-2-translucent: rgba(226, 232, 240, 0.2);
  --custom-slate-3-translucent: rgba(203, 213, 225, NaN);
  --custom-red-2-translucent-2: rgba(239, 68, 68, NaN);

  /* Header Background (contextual - already exists, keep for reference) */
  --custom-header-background: transparent;

  /* Dialog/Modal Colors (contextual) */
  --custom-dialog-background: transparent;
  --custom-dialog-border: transparent;
  --custom-dialog-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);

  /* Header Border Colors (contextual) */
  --custom-header-border: transparent;
  --custom-header-gradient-start: transparent;

  /* Text Colors on Dark Backgrounds (contextual) */
  --custom-text-on-dark-background: transparent;
  --custom-text-on-dark-background-hover: ;

  /* Button Colors (contextual) */
  --custom-button-primary-text: ;
  --custom-button-primary-text-hover: ;

  /* Shadow Colors (contextual) */
  --custom-shadow-light: rgba(0, 0, 0, 0.1);
  --custom-shadow-medium: rgba(0, 0, 0, 0.06);
  --custom-shadow-strong: rgba(0, 0, 0, 0.3);
  --custom-shadow-card: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --custom-shadow-dialog: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --custom-shadow-hover: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);

  /* Chart Colors (contextual) */
  --custom-chart-cyan-light: ;
  --custom-chart-cyan-very-light: ;

  /* Error Colors (contextual) */
  --custom-error-red: ;
  --custom-error-red-light: ;

  /* Border Colors - Cyan Variants (contextual) */
  --custom-border-cyan-subtle: transparent;
  --custom-border-cyan-light: transparent;
  --custom-border-cyan-medium: transparent;

  /* Social Media Brand Colors (contextual) */
  --custom-social-whatsapp: ;
  --custom-social-telegram: ;
  --custom-social-messenger: ;
  --custom-social-instagram: ;

  /* Payment/Stripe Colors (contextual) */
  --custom-payment-text: ;
  --custom-payment-placeholder: ;
  --custom-payment-error: ;

  /* Quasar Theme Colors (contextual) */
  --custom-quasar-primary: ;
  --custom-quasar-accent: ;
  --custom-quasar-dark: ;
}

/* Dark Theme */
body.body--dark {
  /* Dark Blue Colors (deprecated - use contextual names) */
  --custom-darkblue: ;
  --custom-darkblue-2: #0a0f1e;
  --custom-darkblue-3: #050a14;
  --custom-darkblue-4: #030810;

  /* Slate Colors (deprecated - use contextual names) */
  --custom-slate: ;
  --custom-slate-2: #475569;
  --custom-slate-3: #334155;

  /* Card/Surface Colors (contextual) */
  --custom-card-background: ;
  --custom-card-background-hover: #0a0f1e;
  --custom-card-background-secondary: #050a14;
  --custom-card-background-tertiary: #030810;

  /* Page/Layout Colors (contextual) */
  --custom-page-background: #050a14;
  --custom-page-background-secondary: ;

  /* Border Colors (contextual) */
  --custom-border-color: #475569;
  --custom-border-color-secondary: #334155;

  /* Form Field Colors (contextual) */
  --custom-input-background: ;
  --custom-input-border: #334155;
  --custom-input-border-focused: #5ba3f0;

  /* Drawer Colors (contextual) */
  --custom-drawer-background: transparent;
  --custom-drawer-background-secondary: rgba(5, 10, 20, 0.95);

  /* Cyan/Blue Colors */
  --custom-cyan: ;
  --custom-cyan-2: #357abd;
  --custom-cyan-3: #5ba3f0;
  --custom-cyan-4: #7ab8f5;
  --custom-cyan-5: #6ba8f2;

  /* Text Colors */
  --custom-text-primary: #ffffff;
  --custom-text-secondary: #e2e8f0;
  --custom-text-tertiary: #94a3b8;
  --custom-text-quaternary: #64748b;

  /* Green Colors */
  --custom-green: ;
  --custom-green-2: #10b981;

  /* Red Colors */
  --custom-red: ;
  --custom-red-2: #ef4444;

  /* Yellow Colors */
  --custom-yellow: ;
  --custom-yellow-2: #f59e0b;

  /* White */
  --custom-white: ;

  /* Header Background */
  --custom-header-background: transparent;

  /* Page Background */
  --custom-page-background: #050a14;

  /* RGBA Variables for Translucent Colors (deprecated - use contextual names) */
  --custom-darkblue-translucent: transparent;
  --custom-darkblue-translucent-2: rgba(5, 10, 20, 0.95);
  --custom-darkblue-translucent-3: rgba(3, 8, 16, 0.95);
  --custom-darkblue-translucent-4: transparent;
  --custom-darkblue-translucent-5: transparent;
  --custom-slate-translucent: transparent;
  --custom-slate-translucent-2: transparent;

  /* Card/Surface Translucent Colors (contextual) */
  --custom-card-background-translucent: transparent;
  --custom-card-background-translucent-2: rgba(5, 10, 20, 0.95);
  --custom-card-background-translucent-3: rgba(3, 8, 16, 0.95);
  --custom-card-background-translucent-4: rgba(10, 15, 30, 0.98);
  --custom-card-background-translucent-5: rgba(10, 15, 30, 0.8);
  --custom-card-background-translucent-6: transparent;
  --custom-card-background-hover-translucent: rgba(10, 15, 30, NaN);

  /* Page/Layout Translucent Colors (contextual) */
  --custom-page-background-translucent: transparent;
  --custom-page-background-translucent-2: transparent;

  /* Border Translucent Colors (contextual) */
  --custom-border-color-translucent: rgba(71, 85, 105, 0.2);
  --custom-border-color-translucent-2: rgba(51, 65, 85, NaN);
  --custom-cyan-translucent: transparent;
  --custom-cyan-translucent-2: transparent;
  --custom-cyan-translucent-3: transparent;
  --custom-cyan-translucent-4: transparent;
  --custom-cyan-translucent-5: transparent;
  --custom-cyan-translucent-6: transparent;
  --custom-cyan-2-translucent: rgba(53, 122, 189, 0.3);
  --custom-cyan-3-translucent: rgba(91, 163, 240, 0.3);
  --custom-cyan-4-translucent: rgba(122, 184, 245, 0.3);
  --custom-green-translucent: transparent;
  --custom-green-translucent-2: transparent;
  --custom-green-translucent-3: transparent;
  --custom-green-translucent-4: transparent;
  --custom-green-2-translucent: rgba(16, 185, 129, 0.3);
  --custom-red-translucent: transparent;
  --custom-red-translucent-2: transparent;
  --custom-red-2-translucent: rgba(239, 68, 68, NaN);
  --custom-yellow-translucent: transparent;
  --custom-yellow-2-translucent: rgba(245, 158, 11, NaN);
  --custom-white-translucent: transparent;
  --custom-white-translucent-2: transparent;
  --custom-white-translucent-3: transparent;
  --custom-darkblue-translucent-6: transparent;
  --custom-cyan-border-translucent: rgba(10, 15, 30, 0.2);
  --custom-cyan-border-translucent-2: rgba(10, 15, 30, 0.3);
  --custom-cyan-border-translucent-3: rgba(10, 15, 30, 0.05);
  --custom-cyan-2-border-translucent: rgba(53, 122, 189, 0.3);
  --custom-cyan-3-border-translucent: rgba(91, 163, 240, 0.3);
  --custom-cyan-4-border-translucent: rgba(122, 184, 245, 0.3);
  --custom-cyan-5-translucent: rgba(107, 168, 242, 0.2);
  --custom-green-border-translucent: transparent;
  --custom-green-2-border-translucent: rgba(16, 185, 129, 0.3);
  --custom-red-border-translucent: transparent;
  --custom-slate-2-translucent: rgba(71, 85, 105, 0.2);
  --custom-slate-3-translucent: rgba(51, 65, 85, NaN);
  --custom-red-2-translucent-2: rgba(239, 68, 68, NaN);

  /* Header Background (contextual - already exists, keep for reference) */
  --custom-header-background: transparent;

  /* Dialog/Modal Colors (contextual) */
  --custom-dialog-background: transparent;
  --custom-dialog-border: transparent;
  --custom-dialog-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);

  /* Header Border Colors (contextual) */
  --custom-header-border: rgba(10, 15, 30, 0.2);
  --custom-header-gradient-start: transparent;

  /* Text Colors on Dark Backgrounds (contextual) */
  --custom-text-on-dark-background: transparent;
  --custom-text-on-dark-background-hover: ;

  /* Button Colors (contextual) */
  --custom-button-primary-text: ;
  --custom-button-primary-text-hover: ;

  /* Shadow Colors (contextual) */
  --custom-shadow-light: rgba(0, 0, 0, 0.1);
  --custom-shadow-medium: rgba(0, 0, 0, 0.06);
  --custom-shadow-strong: rgba(0, 0, 0, 0.3);
  --custom-shadow-card: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --custom-shadow-dialog: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --custom-shadow-hover: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);

  /* Chart Colors (contextual) */
  --custom-chart-cyan-light: ;
  --custom-chart-cyan-very-light: ;

  /* Error Colors (contextual) */
  --custom-error-red: ;
  --custom-error-red-light: ;

  /* Border Colors - Cyan Variants (contextual) */
  --custom-border-cyan-subtle: transparent;
  --custom-border-cyan-light: transparent;
  --custom-border-cyan-medium: transparent;

  /* Social Media Brand Colors (contextual) */
  --custom-social-whatsapp: ;
  --custom-social-telegram: ;
  --custom-social-messenger: ;
  --custom-social-instagram: ;

  /* Payment/Stripe Colors (contextual) */
  --custom-payment-text: ;
  --custom-payment-placeholder: ;
  --custom-payment-error: ;

  /* Quasar Theme Colors (contextual) */
  --custom-quasar-primary: #5ba3f0;
  --custom-quasar-accent: #5ba3f0;
  --custom-quasar-dark: ;
}