/* Minimal overrides on top of Tailwind Play CDN. */

html,
body {
  height: 100%;
}

/* Prevent flash of unstyled content while Tailwind/CDN loads. */
[hidden] {
  display: none !important;
}

.card {
  background: #fff;
  border: 1px solid rgb(226 232 240);
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 1px 1px rgba(15, 23, 42, 0.03);
}
