/**
 * VIP ProxyGuard — WorldShield v7–inspired accents (layered on dgs-premium).
 * Does not replace Bootstrap; adds tokens and utility classes only.
 */
:root {
  --ws-bg-deep: #0b0e14;
  --ws-card: #141824;
  --ws-border: rgba(99, 115, 129, 0.35);
  --ws-accent: #3b82f6;
  --ws-accent-soft: rgba(59, 130, 246, 0.15);
  --ws-danger: #f43f5e;
  --ws-success: #22c55e;
  --ws-warning: #f59e0b;
  --ws-muted: #94a3b8;
}

.dgs-admin.dgs-premium .ws-hero {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.12), transparent 55%);
  border: 1px solid var(--ws-border);
  border-radius: 14px;
  padding: 1.25rem 1.5rem;
}

.dgs-admin.dgs-premium .ws-module-card {
  background: var(--ws-card);
  border: 1px solid var(--ws-border);
  border-radius: 12px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.dgs-admin.dgs-premium .ws-module-card:hover {
  border-color: rgba(59, 130, 246, 0.45);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.dgs-admin.dgs-premium .ws-module-card .ws-module-title {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 0.35rem;
}

.dgs-admin.dgs-premium .ws-module-card .ws-module-desc {
  color: var(--ws-muted);
  font-size: 0.8rem;
  line-height: 1.45;
  margin-bottom: 0.75rem;
}

.dgs-admin.dgs-premium .ws-pill {
  display: inline-block;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  background: var(--ws-accent-soft);
  color: #93c5fd;
}

.dgs-admin.dgs-premium .ws-risk-bar {
  height: 8px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.25);
  overflow: hidden;
}

.dgs-admin.dgs-premium .ws-risk-bar > span {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #22c55e, #eab308, #ef4444);
}

/* Floating AI launcher — above offcanvas/backdrops (Bootstrap 5) */
.dgs-admin .dgs-ai-fab {
  position: fixed !important;
  right: 1rem;
  bottom: 1rem;
  z-index: 1085;
  min-width: 52px;
  min-height: 52px;
  padding: 0 0.65rem;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 999px !important;
  box-shadow: 0 8px 28px rgba(74, 163, 255, 0.45) !important;
}

.dgs-admin .dgs-ai-fab i {
  font-size: 1.35rem;
}
