/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer theme, utilities;
@layer theme {
  :root, :host {
    --tw-spacing: 0.25rem;
  }
}
@layer utilities {
  .tw\:mt-4 {
    margin-top: calc(var(--tw-spacing) * 4);
  }
  .tw\:flex {
    display: flex;
  }
}
