
/* ===== Enhanced Bootstrap.css Add-on (v2) ===== */
body {
  background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%) !important;
  font-family: 'Poppins', sans-serif !important;
  color: #f1f1f1 !important;
}
.table, .panel, .block {
  background: rgba(255,255,255,0.08) !important;
  border-radius: 14px !important;
  border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
}
a {
  color: #b388ff !important;
}
a:hover {
  color: #ff99f9 !important;
}
