[x-cloak] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

::selection {
  background-color: #0284c7;
  color: #ffffff;
}

/* Thin, subtle scrollbar for a more polished feel */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #0b1220;
}
::-webkit-scrollbar-thumb {
  background: #334155;
  border-radius: 9999px;
}
::-webkit-scrollbar-thumb:hover {
  background: #475569;
}
