html,
body,
#__next,
main {
  background:
    radial-gradient(circle at 12% 10%, rgba(56, 189, 248, 0.22), transparent 26%),
    radial-gradient(circle at 84% 18%, rgba(34, 197, 94, 0.18), transparent 24%),
    radial-gradient(circle at 48% 90%, rgba(168, 85, 247, 0.18), transparent 30%),
    linear-gradient(135deg, #070b16 0%, #111827 45%, #0f172a 100%) !important;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.75), transparent 78%);
  z-index: 0;
}

main {
  position: relative;
  z-index: 1;
}

main > div:first-child,
section {
  backdrop-filter: blur(18px);
}

a[href] {
  border: 1px solid rgba(148, 163, 184, 0.22) !important;
  background: rgba(15, 23, 42, 0.66) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22) !important;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease !important;
}

a[href]:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(56, 189, 248, 0.65) !important;
  background: rgba(30, 41, 59, 0.86) !important;
  box-shadow: 0 22px 52px rgba(14, 165, 233, 0.18) !important;
}

h1, h2, h3 {
  letter-spacing: 0 !important;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: rgba(148, 163, 184, .35);
  border-radius: 999px;
}

::-webkit-scrollbar-track {
  background: transparent;
}
