/* Shared mobile-performance rules and optional desktop performance mode. */

@media (max-width: 768px) {
  .glass-card,
  .glass-card-light,
  .nav-glass,
  .coupon-card,
  .panel {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
  }

  .glass-card,
  .coupon-card {
    background: rgba(20, 20, 20, 0.95) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
  }

  .glass-card-light {
    background: rgba(255, 255, 255, 0.98) !important;
  }

  .nav-glass {
    background: rgba(0, 0, 0, 0.95) !important;
  }

  .panel {
    background: var(--bg-soft, rgba(20, 20, 20, 0.95)) !important;
  }

  .gradient-blob {
    display: none !important;
  }

  .atmosphere {
    background: radial-gradient(700px 400px at 50% 0%, rgba(255, 90, 55, 0.14), rgba(255, 90, 55, 0) 65%) !important;
  }
}

html.performance-lite .glass-card,
html.performance-lite .glass-card-light,
html.performance-lite .nav-glass,
html.performance-lite .coupon-card,
html.performance-lite .panel {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
}

html.performance-lite .glass-card,
html.performance-lite .coupon-card {
  background: rgba(20, 20, 20, 0.95) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

html.performance-lite .glass-card-light {
  background: rgba(255, 255, 255, 0.98) !important;
}

html.performance-lite .nav-glass {
  background: rgba(0, 0, 0, 0.95) !important;
}

html.performance-lite .panel {
  background: var(--bg-soft, rgba(20, 20, 20, 0.95)) !important;
}

html.performance-lite .gradient-blob {
  display: none !important;
}

html.performance-lite .atmosphere {
  background: radial-gradient(700px 400px at 50% 0%, rgba(255, 90, 55, 0.14), rgba(255, 90, 55, 0) 65%) !important;
}
