:root {
  --brand-900: #132238;
  --brand-700: #1d4f73;
  --brand-500: #3b82f6;
  --accent: #f59e0b;
  --surface: #f7fafc;
  --ink: #0f172a;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Sora", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(59,130,246,.12), transparent 30%),
    radial-gradient(circle at bottom right, rgba(245,158,11,.12), transparent 20%),
    #f8fafc;
  color: var(--ink);
}

.glass {
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(14px);
}

.admin-shell {
  min-height: 100vh;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
}

.stat-card {
  border: 1px solid rgba(148, 163, 184, .18);
  box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
}


@media only screen and (max-width: 1023px) {
.dsnpm{
  display: none;
}
}