/* ==========================================================================
   2. SURFACE UTILITIES (GLASS & DARK)
   ========================================================================== */
.nx-surface-glass,
.e-con.nx-surface-glass,
.e-child.nx-surface-glass {
  background: rgba(255, 255, 255, 0.03) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}

.nx-surface-dark,
.e-con.nx-surface-dark,
.e-child.nx-surface-dark {
  background: #0f172a !important;
}

.nx-surface-light,
.e-con.nx-surface-light,
.e-child.nx-surface-light {
  background: #ffffff !important;
  box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.05) !important;
}