/* Small custom styles layered on top of Tailwind CDN */

#cycle-name,
#cycle-co {
  transition: opacity 220ms ease;
}

details summary::-webkit-details-marker {
  display: none;
}

html {
  scroll-behavior: smooth;
}

::selection {
  background: rgba(9, 9, 11, 0.12);
}

/* Pricing toggle: keep "$X billed annually" reserved as space but hidden
   on the default monthly view so cards don't jump when toggling. */
[data-billed-yearly] {
  visibility: hidden;
}
