body {
  background-color: #0d0d0d;
  color: #e5e5e5;
  scroll-behavior: smooth;
  font-family: system-ui, -apple-system, sans-serif;
}

::selection {
  background-color: #d4af37;
  color: #0d0d0d;
}

.glass-panel {
  background: rgba(26, 26, 26, 0.7);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(212, 175, 55, 0.2);
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
