
[v-cloak] { display: none; }

.nav-item {
  @apply w-full text-left px-3 py-2 rounded-lg mb-1 hover:bg-gray-100;
}

.input {
  @apply w-full border rounded-lg px-3 py-1;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
