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

html, body {
  overscroll-behavior-y: contain;
}

.numpad-btn {
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}

::-webkit-scrollbar { height: 6px; width: 6px; }
::-webkit-scrollbar-thumb { background: #334155; border-radius: 9999px; }
