html, body, #__next {
  background: radial-gradient(circle at center, #0f172a, #020617) !important;
}

body::before {
  content: "";
  position: fixed;
  top: 20%;
  left: 50%;
  width: 600px;
  height: 600px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(255,255,255,0.08), transparent 70%);
  filter: blur(60px);
  z-index: -1;
}

div.rounded-xl,
div.rounded-2xl,
a.rounded-xl,
a.rounded-2xl,
div[class*="rounded"],
a[class*="rounded"] {
  background: rgba(255, 255, 255, 0.05) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 20px !important;
  transition: all 0.2s ease;
}

div.rounded-xl:hover,
div.rounded-2xl:hover,
a.rounded-xl:hover,
a.rounded-2xl:hover,
div[class*="rounded"]:hover,
a[class*="rounded"]:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.08) !important;
}

img,
svg {
  filter: brightness(0) invert(1) !important;
  opacity: 0.9;
}

h2 {
  font-weight: 600 !important;
  letter-spacing: 0.3px;
  opacity: 0.9;
}

input {
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 16px !important;
}
