/* 0t.link: small layers on top of Tailwind (Play CDN) */

html {
  color-scheme: light;
}

dialog::backdrop {
  background: rgb(15 23 42 / 0.45);
}

/* Native dialog + focus (Tailwind covers most; keep polish) */
dialog:focus {
  outline: none;
}
