/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.container {
  width: 100%;
}
.hidden {
  display: none;
}
.resize {
  resize: both;
}