/* ===========================
   GLASSMORPHISM – GLOBAL
   =========================== */

/* Fond général */
body {
  backdrop-filter: blur(12px);
}

/* Cartes de services */
.service-card,
.widget,
.group {
  background: rgba(20, 25, 35, 0.55) !important;
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Widgets applicatifs (Radarr / Sonarr / qBittorrent) */
.widget-content {
  background: transparent !important;
}

/* Titres de sections */
.group-title {
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.85;
}

/* Statuts (DÉMARRÉ / FONCTIONNEL) */
.status-badge {
  backdrop-filter: blur(6px);
  border-radius: 10px;
}

/* Suppression des fonds pleins internes */
.card,
.card-content {
  background: transparent !important;
}

/* Optimisation tablette */
@media (max-width: 1024px) {
  .service-card,
  .widget,
  .group {
    margin-bottom: 14px;
  }
}
