body {
  font-family: "Poppins", sans-serif;
}
.material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}
.glass-panel {
  background: rgba(30, 41, 59, 0.6);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.glow-violet {
  box-shadow: 0 0 40px -10px rgba(109, 40, 217, 0.5);
}
.glow-cyan {
  box-shadow: 0 0 40px -10px rgba(6, 182, 212, 0.4);
}
.brand-gradient {
  background: linear-gradient(135deg, #6d28d9 0%, #3b82f6 100%);
}
.text-gradient {
  background: linear-gradient(to right, #8b5cf6, #06b6d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
