/* Gerado automaticamente pelo Admin - NÃO EDITAR MANUALMENTE */

:root {
  --theme-primary: #DB2777 !important;
  --theme-primary-dark: #BE185D !important;
  --theme-primary-light: #F9A8D4 !important;
  --theme-secondary: #9333EA !important;
  --theme-secondary-dark: #7C3AED !important;
  --theme-secondary-light: #C4B5FD !important;
  --theme-bg-dark: #004FFA !important;
  --theme-bg-light: #FFFFFF !important;
  --theme-bg-secondary: #F9FAFB !important;
  --theme-bg-card: #FFFFFF !important;
  --theme-text-primary: #111827 !important;
  --theme-text-secondary: #374151 !important;
  --theme-text-muted: #6B7280 !important;
  --theme-text-light: #9CA3AF !important;
  --theme-text-white: #FFFFFF !important;
  --theme-navbar-bg: #FFFFFF !important;
  --theme-navbar-text: #111827 !important;
  --theme-navbar-hover: #DB2777 !important;
  --theme-footer-bg: #1F2937 !important;
  --theme-footer-text: #FFFFFF !important;
  --theme-badge-vip: #FFD700 !important;
  --theme-badge-gold: #FFB300 !important;
  --theme-badge-premium: #9C27B0 !important;
  --theme-badge-top-premium: #FF1744 !important;
  --theme-badge-online: #00BCD4 !important;
  --theme-badge-new: #4CAF50 !important;
  --theme-success: #10B981 !important;
  --theme-warning: #F59E0B !important;
  --theme-danger: #EF4444 !important;
  --theme-info: #3B82F6 !important;
}

/* Botões */
.btn-primary, .btn-red { background: linear-gradient(135deg, var(--theme-primary), var(--theme-primary-dark)) !important; color: white !important; }
.btn-primary:hover { opacity: 0.9; }

/* Links */
a { color: var(--theme-primary) !important; }
a:hover { color: var(--theme-primary-dark) !important; }

/* Navbar */
.navbar { background: var(--theme-bg-light) !important; }
.navbar a { color: var(--theme-text-primary) !important; }
.navbar a:hover { color: var(--theme-primary) !important; }

/* Footer */
.footer { background: var(--theme-bg-dark) !important; color: var(--theme-text-white) !important; }

/* Cards */
.ad-card, .category-card { background: var(--theme-bg-card) !important; border-color: var(--theme-bg-secondary) !important; }
.ad-card:hover { border-color: var(--theme-primary) !important; }

/* Badges */
.badge-vip { background: var(--theme-badge-vip) !important; }
.badge-gold { background: var(--theme-badge-gold) !important; }
.badge-premium { background: var(--theme-badge-premium) !important; }
.badge-top-premium { background: var(--theme-badge-top-premium) !important; }
.badge-online { background: var(--theme-badge-online) !important; }
.badge-new { background: var(--theme-badge-new) !important; }

/* Textos */
body { color: var(--theme-text-primary) !important; }
.text-secondary { color: var(--theme-text-secondary) !important; }
.text-muted { color: var(--theme-text-muted) !important; }
