/* src/styles.css */
/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
.maplibregl-map {
  font:
    12px/20px Helvetica Neue,
    Arial,
    Helvetica,
    sans-serif;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: rgb(0, 0, 0, 0);
}
.maplibregl-canvas {
  left: 0;
  position: absolute;
  top: 0;
}
.maplibregl-map:fullscreen {
  height: 100%;
  width: 100%;
}
.maplibregl-ctrl-group button.maplibregl-ctrl-compass {
  touch-action: none;
}
.maplibregl-canvas-container.maplibregl-interactive,
.maplibregl-ctrl-group button.maplibregl-ctrl-compass {
  cursor: grab;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer {
  cursor: pointer;
}
.maplibregl-canvas-container.maplibregl-interactive:active,
.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active {
  cursor: grabbing;
}
.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,
.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas {
  touch-action: pan-x pan-y;
}
.maplibregl-canvas-container.maplibregl-touch-drag-pan,
.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas {
  touch-action: pinch-zoom;
}
.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,
.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas {
  touch-action: none;
}
.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures,
.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas {
  touch-action: pan-x pan-y;
}
.maplibregl-ctrl-bottom-left,
.maplibregl-ctrl-bottom-right,
.maplibregl-ctrl-top-left,
.maplibregl-ctrl-top-right {
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
.maplibregl-ctrl-top-left {
  left: 0;
  top: 0;
}
.maplibregl-ctrl-top-right {
  right: 0;
  top: 0;
}
.maplibregl-ctrl-bottom-left {
  bottom: 0;
  left: 0;
}
.maplibregl-ctrl-bottom-right {
  bottom: 0;
  right: 0;
}
.maplibregl-ctrl {
  clear: both;
  pointer-events: auto;
  transform: translate(0);
}
.maplibregl-ctrl-top-left .maplibregl-ctrl {
  float: left;
  margin: 10px 0 0 10px;
}
.maplibregl-ctrl-top-right .maplibregl-ctrl {
  float: right;
  margin: 10px 10px 0 0;
}
.maplibregl-ctrl-bottom-left .maplibregl-ctrl {
  float: left;
  margin: 0 0 10px 10px;
}
.maplibregl-ctrl-bottom-right .maplibregl-ctrl {
  float: right;
  margin: 0 10px 10px 0;
}
.maplibregl-ctrl-group {
  background: #fff;
  border-radius: 4px;
}
.maplibregl-ctrl-group:not(:empty) {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .1);
}
@media (forced-colors: active) {
  .maplibregl-ctrl-group:not(:empty) {
    box-shadow: 0 0 0 2px ButtonText;
  }
}
.maplibregl-ctrl-group button {
  background-color: transparent;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 29px;
  outline: none;
  padding: 0;
  width: 29px;
}
.maplibregl-ctrl-group button + button {
  border-top: 1px solid #ddd;
}
.maplibregl-ctrl button .maplibregl-ctrl-icon {
  background-position: 50%;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  width: 100%;
}
@media (forced-colors: active) {
  .maplibregl-ctrl-icon {
    background-color: transparent;
  }
  .maplibregl-ctrl-group button + button {
    border-top: 1px solid ButtonText;
  }
}
.maplibregl-ctrl button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.maplibregl-ctrl-attrib-button:focus,
.maplibregl-ctrl-group button:focus {
  box-shadow: 0 0 2px 2px #0096ff;
}
.maplibregl-ctrl button:disabled {
  cursor: not-allowed;
}
.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon {
  opacity: .25;
}
@media (hover: hover) {
  .maplibregl-ctrl button:not(:disabled):hover {
    background-color: rgba(0, 0, 0, .05);
  }
}
.maplibregl-ctrl button:not(:disabled):active {
  background-color: rgba(0, 0, 0, .05);
}
.maplibregl-ctrl-group button:focus:focus-visible {
  box-shadow: 0 0 2px 2px #0096ff;
}
.maplibregl-ctrl-group button:focus:not(:focus-visible) {
  box-shadow: none;
}
.maplibregl-ctrl-group button:focus:first-child {
  border-radius: 4px 4px 0 0;
}
.maplibregl-ctrl-group button:focus:last-child {
  border-radius: 0 0 4px 4px;
}
.maplibregl-ctrl-group button:focus:only-child {
  border-radius: inherit;
}
.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E");
}
.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E");
}
@media (forced-colors: active) {
  .maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E");
  }
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E");
  }
}
.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E");
}
.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E");
}
@media (forced-colors: active) {
  .maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E");
  }
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E");
  }
}
.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E");
}
@media (forced-colors: active) {
  .maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E");
  }
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E");
  }
}
.maplibregl-ctrl button.maplibregl-ctrl-globe .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%23333' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E");
}
.maplibregl-ctrl button.maplibregl-ctrl-globe-enabled .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%2333b5e5' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E");
}
.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23333' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E");
}
.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2333b5e5' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E");
}
.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
}
.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23aaa' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E");
}
.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
}
.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
}
.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E");
}
.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E");
}
.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon {
  animation: maplibregl-spin 2s linear infinite;
}
@media (forced-colors: active) {
  .maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E");
  }
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E");
  }
}
@keyframes maplibregl-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
a.maplibregl-ctrl-logo {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 23px;
  margin: 0 0 -4px -4px;
  overflow: hidden;
  width: 88px;
}
a.maplibregl-ctrl-logo.maplibregl-compact {
  width: 14px;
}
@media (forced-colors: active) {
  a.maplibregl-ctrl-logo {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");
  }
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  a.maplibregl-ctrl-logo {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");
  }
}
.maplibregl-ctrl.maplibregl-ctrl-attrib {
  background-color: hsla(0, 0%, 100%, .5);
  margin: 0;
  padding: 0 5px;
}
@media screen {
  .maplibregl-ctrl-attrib.maplibregl-compact {
    background-color: #fff;
    border-radius: 12px;
    box-sizing: content-box;
    color: #000;
    margin: 10px;
    min-height: 20px;
    padding: 2px 24px 2px 0;
    position: relative;
  }
  .maplibregl-ctrl-attrib.maplibregl-compact-show {
    padding: 2px 28px 2px 8px;
    visibility: visible;
  }
  .maplibregl-ctrl-bottom-left > .maplibregl-ctrl-attrib.maplibregl-compact-show,
  .maplibregl-ctrl-top-left > .maplibregl-ctrl-attrib.maplibregl-compact-show {
    border-radius: 12px;
    padding: 2px 8px 2px 28px;
  }
  .maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner {
    display: none;
  }
  .maplibregl-ctrl-attrib-button {
    background-color: hsla(0, 0%, 100%, .5);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");
    border: 0;
    border-radius: 12px;
    box-sizing: border-box;
    cursor: pointer;
    display: none;
    height: 24px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
  }
  .maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    list-style: none;
  }
  .maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker {
    display: none;
  }
  .maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,
  .maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button {
    left: 0;
  }
  .maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,
  .maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner {
    display: block;
  }
  .maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button {
    background-color: rgba(0, 0, 0, .05);
  }
  .maplibregl-ctrl-bottom-right > .maplibregl-ctrl-attrib.maplibregl-compact:after {
    bottom: 0;
    right: 0;
  }
  .maplibregl-ctrl-top-right > .maplibregl-ctrl-attrib.maplibregl-compact:after {
    right: 0;
    top: 0;
  }
  .maplibregl-ctrl-top-left > .maplibregl-ctrl-attrib.maplibregl-compact:after {
    left: 0;
    top: 0;
  }
  .maplibregl-ctrl-bottom-left > .maplibregl-ctrl-attrib.maplibregl-compact:after {
    bottom: 0;
    left: 0;
  }
}
@media screen and (forced-colors: active) {
  .maplibregl-ctrl-attrib.maplibregl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");
  }
}
@media screen and (forced-colors: active) and (prefers-color-scheme: light) {
  .maplibregl-ctrl-attrib.maplibregl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");
  }
}
.maplibregl-ctrl-attrib a {
  color: rgba(0, 0, 0, .75);
  text-decoration: none;
}
.maplibregl-ctrl-attrib a:hover {
  color: inherit;
  text-decoration: underline;
}
.maplibregl-attrib-empty {
  display: none;
}
.maplibregl-ctrl-scale {
  background-color: hsla(0, 0%, 100%, .75);
  border: 2px solid #333;
  border-top: #333;
  box-sizing: border-box;
  color: #333;
  font-size: 10px;
  padding: 0 5px;
  white-space: nowrap;
}
.maplibregl-popup {
  display: flex;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  will-change: transform;
}
.maplibregl-popup-anchor-top,
.maplibregl-popup-anchor-top-left,
.maplibregl-popup-anchor-top-right {
  flex-direction: column;
}
.maplibregl-popup-anchor-bottom,
.maplibregl-popup-anchor-bottom-left,
.maplibregl-popup-anchor-bottom-right {
  flex-direction: column-reverse;
}
.maplibregl-popup-anchor-left {
  flex-direction: row;
}
.maplibregl-popup-anchor-right {
  flex-direction: row-reverse;
}
.maplibregl-popup-tip {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  z-index: 1;
}
.maplibregl-popup-anchor-top .maplibregl-popup-tip {
  align-self: center;
  border-bottom-color: #fff;
  border-top: none;
}
.maplibregl-popup-anchor-top-left .maplibregl-popup-tip {
  align-self: flex-start;
  border-bottom-color: #fff;
  border-left: none;
  border-top: none;
}
.maplibregl-popup-anchor-top-right .maplibregl-popup-tip {
  align-self: flex-end;
  border-bottom-color: #fff;
  border-right: none;
  border-top: none;
}
.maplibregl-popup-anchor-bottom .maplibregl-popup-tip {
  align-self: center;
  border-bottom: none;
  border-top-color: #fff;
}
.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip {
  align-self: flex-start;
  border-bottom: none;
  border-left: none;
  border-top-color: #fff;
}
.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip {
  align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: #fff;
}
.maplibregl-popup-anchor-left .maplibregl-popup-tip {
  align-self: center;
  border-left: none;
  border-right-color: #fff;
}
.maplibregl-popup-anchor-right .maplibregl-popup-tip {
  align-self: center;
  border-left-color: #fff;
  border-right: none;
}
[dir=rtl] .maplibregl-popup-anchor-left {
  flex-direction: row-reverse;
}
[dir=rtl] .maplibregl-popup-anchor-right {
  flex-direction: row;
}
[dir=rtl] .maplibregl-popup-anchor-top-left .maplibregl-popup-tip {
  align-self: flex-end;
}
[dir=rtl] .maplibregl-popup-anchor-top-right .maplibregl-popup-tip {
  align-self: flex-start;
}
[dir=rtl] .maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip {
  align-self: flex-end;
}
[dir=rtl] .maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip {
  align-self: flex-start;
}
.maplibregl-popup-close-button {
  background-color: transparent;
  border: 0;
  border-radius: 0 3px 0 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.maplibregl-popup-close-button:hover {
  background-color: rgba(0, 0, 0, .05);
}
.maplibregl-popup-content {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  padding: 15px 10px;
  pointer-events: auto;
  position: relative;
}
.maplibregl-popup-anchor-top-left .maplibregl-popup-content {
  border-top-left-radius: 0;
}
.maplibregl-popup-anchor-top-right .maplibregl-popup-content {
  border-top-right-radius: 0;
}
.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content {
  border-bottom-left-radius: 0;
}
.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content {
  border-bottom-right-radius: 0;
}
.maplibregl-popup-track-pointer {
  display: none;
}
.maplibregl-popup-track-pointer * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.maplibregl-map:hover .maplibregl-popup-track-pointer {
  display: flex;
}
.maplibregl-map:active .maplibregl-popup-track-pointer {
  display: none;
}
.maplibregl-marker {
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity .2s;
  will-change: transform;
}
.maplibregl-user-location-dot,
.maplibregl-user-location-dot:before {
  background-color: #1da1f2;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}
.maplibregl-user-location-dot:before {
  animation: maplibregl-user-location-dot-pulse 2s infinite;
  content: "";
  position: absolute;
}
.maplibregl-user-location-dot:after {
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, .35);
  box-sizing: border-box;
  content: "";
  height: 19px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 19px;
}
@media (prefers-reduced-motion: reduce) {
  .maplibregl-user-location-dot:before {
    animation: none;
  }
}
@keyframes maplibregl-user-location-dot-pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  70% {
    opacity: 0;
    transform: scale(3);
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}
.maplibregl-user-location-dot-stale {
  background-color: #aaa;
}
.maplibregl-user-location-dot-stale:after {
  display: none;
}
.maplibregl-user-location-accuracy-circle {
  background-color: #1da1f233;
  border-radius: 100%;
  height: 1px;
  width: 1px;
}
.maplibregl-crosshair,
.maplibregl-crosshair .maplibregl-interactive,
.maplibregl-crosshair .maplibregl-interactive:active {
  cursor: crosshair;
}
.maplibregl-boxzoom {
  background: #fff;
  border: 2px dotted #202020;
  height: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  top: 0;
  width: 0;
}
.maplibregl-cooperative-gesture-screen {
  align-items: center;
  background: rgba(0, 0, 0, .4);
  color: #fff;
  display: flex;
  font-size: 1.4em;
  inset: 0;
  justify-content: center;
  line-height: 1.2;
  opacity: 0;
  padding: 1rem;
  pointer-events: none;
  position: absolute;
  transition: opacity 1s ease 1s;
  z-index: 99999;
}
.maplibregl-cooperative-gesture-screen.maplibregl-show {
  opacity: 1;
  transition: opacity .05s;
}
.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message {
  display: none;
}
@media (hover: none), (pointer: coarse) {
  .maplibregl-cooperative-gesture-screen .maplibregl-desktop-message {
    display: none;
  }
  .maplibregl-cooperative-gesture-screen .maplibregl-mobile-message {
    display: block;
  }
}
.maplibregl-pseudo-fullscreen {
  height: 100% !important;
  left: 0 !important;
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 99999;
}
@layer theme, base, components, utilities;
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji";
    --font-mono:
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace;
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-800: oklch(44.4% 0.177 26.899);
    --color-orange-500: oklch(70.5% 0.213 47.604);
    --color-yellow-500: oklch(79.5% 0.184 86.047);
    --color-green-50: oklch(98.2% 0.018 155.826);
    --color-green-200: oklch(92.5% 0.084 155.995);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-green-700: oklch(52.7% 0.154 150.069);
    --color-green-900: oklch(39.3% 0.095 152.535);
    --color-teal-400: oklch(77.7% 0.152 181.912);
    --color-teal-800: oklch(43.7% 0.078 188.216);
    --color-blue-400: oklch(70.7% 0.165 254.624);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --color-purple-500: oklch(62.7% 0.265 303.9);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-5xl: 64rem;
    --container-7xl: 80rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --text-9xl: 8rem;
    --text-9xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-snug: 1.375;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --blur-sm: 8px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type=button], [type=reset], [type=submit]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden=until-found])) {
    display: none !important;
  }
}
@layer utilities {
  @layer daisyui.l1.l2.l3 {
    .diff {
      position: relative;
      display: grid;
      width: 100%;
      overflow: hidden;
      webkit-user-select: none;
      -webkit-user-select: none;
      user-select: none;
      grid-template-rows: 1fr 1.8rem 1fr;
      direction: ltr;
      container-type: inline-size;
      grid-template-columns: auto 1fr;
    }
    .diff:focus-visible,
    .diff:has(.diff-item-1:focus-visible) {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
      outline-offset: 1px;
      outline-color: var(--color-base-content);
    }
    .diff:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
      outline-offset: 1px;
      outline-color: var(--color-base-content);
    }
    .diff:focus-visible .diff-resizer {
      min-width: 95cqi;
      max-width: 95cqi;
    }
    .diff:has(.diff-item-1:focus-visible) {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
      outline-offset: 1px;
    }
    .diff:has(.diff-item-1:focus-visible) .diff-resizer {
      min-width: 5cqi;
      max-width: 5cqi;
    }
    @supports (-webkit-overflow-scrolling: touch) and (overflow: -webkit-paged-x) {
      .diff:focus .diff-resizer {
        min-width: 5cqi;
        max-width: 5cqi;
      }
      .diff:has(.diff-item-1:focus) .diff-resizer {
        min-width: 95cqi;
        max-width: 95cqi;
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    .modal {
      pointer-events: none;
      visibility: hidden;
      position: fixed;
      inset: calc(0.25rem * 0);
      margin: calc(0.25rem * 0);
      display: grid;
      height: 100%;
      max-height: none;
      width: 100%;
      max-width: none;
      align-items: center;
      justify-items: center;
      background-color: transparent;
      padding: calc(0.25rem * 0);
      color: inherit;
      transition:
        visibility 0.3s allow-discrete,
        background-color 0.3s ease-out,
        opacity 0.1s ease-out;
      overflow: clip;
      overscroll-behavior: contain;
      z-index: 999;
      scrollbar-gutter: auto;
    }
    .modal::backdrop {
      display: none;
    }
  }
  @layer daisyui.l1.l2 {
    .modal.modal-open,
    .modal[open],
    .modal:target,
    .modal-toggle:checked + .modal {
      pointer-events: auto;
      visibility: visible;
      opacity: 100%;
      transition:
        visibility 0s allow-discrete,
        background-color 0.3s ease-out,
        opacity 0.1s ease-out;
      background-color: #00000066;
    }
    :is(.modal.modal-open, .modal[open], .modal:target, .modal-toggle:checked + .modal) .modal-box {
      translate: 0 0;
      scale: 1;
      opacity: 1;
    }
    :root:has(:is(.modal.modal-open, .modal[open], .modal:target, .modal-toggle:checked + .modal)) {
      --page-has-backdrop: 1;
      --page-overflow: hidden;
      --page-scroll-bg: var(--page-scroll-bg-on);
      --page-scroll-gutter: stable;
      --page-scroll-transition: var(--page-scroll-transition-on);
      animation: set-page-has-scroll forwards;
      animation-timeline: scroll();
    }
    @starting-style {
      .modal.modal-open,
      .modal[open],
      .modal:target,
      .modal-toggle:checked + .modal {
        opacity: 0%;
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    :where(.drawer-side) {
      overflow-x: hidden;
      overflow-y: hidden;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .drawer-side {
      pointer-events: none;
      visibility: hidden;
      position: fixed;
      inset-inline-start: calc(0.25rem * 0);
      top: calc(0.25rem * 0);
      z-index: 10;
      grid-column-start: 1;
      grid-row-start: 1;
      display: grid;
      width: 100%;
      grid-template-columns: repeat(1, minmax(0, 1fr));
      grid-template-rows: repeat(1, minmax(0, 1fr));
      align-items: flex-start;
      justify-items: start;
      overscroll-behavior: contain;
      background-color: transparent;
      opacity: 0%;
      transition: opacity 0.2s ease-out 0.1s allow-discrete, visibility 0.3s ease-out 0.1s allow-discrete;
      height: 100vh;
      height: 100dvh;
    }
    .drawer-side > .drawer-overlay {
      position: sticky;
      top: calc(0.25rem * 0);
      cursor: pointer;
      place-self: stretch;
      background-color: #00000066;
    }
    .drawer-side > * {
      grid-column-start: 1;
      grid-row-start: 1;
    }
    .drawer-side > :not(.drawer-overlay) {
      will-change: transform;
      transition: translate 0.3s ease-out, width 0.2s ease-out;
      translate: -100%;
    }
    [dir=rtl] :is(.drawer-side > :not(.drawer-overlay)) {
      translate: 100%;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .fab {
      pointer-events: none;
      position: fixed;
      inset-inline-end: calc(0.25rem * 4);
      bottom: calc(0.25rem * 4);
      z-index: 999;
      display: flex;
      flex-direction: column-reverse;
      align-items: flex-end;
      gap: calc(0.25rem * 2);
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
      white-space: nowrap;
    }
    .fab > * {
      pointer-events: auto;
      display: flex;
      align-items: center;
      gap: calc(0.25rem * 2);
    }
    .fab > *:hover,
    .fab > *:has(:focus-visible) {
      z-index: 1;
    }
    .fab > [tabindex]:first-child {
      position: relative;
      display: grid;
      transition-property:
        opacity,
        visibility,
        rotate;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .fab .fab-close {
      position: absolute;
      inset-inline-end: calc(0.25rem * 0);
      bottom: calc(0.25rem * 0);
    }
    .fab .fab-main-action {
      position: absolute;
      inset-inline-end: calc(0.25rem * 0);
      bottom: calc(0.25rem * 0);
    }
    :is(.fab:focus-within:has(.fab-close), .fab:focus-within:has(.fab-main-action)) > [tabindex] {
      rotate: 90deg;
      opacity: 0%;
    }
    .fab:focus-within > [tabindex]:first-child {
      pointer-events: none;
    }
    .fab:focus-within > :nth-child(n+2) {
      visibility: visible;
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
      opacity: 100%;
    }
    .fab > :nth-child(n+2) {
      visibility: hidden;
      --tw-scale-x: 80%;
      --tw-scale-y: 80%;
      --tw-scale-z: 80%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
      opacity: 0%;
      transition-property:
        opacity,
        scale,
        visibility;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .fab > :nth-child(n+2).fab-main-action,
    .fab > :nth-child(n+2).fab-close {
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
    .fab > :nth-child(3) {
      transition-delay: 30ms;
    }
    .fab > :nth-child(4) {
      transition-delay: 60ms;
    }
    .fab > :nth-child(5) {
      transition-delay: 90ms;
    }
    .fab > :nth-child(6) {
      transition-delay: 120ms;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .drawer-open > .drawer-toggle:checked ~ .drawer-side {
      scrollbar-color: revert-layer;
    }
    :root:has(.drawer-open .drawer-toggle:checked) {
      --page-overflow: revert-layer;
      --page-scroll-gutter: revert-layer;
      --page-scroll-bg: revert-layer;
      --page-scroll-transition: revert-layer;
      --page-has-backdrop: revert-layer;
      animation: revert-layer;
      animation-timeline: revert-layer;
    }
  }
  @layer daisyui.l1.l2 {
    .drawer-open > .drawer-side {
      overflow-y: auto;
    }
    .drawer-open > .drawer-toggle {
      display: none;
    }
    .drawer-open > .drawer-toggle ~ .drawer-side {
      pointer-events: auto;
      visibility: visible;
      position: sticky;
      display: block;
      width: auto;
      overscroll-behavior: auto;
      opacity: 100%;
    }
    .drawer-open > .drawer-toggle ~ .drawer-side > .drawer-overlay {
      cursor: default;
      background-color: transparent;
    }
    .drawer-open > .drawer-toggle:checked ~ .drawer-side {
      pointer-events: auto;
      visibility: visible;
    }
  }
  @layer daisyui.l1 {
    .drawer-open > .drawer-toggle ~ .drawer-side > :not(.drawer-overlay) {
      translate: 0%;
    }
    [dir=rtl] :is(.drawer-open > .drawer-toggle ~ .drawer-side > :not(.drawer-overlay)) {
      translate: 0%;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .drawer-toggle {
      position: fixed;
      height: calc(0.25rem * 0);
      width: calc(0.25rem * 0);
      appearance: none;
      opacity: 0%;
    }
    :where(.drawer-toggle:checked ~ .drawer-side) {
      scrollbar-color: currentColor oklch(0 0 0 / calc(var(--page-has-backdrop, 0) * 0.4));
    }
    @supports (color: color-mix(in lab, red, red)) {
      :where(.drawer-toggle:checked ~ .drawer-side) {
        scrollbar-color: color-mix(in oklch, currentColor 35%, #0000) oklch(0 0 0 / calc(var(--page-has-backdrop, 0) * 0.4));
      }
    }
    :where(:root:has(.drawer-toggle:checked)) {
      --page-has-backdrop: 1;
      --page-overflow: hidden;
      --page-scroll-bg: var(--page-scroll-bg-on);
      --page-scroll-gutter: stable;
      --page-scroll-transition: var(--page-scroll-transition-on);
      animation: set-page-has-scroll forwards;
      animation-timeline: scroll();
    }
  }
  @layer daisyui.l1.l2 {
    :where(.drawer-toggle:checked ~ .drawer-side) {
      pointer-events: auto;
      visibility: visible;
      overflow-y: auto;
      opacity: 100%;
    }
    :where(.drawer-toggle:checked ~ .drawer-side) > :not(.drawer-overlay) {
      translate: 0%;
    }
    .drawer-toggle:focus-visible ~ .drawer-content label.drawer-button {
      outline: 2px solid;
      outline-offset: 2px;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .tooltip {
      position: relative;
      display: inline-block;
      --tt-bg: var(--color-neutral);
      --tt-off: calc(100% + 0.5rem);
      --tt-tail: calc(100% + 1px + 0.25rem);
    }
    .tooltip > .tooltip-content,
    .tooltip[data-tip]:before {
      position: absolute;
      max-width: 20rem;
      border-radius: var(--radius-field);
      padding-inline: calc(0.25rem * 2);
      padding-block: calc(0.25rem * 1);
      text-align: center;
      white-space: normal;
      color: var(--color-neutral-content);
      opacity: 0%;
      font-size: 0.875rem;
      line-height: 1.25;
      background-color: var(--tt-bg);
      width: max-content;
      pointer-events: none;
      z-index: 2;
      --tw-content: attr(data-tip);
      content: var(--tw-content);
    }
    .tooltip:after {
      opacity: 0%;
      background-color: var(--tt-bg);
      content: "";
      pointer-events: none;
      width: 0.625rem;
      height: 0.25rem;
      display: block;
      position: absolute;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-position: -1px 0;
      mask-position: -1px 0;
      --mask-tooltip: url("data:image/svg+xml,%3Csvg width='10' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.500009 1C3.5 1 3.00001 4 5.00001 4C7 4 6.5 1 9.5 1C10 1 10 0.499897 10 0H0C-1.99338e-08 0.5 0 1 0.500009 1Z' fill='black'/%3E%3C/svg%3E%0A");
      -webkit-mask-image: var(--mask-tooltip);
      mask-image: var(--mask-tooltip);
    }
    @media (prefers-reduced-motion: no-preference) {
      .tooltip > .tooltip-content,
      .tooltip[data-tip]:before,
      .tooltip:after {
        transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 75ms, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 75ms;
      }
    }
    :is(.tooltip:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))).tooltip-open, .tooltip:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):hover, .tooltip:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):has(:focus-visible)) > .tooltip-content,
    :is(.tooltip:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))).tooltip-open, .tooltip:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):hover, .tooltip:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):has(:focus-visible))[data-tip]:before,
    :is(.tooltip:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))).tooltip-open, .tooltip:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):hover, .tooltip:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):has(:focus-visible)):after {
      opacity: 100%;
      --tt-pos: 0rem;
    }
    @media (prefers-reduced-motion: no-preference) {
      :is(.tooltip:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))).tooltip-open, .tooltip:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):hover, .tooltip:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):has(:focus-visible)) > .tooltip-content,
      :is(.tooltip:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))).tooltip-open, .tooltip:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):hover, .tooltip:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):has(:focus-visible))[data-tip]:before,
      :is(.tooltip:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))).tooltip-open, .tooltip:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):hover, .tooltip:is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):has(:focus-visible)):after {
        transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
      }
    }
  }
  @layer daisyui.l1.l2 {
    .tooltip > .tooltip-content,
    .tooltip[data-tip]:before {
      transform: translateX(-50%) translateY(var(--tt-pos, 0.25rem));
      inset: auto auto var(--tt-off) 50%;
    }
    .tooltip:after {
      transform: translateX(-50%) translateY(var(--tt-pos, 0.25rem));
      inset: auto auto var(--tt-tail) 50%;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .tab {
      position: relative;
      display: inline-flex;
      cursor: pointer;
      appearance: none;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      text-align: center;
      webkit-user-select: none;
      -webkit-user-select: none;
      user-select: none;
      --tab-p: 0.75rem;
      --tab-bg: var(--color-base-100);
      --tab-border-color: var(--color-base-300);
      --tab-radius-ss: 0;
      --tab-radius-se: 0;
      --tab-radius-es: 0;
      --tab-radius-ee: 0;
      --tab-order: 0;
      --tab-radius-min: calc(0.75rem - var(--border));
      --tab-radius-limit: min(var(--radius-field), var(--tab-radius-min));
      --tab-radius-grad:
        #0000 calc(69% - var(--border)),
        var(--tab-border-color) calc(69% - var(--border) + 0.25px),
        var(--tab-border-color) 69%,
        var(--tab-bg) calc(69% + 0.25px);
      border-color: #0000;
      order: var(--tab-order);
      height: var(--tab-height);
      font-size: 0.875rem;
      padding-inline: var(--tab-p);
    }
    @media (hover: hover) {
      .tab:hover {
        color: var(--color-base-content);
      }
    }
    .tab:is(input[type=radio]) {
      min-width: fit-content;
    }
    .tab:is(input[type=radio]):after {
      --tw-content: attr(aria-label);
      content: var(--tw-content);
    }
    .tab:is(label) {
      position: relative;
    }
    .tab:is(label) input {
      position: absolute;
      inset: calc(0.25rem * 0);
      cursor: pointer;
      appearance: none;
      opacity: 0%;
    }
    :is(.tab:checked, .tab:is(label:has(:checked)), .tab:is(.tab-active, [aria-selected=true], [aria-current=true], [aria-current=page])) + .tab-content {
      display: block;
    }
    .tab:not(:checked, label:has(:checked), :hover, .tab-active, [aria-selected=true], [aria-current=true], [aria-current=page]) {
      color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .tab:not(:checked, label:has(:checked), :hover, .tab-active, [aria-selected=true], [aria-current=true], [aria-current=page]) {
        color: color-mix(in oklab, var(--color-base-content) 50%, transparent);
      }
    }
    .tab:not(input):empty {
      flex-grow: 1;
      cursor: default;
    }
    .tab:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
    @media (forced-colors: active) {
      .tab:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
    .tab:focus-visible,
    .tab:is(label:has(:checked:focus-visible)) {
      outline: 2px solid currentColor;
      outline-offset: -5px;
    }
    .tab[disabled] {
      pointer-events: none;
      opacity: 40%;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .menu {
      display: flex;
      width: fit-content;
      flex-direction: column;
      flex-wrap: wrap;
      padding: calc(0.25rem * 2);
      --menu-active-fg: var(--color-neutral-content);
      --menu-active-bg: var(--color-neutral);
      font-size: 0.875rem;
    }
    .menu :where(li ul) {
      position: relative;
      margin-inline-start: calc(0.25rem * 4);
      padding-inline-start: calc(0.25rem * 2);
      white-space: nowrap;
    }
    .menu :where(li ul):before {
      position: absolute;
      inset-inline-start: calc(0.25rem * 0);
      top: calc(0.25rem * 3);
      bottom: calc(0.25rem * 3);
      background-color: var(--color-base-content);
      opacity: 10%;
      width: var(--border);
      content: "";
    }
    .menu :where(li > .menu-dropdown:not(.menu-dropdown-show)) {
      display: none;
    }
    .menu :where(li:not(.menu-title) > *:not(ul, details, .menu-title, .btn)),
    .menu :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
      display: grid;
      grid-auto-flow: column;
      align-content: flex-start;
      align-items: center;
      gap: calc(0.25rem * 2);
      border-radius: var(--radius-field);
      padding-inline: calc(0.25rem * 3);
      padding-block: calc(0.25rem * 1.5);
      text-align: start;
      transition-property:
        color,
        background-color,
        box-shadow;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
      grid-auto-columns: minmax(auto, max-content) auto max-content;
      text-wrap: balance;
      -webkit-user-select: none;
      user-select: none;
    }
    .menu :where(li > details > summary) {
      --tw-outline-style: none;
      outline-style: none;
    }
    @media (forced-colors: active) {
      .menu :where(li > details > summary) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
    .menu :where(li > details > summary)::-webkit-details-marker {
      display: none;
    }
    :is(.menu :where(li > details > summary), .menu :where(li > .menu-dropdown-toggle)):after {
      justify-self: flex-end;
      display: block;
      height: 0.375rem;
      width: 0.375rem;
      rotate: -135deg;
      translate: 0 -1px;
      transition-property: rotate, translate;
      transition-duration: 0.2s;
      content: "";
      transform-origin: 50% 50%;
      box-shadow: 2px 2px inset;
      pointer-events: none;
    }
    .menu details {
      overflow: hidden;
      interpolate-size: allow-keywords;
    }
    .menu details::details-content {
      block-size: 0;
    }
    @media (prefers-reduced-motion: no-preference) {
      .menu details::details-content {
        transition-behavior: allow-discrete;
        transition-property: block-size, content-visibility;
        transition-duration: 0.2s;
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
      }
    }
    .menu details[open]::details-content {
      block-size: auto;
    }
    .menu :where(li > details[open] > summary):after,
    .menu :where(li > .menu-dropdown-toggle.menu-dropdown-show):after {
      rotate: 45deg;
      translate: 0 1px;
    }
    .menu :where(li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title), li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.menu-active, :active, .btn).menu-focus,
    .menu :where(li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title), li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.menu-active, :active, .btn):focus-visible {
      cursor: pointer;
      background-color: var(--color-base-content);
      color: var(--color-base-content);
      --tw-outline-style: none;
      outline-style: none;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .menu :where(li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title), li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.menu-active, :active, .btn).menu-focus,
      .menu :where(li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title), li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.menu-active, :active, .btn):focus-visible {
        background-color: color-mix(in oklab, var(--color-base-content) 10%, transparent);
      }
    }
    @media (forced-colors: active) {
      .menu :where(li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title), li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.menu-active, :active, .btn).menu-focus,
      .menu :where(li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title), li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.menu-active, :active, .btn):focus-visible {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
    .menu :where(li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title):not(.menu-active, :active, .btn):hover, li:not(.menu-title, .disabled) > details > summary:not(.menu-title):not(.menu-active, :active, .btn):hover) {
      cursor: pointer;
      background-color: var(--color-base-content);
      --tw-outline-style: none;
      outline-style: none;
      box-shadow: 0 1px #00000003 inset, 0 -1px #ffffff03 inset;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .menu :where(li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title):not(.menu-active, :active, .btn):hover, li:not(.menu-title, .disabled) > details > summary:not(.menu-title):not(.menu-active, :active, .btn):hover) {
        background-color: color-mix(in oklab, var(--color-base-content) 10%, transparent);
      }
    }
    @media (forced-colors: active) {
      .menu :where(li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title):not(.menu-active, :active, .btn):hover, li:not(.menu-title, .disabled) > details > summary:not(.menu-title):not(.menu-active, :active, .btn):hover) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
    .menu :where(li:empty) {
      background-color: var(--color-base-content);
      opacity: 10%;
      margin: 0.5rem 1rem;
      height: 1px;
    }
    .menu :where(li) {
      position: relative;
      display: flex;
      flex-shrink: 0;
      flex-direction: column;
      flex-wrap: wrap;
      align-items: stretch;
    }
    .menu :where(li) .badge {
      justify-self: flex-end;
    }
    .menu :where(li) > *:not(ul, .menu-title, details, .btn):active,
    .menu :where(li) > *:not(ul, .menu-title, details, .btn).menu-active,
    .menu :where(li) > details > summary:active {
      --tw-outline-style: none;
      outline-style: none;
      color: var(--menu-active-fg);
      background-color: var(--menu-active-bg);
      background-size: auto, calc(var(--noise) * 100%);
      background-image: none, var(--fx-noise);
    }
    @media (forced-colors: active) {
      .menu :where(li) > *:not(ul, .menu-title, details, .btn):active,
      .menu :where(li) > *:not(ul, .menu-title, details, .btn).menu-active,
      .menu :where(li) > details > summary:active {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
    :is(.menu :where(li) > *:not(ul, .menu-title, details, .btn):active, .menu :where(li) > *:not(ul, .menu-title, details, .btn).menu-active, .menu :where(li) > details > summary:active):not(:is(.menu :where(li) > *:not(ul, .menu-title, details, .btn):active, .menu :where(li) > *:not(ul, .menu-title, details, .btn).menu-active, .menu :where(li) > details > summary:active):active) {
      box-shadow: 0 2px calc(var(--depth) * 3px) -2px var(--menu-active-bg);
    }
    .menu :where(li).menu-disabled {
      pointer-events: none;
      color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .menu :where(li).menu-disabled {
        color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
      }
    }
    .menu .dropdown:focus-within .menu-dropdown-toggle:after {
      rotate: 45deg;
      translate: 0 1px;
    }
    .menu .dropdown-content {
      margin-top: calc(0.25rem * 2);
      padding: calc(0.25rem * 2);
    }
    .menu .dropdown-content:before {
      display: none;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .floating-label {
      position: relative;
      display: block;
    }
    .floating-label input {
      display: block;
    }
    .floating-label input::placeholder {
      transition:
        top 0.1s ease-out,
        translate 0.1s ease-out,
        scale 0.1s ease-out,
        opacity 0.1s ease-out;
    }
    .floating-label textarea::placeholder {
      transition:
        top 0.1s ease-out,
        translate 0.1s ease-out,
        scale 0.1s ease-out,
        opacity 0.1s ease-out;
    }
    .floating-label > span {
      position: absolute;
      inset-inline-start: calc(0.25rem * 3);
      z-index: 1;
      background-color: var(--color-base-100);
      padding-inline: calc(0.25rem * 1);
      opacity: 0%;
      font-size: 0.875rem;
      top: calc(var(--size-field, 0.25rem) * 10 / 2);
      line-height: 1;
      border-radius: 2px;
      pointer-events: none;
      translate: 0 -50%;
      transition:
        top 0.1s ease-out,
        translate 0.1s ease-out,
        scale 0.1s ease-out,
        opacity 0.1s ease-out;
    }
    :is(.floating-label:focus-within, .floating-label:not(:has(input:placeholder-shown, textarea:placeholder-shown))) ::placeholder {
      opacity: 0%;
      top: 0;
      translate: -12.5% calc(-50% - 0.125em);
      scale: 0.75;
      pointer-events: auto;
    }
    :is(.floating-label:focus-within, .floating-label:not(:has(input:placeholder-shown, textarea:placeholder-shown))) > span {
      opacity: 100%;
      top: 0;
      translate: -12.5% calc(-50% - 0.125em);
      scale: 0.75;
      pointer-events: auto;
      z-index: 2;
    }
    .floating-label:has(:disabled, [disabled]) > span {
      opacity: 0%;
    }
    .floating-label:has(.input-xs, .select-xs, .textarea-xs) span {
      font-size: 0.6875rem;
      top: calc(var(--size-field, 0.25rem) * 6 / 2);
    }
    .floating-label:has(.input-sm, .select-sm, .textarea-sm) span {
      font-size: 0.75rem;
      top: calc(var(--size-field, 0.25rem) * 8 / 2);
    }
    .floating-label:has(.input-md, .select-md, .textarea-md) span {
      font-size: 0.875rem;
      top: calc(var(--size-field, 0.25rem) * 10 / 2);
    }
    .floating-label:has(.input-lg, .select-lg, .textarea-lg) span {
      font-size: 1.125rem;
      top: calc(var(--size-field, 0.25rem) * 12 / 2);
    }
    .floating-label:has(.input-xl, .select-xl, .textarea-xl) span {
      font-size: 1.375rem;
      top: calc(var(--size-field, 0.25rem) * 14 / 2);
    }
  }
  @layer daisyui.l1.l2 {
    .collapse-arrow > .collapse-title:after {
      position: absolute;
      display: block;
      height: 0.5rem;
      width: 0.5rem;
      transform: translateY(-100%) rotate(45deg);
      top: 50%;
      inset-inline-end: 1.4rem;
      content: "";
      transform-origin: 75% 75%;
      box-shadow: 2px 2px;
      pointer-events: none;
    }
    @media (prefers-reduced-motion: no-preference) {
      .collapse-arrow > .collapse-title:after {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 0.2s;
      }
    }
  }
  @layer daisyui.l1.l2 {
    .collapse-plus > .collapse-title:after {
      position: absolute;
      display: block;
      height: 0.5rem;
      width: 0.5rem;
      top: 0.9rem;
      inset-inline-end: 1.4rem;
      --tw-content: "+";
      content: var(--tw-content);
      pointer-events: none;
    }
    @media (prefers-reduced-motion: no-preference) {
      .collapse-plus > .collapse-title:after {
        transition-property: all;
        transition-duration: 300ms;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    .diff-item-2 {
      position: relative;
      grid-column-start: 1;
      grid-row: span 3 / span 3;
      grid-row-start: 1;
    }
    .diff-item-2:after {
      pointer-events: none;
      position: absolute;
      top: calc(1/2 * 100%);
      right: 1px;
      bottom: calc(0.25rem * 0);
      z-index: 2;
      border-radius: calc(infinity * 1px);
      background-color: var(--color-base-100);
      width: 1.2rem;
      height: 1.8rem;
      border: 2px solid var(--color-base-100);
      border: 0.5px solid #0000001f;
      content: "";
      outline: 1px solid var(--color-base-content);
      outline-offset: -3px;
      translate: 50% -50%;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .diff-item-2:after {
        background-color: color-mix(in oklab, var(--color-base-100) 98%, transparent);
      }
    }
    @supports (color: color-mix(in lab, red, red)) {
      .diff-item-2:after {
        outline: 1px solid color-mix(in oklab, var(--color-base-content) 10%, #0000);
      }
    }
    .diff-item-2 > * {
      pointer-events: none;
      position: absolute;
      top: calc(0.25rem * 0);
      bottom: calc(0.25rem * 0);
      left: calc(0.25rem * 0);
      height: 100%;
      width: 100cqi;
      max-width: none;
      object-fit: cover;
      object-position: center;
    }
    @supports (-webkit-overflow-scrolling: touch) and (overflow: -webkit-paged-x) {
      .diff-item-2:after {
        --tw-content: none;
        content: var(--tw-content);
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    .pika-single:is(div) {
      -webkit-user-select: none;
      user-select: none;
      font-size: 0.75rem;
      z-index: 999;
      display: inline-block;
      position: relative;
      color: var(--color-base-content);
      background-color: var(--color-base-100);
      border-radius: var(--radius-box);
      border: var(--border) solid var(--color-base-200);
      padding: 0.5rem;
    }
    .pika-single:is(div):before,
    .pika-single:is(div):after {
      content: "";
      display: table;
    }
    .pika-single:is(div):after {
      clear: both;
    }
    .pika-single:is(div).is-hidden {
      display: none;
    }
    .pika-single:is(div).is-bound {
      position: absolute;
    }
    .pika-single:is(div) .pika-lendar {
      css-float: left;
    }
    .pika-single:is(div) .pika-title {
      position: relative;
      text-align: center;
    }
    .pika-single:is(div) .pika-title select {
      cursor: pointer;
      position: absolute;
      z-index: 999;
      margin: 0;
      left: 0;
      top: 5px;
      opacity: 0;
    }
    .pika-single:is(div) .pika-label {
      display: inline-block;
      position: relative;
      z-index: 999;
      overflow: hidden;
      margin: 0;
      padding: 5px 3px;
      background-color: var(--color-base-100);
    }
    .pika-single:is(div) .pika-prev,
    .pika-single:is(div) .pika-next {
      display: block;
      cursor: pointer;
      position: absolute;
      top: 0;
      outline: none;
      border: 0;
      width: 2.25rem;
      height: 2.25rem;
      color: #0000;
      font-size: 1.2em;
      border-radius: var(--radius-field);
    }
    :is(.pika-single:is(div) .pika-prev, .pika-single:is(div) .pika-next):hover {
      background-color: var(--color-base-200);
    }
    :is(.pika-single:is(div) .pika-prev, .pika-single:is(div) .pika-next).is-disabled {
      cursor: default;
      opacity: 0.2;
    }
    :is(.pika-single:is(div) .pika-prev, .pika-single:is(div) .pika-next):before {
      display: inline-block;
      width: 2.25rem;
      height: 2.25rem;
      line-height: 2.25;
      color: var(--color-base-content);
    }
    .pika-single:is(div) .pika-prev {
      left: 0;
    }
    .pika-single:is(div) .pika-prev:before {
      --tw-content: "\2039";
      content: var(--tw-content);
    }
    .pika-single:is(div) .pika-next {
      right: 0;
    }
    .pika-single:is(div) .pika-next:before {
      --tw-content: "\203a";
      content: var(--tw-content);
    }
    .pika-single:is(div) .pika-select {
      display: inline-block;
    }
    .pika-single:is(div) .pika-table {
      width: 100%;
      border-collapse: collapse;
      border-spacing: 0;
      border: 0;
    }
    .pika-single:is(div) .pika-table th,
    .pika-single:is(div) .pika-table td {
      padding: 0;
    }
    .pika-single:is(div) .pika-table th {
      opacity: 0.6;
      text-align: center;
      width: 2.25rem;
      height: 2.25rem;
    }
    .pika-single:is(div) .pika-button {
      cursor: pointer;
      display: block;
      outline: none;
      border: 0;
      margin: 0;
      width: 2.25rem;
      height: 2.25rem;
      padding: 5px;
      text-align: right;
      text-align: center;
    }
    .pika-single:is(div) .pika-week {
      color: var(--color-base-content);
    }
    .pika-single:is(div) .is-today .pika-button {
      background: var(--color-primary);
      color: var(--color-primary-content);
    }
    :is(.pika-single:is(div) .is-selected, .pika-single:is(div) .has-event) .pika-button,
    :is(.pika-single:is(div) .is-selected, .pika-single:is(div) .has-event) .pika-button:hover {
      color: var(--color-base-100);
      background-color: var(--color-base-content);
      border-radius: var(--radius-field);
    }
    .pika-single:is(div) .has-event .pika-button {
      background: var(--color-base-primary);
    }
    :is(.pika-single:is(div) .is-disabled, .pika-single:is(div) .is-inrange) .pika-button {
      background: var(--color-base-primary);
    }
    .pika-single:is(div) .is-startrange .pika-button {
      color: var(--color-base-100);
      background: var(--color-base-content);
      border-radius: var(--radius-field);
    }
    .pika-single:is(div) .is-endrange .pika-button {
      color: var(--color-base-100);
      background: var(--color-base-content);
      border-radius: var(--radius-field);
    }
    .pika-single:is(div) .is-disabled .pika-button {
      pointer-events: none;
      cursor: default;
      color: var(--color-base-content);
      opacity: 0.3;
    }
    .pika-single:is(div) .is-outside-current-month .pika-button {
      color: var(--color-base-content);
      opacity: 0.3;
    }
    .pika-single:is(div) .is-selection-disabled {
      pointer-events: none;
      cursor: default;
    }
    .pika-single:is(div) .pika-button:hover,
    .pika-single:is(div) .pika-row.pick-whole-week:hover .pika-button {
      color: var(--color-base-content);
      background-color: var(--color-base-200);
      border-radius: var(--radius-field);
    }
    .pika-single:is(div) .pika-table abbr {
      text-decoration: none;
      font-weight: normal;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .diff-item-1 {
      position: relative;
      z-index: 1;
      grid-column-start: 1;
      grid-row: span 3 / span 3;
      grid-row-start: 1;
      overflow: hidden;
      border-right: 2px solid var(--color-base-100);
    }
    .diff-item-1:focus-visible {
      --tw-outline-style: none;
      outline-style: none;
    }
    .diff-item-1 > * {
      pointer-events: none;
      position: absolute;
      top: calc(0.25rem * 0);
      bottom: calc(0.25rem * 0);
      left: calc(0.25rem * 0);
      height: 100%;
      width: 100cqi;
      max-width: none;
      object-fit: cover;
      object-position: center;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .dock {
      position: fixed;
      right: calc(0.25rem * 0);
      bottom: calc(0.25rem * 0);
      left: calc(0.25rem * 0);
      z-index: 1;
      display: flex;
      width: 100%;
      flex-direction: row;
      align-items: center;
      justify-content: space-around;
      background-color: var(--color-base-100);
      padding: calc(0.25rem * 2);
      color: currentcolor;
      border-top: 0.5px solid var(--color-base-content);
      height: 4rem;
      height: calc(4rem + env(safe-area-inset-bottom));
      padding-bottom: env(safe-area-inset-bottom);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .dock {
        border-top: 0.5px solid color-mix(in oklab, var(--color-base-content) 5%, #0000);
      }
    }
    .dock > * {
      position: relative;
      margin-bottom: calc(0.25rem * 2);
      display: flex;
      height: 100%;
      max-width: calc(0.25rem * 32);
      flex-shrink: 1;
      flex-basis: 100%;
      cursor: pointer;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 1px;
      border-radius: var(--radius-box);
      background-color: transparent;
      transition: opacity 0.2s ease-out;
    }
    @media (hover: hover) {
      .dock > *:hover {
        opacity: 80%;
      }
    }
    :is(.dock > *[aria-disabled=true], .dock > *[disabled]),
    :is(.dock > *[aria-disabled=true], .dock > *[disabled]):hover {
      pointer-events: none;
      color: var(--color-base-content);
      opacity: 100%;
    }
    @supports (color: color-mix(in lab, red, red)) {
      :is(.dock > *[aria-disabled=true], .dock > *[disabled]),
      :is(.dock > *[aria-disabled=true], .dock > *[disabled]):hover {
        color: color-mix(in oklab, var(--color-base-content) 10%, transparent);
      }
    }
    .dock > * .dock-label {
      font-size: 0.6875rem;
    }
    .dock > *:after {
      content: "";
      position: absolute;
      height: calc(0.25rem * 1);
      width: calc(0.25rem * 6);
      border-radius: calc(infinity * 1px);
      background-color: transparent;
      bottom: 0.2rem;
      border-top: 3px solid transparent;
      transition:
        background-color 0.1s ease-out,
        text-color 0.1s ease-out,
        width 0.1s ease-out;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .hover-3d {
      display: inline-grid;
      perspective: 75rem;
      --transform: 0, 0;
      --shine: 100% 100%;
      --shadow: 0rem 0rem 0rem;
      --ease: linear(0, 0.931 13.8%, 1.196 21.4%, 1.343 29.8%, 1.378 36%, 1.365 43.2%, 1.059 78%, 1);
      filter: drop-shadow(var(--shadow) 0.1rem #00000003) drop-shadow(var(--shadow) 0.2rem #00000003) drop-shadow(var(--shadow) 0.3rem #00000003) drop-shadow(var(--shadow) 0.4rem #00000003);
      transition: filter ease-out 400ms;
    }
    .hover-3d > :nth-child(n+2) {
      isolation: isolate;
      z-index: 1;
      scale: 1.2;
    }
    .hover-3d > :first-child {
      overflow: hidden;
      grid-area: 1/1/4/4;
      transform: rotate3d(var(--transform), 0, 10deg);
      transition:
        transform var(--ease) 500ms,
        scale var(--ease) 500ms,
        outline-color ease-out 500ms;
      outline: 0.5px solid #0000;
      outline-offset: -1px;
    }
    .hover-3d > :first-child:before {
      width: calc(1/3 * 100%);
      height: calc(1/3 * 100%);
      content: "";
      pointer-events: none;
      position: absolute;
      z-index: 1;
      scale: 500%;
      opacity: 0;
      filter: blur(0.75rem);
      background-image:
        radial-gradient(
          circle at 50%,
          #fff3 10%,
          transparent 50%);
      translate: var(--shine);
      transition: translate ease-out 400ms, opacity ease-out 400ms;
    }
    .hover-3d:hover {
      --ease: linear(0, 0.708 15.2%, 0.927 23.6%, 1.067 33%, 1.12 41%, 1.13 50.2%, 1.019 83.2%, 1);
    }
    .hover-3d:hover > :first-child {
      outline-color: #fff1;
    }
    .hover-3d:hover > :first-child:before,
    .hover-3d:hover > :first-child:after {
      opacity: 1;
    }
    .hover-3d:hover > :first-child {
      scale: 1.05;
    }
    .hover-3d > :nth-child(2) {
      grid-area: 1/1/2/2;
    }
    .hover-3d > :nth-child(3) {
      grid-area: 1/2/2/3;
    }
    .hover-3d > :nth-child(4) {
      grid-area: 1/3/2/4;
    }
    .hover-3d > :nth-child(5) {
      grid-area: 2/1/3/2;
    }
    .hover-3d > :nth-child(6) {
      grid-area: 2/3/3/4;
    }
    .hover-3d > :nth-child(7) {
      grid-area: 3/1/4/2;
    }
    .hover-3d > :nth-child(8) {
      grid-area: 3/2/4/3;
    }
    .hover-3d > :nth-child(9) {
      grid-area: 3/3/4/4;
    }
    .hover-3d:has(> :nth-child(2):hover) {
      --transform: -1, 1;
      --shine: 0% 0%;
      --shadow: -0.5rem -0.5rem;
    }
    .hover-3d:has(> :nth-child(3):hover) {
      --transform: -1, 0;
      --shine: 100% 0%;
      --shadow: 0rem -0.5rem;
    }
    .hover-3d:has(> :nth-child(4):hover) {
      --transform: -1, -1;
      --shine: 200% 0%;
      --shadow: 0.5rem -0.5rem;
    }
    .hover-3d:has(> :nth-child(5):hover) {
      --transform: 0, 1;
      --shine: 0% 100%;
      --shadow: -0.5rem 0rem;
    }
    .hover-3d:has(> :nth-child(6):hover) {
      --transform: 0, -1;
      --shine: 200% 100%;
      --shadow: 0.5rem 0rem;
    }
    .hover-3d:has(> :nth-child(7):hover) {
      --transform: 1, 1;
      --shine: 0% 200%;
      --shadow: -0.5rem 0.5rem;
    }
    .hover-3d:has(> :nth-child(8):hover) {
      --transform: 1, 0;
      --shine: 100% 200%;
      --shadow: 0rem 0.5rem;
    }
    .hover-3d:has(> :nth-child(9):hover) {
      --transform: 1, -1;
      --shine: 200% 200%;
      --shadow: 0.5rem 0.5rem;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .dropdown {
      position: relative;
      display: inline-block;
      position-area: var(--anchor-v, bottom) var(--anchor-h, span-right);
    }
    .dropdown > *:not(:has(~ [class*=dropdown-content])):focus {
      --tw-outline-style: none;
      outline-style: none;
    }
    @media (forced-colors: active) {
      .dropdown > *:not(:has(~ [class*=dropdown-content])):focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
    .dropdown .dropdown-content {
      position: absolute;
    }
    .dropdown.dropdown-close .dropdown-content,
    .dropdown:not(details, .dropdown-open, .dropdown-hover:hover, :focus-within) .dropdown-content,
    .dropdown.dropdown-hover:not(:hover) [tabindex]:first-child:focus:not(:focus-visible) ~ .dropdown-content {
      display: none;
      transform-origin: top;
      opacity: 0%;
      scale: 95%;
    }
    .dropdown[popover],
    .dropdown .dropdown-content {
      z-index: 999;
    }
    @media (prefers-reduced-motion: no-preference) {
      .dropdown[popover],
      .dropdown .dropdown-content {
        animation: dropdown 0.2s;
        transition-property:
          opacity,
          scale,
          display;
        transition-behavior: allow-discrete;
        transition-duration: 0.2s;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      }
    }
    @starting-style {
      .dropdown[popover],
      .dropdown .dropdown-content {
        scale: 95%;
        opacity: 0;
      }
    }
    :is(.dropdown:not(.dropdown-close).dropdown-open, .dropdown:not(.dropdown-close):not(.dropdown-hover):focus, .dropdown:not(.dropdown-close):focus-within) > [tabindex]:first-child {
      pointer-events: none;
    }
    :is(.dropdown:not(.dropdown-close).dropdown-open, .dropdown:not(.dropdown-close):not(.dropdown-hover):focus, .dropdown:not(.dropdown-close):focus-within) .dropdown-content {
      opacity: 100%;
      scale: 100%;
    }
    .dropdown:not(.dropdown-close).dropdown-hover:hover .dropdown-content {
      opacity: 100%;
      scale: 100%;
    }
    .dropdown:is(details) summary::-webkit-details-marker {
      display: none;
    }
    .dropdown:where([popover]) {
      background: #0000;
    }
    .dropdown[popover] {
      position: fixed;
      color: inherit;
    }
    @supports not (position-area: bottom) {
      .dropdown[popover] {
        margin: auto;
      }
      .dropdown[popover].dropdown-close,
      .dropdown[popover].dropdown-open:not(:popover-open) {
        display: none;
        transform-origin: top;
        opacity: 0%;
        scale: 95%;
      }
      .dropdown[popover]::backdrop {
        background-color: color-mix(in oklab, #000 30%, #0000);
      }
    }
    .dropdown[popover].dropdown-close,
    .dropdown[popover]:not(.dropdown-open, :popover-open) {
      display: none;
      transform-origin: top;
      opacity: 0%;
      scale: 95%;
    }
  }
  @layer daisyui.l1.l2.l3 {
    :where(.btn) {
      width: unset;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .btn {
      display: inline-flex;
      flex-shrink: 0;
      cursor: pointer;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: center;
      gap: calc(0.25rem * 1.5);
      text-align: center;
      vertical-align: middle;
      outline-offset: 2px;
      webkit-user-select: none;
      -webkit-user-select: none;
      user-select: none;
      padding-inline: var(--btn-p);
      color: var(--btn-fg);
      --tw-prose-links: var(--btn-fg);
      height: var(--size);
      font-size: var(--fontsize, 0.875rem);
      font-weight: 600;
      outline-color: var(--btn-color, var(--color-base-content));
      transition-property:
        color,
        background-color,
        border-color,
        box-shadow;
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
      transition-duration: 0.2s;
      border-start-start-radius: var(--join-ss, var(--radius-field));
      border-start-end-radius: var(--join-se, var(--radius-field));
      border-end-start-radius: var(--join-es, var(--radius-field));
      border-end-end-radius: var(--join-ee, var(--radius-field));
      background-color: var(--btn-bg);
      background-size: auto, calc(var(--noise) * 100%);
      background-image: none, var(--btn-noise);
      border-width: var(--border);
      border-style: solid;
      border-color: var(--btn-border);
      text-shadow: 0 0.5px oklch(100% 0 0 / calc(var(--depth) * 0.15));
      touch-action: manipulation;
      box-shadow: 0 0.5px 0 0.5px oklch(100% 0 0 / calc(var(--depth) * 6%)) inset, var(--btn-shadow);
      --size: calc(var(--size-field, 0.25rem) * 10);
      --btn-bg: var(--btn-color, var(--color-base-200));
      --btn-fg: var(--color-base-content);
      --btn-p: 1rem;
      --btn-border: var(--btn-bg);
      --btn-shadow: 0 3px 2px -2px var(--btn-bg), 0 4px 3px -2px var(--btn-bg);
      --btn-noise: var(--fx-noise);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .btn {
        --btn-border: color-mix(in oklab, var(--btn-bg), #000 calc(var(--depth) * 5%));
      }
    }
    @supports (color: color-mix(in lab, red, red)) {
      .btn {
        --btn-shadow: 0 3px 2px -2px color-mix(in oklab, var(--btn-bg) calc(var(--depth) * 30%), #0000), 0 4px 3px -2px color-mix(in oklab, var(--btn-bg) calc(var(--depth) * 30%), #0000);
      }
    }
    @media (hover: hover) {
      .btn:hover {
        --btn-bg: var(--btn-color, var(--color-base-200));
      }
      @supports (color: color-mix(in lab, red, red)) {
        .btn:hover {
          --btn-bg: color-mix(in oklab, var(--btn-color, var(--color-base-200)), #000 7%);
        }
      }
    }
    .btn:focus-visible,
    .btn:has(:focus-visible) {
      outline-width: 2px;
      outline-style: solid;
      isolation: isolate;
    }
    .btn:active:not(.btn-active) {
      translate: 0 0.5px;
      --btn-bg: var(--btn-color, var(--color-base-200));
      --btn-border: var(--btn-color, var(--color-base-200));
      --btn-shadow: 0 0 0 0 oklch(0% 0 0/0), 0 0 0 0 oklch(0% 0 0/0);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .btn:active:not(.btn-active) {
        --btn-bg: color-mix(in oklab, var(--btn-color, var(--color-base-200)), #000 5%);
      }
    }
    @supports (color: color-mix(in lab, red, red)) {
      .btn:active:not(.btn-active) {
        --btn-border: color-mix(in oklab, var(--btn-color, var(--color-base-200)), #000 7%);
      }
    }
    .btn:is(input[type=checkbox], input[type=radio]) {
      appearance: none;
    }
    .btn:is(input[type=checkbox], input[type=radio])[aria-label]::after {
      --tw-content: attr(aria-label);
      content: var(--tw-content);
    }
    .btn:where(input:checked:not(.filter .btn)) {
      --btn-color: var(--color-primary);
      --btn-fg: var(--color-primary-content);
      isolation: isolate;
    }
  }
  @layer daisyui.l1.l2 {
    .btn:disabled {
      pointer-events: none;
      --btn-border: #0000;
      --btn-noise: none;
      --btn-fg: var(--color-base-content);
    }
    .btn:disabled:not(.btn-link, .btn-ghost) {
      background-color: var(--color-base-content);
      box-shadow: none;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .btn:disabled:not(.btn-link, .btn-ghost) {
        background-color: color-mix(in oklab, var(--color-base-content) 10%, transparent);
      }
    }
    @supports (color: color-mix(in lab, red, red)) {
      .btn:disabled {
        --btn-fg: color-mix(in oklch, var(--color-base-content) 20%, #0000);
      }
    }
  }
  @layer daisyui.l1.l2 {
    .btn[disabled] {
      pointer-events: none;
      --btn-border: #0000;
      --btn-noise: none;
      --btn-fg: var(--color-base-content);
    }
    .btn[disabled]:not(.btn-link, .btn-ghost) {
      background-color: var(--color-base-content);
      box-shadow: none;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .btn[disabled]:not(.btn-link, .btn-ghost) {
        background-color: color-mix(in oklab, var(--color-base-content) 10%, transparent);
      }
    }
    @supports (color: color-mix(in lab, red, red)) {
      .btn[disabled] {
        --btn-fg: color-mix(in oklch, var(--color-base-content) 20%, #0000);
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    .loading {
      pointer-events: none;
      display: inline-block;
      aspect-ratio: 1 / 1;
      background-color: currentcolor;
      vertical-align: middle;
      width: calc(var(--size-selector, 0.25rem) * 6);
      -webkit-mask-size: 100%;
      mask-size: 100%;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-position: center;
      mask-position: center;
      -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
      mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
    }
  }
  @layer daisyui.l1.l2 {
    .btn-disabled {
      pointer-events: none;
      --btn-border: #0000;
      --btn-noise: none;
      --btn-fg: var(--color-base-content);
    }
    .btn-disabled:not(.btn-link, .btn-ghost) {
      background-color: var(--color-base-content);
      box-shadow: none;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .btn-disabled:not(.btn-link, .btn-ghost) {
        background-color: color-mix(in oklab, var(--color-base-content) 10%, transparent);
      }
    }
    @supports (color: color-mix(in lab, red, red)) {
      .btn-disabled {
        --btn-fg: color-mix(in oklch, var(--color-base-content) 20%, #0000);
      }
    }
  }
  @layer daisyui.l1.l2 {
    .tab-disabled {
      pointer-events: none;
      opacity: 40%;
    }
  }
  .pointer-events-none {
    pointer-events: none;
  }
  @layer daisyui.l1.l2.l3 {
    .react-day-picker {
      -webkit-user-select: none;
      user-select: none;
      background-color: var(--color-base-100);
      border-radius: var(--radius-box);
      border: var(--border) solid var(--color-base-200);
      font-size: 0.75rem;
      display: inline-block;
      position: relative;
      overflow: clip;
    }
    .react-day-picker[dir=rtl] .rdp-nav .rdp-chevron {
      transform-origin: 50%;
      transform: rotate(180deg);
    }
    .react-day-picker * {
      box-sizing: border-box;
    }
    .react-day-picker .rdp-day {
      width: 2.25rem;
      height: 2.25rem;
      text-align: center;
    }
    .react-day-picker .rdp-day_button {
      cursor: pointer;
      font: inherit;
      color: inherit;
      width: 2.25rem;
      height: 2.25rem;
      border: 2px solid #0000;
      border-radius: var(--radius-field);
      background: 0 0;
      justify-content: center;
      align-items: center;
      margin: 0;
      padding: 0;
      display: flex;
    }
    .react-day-picker .rdp-day_button:disabled {
      cursor: revert;
    }
    .react-day-picker .rdp-day_button:hover {
      background-color: var(--color-base-200);
    }
    .react-day-picker .rdp-day_button:disabled:hover,
    .react-day-picker .rdp-day_button[aria-disabled=true]:hover {
      background-color: transparent;
      cursor: not-allowed;
    }
    .react-day-picker .rdp-caption_label {
      z-index: 1;
      white-space: nowrap;
      border: 0;
      align-items: center;
      display: inline-flex;
      position: relative;
    }
    .react-day-picker .rdp-button_next {
      border-radius: var(--radius-field);
    }
    .react-day-picker .rdp-button_next:hover {
      background-color: var(--color-base-200);
    }
    .react-day-picker .rdp-button_previous {
      border-radius: var(--radius-field);
    }
    .react-day-picker .rdp-button_previous:hover {
      background-color: var(--color-base-200);
    }
    .react-day-picker .rdp-button_next,
    .react-day-picker .rdp-button_previous {
      cursor: pointer;
      font: inherit;
      color: inherit;
      appearance: none;
      width: 2.25rem;
      height: 2.25rem;
      background: 0 0;
      border: none;
      justify-content: center;
      align-items: center;
      margin: 0;
      padding: 0;
      display: inline-flex;
      position: relative;
    }
    :is(.react-day-picker .rdp-button_next, .react-day-picker .rdp-button_previous):disabled,
    :is(.react-day-picker .rdp-button_next, .react-day-picker .rdp-button_previous)[aria-disabled=true] {
      cursor: revert;
      opacity: 0.5;
    }
    :is(.react-day-picker .rdp-button_next, .react-day-picker .rdp-button_previous):disabled:hover,
    :is(.react-day-picker .rdp-button_next, .react-day-picker .rdp-button_previous)[aria-disabled=true]:hover {
      background-color: transparent;
    }
    .react-day-picker .rdp-chevron {
      fill: var(--color-base-content);
      width: 1rem;
      height: 1rem;
      display: inline-block;
    }
    .react-day-picker .rdp-dropdowns {
      align-items: center;
      gap: 0.5rem;
      display: inline-flex;
      position: relative;
    }
    .react-day-picker .rdp-dropdown {
      z-index: 2;
      opacity: 0;
      appearance: none;
      cursor: inherit;
      line-height: inherit;
      border: none;
      width: 100%;
      margin: 0;
      padding: 0;
      position: absolute;
      inset-block: 0;
      inset-inline-start: 0;
    }
    .react-day-picker .rdp-dropdown:focus-visible ~ .rdp-caption_label {
      outline: 5px auto highlight;
      outline: 5px auto -webkit-focus-ring-color;
    }
    .react-day-picker .rdp-dropdown_root {
      align-items: center;
      display: inline-flex;
      position: relative;
    }
    .react-day-picker .rdp-dropdown_root[data-disabled=true] .rdp-chevron {
      opacity: 0.5;
    }
    .react-day-picker .rdp-month_caption {
      height: 2.75rem;
      font-size: 0.75rem;
      font-weight: inherit;
      place-content: center;
      display: flex;
    }
    .react-day-picker .rdp-months {
      gap: 2rem;
      flex-wrap: wrap;
      max-width: fit-content;
      padding: 0.5rem;
      display: flex;
      position: relative;
    }
    .react-day-picker .rdp-month_grid {
      border-collapse: collapse;
    }
    .react-day-picker .rdp-nav {
      height: 2.75rem;
      inset-block-start: 0;
      inset-inline-end: 0;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      padding-inline: 0.5rem;
      display: flex;
      position: absolute;
      top: 0.25rem;
    }
    .react-day-picker .rdp-weekday {
      opacity: 0.6;
      padding: 0.5rem 0rem;
      text-align: center;
      font-size: smaller;
      font-weight: 500;
    }
    .react-day-picker .rdp-week_number {
      opacity: 0.6;
      height: 2.25rem;
      width: 2.25rem;
      border: none;
      border-radius: 100%;
      text-align: center;
      font-size: small;
      font-weight: 400;
    }
    .react-day-picker .rdp-today:not(.rdp-outside) .rdp-day_button {
      background: var(--color-primary);
      color: var(--color-primary-content);
    }
    .react-day-picker .rdp-selected {
      font-weight: inherit;
      font-size: 0.75rem;
    }
    .react-day-picker .rdp-selected .rdp-day_button {
      color: var(--color-base-100);
      background-color: var(--color-base-content);
      border-radius: var(--radius-field);
      border: none;
    }
    .react-day-picker .rdp-selected .rdp-day_button:hover {
      background-color: var(--color-base-content);
    }
    .react-day-picker .rdp-outside {
      opacity: 0.75;
    }
    .react-day-picker .rdp-disabled {
      opacity: 0.5;
    }
    .react-day-picker .rdp-hidden {
      visibility: hidden;
      color: var(--color-base-content);
    }
    .react-day-picker .rdp-range_start .rdp-day_button {
      border-radius: var(--radius-field) 0 0 var(--radius-field);
    }
    .react-day-picker .rdp-range_start .rdp-day_button {
      background-color: var(--color-base-content);
      color: var(--color-base-100);
    }
    .react-day-picker .rdp-range_middle {
      background-color: var(--color-base-200);
    }
    .react-day-picker .rdp-range_middle .rdp-day_button {
      border: unset;
      border-radius: unset;
      color: inherit;
    }
    .react-day-picker .rdp-range_end {
      color: var(--color-base-content);
    }
    .react-day-picker .rdp-range_end .rdp-day_button {
      border-radius: 0 var(--radius-field) var(--radius-field) 0;
    }
    .react-day-picker .rdp-range_end .rdp-day_button {
      background-color: var(--color-base-content);
      color: var(--color-base-100);
    }
    .react-day-picker .rdp-range_start.rdp-range_end {
      background: revert;
    }
    .react-day-picker .rdp-focusable {
      cursor: pointer;
    }
    .react-day-picker .rdp-footer {
      border-top: var(--border) solid var(--color-base-200);
      padding: 0.5rem;
    }
  }
  .countdown.countdown {
    line-height: 1em;
  }
  @layer daisyui.l1.l2.l3 {
    .countdown {
      display: inline-flex;
    }
    .countdown > * {
      visibility: hidden;
      position: relative;
      display: inline-block;
      overflow-y: clip;
      transition: width 0.4s ease-out 0.2s;
      height: 1em;
      --value-v: calc(mod(max(0, var(--value)), 1000));
      --value-hundreds: calc(round(to-zero, var(--value-v) / 100, 1));
      --value-tens: calc(round(to-zero, mod(var(--value-v), 100) / 10, 1));
      --value-ones: calc(mod(var(--value-v), 100));
      --show-hundreds: clamp(clamp(0, var(--digits, 1) - 2, 1), var(--value-hundreds), 1);
      --show-tens: clamp( clamp(0, var(--digits, 1) - 1, 1), var(--value-tens) + var(--show-hundreds), 1 );
      --first-digits: calc(round(to-zero, var(--value-v) / 10, 1));
      width: calc(1ch + var(--show-tens) * 1ch + var(--show-hundreds) * 1ch);
      direction: ltr;
    }
    .countdown > *:before,
    .countdown > *:after {
      visibility: visible;
      position: absolute;
      overflow-x: clip;
      --tw-content: "00\a 01\a 02\a 03\a 04\a 05\a 06\a 07\a 08\a 09\a 10\a 11\a 12\a 13\a 14\a 15\a 16\a 17\a 18\a 19\a 20\a 21\a 22\a 23\a 24\a 25\a 26\a 27\a 28\a 29\a 30\a 31\a 32\a 33\a 34\a 35\a 36\a 37\a 38\a 39\a 40\a 41\a 42\a 43\a 44\a 45\a 46\a 47\a 48\a 49\a 50\a 51\a 52\a 53\a 54\a 55\a 56\a 57\a 58\a 59\a 60\a 61\a 62\a 63\a 64\a 65\a 66\a 67\a 68\a 69\a 70\a 71\a 72\a 73\a 74\a 75\a 76\a 77\a 78\a 79\a 80\a 81\a 82\a 83\a 84\a 85\a 86\a 87\a 88\a 89\a 90\a 91\a 92\a 93\a 94\a 95\a 96\a 97\a 98\a 99\a";
      content: var(--tw-content);
      font-variant-numeric: tabular-nums;
      white-space: pre;
      text-align: end;
      direction: rtl;
      transition:
        all 1s cubic-bezier(1, 0, 0, 1),
        width 0.2s ease-out 0.2s,
        opacity 0.2s ease-out 0.2s;
    }
    .countdown > *:before {
      width: calc(1ch + var(--show-hundreds) * 1ch);
      top: calc(var(--first-digits) * -1em);
      inset-inline-end: 0;
      opacity: var(--show-tens);
    }
    .countdown > *:after {
      width: 1ch;
      top: calc(var(--value-ones) * -1em);
      inset-inline-start: 0;
    }
  }
  .collapse:not(td, tr, colgroup) {
    visibility: revert-layer;
  }
  @layer daisyui.l1.l2.l3 {
    .collapse {
      display: grid;
      position: relative;
      overflow: hidden;
      border-radius: var(--radius-box, 1rem);
      width: 100%;
      grid-template-rows: max-content 0fr;
      grid-template-columns: minmax(0, 1fr);
      isolation: isolate;
    }
    @media (prefers-reduced-motion: no-preference) {
      .collapse {
        transition: grid-template-rows 0.2s;
      }
    }
    .collapse > input:is([type=checkbox], [type=radio]) {
      grid-column-start: 1;
      grid-row-start: 1;
      appearance: none;
      opacity: 0;
      z-index: 1;
      width: 100%;
      padding: 1rem;
      padding-inline-end: 3rem;
      min-height: 1lh;
      transition: background-color 0.2s ease-out;
    }
    .collapse:is([open], [tabindex]:focus:not(.collapse-close), [tabindex]:focus-within:not(.collapse-close)),
    .collapse:not(.collapse-close):has(> input:is([type=checkbox], [type=radio]):checked) {
      grid-template-rows: max-content 1fr;
    }
    .collapse:is([open], [tabindex]:focus:not(.collapse-close), [tabindex]:focus-within:not(.collapse-close)) > .collapse-content,
    .collapse:not(.collapse-close) > :where(input:is([type=checkbox], [type=radio]):checked ~ .collapse-content) {
      content-visibility: visible;
      min-height: fit-content;
    }
    @supports not (content-visibility: visible) {
      .collapse:is([open], [tabindex]:focus:not(.collapse-close), [tabindex]:focus-within:not(.collapse-close)) > .collapse-content,
      .collapse:not(.collapse-close) > :where(input:is([type=checkbox], [type=radio]):checked ~ .collapse-content) {
        visibility: visible;
      }
    }
    .collapse:focus-visible,
    .collapse:has(> input:is([type=checkbox], [type=radio]):focus-visible),
    .collapse:has(summary:focus-visible) {
      outline-color: var(--color-base-content);
      outline-style: solid;
      outline-width: 2px;
      outline-offset: 2px;
    }
    .collapse:not(.collapse-close) > input[type=checkbox],
    .collapse:not(.collapse-close) > input[type=radio]:not(:checked),
    .collapse:not(.collapse-close) > .collapse-title {
      cursor: pointer;
    }
    :is(.collapse[tabindex]:focus:not(.collapse-close, .collapse[open]), .collapse[tabindex]:focus-within:not(.collapse-close, .collapse[open])) > .collapse-title {
      cursor: unset;
    }
    .collapse:is([open], [tabindex]:focus:not(.collapse-close), [tabindex]:focus-within:not(.collapse-close)) > :where(.collapse-content),
    .collapse:not(.collapse-close) > :where(input:is([type=checkbox], [type=radio]):checked ~ .collapse-content) {
      padding-bottom: 1rem;
    }
  }
  @layer daisyui.l1.l2 {
    @media (prefers-reduced-motion: no-preference) {
      .collapse:is([open]).collapse-arrow > .collapse-title:after {
        transform: translateY(-50%) rotate(225deg);
      }
    }
    @media (prefers-reduced-motion: no-preference) {
      .collapse.collapse-open.collapse-arrow > .collapse-title:after {
        transform: translateY(-50%) rotate(225deg);
      }
    }
    .collapse.collapse-open.collapse-plus > .collapse-title:after {
      --tw-content: "\2212";
      content: var(--tw-content);
    }
    :is(.collapse[tabindex].collapse-arrow:focus:not(.collapse-close), .collapse.collapse-arrow[tabindex]:focus-within:not(.collapse-close)) > .collapse-title:after {
      transform: translateY(-50%) rotate(225deg);
    }
    .collapse.collapse-arrow:not(.collapse-close) > input:is([type=checkbox], [type=radio]):checked ~ .collapse-title:after {
      transform: translateY(-50%) rotate(225deg);
    }
    .collapse[open].collapse-plus > .collapse-title:after {
      --tw-content: "\2212";
      content: var(--tw-content);
    }
    .collapse[tabindex].collapse-plus:focus:not(.collapse-close) > .collapse-title:after {
      --tw-content: "\2212";
      content: var(--tw-content);
    }
    .collapse.collapse-plus:not(.collapse-close) > input:is([type=checkbox], [type=radio]):checked ~ .collapse-title:after {
      --tw-content: "\2212";
      content: var(--tw-content);
    }
  }
  @layer daisyui.l1.l2.l3 {
    .collapse:is(details) {
      width: 100%;
    }
    @media (prefers-reduced-motion: no-preference) {
      .collapse:is(details)::details-content {
        transition:
          content-visibility 0.2s allow-discrete,
          visibility 0.2s allow-discrete,
          min-height 0.2s ease-out allow-discrete,
          padding 0.1s ease-out 20ms,
          background-color 0.2s ease-out,
          height 0.2s;
        height: 0;
        interpolate-size: allow-keywords;
      }
      .collapse:is(details):where([open])::details-content {
        height: auto;
      }
    }
    .collapse:is(details) summary {
      position: relative;
      display: block;
    }
    .collapse:is(details) summary::-webkit-details-marker {
      display: none;
    }
    .collapse:is(details) > .collapse-content {
      content-visibility: visible;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .collapse:is(details) summary {
      outline: none;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .collapse-content {
      grid-column-start: 1;
      grid-row-start: 1;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .collapse-content {
      content-visibility: hidden;
      grid-column-start: 1;
      grid-row-start: 2;
      min-height: 0;
      padding-left: 1rem;
      padding-right: 1rem;
      cursor: unset;
    }
    @supports not (content-visibility: hidden) {
      .collapse-content {
        visibility: hidden;
      }
    }
    @media (prefers-reduced-motion: no-preference) {
      .collapse-content {
        transition:
          content-visibility 0.2s allow-discrete,
          visibility 0.2s allow-discrete,
          min-height 0.2s ease-out allow-discrete,
          padding 0.1s ease-out 20ms,
          background-color 0.2s ease-out;
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    .validator-hint {
      visibility: hidden;
      margin-top: calc(0.25rem * 2);
      font-size: 0.75rem;
    }
  }
  @layer daisyui.l1.l2.l3 {
    :is(.validator:user-valid, .validator:has(:user-valid)),
    :is(.validator:user-valid, .validator:has(:user-valid)):focus,
    :is(.validator:user-valid, .validator:has(:user-valid)):checked,
    :is(.validator:user-valid, .validator:has(:user-valid))[aria-checked=true],
    :is(.validator:user-valid, .validator:has(:user-valid)):focus-within {
      --input-color: var(--color-success);
    }
    :is(.validator:user-invalid, .validator:has(:user-invalid), .validator[aria-invalid]:not([aria-invalid=false]), .validator:has([aria-invalid]:not([aria-invalid=false]))),
    :is(.validator:user-invalid, .validator:has(:user-invalid), .validator[aria-invalid]:not([aria-invalid=false]), .validator:has([aria-invalid]:not([aria-invalid=false]))):focus,
    :is(.validator:user-invalid, .validator:has(:user-invalid), .validator[aria-invalid]:not([aria-invalid=false]), .validator:has([aria-invalid]:not([aria-invalid=false]))):checked,
    :is(.validator:user-invalid, .validator:has(:user-invalid), .validator[aria-invalid]:not([aria-invalid=false]), .validator:has([aria-invalid]:not([aria-invalid=false])))[aria-checked=true],
    :is(.validator:user-invalid, .validator:has(:user-invalid), .validator[aria-invalid]:not([aria-invalid=false]), .validator:has([aria-invalid]:not([aria-invalid=false]))):focus-within {
      --input-color: var(--color-error);
    }
    :is(.validator:user-invalid, .validator:has(:user-invalid), .validator[aria-invalid]:not([aria-invalid=false]), .validator:has([aria-invalid]:not([aria-invalid=false]))) ~ .validator-hint {
      visibility: visible;
      color: var(--color-error);
    }
  }
  :is(.validator:user-invalid, .validator:has(:user-invalid), .validator[aria-invalid]:not([aria-invalid=false]), .validator:has([aria-invalid]:not([aria-invalid=false]))) ~ .validator-hint {
    display: revert-layer;
  }
  @layer daisyui.l1.l2 {
    .collapse-open {
      grid-template-rows: max-content 1fr;
    }
    .collapse-open > .collapse-content {
      content-visibility: visible;
      min-height: fit-content;
      padding-bottom: 1rem;
    }
    @supports not (content-visibility: visible) {
      .collapse-open > .collapse-content {
        visibility: visible;
      }
    }
  }
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  @layer daisyui.l1.l2 {
    .tabs-lift {
      --tabs-height: auto;
      --tabs-direction: row;
    }
    .tabs-lift > .tab {
      --tab-border: 0 0 var(--border) 0;
      --tab-radius-ss: var(--tab-radius-limit);
      --tab-radius-se: var(--tab-radius-limit);
      --tab-radius-es: 0;
      --tab-radius-ee: 0;
      --tab-paddings: var(--border) var(--tab-p) 0 var(--tab-p);
      --tab-border-colors: #0000 #0000 var(--tab-border-color) #0000;
      --tab-corner-width: calc(100% + var(--tab-radius-limit) * 2);
      --tab-corner-height: var(--tab-radius-limit);
      --tab-corner-position: top left, top right;
      border-width: var(--tab-border);
      border-start-start-radius: var(--tab-radius-ss);
      border-start-end-radius: var(--tab-radius-se);
      border-end-start-radius: var(--tab-radius-es);
      border-end-end-radius: var(--tab-radius-ee);
      padding: var(--tab-paddings);
      border-color: var(--tab-border-colors);
    }
    .tabs-lift > .tab:is(.tab-active, [aria-selected=true], [aria-current=true], [aria-current=page]):not(.tab-disabled, [disabled]),
    .tabs-lift > .tab:is(input:checked, label:has(:checked)) {
      --tab-border: var(--border) var(--border) 0 var(--border);
      --tab-border-colors: var(--tab-border-color) var(--tab-border-color) #0000 var(--tab-border-color);
      --tab-paddings: 0 calc(var(--tab-p) - var(--border)) var(--border) calc(var(--tab-p) - var(--border));
      --tab-inset: auto auto 0 auto;
      --radius-start: radial-gradient(circle at top left, var(--tab-radius-grad));
      --radius-end: radial-gradient(circle at top right, var(--tab-radius-grad));
      background-color: var(--tab-bg);
    }
    :is(.tabs-lift > .tab:is(.tab-active, [aria-selected=true], [aria-current=true], [aria-current=page]):not(.tab-disabled, [disabled]), .tabs-lift > .tab:is(input:checked, label:has(:checked))):before {
      z-index: 1;
      content: "";
      display: block;
      position: absolute;
      width: var(--tab-corner-width);
      height: var(--tab-corner-height);
      background-position: var(--tab-corner-position);
      background-image: var(--radius-start), var(--radius-end);
      background-size: var(--tab-radius-limit) var(--tab-radius-limit);
      background-repeat: no-repeat;
      inset: var(--tab-inset);
    }
    :is(.tabs-lift > .tab:is(.tab-active, [aria-selected=true], [aria-current=true], [aria-current=page]):not(.tab-disabled, [disabled]), .tabs-lift > .tab:is(input:checked, label:has(:checked))):first-child:before {
      --radius-start: none;
    }
    [dir=rtl] :is(.tabs-lift > .tab:is(.tab-active, [aria-selected=true], [aria-current=true], [aria-current=page]):not(.tab-disabled, [disabled]), .tabs-lift > .tab:is(input:checked, label:has(:checked))):first-child:before {
      transform: rotateY(180deg);
    }
    :is(.tabs-lift > .tab:is(.tab-active, [aria-selected=true], [aria-current=true], [aria-current=page]):not(.tab-disabled, [disabled]), .tabs-lift > .tab:is(input:checked, label:has(:checked))):last-child:before {
      --radius-end: none;
    }
    [dir=rtl] :is(.tabs-lift > .tab:is(.tab-active, [aria-selected=true], [aria-current=true], [aria-current=page]):not(.tab-disabled, [disabled]), .tabs-lift > .tab:is(input:checked, label:has(:checked))):last-child:before {
      transform: rotateY(180deg);
    }
    .tabs-lift:has(> .tab-content) > .tab:first-child:not(.tab-active, [aria-selected=true], [aria-current=true], [aria-current=page]) {
      --tab-border-colors: var(--tab-border-color) var(--tab-border-color) #0000 var(--tab-border-color);
    }
    .tabs-lift > .tab-content {
      --tabcontent-margin: calc(-1 * var(--border)) 0 0 0;
      --tabcontent-radius-ss: 0;
      --tabcontent-radius-se: var(--radius-box);
      --tabcontent-radius-es: var(--radius-box);
      --tabcontent-radius-ee: var(--radius-box);
    }
    :is(.tabs-lift :checked, .tabs-lift label:has(:checked), .tabs-lift :is(.tab-active, [aria-selected=true], [aria-current=true], [aria-current=page])) + .tab-content:nth-child(1),
    :is(.tabs-lift :checked, .tabs-lift label:has(:checked), .tabs-lift :is(.tab-active, [aria-selected=true], [aria-current=true], [aria-current=page])) + .tab-content:nth-child(n+3) {
      --tabcontent-radius-ss: var(--radius-box);
    }
  }
  @layer daisyui.l1.l2.l3 {
    .radial-progress {
      position: relative;
      display: inline-grid;
      height: var(--size);
      width: var(--size);
      place-content: center;
      border-radius: calc(infinity * 1px);
      background-color: transparent;
      vertical-align: middle;
      box-sizing: content-box;
      --value: 0;
      --size: 5rem;
      --thickness: calc(var(--size) / 10);
      --radialprogress: calc(var(--value) * 1%);
      transition: --radialprogress 0.3s linear;
    }
    .radial-progress:before {
      position: absolute;
      inset: calc(0.25rem * 0);
      border-radius: calc(infinity * 1px);
      content: "";
      background:
        radial-gradient(
          farthest-side,
          currentColor 98%,
          #0000) top/var(--thickness) var(--thickness) no-repeat,
        conic-gradient(currentColor var(--radialprogress), #0000 0);
      webkit-mask:
        radial-gradient(
          farthest-side,
          #0000 calc(100% - var(--thickness)),
          #000 calc(100% + 0.5px - var(--thickness)));
      -webkit-mask:
        radial-gradient(
          farthest-side,
          #0000 calc(100% - var(--thickness)),
          #000 calc(100% + 0.5px - var(--thickness)));
      mask:
        radial-gradient(
          farthest-side,
          #0000 calc(100% - var(--thickness)),
          #000 calc(100% + 0.5px - var(--thickness)));
    }
    .radial-progress:after {
      position: absolute;
      border-radius: calc(infinity * 1px);
      background-color: currentcolor;
      transition: transform 0.3s linear;
      content: "";
      inset: calc(50% - var(--thickness) / 2);
      transform: rotate(calc(var(--value) * 3.6deg - 90deg)) translate(calc(var(--size) / 2 - 50%));
    }
  }
  @layer daisyui.l1.l2.l3 {
    .list {
      display: flex;
      flex-direction: column;
      font-size: 0.875rem;
    }
    .list .list-row {
      --list-grid-cols: minmax(0, auto) 1fr;
      position: relative;
      display: grid;
      grid-auto-flow: column;
      gap: calc(0.25rem * 4);
      border-radius: var(--radius-box);
      padding: calc(0.25rem * 4);
      word-break: break-word;
      grid-template-columns: var(--list-grid-cols);
    }
    :is(.list > :not(:last-child).list-row, .list > :not(:last-child) .list-row):after {
      content: "";
      border-bottom: var(--border) solid;
      inset-inline: var(--radius-box);
      position: absolute;
      bottom: calc(0.25rem * 0);
      border-color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      :is(.list > :not(:last-child).list-row, .list > :not(:last-child) .list-row):after {
        border-color: color-mix(in oklab, var(--color-base-content) 5%, transparent);
      }
    }
  }
  @layer daisyui.l1.l2 {
    .list .list-row:has(.list-col-grow:nth-child(1)) {
      --list-grid-cols: 1fr;
    }
    .list .list-row:has(.list-col-grow:nth-child(2)) {
      --list-grid-cols: minmax(0, auto) 1fr;
    }
    .list .list-row:has(.list-col-grow:nth-child(3)) {
      --list-grid-cols: minmax(0, auto) minmax(0, auto) 1fr;
    }
    .list .list-row:has(.list-col-grow:nth-child(4)) {
      --list-grid-cols: minmax(0, auto) minmax(0, auto) minmax(0, auto) 1fr;
    }
    .list .list-row:has(.list-col-grow:nth-child(5)) {
      --list-grid-cols: minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto) 1fr;
    }
    .list .list-row:has(.list-col-grow:nth-child(6)) {
      --list-grid-cols: minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto) 1fr;
    }
    .list .list-row > * {
      grid-row-start: 1;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .toast {
      position: fixed;
      inset-inline-start: auto;
      inset-inline-end: calc(0.25rem * 4);
      top: auto;
      bottom: calc(0.25rem * 4);
      display: flex;
      flex-direction: column;
      gap: calc(0.25rem * 2);
      background-color: transparent;
      translate: var(--toast-x, 0) var(--toast-y, 0);
      width: max-content;
      max-width: calc(100vw - 2rem);
    }
    @media (prefers-reduced-motion: no-preference) {
      .toast > * {
        animation: toast 0.25s ease-out;
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    .toggle {
      border: var(--border) solid currentColor;
      color: var(--input-color);
      position: relative;
      display: inline-grid;
      flex-shrink: 0;
      cursor: pointer;
      appearance: none;
      place-content: center;
      vertical-align: middle;
      webkit-user-select: none;
      -webkit-user-select: none;
      user-select: none;
      grid-template-columns: 0fr 1fr 1fr;
      --radius-selector-max: calc( var(--radius-selector) + var(--radius-selector) + var(--radius-selector) );
      border-radius: calc(var(--radius-selector) + min(var(--toggle-p), var(--radius-selector-max)) + min(var(--border), var(--radius-selector-max)));
      padding: var(--toggle-p);
      box-shadow: 0 1px currentColor inset;
      transition: color 0.3s, grid-template-columns 0.2s;
      --input-color: var(--color-base-content);
      --toggle-p: calc(var(--size) * 0.125);
      --size: calc(var(--size-selector, 0.25rem) * 6);
      width: calc((var(--size) * 2) - (var(--border) + var(--toggle-p)) * 2);
      height: var(--size);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .toggle {
        box-shadow: 0 1px color-mix(in oklab, currentColor calc(var(--depth) * 10%), #0000) inset;
      }
    }
    @supports (color: color-mix(in lab, red, red)) {
      .toggle {
        --input-color: color-mix(in oklab, var(--color-base-content) 50%, #0000);
      }
    }
    .toggle > * {
      z-index: 1;
      grid-column: span 1 / span 1;
      grid-column-start: 2;
      grid-row-start: 1;
      height: 100%;
      cursor: pointer;
      appearance: none;
      background-color: transparent;
      padding: calc(0.25rem * 0.5);
      transition: opacity 0.2s, rotate 0.4s;
      border: none;
    }
    .toggle > *:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
    @media (forced-colors: active) {
      .toggle > *:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
    .toggle > *:nth-child(2) {
      color: var(--color-base-100);
      rotate: 0deg;
    }
    .toggle > *:nth-child(3) {
      color: var(--color-base-100);
      opacity: 0%;
      rotate: -15deg;
    }
    .toggle:has(:checked) > :nth-child(2) {
      opacity: 0%;
      rotate: 15deg;
    }
    .toggle:has(:checked) > :nth-child(3) {
      opacity: 100%;
      rotate: 0deg;
    }
    .toggle:before {
      position: relative;
      inset-inline-start: calc(0.25rem * 0);
      grid-column-start: 2;
      grid-row-start: 1;
      aspect-ratio: 1 / 1;
      height: 100%;
      border-radius: var(--radius-selector);
      background-color: currentcolor;
      translate: 0;
      --tw-content: "";
      content: var(--tw-content);
      transition:
        background-color 0.1s,
        translate 0.2s,
        inset-inline-start 0.2s;
      box-shadow:
        0 -1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset,
        0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset,
        0 1px currentColor;
      background-size: auto, calc(var(--noise) * 100%);
      background-image: none, var(--fx-noise);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .toggle:before {
        box-shadow:
          0 -1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset,
          0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset,
          0 1px color-mix(in oklab, currentColor calc(var(--depth) * 10%), #0000);
      }
    }
    @media (forced-colors: active) {
      .toggle:before {
        outline-style: var(--tw-outline-style);
        outline-width: 1px;
        outline-offset: calc(1px * -1);
      }
    }
    @media print {
      .toggle:before {
        outline: 0.25rem solid;
        outline-offset: -1rem;
      }
    }
    .toggle:focus-visible,
    .toggle:has(:focus-visible) {
      outline: 2px solid currentColor;
      outline-offset: 2px;
    }
    .toggle:checked,
    .toggle[aria-checked=true],
    .toggle:has(> input:checked) {
      grid-template-columns: 1fr 1fr 0fr;
      background-color: var(--color-base-100);
      --input-color: var(--color-base-content);
    }
    :is(.toggle:checked, .toggle[aria-checked=true], .toggle:has(> input:checked)):before {
      background-color: currentcolor;
    }
    @starting-style {
      :is(.toggle:checked, .toggle[aria-checked=true], .toggle:has(> input:checked)):before {
        opacity: 0;
      }
    }
    .toggle:indeterminate {
      grid-template-columns: 0.5fr 1fr 0.5fr;
    }
    .toggle:disabled {
      cursor: not-allowed;
      opacity: 30%;
    }
    .toggle:disabled:before {
      background-color: transparent;
      border: var(--border) solid currentColor;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .input {
      cursor: text;
      border: var(--border) solid #0000;
      position: relative;
      display: inline-flex;
      flex-shrink: 1;
      appearance: none;
      align-items: center;
      gap: calc(0.25rem * 2);
      background-color: var(--color-base-100);
      padding-inline: calc(0.25rem * 3);
      vertical-align: middle;
      white-space: nowrap;
      width: clamp(3rem, 20rem, 100%);
      height: var(--size);
      font-size: max(var(--font-size, 0.875rem), 0.875rem);
      touch-action: manipulation;
      border-start-start-radius: var(--join-ss, var(--radius-field));
      border-start-end-radius: var(--join-se, var(--radius-field));
      border-end-start-radius: var(--join-es, var(--radius-field));
      border-end-end-radius: var(--join-ee, var(--radius-field));
      border-color: var(--input-color);
      box-shadow: 0 1px var(--input-color) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
      --size: calc(var(--size-field, 0.25rem) * 10);
      --input-color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .input {
        box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
      }
    }
    @supports (color: color-mix(in lab, red, red)) {
      .input {
        --input-color: color-mix(in oklab, var(--color-base-content) 20%, #0000);
      }
    }
    .input:where(input) {
      display: inline-flex;
    }
    .input :where(input) {
      display: inline-flex;
      height: 100%;
      width: 100%;
      appearance: none;
      background-color: transparent;
      border: none;
    }
    .input :where(input):focus,
    .input :where(input):focus-within {
      --tw-outline-style: none;
      outline-style: none;
    }
    @media (forced-colors: active) {
      .input :where(input):focus,
      .input :where(input):focus-within {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
    .input :where(input[type=url]),
    .input :where(input[type=email]) {
      direction: ltr;
    }
    .input :where(input[type=date]) {
      display: inline-flex;
    }
    .input:focus,
    .input:focus-within {
      --input-color: var(--color-base-content);
      box-shadow: 0 1px var(--input-color);
      outline: 2px solid var(--input-color);
      outline-offset: 2px;
      isolation: isolate;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .input:focus,
      .input:focus-within {
        box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000);
      }
    }
    @media (pointer: coarse) {
      @supports (-webkit-touch-callout: none) {
        .input:focus,
        .input:focus-within {
          --font-size: 1rem;
        }
      }
    }
    .input:has(> input[disabled]),
    .input:is(:disabled, [disabled]),
    fieldset:disabled .input {
      cursor: not-allowed;
      border-color: var(--color-base-200);
      background-color: var(--color-base-200);
      color: var(--color-base-content);
      box-shadow: none;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .input:has(> input[disabled]),
      .input:is(:disabled, [disabled]),
      fieldset:disabled .input {
        color: color-mix(in oklab, var(--color-base-content) 40%, transparent);
      }
    }
    :is(.input:has(> input[disabled]), .input:is(:disabled, [disabled]), fieldset:disabled .input)::placeholder {
      color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      :is(.input:has(> input[disabled]), .input:is(:disabled, [disabled]), fieldset:disabled .input)::placeholder {
        color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
      }
    }
    .input:has(> input[disabled]) > input[disabled] {
      cursor: not-allowed;
    }
    .input::-webkit-date-and-time-value {
      text-align: inherit;
    }
    .input[type=number]::-webkit-inner-spin-button {
      margin-block: calc(0.25rem * -3);
      margin-inline-end: calc(0.25rem * -3);
    }
    .input::-webkit-calendar-picker-indicator {
      position: absolute;
      inset-inline-end: 0.75em;
    }
    .input:has(> input[type=date]) :where(input[type=date]) {
      display: inline-flex;
      webkit-appearance: none;
      appearance: none;
    }
    .input:has(> input[type=date]) input[type=date]::-webkit-calendar-picker-indicator {
      position: absolute;
      inset-inline-end: 0.75em;
      width: 1em;
      height: 1em;
      cursor: pointer;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .indicator {
      position: relative;
      display: inline-flex;
      width: max-content;
    }
    .indicator :where(.indicator-item) {
      z-index: 1;
      position: absolute;
      white-space: nowrap;
      top: var(--indicator-t, 0);
      bottom: var(--indicator-b, auto);
      left: var(--indicator-s, auto);
      right: var(--indicator-e, 0);
      translate: var(--indicator-x, 50%) var(--indicator-y, -50%);
    }
  }
  @layer daisyui.l1.l2.l3 {
    .table {
      font-size: 0.875rem;
      position: relative;
      width: 100%;
      border-collapse: separate;
      --tw-border-spacing-x: calc(0.25rem * 0);
      --tw-border-spacing-y: calc(0.25rem * 0);
      border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
      border-radius: var(--radius-box);
      text-align: left;
    }
    .table:where(:dir(rtl), [dir=rtl], [dir=rtl] *) {
      text-align: right;
    }
    @media (hover: hover) {
      :is(.table tr.row-hover, .table tr.row-hover:nth-child(even)):hover {
        background-color: var(--color-base-200);
      }
    }
    .table :where(th, td) {
      padding-inline: calc(0.25rem * 4);
      padding-block: calc(0.25rem * 3);
      vertical-align: middle;
    }
    .table :where(thead, tfoot) {
      white-space: nowrap;
      color: var(--color-base-content);
      font-size: 0.875rem;
      font-weight: 600;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .table :where(thead, tfoot) {
        color: color-mix(in oklab, var(--color-base-content) 60%, transparent);
      }
    }
    .table :where(tfoot tr:first-child :is(td, th)) {
      border-top: var(--border) solid var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .table :where(tfoot tr:first-child :is(td, th)) {
        border-top: var(--border) solid color-mix(in oklch, var(--color-base-content) 5%, #0000);
      }
    }
    .table :where(.table-pin-rows thead tr) {
      position: sticky;
      top: calc(0.25rem * 0);
      z-index: 1;
      background-color: var(--color-base-100);
    }
    .table :where(.table-pin-rows tfoot tr) {
      position: sticky;
      bottom: calc(0.25rem * 0);
      z-index: 1;
      background-color: var(--color-base-100);
    }
    .table :where(.table-pin-cols tr th) {
      position: sticky;
      right: calc(0.25rem * 0);
      left: calc(0.25rem * 0);
      background-color: var(--color-base-100);
    }
    .table :where(thead tr :is(td, th), tbody tr:not(:last-child) :is(td, th)) {
      border-bottom: var(--border) solid var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .table :where(thead tr :is(td, th), tbody tr:not(:last-child) :is(td, th)) {
        border-bottom: var(--border) solid color-mix(in oklch, var(--color-base-content) 5%, #0000);
      }
    }
  }
  @layer daisyui.l1.l2 {
    .avatar-offline:before {
      content: "";
      position: absolute;
      z-index: 1;
      display: block;
      border-radius: calc(infinity * 1px);
      background-color: var(--color-base-300);
      outline: 2px solid var(--color-base-100);
      width: 15%;
      height: 15%;
      top: 7%;
      right: 7%;
    }
  }
  @layer daisyui.l1.l2 {
    .avatar-online:before {
      content: "";
      position: absolute;
      z-index: 1;
      display: block;
      border-radius: calc(infinity * 1px);
      background-color: var(--color-success);
      outline: 2px solid var(--color-base-100);
      width: 15%;
      height: 15%;
      top: 7%;
      right: 7%;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .steps {
      display: inline-grid;
      grid-auto-flow: column;
      overflow: hidden;
      overflow-x: auto;
      counter-reset: step;
      grid-auto-columns: 1fr;
    }
    .steps .step {
      display: grid;
      grid-template-columns: repeat(1, minmax(0, 1fr));
      grid-template-columns: auto;
      grid-template-rows: repeat(2, minmax(0, 1fr));
      grid-template-rows: 40px 1fr;
      place-items: center;
      text-align: center;
      min-width: 4rem;
      --step-bg: var(--color-base-300);
      --step-fg: var(--color-base-content);
    }
    .steps .step:before {
      top: calc(0.25rem * 0);
      grid-column-start: 1;
      grid-row-start: 1;
      height: calc(0.25rem * 2);
      width: 100%;
      border: 1px solid;
      color: var(--step-bg);
      background-color: var(--step-bg);
      content: "";
      margin-inline-start: -100%;
    }
    .steps .step > .step-icon,
    .steps .step:not(:has(.step-icon)):after {
      --tw-content: counter(step);
      content: var(--tw-content);
      counter-increment: step;
      z-index: 1;
      color: var(--step-fg);
      background-color: var(--step-bg);
      border: 1px solid var(--step-bg);
      position: relative;
      grid-column-start: 1;
      grid-row-start: 1;
      display: grid;
      height: calc(0.25rem * 8);
      width: calc(0.25rem * 8);
      place-items: center;
      place-self: center;
      border-radius: calc(infinity * 1px);
    }
    .steps .step:first-child:before {
      --tw-content: none;
      content: var(--tw-content);
    }
    .steps .step[data-content]:after {
      --tw-content: attr(data-content);
      content: var(--tw-content);
    }
  }
  @layer daisyui.l1.l2 {
    .steps .step-neutral + .step-neutral:before,
    .steps .step-neutral:after,
    .steps .step-neutral > .step-icon {
      --step-bg: var(--color-neutral);
      --step-fg: var(--color-neutral-content);
    }
    .steps .step-primary + .step-primary:before,
    .steps .step-primary:after,
    .steps .step-primary > .step-icon {
      --step-bg: var(--color-primary);
      --step-fg: var(--color-primary-content);
    }
    .steps .step-secondary + .step-secondary:before,
    .steps .step-secondary:after,
    .steps .step-secondary > .step-icon {
      --step-bg: var(--color-secondary);
      --step-fg: var(--color-secondary-content);
    }
    .steps .step-accent + .step-accent:before,
    .steps .step-accent:after,
    .steps .step-accent > .step-icon {
      --step-bg: var(--color-accent);
      --step-fg: var(--color-accent-content);
    }
    .steps .step-info + .step-info:before,
    .steps .step-info:after,
    .steps .step-info > .step-icon {
      --step-bg: var(--color-info);
      --step-fg: var(--color-info-content);
    }
    .steps .step-success + .step-success:before,
    .steps .step-success:after,
    .steps .step-success > .step-icon {
      --step-bg: var(--color-success);
      --step-fg: var(--color-success-content);
    }
    .steps .step-warning + .step-warning:before,
    .steps .step-warning:after,
    .steps .step-warning > .step-icon {
      --step-bg: var(--color-warning);
      --step-fg: var(--color-warning-content);
    }
    .steps .step-error + .step-error:before,
    .steps .step-error:after,
    .steps .step-error > .step-icon {
      --step-bg: var(--color-error);
      --step-fg: var(--color-error-content);
    }
  }
  @layer daisyui.l1.l2.l3 {
    .range {
      appearance: none;
      webkit-appearance: none;
      --range-thumb: var(--color-base-100);
      --range-thumb-size: calc(var(--size-selector, 0.25rem) * 6);
      --range-progress: currentColor;
      --range-fill: 1;
      --range-p: 0.25rem;
      --range-bg: currentColor;
      cursor: pointer;
      overflow: hidden;
      background-color: transparent;
      vertical-align: middle;
      width: clamp(3rem, 20rem, 100%);
      --radius-selector-max: calc( var(--radius-selector) + var(--radius-selector) + var(--radius-selector) );
      border-radius: calc(var(--radius-selector) + min(var(--range-p), var(--radius-selector-max)));
      border: none;
      height: var(--range-thumb-size);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .range {
        --range-bg: color-mix(in oklab, currentColor 10%, #0000);
      }
    }
    [dir=rtl] .range {
      --range-dir: -1;
    }
    .range:focus {
      outline: none;
    }
    .range:focus-visible {
      outline: 2px solid;
      outline-offset: 2px;
    }
    .range::-webkit-slider-runnable-track {
      width: 100%;
      background-color: var(--range-bg);
      border-radius: var(--radius-selector);
      height: calc(var(--range-thumb-size) * 0.5);
    }
    @media (forced-colors: active) {
      .range::-webkit-slider-runnable-track {
        border: 1px solid;
      }
    }
    @media (forced-colors: active) {
      .range::-moz-range-track {
        border: 1px solid;
      }
    }
    .range::-webkit-slider-thumb {
      position: relative;
      box-sizing: border-box;
      border-radius: calc(var(--radius-selector) + min(var(--range-p), var(--radius-selector-max)));
      background-color: var(--range-thumb);
      height: var(--range-thumb-size);
      width: var(--range-thumb-size);
      border: var(--range-p) solid;
      appearance: none;
      webkit-appearance: none;
      top: 50%;
      color: var(--range-progress);
      transform: translateY(-50%);
      box-shadow:
        0 -1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset,
        0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset,
        0 1px currentColor,
        0 0 0 2rem var(--range-thumb) inset,
        calc((var(--range-dir, 1) * -100cqw) - (var(--range-dir, 1) * var(--range-thumb-size) / 2)) 0 0 calc(100cqw * var(--range-fill));
    }
    @supports (color: color-mix(in lab, red, red)) {
      .range::-webkit-slider-thumb {
        box-shadow:
          0 -1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset,
          0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset,
          0 1px color-mix(in oklab, currentColor calc(var(--depth) * 10%), #0000),
          0 0 0 2rem var(--range-thumb) inset,
          calc((var(--range-dir, 1) * -100cqw) - (var(--range-dir, 1) * var(--range-thumb-size) / 2)) 0 0 calc(100cqw * var(--range-fill));
      }
    }
    .range::-moz-range-track {
      width: 100%;
      background-color: var(--range-bg);
      border-radius: var(--radius-selector);
      height: calc(var(--range-thumb-size) * 0.5);
    }
    .range::-moz-range-thumb {
      position: relative;
      box-sizing: border-box;
      border-radius: calc(var(--radius-selector) + min(var(--range-p), var(--radius-selector-max)));
      background-color: currentColor;
      height: var(--range-thumb-size);
      width: var(--range-thumb-size);
      border: var(--range-p) solid;
      top: 50%;
      color: var(--range-progress);
      box-shadow:
        0 -1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset,
        0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset,
        0 1px currentColor,
        0 0 0 2rem var(--range-thumb) inset,
        calc((var(--range-dir, 1) * -100cqw) - (var(--range-dir, 1) * var(--range-thumb-size) / 2)) 0 0 calc(100cqw * var(--range-fill));
    }
    @supports (color: color-mix(in lab, red, red)) {
      .range::-moz-range-thumb {
        box-shadow:
          0 -1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset,
          0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset,
          0 1px color-mix(in oklab, currentColor calc(var(--depth) * 10%), #0000),
          0 0 0 2rem var(--range-thumb) inset,
          calc((var(--range-dir, 1) * -100cqw) - (var(--range-dir, 1) * var(--range-thumb-size) / 2)) 0 0 calc(100cqw * var(--range-fill));
      }
    }
    .range:disabled {
      cursor: not-allowed;
      opacity: 30%;
    }
  }
  @layer daisyui.l1.l2 {
    .tabs-border > .tab {
      --tab-border-color: #0000 #0000 var(--tab-border-color) #0000;
      position: relative;
      border-radius: var(--radius-field);
    }
    .tabs-border > .tab:before {
      content: "";
      background-color: var(--tab-border-color);
      transition: background-color 0.2s ease;
      width: 80%;
      height: 3px;
      border-radius: var(--radius-field);
      bottom: 0;
      left: 10%;
      position: absolute;
    }
    :is(.tabs-border > .tab:is(.tab-active, [aria-selected=true], [aria-current=true], [aria-current=page]):not(.tab-disabled, [disabled]), .tabs-border > .tab:is(input:checked), .tabs-border > .tab:is(label:has(:checked))):before {
      --tab-border-color: currentColor;
      border-top: 3px solid;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .chat-bubble {
      position: relative;
      display: block;
      width: fit-content;
      border-radius: var(--radius-field);
      background-color: var(--color-base-300);
      padding-inline: calc(0.25rem * 4);
      padding-block: calc(0.25rem * 2);
      color: var(--color-base-content);
      grid-row-end: 3;
      min-height: 2rem;
      min-width: 2.5rem;
      max-width: 90%;
    }
    .chat-bubble:before {
      position: absolute;
      bottom: calc(0.25rem * 0);
      height: calc(0.25rem * 3);
      width: calc(0.25rem * 3);
      background-color: inherit;
      content: "";
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-image: var(--mask-chat);
      mask-image: var(--mask-chat);
      -webkit-mask-position: 0px -1px;
      mask-position: 0px -1px;
      -webkit-mask-size: 0.8125rem;
      mask-size: 0.8125rem;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .diff-resizer {
      position: relative;
      isolation: isolate;
      z-index: 2;
      grid-column-start: 1;
      grid-row-start: 2;
      height: calc(0.25rem * 3);
      width: 50cqi;
      max-width: calc(100cqi - 1rem);
      min-width: 1rem;
      resize: horizontal;
      overflow: hidden;
      opacity: 0%;
      transform: scaleY(5) translate(0.32rem, 50%);
      cursor: ew-resize;
      transform-origin: 100% 100%;
      clip-path: inset(calc(100% - 0.75rem) 0 0 calc(100% - 0.75rem));
      transition: min-width 0.3s ease-out, max-width 0.3s ease-out;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .select {
      border: var(--border) solid #0000;
      position: relative;
      display: inline-flex;
      flex-shrink: 1;
      appearance: none;
      align-items: center;
      gap: calc(0.25rem * 1.5);
      background-color: var(--color-base-100);
      padding-inline-start: calc(0.25rem * 3);
      padding-inline-end: calc(0.25rem * 7);
      vertical-align: middle;
      width: clamp(3rem, 20rem, 100%);
      height: var(--size);
      font-size: 0.875rem;
      touch-action: manipulation;
      border-start-start-radius: var(--join-ss, var(--radius-field));
      border-start-end-radius: var(--join-se, var(--radius-field));
      border-end-start-radius: var(--join-es, var(--radius-field));
      border-end-end-radius: var(--join-ee, var(--radius-field));
      background-image:
        linear-gradient(
          45deg,
          #0000 50%,
          currentColor 50%),
        linear-gradient(
          135deg,
          currentColor 50%,
          #0000 50%);
      background-position: calc(100% - 20px) calc(1px + 50%), calc(100% - 16.1px) calc(1px + 50%);
      background-size: 4px 4px, 4px 4px;
      background-repeat: no-repeat;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      box-shadow: 0 1px var(--input-color) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
      border-color: var(--input-color);
      --input-color: var(--color-base-content);
      --size: calc(var(--size-field, 0.25rem) * 10);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .select {
        box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
      }
    }
    @supports (color: color-mix(in lab, red, red)) {
      .select {
        --input-color: color-mix(in oklab, var(--color-base-content) 20%, #0000);
      }
    }
    [dir=rtl] .select {
      background-position: calc(0% + 12px) calc(1px + 50%), calc(0% + 16px) calc(1px + 50%);
    }
    [dir=rtl] .select::picker(select),
    [dir=rtl] .select select::picker(select) {
      translate: 0.5rem 0;
    }
    .select[multiple] {
      height: auto;
      overflow: auto;
      padding-block: calc(0.25rem * 3);
      padding-inline-end: calc(0.25rem * 3);
      background-image: none;
    }
    .select select {
      margin-inline-start: calc(0.25rem * -3);
      margin-inline-end: calc(0.25rem * -7);
      width: calc(100% + 2.75rem);
      appearance: none;
      padding-inline-start: calc(0.25rem * 3);
      padding-inline-end: calc(0.25rem * 7);
      height: calc(100% - calc(var(--border) * 2));
      align-items: center;
      background: inherit;
      border-radius: inherit;
      border-style: none;
    }
    .select select:focus,
    .select select:focus-within {
      --tw-outline-style: none;
      outline-style: none;
    }
    @media (forced-colors: active) {
      .select select:focus,
      .select select:focus-within {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
    .select select:not(:last-child) {
      margin-inline-end: calc(0.25rem * -5.5);
      background-image: none;
    }
    .select:focus,
    .select:focus-within {
      --input-color: var(--color-base-content);
      box-shadow: 0 1px var(--input-color);
      outline: 2px solid var(--input-color);
      outline-offset: 2px;
      isolation: isolate;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .select:focus,
      .select:focus-within {
        box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000);
      }
    }
    .select:has(> select[disabled]),
    .select:is(:disabled, [disabled]),
    fieldset:disabled .select {
      cursor: not-allowed;
      border-color: var(--color-base-200);
      background-color: var(--color-base-200);
      color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .select:has(> select[disabled]),
      .select:is(:disabled, [disabled]),
      fieldset:disabled .select {
        color: color-mix(in oklab, var(--color-base-content) 40%, transparent);
      }
    }
    :is(.select:has(> select[disabled]), .select:is(:disabled, [disabled]), fieldset:disabled .select)::placeholder {
      color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      :is(.select:has(> select[disabled]), .select:is(:disabled, [disabled]), fieldset:disabled .select)::placeholder {
        color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
      }
    }
    .select:has(> select[disabled]) > select[disabled] {
      cursor: not-allowed;
    }
    @supports (appearance: base-select) {
      .select,
      .select select {
        appearance: base-select;
      }
    }
    @supports (appearance: base-select) {
      :is(.select, .select select)::picker(select) {
        appearance: base-select;
      }
    }
    :is(.select, .select select)::picker(select) {
      color: inherit;
      max-height: min(24rem, 70dvh);
      margin-inline: 0.5rem;
      translate: -0.5rem 0;
      border: var(--border) solid var(--color-base-200);
      margin-block: calc(0.25rem * 2);
      border-radius: var(--radius-box);
      padding: calc(0.25rem * 2);
      background-color: inherit;
      box-shadow: 0 2px calc(var(--depth) * 3px) -2px #00000033;
      box-shadow: 0 20px 25px -5px rgb(0 0 0 / calc(var(--depth) * 0.1)), 0 8px 10px -6px rgb(0 0 0 / calc(var(--depth) * 0.1));
    }
    :is(.select, .select select)::picker-icon {
      display: none;
    }
    :is(.select, .select select) optgroup {
      padding-top: 0.5em;
    }
    :is(.select, .select select) optgroup option:nth-child(1) {
      margin-top: 0.5em;
    }
    :is(.select, .select select) option {
      border-radius: var(--radius-field);
      padding-inline: calc(0.25rem * 3);
      padding-block: calc(0.25rem * 1.5);
      transition-property: color, background-color;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
      white-space: normal;
    }
    :is(.select, .select select) option:not(:disabled):hover,
    :is(.select, .select select) option:not(:disabled):focus-visible {
      cursor: pointer;
      background-color: var(--color-base-content);
      --tw-outline-style: none;
      outline-style: none;
    }
    @supports (color: color-mix(in lab, red, red)) {
      :is(.select, .select select) option:not(:disabled):hover,
      :is(.select, .select select) option:not(:disabled):focus-visible {
        background-color: color-mix(in oklab, var(--color-base-content) 10%, transparent);
      }
    }
    @media (forced-colors: active) {
      :is(.select, .select select) option:not(:disabled):hover,
      :is(.select, .select select) option:not(:disabled):focus-visible {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
    :is(.select, .select select) option:not(:disabled):active {
      background-color: var(--color-neutral);
      color: var(--color-neutral-content);
      box-shadow: 0 2px calc(var(--depth) * 3px) -2px var(--color-neutral);
    }
  }
  @layer daisyui.l1.l2.l3 {
    .timeline {
      position: relative;
      display: flex;
    }
    .timeline > li {
      position: relative;
      display: grid;
      flex-shrink: 0;
      align-items: center;
      grid-template-rows: var(--timeline-row-start, minmax(0, 1fr)) auto var( --timeline-row-end, minmax(0, 1fr) );
      grid-template-columns: var(--timeline-col-start, minmax(0, 1fr)) auto var( --timeline-col-end, minmax(0, 1fr) );
    }
    .timeline > li > hr {
      border: none;
      width: 100%;
    }
    .timeline > li > hr:first-child {
      grid-column-start: 1;
      grid-row-start: 2;
    }
    .timeline > li > hr:last-child {
      grid-column-start: 3;
      grid-column-end: none;
      grid-row-start: 2;
      grid-row-end: auto;
    }
    @media print {
      .timeline > li > hr {
        border: 0.1px solid var(--color-base-300);
      }
    }
    .timeline :where(hr) {
      height: calc(0.25rem * 1);
      background-color: var(--color-base-300);
    }
    .timeline:has(.timeline-middle hr):first-child {
      border-start-start-radius: 0;
      border-end-start-radius: 0;
      border-start-end-radius: var(--radius-selector);
      border-end-end-radius: var(--radius-selector);
    }
    .timeline:has(.timeline-middle hr):last-child {
      border-start-start-radius: var(--radius-selector);
      border-end-start-radius: var(--radius-selector);
      border-start-end-radius: 0;
      border-end-end-radius: 0;
    }
    .timeline:not(:has(.timeline-middle)) :first-child hr:last-child {
      border-start-start-radius: var(--radius-selector);
      border-end-start-radius: var(--radius-selector);
      border-start-end-radius: 0;
      border-end-end-radius: 0;
    }
    .timeline:not(:has(.timeline-middle)) :last-child hr:first-child {
      border-start-start-radius: 0;
      border-end-start-radius: 0;
      border-start-end-radius: var(--radius-selector);
      border-end-end-radius: var(--radius-selector);
    }
  }
  @layer daisyui.l1.l2 {
    .image-full {
      display: grid;
    }
    .image-full > * {
      grid-column-start: 1;
      grid-row-start: 1;
    }
    .image-full > .card-body {
      position: relative;
      color: var(--color-neutral-content);
    }
    .image-full :where(figure) {
      overflow: hidden;
      border-radius: inherit;
    }
    .image-full > figure img {
      height: 100%;
      object-fit: cover;
      filter: brightness(28%);
    }
  }
  @layer daisyui.l1.l2.l3 {
    .swap {
      position: relative;
      display: inline-grid;
      cursor: pointer;
      place-content: center;
      vertical-align: middle;
      webkit-user-select: none;
      -webkit-user-select: none;
      user-select: none;
    }
    .swap input {
      appearance: none;
      border: none;
    }
    .swap > * {
      grid-column-start: 1;
      grid-row-start: 1;
    }
    @media (prefers-reduced-motion: no-preference) {
      .swap > * {
        transition-property:
          transform,
          rotate,
          opacity;
        transition-duration: 0.2s;
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
      }
    }
    .swap .swap-on,
    .swap .swap-indeterminate,
    .swap input:indeterminate ~ .swap-on {
      opacity: 0%;
    }
    .swap input:is(:checked, :indeterminate) ~ .swap-off {
      opacity: 0%;
    }
    .swap input:checked ~ .swap-on,
    .swap input:indeterminate ~ .swap-indeterminate {
      opacity: 100%;
      backface-visibility: visible;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .collapse-title {
      grid-column-start: 1;
      grid-row-start: 1;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .collapse-title {
      position: relative;
      width: 100%;
      padding: 1rem;
      padding-inline-end: 3rem;
      min-height: 1lh;
      transition: background-color 0.2s ease-out;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .mockup-browser {
      position: relative;
      overflow: hidden;
      overflow-x: auto;
      border-radius: var(--radius-box);
    }
    .mockup-browser pre[data-prefix]:before {
      --tw-content: attr(data-prefix);
      content: var(--tw-content);
      display: inline-block;
      text-align: right;
    }
    .mockup-browser .mockup-browser-toolbar {
      margin-block: calc(0.25rem * 3);
      display: inline-flex;
      width: 100%;
      align-items: center;
      padding-right: 1.4em;
    }
    .mockup-browser .mockup-browser-toolbar:where(:dir(rtl), [dir=rtl], [dir=rtl] *) {
      flex-direction: row-reverse;
    }
    .mockup-browser .mockup-browser-toolbar:before {
      content: "";
      margin-right: 4.8rem;
      display: inline-block;
      aspect-ratio: 1 / 1;
      height: calc(0.25rem * 3);
      border-radius: calc(infinity * 1px);
      opacity: 30%;
      box-shadow:
        1.4em 0,
        2.8em 0,
        4.2em 0;
    }
    .mockup-browser .mockup-browser-toolbar .input {
      margin-inline: auto;
      display: flex;
      height: 100%;
      align-items: center;
      gap: calc(0.25rem * 2);
      overflow: hidden;
      background-color: var(--color-base-200);
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 0.75rem;
      direction: ltr;
    }
    .mockup-browser .mockup-browser-toolbar .input:before {
      content: "";
      width: calc(0.25rem * 4);
      height: calc(0.25rem * 4);
      opacity: 50%;
      background-color: currentColor;
      -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M9.965 11.026a5 5 0 1 1 1.06-1.06l2.755 2.754a.75.75 0 1 1-1.06 1.06l-2.755-2.754ZM10.5 7a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Z' clip-rule='evenodd' /%3E%3C/svg%3E") no-repeat center;
      mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M9.965 11.026a5 5 0 1 1 1.06-1.06l2.755 2.754a.75.75 0 1 1-1.06 1.06l-2.755-2.754ZM10.5 7a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Z' clip-rule='evenodd' /%3E%3C/svg%3E") no-repeat center;
      -webkit-mask-size: contain;
      mask-size: contain;
    }
  }
  @layer daisyui.l1.l2 {
    .menu-horizontal {
      display: inline-flex;
      flex-direction: row;
    }
    .menu-horizontal > li:not(.menu-title) > details > ul {
      position: absolute;
      margin-inline-start: calc(0.25rem * 0);
      margin-top: calc(0.25rem * 4);
      transform-origin: top;
      border-radius: var(--radius-box);
      background-color: var(--color-base-100);
      padding-block: calc(0.25rem * 2);
      padding-inline-end: calc(0.25rem * 2);
      opacity: 0%;
      scale: 95%;
      box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    }
    @media (prefers-reduced-motion: no-preference) {
      .menu-horizontal > li:not(.menu-title) > details > ul {
        animation: menu 0.2s;
        transition-property:
          opacity,
          scale,
          display;
        transition-behavior: allow-discrete;
        transition-duration: 0.2s;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      }
      @starting-style {
        .menu-horizontal > li:not(.menu-title) > details > ul {
          scale: 95%;
          opacity: 0;
        }
      }
    }
    .menu-horizontal > li:not(.menu-title) > details[open] > ul {
      opacity: 100%;
      scale: 100%;
    }
    .menu-horizontal > li > details > ul:before {
      --tw-content: none;
      content: var(--tw-content);
    }
  }
  @layer daisyui.l1.l2 {
    .menu-vertical {
      display: inline-flex;
      flex-direction: column;
    }
    .menu-vertical > li:not(.menu-title) > details > ul {
      position: relative;
      margin-inline-start: calc(0.25rem * 4);
      margin-top: calc(0.25rem * 0);
      padding-block: calc(0.25rem * 0);
      padding-inline-end: calc(0.25rem * 0);
      background-color: revert-layer;
      border-radius: revert-layer;
      animation: revert-layer;
      transition: revert-layer;
      box-shadow: revert-layer;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .mockup-code {
      position: relative;
      overflow: hidden;
      overflow-x: auto;
      border-radius: var(--radius-box);
      background-color: var(--color-neutral);
      padding-block: calc(0.25rem * 5);
      color: var(--color-neutral-content);
      font-size: 0.875rem;
      direction: ltr;
    }
    .mockup-code:before {
      content: "";
      margin-bottom: calc(0.25rem * 4);
      display: block;
      height: calc(0.25rem * 3);
      width: calc(0.25rem * 3);
      border-radius: calc(infinity * 1px);
      opacity: 30%;
      box-shadow:
        1.4em 0,
        2.8em 0,
        4.2em 0;
    }
    .mockup-code pre {
      padding-right: calc(0.25rem * 5);
    }
    .mockup-code pre:before {
      content: "";
      margin-right: 2ch;
    }
    .mockup-code pre[data-prefix]:before {
      --tw-content: attr(data-prefix);
      content: var(--tw-content);
      display: inline-block;
      width: calc(0.25rem * 8);
      text-align: right;
      opacity: 50%;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .mockup-window {
      position: relative;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      overflow-x: auto;
      border-radius: var(--radius-box);
      padding-top: calc(0.25rem * 5);
    }
    .mockup-window:before {
      content: "";
      margin-bottom: calc(0.25rem * 4);
      display: block;
      aspect-ratio: 1 / 1;
      height: calc(0.25rem * 3);
      flex-shrink: 0;
      align-self: flex-start;
      border-radius: calc(infinity * 1px);
      opacity: 30%;
      box-shadow:
        1.4em 0,
        2.8em 0,
        4.2em 0;
    }
    [dir=rtl] .mockup-window:before {
      align-self: flex-end;
    }
    .mockup-window pre[data-prefix]:before {
      --tw-content: attr(data-prefix);
      content: var(--tw-content);
      display: inline-block;
      text-align: right;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .avatar {
      position: relative;
      display: inline-flex;
      vertical-align: middle;
    }
    .avatar > div {
      display: block;
      aspect-ratio: 1 / 1;
      overflow: hidden;
    }
    .avatar img {
      height: 100%;
      width: 100%;
      object-fit: cover;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .checkbox {
      border: var(--border) solid var(--input-color, var(--color-base-content));
      position: relative;
      display: inline-block;
      flex-shrink: 0;
      cursor: pointer;
      appearance: none;
      border-radius: var(--radius-selector);
      padding: calc(0.25rem * 1);
      vertical-align: middle;
      color: var(--color-base-content);
      box-shadow:
        0 1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset,
        0 0 #0000 inset,
        0 0 #0000;
      transition: background-color 0.2s, box-shadow 0.2s;
      --size: calc(var(--size-selector, 0.25rem) * 6);
      width: var(--size);
      height: var(--size);
      background-size: auto, calc(var(--noise) * 100%);
      background-image: none, var(--fx-noise);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .checkbox {
        border: var(--border) solid var(--input-color, color-mix(in oklab, var(--color-base-content) 20%, #0000));
      }
    }
    .checkbox:before {
      --tw-content: "";
      content: var(--tw-content);
      display: block;
      width: 100%;
      height: 100%;
      rotate: 45deg;
      background-color: currentcolor;
      opacity: 0%;
      transition:
        clip-path 0.3s,
        opacity 0.1s,
        rotate 0.3s,
        translate 0.3s;
      transition-delay: 0.1s;
      clip-path: polygon(20% 100%, 20% 80%, 50% 80%, 50% 80%, 70% 80%, 70% 100%);
      box-shadow: 0px 3px 0 0px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
      font-size: 1rem;
      line-height: 0.75;
    }
    .checkbox:focus-visible {
      outline: 2px solid var(--input-color, currentColor);
      outline-offset: 2px;
    }
    .checkbox:checked,
    .checkbox[aria-checked=true] {
      background-color: var(--input-color, #0000);
      box-shadow:
        0 0 #0000 inset,
        0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset,
        0 1px oklch(0% 0 0 / calc(var(--depth) * 0.1));
    }
    :is(.checkbox:checked, .checkbox[aria-checked=true]):before {
      clip-path: polygon(20% 100%, 20% 80%, 50% 80%, 50% 0%, 70% 0%, 70% 100%);
      opacity: 100%;
    }
    @media (forced-colors: active) {
      :is(.checkbox:checked, .checkbox[aria-checked=true]):before {
        rotate: 0deg;
        background-color: transparent;
        --tw-content: "\2714\fe0e";
        clip-path: none;
      }
    }
    @media print {
      :is(.checkbox:checked, .checkbox[aria-checked=true]):before {
        rotate: 0deg;
        background-color: transparent;
        --tw-content: "\2714\fe0e";
        clip-path: none;
      }
    }
    .checkbox:indeterminate {
      background-color: var( --input-color, var(--color-base-content) );
    }
    @supports (color: color-mix(in lab, red, red)) {
      .checkbox:indeterminate {
        background-color: var( --input-color, color-mix(in oklab, var(--color-base-content) 20%, #0000) );
      }
    }
    .checkbox:indeterminate:before {
      rotate: 0deg;
      opacity: 100%;
      translate: 0 -35%;
      clip-path: polygon(20% 100%, 20% 80%, 50% 80%, 50% 80%, 80% 80%, 80% 100%);
    }
  }
  @layer daisyui.l1.l2 {
    .checkbox:disabled {
      cursor: not-allowed;
      opacity: 20%;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .radio {
      position: relative;
      display: inline-block;
      flex-shrink: 0;
      cursor: pointer;
      appearance: none;
      border-radius: calc(infinity * 1px);
      padding: calc(0.25rem * 1);
      vertical-align: middle;
      border: var(--border) solid var(--input-color, currentColor);
      box-shadow: 0 1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset;
      --size: calc(var(--size-selector, 0.25rem) * 6);
      width: var(--size);
      height: var(--size);
      color: var(--input-color, currentColor);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .radio {
        border: var(--border) solid var(--input-color, color-mix(in srgb, currentColor 20%, #0000));
      }
    }
    .radio:before {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: calc(infinity * 1px);
      --tw-content: "";
      content: var(--tw-content);
      background-size: auto, calc(var(--noise) * 100%);
      background-image: none, var(--fx-noise);
    }
    .radio:focus-visible {
      outline: 2px solid currentColor;
    }
    .radio:checked,
    .radio[aria-checked=true] {
      border-color: currentcolor;
      background-color: var(--color-base-100);
    }
    @media (prefers-reduced-motion: no-preference) {
      .radio:checked,
      .radio[aria-checked=true] {
        animation: radio 0.2s ease-out;
      }
    }
    :is(.radio:checked, .radio[aria-checked=true]):before {
      background-color: currentcolor;
      box-shadow:
        0 -1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset,
        0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset,
        0 1px oklch(0% 0 0 / calc(var(--depth) * 0.1));
    }
    @media (forced-colors: active) {
      :is(.radio:checked, .radio[aria-checked=true]):before {
        outline-style: var(--tw-outline-style);
        outline-width: 1px;
        outline-offset: calc(1px * -1);
      }
    }
    @media print {
      :is(.radio:checked, .radio[aria-checked=true]):before {
        outline: 0.25rem solid;
        outline-offset: -1rem;
      }
    }
  }
  @layer daisyui.l1.l2 {
    .radio:disabled {
      cursor: not-allowed;
      opacity: 20%;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .rating {
      position: relative;
      display: inline-flex;
      vertical-align: middle;
    }
    .rating input {
      border: none;
      appearance: none;
    }
    .rating :where(*) {
      height: calc(0.25rem * 6);
      width: calc(0.25rem * 6);
      border-radius: 0;
      background-color: var(--color-base-content);
      opacity: 20%;
    }
    @media (prefers-reduced-motion: no-preference) {
      .rating :where(*) {
        animation: rating 0.25s ease-out;
      }
    }
    .rating :where(*):is(input) {
      cursor: pointer;
    }
    .rating .rating-hidden {
      width: calc(0.25rem * 2);
      background-color: transparent;
    }
    .rating input[type=radio]:checked {
      background-image: none;
    }
    .rating *:checked,
    .rating *[aria-checked=true],
    .rating *[aria-current=true],
    .rating *:has(~ *:checked, ~ *[aria-checked=true], ~ *[aria-current=true]) {
      opacity: 100%;
    }
    .rating *:focus-visible {
      scale: 1.1;
    }
    @media (prefers-reduced-motion: no-preference) {
      .rating *:focus-visible {
        transition: scale 0.2s ease-out;
      }
    }
    .rating *:active:focus {
      animation: none;
      scale: 1.1;
    }
  }
  @layer daisyui.l1.l2 {
    .rating.rating-xs :where(*:not(.rating-hidden)) {
      width: calc(0.25rem * 4);
      height: calc(0.25rem * 4);
    }
    .rating.rating-sm :where(*:not(.rating-hidden)) {
      width: calc(0.25rem * 5);
      height: calc(0.25rem * 5);
    }
    .rating.rating-md :where(*:not(.rating-hidden)) {
      width: calc(0.25rem * 6);
      height: calc(0.25rem * 6);
    }
    .rating.rating-lg :where(*:not(.rating-hidden)) {
      width: calc(0.25rem * 7);
      height: calc(0.25rem * 7);
    }
    .rating.rating-xl :where(*:not(.rating-hidden)) {
      width: calc(0.25rem * 8);
      height: calc(0.25rem * 8);
    }
  }
  @layer daisyui.l1.l2.l3 {
    .navbar {
      display: flex;
      width: 100%;
      align-items: center;
      padding: 0.5rem;
      min-height: 4rem;
    }
  }
  @layer daisyui.l1.l2 {
    :where(.navbar) {
      position: relative;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .drawer {
      position: relative;
      display: grid;
      width: 100%;
      grid-auto-columns: max-content auto;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .card {
      position: relative;
      display: flex;
      flex-direction: column;
      border-radius: var(--radius-box);
      outline-width: 2px;
      transition: outline 0.2s ease-in-out;
      outline: 0 solid #0000;
      outline-offset: 2px;
    }
    .card:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
    @media (forced-colors: active) {
      .card:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
    .card:focus-visible {
      outline-color: currentColor;
    }
    .card :where(figure:first-child) {
      overflow: hidden;
      border-start-start-radius: inherit;
      border-start-end-radius: inherit;
      border-end-start-radius: unset;
      border-end-end-radius: unset;
    }
    .card :where(figure:last-child) {
      overflow: hidden;
      border-start-start-radius: unset;
      border-start-end-radius: unset;
      border-end-start-radius: inherit;
      border-end-end-radius: inherit;
    }
    .card figure {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .card:has(> input:is(input[type=checkbox], input[type=radio])) {
      cursor: pointer;
      -webkit-user-select: none;
      user-select: none;
    }
    .card:has(> :checked) {
      outline: 2px solid currentColor;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .stats {
      position: relative;
      display: inline-grid;
      grid-auto-flow: column;
      overflow-x: auto;
      border-radius: var(--radius-box);
    }
  }
  @layer daisyui.l1.l2.l3 {
    .progress {
      position: relative;
      height: calc(0.25rem * 2);
      width: 100%;
      appearance: none;
      overflow: hidden;
      border-radius: var(--radius-box);
      background-color: currentcolor;
      color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .progress {
        background-color: color-mix(in oklab, currentcolor 20%, transparent);
      }
    }
    .progress:indeterminate {
      background-image:
        repeating-linear-gradient(
          90deg,
          currentColor -1%,
          currentColor 10%,
          #0000 10%,
          #0000 90%);
      background-size: 200%;
      background-position-x: 15%;
    }
    @media (prefers-reduced-motion: no-preference) {
      .progress:indeterminate {
        animation: progress 5s ease-in-out infinite;
      }
    }
    @supports (-moz-appearance: none) {
      .progress:indeterminate::-moz-progress-bar {
        background-color: transparent;
      }
      @media (prefers-reduced-motion: no-preference) {
        .progress:indeterminate::-moz-progress-bar {
          animation: progress 5s ease-in-out infinite;
          background-image:
            repeating-linear-gradient(
              90deg,
              currentColor -1%,
              currentColor 10%,
              #0000 10%,
              #0000 90%);
          background-size: 200%;
          background-position-x: 15%;
        }
      }
    }
    @supports (-moz-appearance: none) {
      .progress::-moz-progress-bar {
        border-radius: var(--radius-box);
        background-color: currentcolor;
      }
    }
    @supports (-webkit-appearance: none) {
      .progress::-webkit-progress-bar {
        border-radius: var(--radius-box);
        background-color: transparent;
      }
      .progress::-webkit-progress-value {
        border-radius: var(--radius-box);
        background-color: currentColor;
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    .modal-toggle {
      position: fixed;
      height: calc(0.25rem * 0);
      width: calc(0.25rem * 0);
      appearance: none;
      opacity: 0%;
    }
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  @layer daisyui.l1.l2 {
    .tooltip-left > .tooltip-content,
    .tooltip-left[data-tip]:before {
      transform: translateX(calc(var(--tt-pos, 0.25rem) - 0.25rem)) translateY(-50%);
      inset: 50% var(--tt-off) auto auto;
    }
    .tooltip-left:after {
      transform: translateX(var(--tt-pos, 0.25rem)) translateY(-50%) rotate(-90deg);
      inset: 50% calc(var(--tt-tail) + 1px) auto auto;
    }
  }
  @layer daisyui.l1.l2 {
    .toast-center {
      inset-inline-start: calc(1/2 * 100%);
      inset-inline-end: calc(1/2 * 100%);
      --toast-x: -50%;
    }
  }
  @layer daisyui.l1.l2 {
    .toast-end {
      inset-inline-start: auto;
      inset-inline-end: calc(0.25rem * 4);
      --toast-x: 0;
    }
  }
  @layer daisyui.l1.l2 {
    .toast-start {
      inset-inline-start: calc(0.25rem * 4);
      inset-inline-end: auto;
      --toast-x: 0;
    }
  }
  @layer daisyui.l1.l2 {
    .dropdown-right {
      --anchor-h: right;
      --anchor-v: span-bottom;
    }
    .dropdown-right .dropdown-content {
      inset-inline-start: 100%;
      top: calc(0.25rem * 0);
      bottom: auto;
      transform-origin: 0;
    }
  }
  @layer daisyui.l1.l2 {
    .chat-end {
      place-items: end;
      grid-template-columns: 1fr auto;
    }
    .chat-end .chat-header {
      grid-column-start: 1;
    }
    .chat-end .chat-footer {
      grid-column-start: 1;
    }
    .chat-end .chat-image {
      grid-column-start: 2;
    }
    .chat-end .chat-bubble {
      grid-column-start: 1;
      border-end-end-radius: 0;
    }
    .chat-end .chat-bubble:before {
      transform: rotateY(180deg);
      inset-inline-start: 100%;
    }
    [dir=rtl] :is(.chat-end .chat-bubble):before {
      transform: rotateY(0deg);
    }
  }
  @layer daisyui.l1.l2 {
    .chat-start {
      place-items: start;
      grid-template-columns: auto 1fr;
    }
    .chat-start .chat-header {
      grid-column-start: 2;
    }
    .chat-start .chat-footer {
      grid-column-start: 2;
    }
    .chat-start .chat-image {
      grid-column-start: 1;
    }
    .chat-start .chat-bubble {
      grid-column-start: 2;
      border-end-start-radius: 0;
    }
    .chat-start .chat-bubble:before {
      transform: rotateY(0deg);
      inset-inline-start: -0.75rem;
    }
    [dir=rtl] :is(.chat-start .chat-bubble):before {
      transform: rotateY(180deg);
    }
  }
  @layer daisyui.l1.l2 {
    .dropdown-left {
      --anchor-h: left;
      --anchor-v: span-bottom;
    }
    .dropdown-left .dropdown-content {
      inset-inline-end: 100%;
      top: calc(0.25rem * 0);
      bottom: auto;
      transform-origin: 100%;
    }
  }
  @layer daisyui.l1.l2 {
    .dropdown-center {
      --anchor-h: center;
    }
    .dropdown-center :where(.dropdown-content) {
      inset-inline-end: calc(1/2 * 100%);
      translate: 50% 0;
    }
    [dir=rtl] :is(.dropdown-center :where(.dropdown-content)) {
      translate: -50% 0;
    }
    .dropdown-center.dropdown-left {
      --anchor-h: left;
      --anchor-v: center;
    }
    .dropdown-center.dropdown-left .dropdown-content {
      top: auto;
      bottom: calc(1/2 * 100%);
      translate: 0 50%;
    }
    .dropdown-center.dropdown-right {
      --anchor-h: right;
      --anchor-v: center;
    }
    .dropdown-center.dropdown-right .dropdown-content {
      top: auto;
      bottom: calc(1/2 * 100%);
      translate: 0 50%;
    }
  }
  @layer daisyui.l1.l2 {
    .dropdown-end {
      --anchor-h: span-left;
    }
    .dropdown-end :where(.dropdown-content) {
      inset-inline-end: calc(0.25rem * 0);
      translate: 0 0;
    }
    [dir=rtl] :is(.dropdown-end :where(.dropdown-content)) {
      translate: 0 0;
    }
    .dropdown-end.dropdown-left {
      --anchor-h: left;
      --anchor-v: span-top;
    }
    .dropdown-end.dropdown-left .dropdown-content {
      top: auto;
      bottom: calc(0.25rem * 0);
    }
    .dropdown-end.dropdown-right {
      --anchor-h: right;
      --anchor-v: span-top;
    }
    .dropdown-end.dropdown-right .dropdown-content {
      top: auto;
      bottom: calc(0.25rem * 0);
    }
  }
  @layer daisyui.l1.l2 {
    .dropdown-start {
      --anchor-h: span-right;
    }
    .dropdown-start :where(.dropdown-content) {
      inset-inline-end: auto;
      translate: 0 0;
    }
    [dir=rtl] :is(.dropdown-start :where(.dropdown-content)) {
      translate: 0 0;
    }
    .dropdown-start.dropdown-left {
      --anchor-h: left;
      --anchor-v: span-bottom;
    }
    .dropdown-start.dropdown-left .dropdown-content {
      top: calc(0.25rem * 0);
      bottom: auto;
    }
    .dropdown-start.dropdown-right {
      --anchor-h: right;
      --anchor-v: span-bottom;
    }
    .dropdown-start.dropdown-right .dropdown-content {
      top: calc(0.25rem * 0);
      bottom: auto;
    }
  }
  @layer daisyui.l1.l2 {
    .dropdown-bottom {
      --anchor-v: bottom;
    }
    .dropdown-bottom .dropdown-content {
      top: 100%;
      bottom: auto;
      transform-origin: top;
    }
  }
  @layer daisyui.l1.l2 {
    .dropdown-top {
      --anchor-v: top;
    }
    .dropdown-top .dropdown-content {
      top: auto;
      bottom: 100%;
      transform-origin: bottom;
    }
  }
  @layer daisyui.l1.l2 {
    .toast-bottom {
      top: auto;
      bottom: calc(0.25rem * 4);
      --toast-y: 0;
    }
  }
  @layer daisyui.l1.l2 {
    .toast-middle {
      top: calc(1/2 * 100%);
      bottom: auto;
      --toast-y: -50%;
    }
  }
  @layer daisyui.l1.l2 {
    .toast-top {
      top: calc(0.25rem * 4);
      bottom: auto;
      --toast-y: 0;
    }
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  @layer daisyui.l1.l2 {
    .dock-sm {
      height: calc(0.25rem * 14);
      height: 3.5rem;
      height: calc(3.5rem + env(safe-area-inset-bottom));
    }
    .dock-sm .dock-active:after {
      bottom: -0.1rem;
    }
    .dock-sm .dock-label {
      font-size: 0.625rem;
    }
  }
  @layer daisyui.l1.l2 {
    .dock-lg {
      height: 4.5rem;
      height: calc(4.5rem + env(safe-area-inset-bottom));
    }
    .dock-lg .dock-active:after {
      bottom: 0.4rem;
    }
    .dock-lg .dock-label {
      font-size: 0.6875rem;
    }
  }
  @layer daisyui.l1.l2 {
    .dock-xl {
      height: 5rem;
      height: calc(5rem + env(safe-area-inset-bottom));
    }
    .dock-xl .dock-active:after {
      bottom: 0.4rem;
    }
    .dock-xl .dock-label {
      font-size: 0.75rem;
    }
  }
  @layer daisyui.l1.l2 {
    .dock-xs {
      height: 3rem;
      height: calc(3rem + env(safe-area-inset-bottom));
    }
    .dock-xs .dock-active:after {
      bottom: -0.1rem;
    }
    .dock-xs .dock-label {
      font-size: 0.625rem;
    }
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .join {
    display: inline-flex;
    align-items: stretch;
    --join-ss: 0;
    --join-se: 0;
    --join-es: 0;
    --join-ee: 0;
  }
  .join :where(.join-item) {
    border-start-start-radius: var(--join-ss, 0);
    border-start-end-radius: var(--join-se, 0);
    border-end-start-radius: var(--join-es, 0);
    border-end-end-radius: var(--join-ee, 0);
  }
  .join :where(.join-item) * {
    --join-ss: var(--radius-field);
    --join-se: var(--radius-field);
    --join-es: var(--radius-field);
    --join-ee: var(--radius-field);
  }
  .join > .join-item:where(:first-child) {
    --join-ss: var(--radius-field);
    --join-se: 0;
    --join-es: var(--radius-field);
    --join-ee: 0;
  }
  .join :first-child:not(:last-child) :where(.join-item) {
    --join-ss: var(--radius-field);
    --join-se: 0;
    --join-es: var(--radius-field);
    --join-ee: 0;
  }
  .join > .join-item:where(:last-child) {
    --join-ss: 0;
    --join-se: var(--radius-field);
    --join-es: 0;
    --join-ee: var(--radius-field);
  }
  .join :last-child:not(:first-child) :where(.join-item) {
    --join-ss: 0;
    --join-se: var(--radius-field);
    --join-es: 0;
    --join-ee: var(--radius-field);
  }
  .join > .join-item:where(:only-child) {
    --join-ss: var(--radius-field);
    --join-se: var(--radius-field);
    --join-es: var(--radius-field);
    --join-ee: var(--radius-field);
  }
  .join :only-child :where(.join-item) {
    --join-ss: var(--radius-field);
    --join-se: var(--radius-field);
    --join-es: var(--radius-field);
    --join-ee: var(--radius-field);
  }
  .join > :where(:focus, :has(:focus)) {
    z-index: 1;
  }
  @media (hover: hover) {
    .join > :where(.btn:hover, :has(.btn:hover)) {
      isolation: isolate;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .file-input {
      cursor: pointer;
      cursor: pointer;
      border: var(--border) solid #0000;
      display: inline-flex;
      appearance: none;
      align-items: center;
      background-color: var(--color-base-100);
      vertical-align: middle;
      webkit-user-select: none;
      -webkit-user-select: none;
      user-select: none;
      width: clamp(3rem, 20rem, 100%);
      height: var(--size);
      padding-inline-end: 0.75rem;
      font-size: 0.875rem;
      line-height: 2;
      border-start-start-radius: var(--join-ss, var(--radius-field));
      border-start-end-radius: var(--join-se, var(--radius-field));
      border-end-start-radius: var(--join-es, var(--radius-field));
      border-end-end-radius: var(--join-ee, var(--radius-field));
      border-color: var(--input-color);
      box-shadow: 0 1px var(--input-color) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
      --size: calc(var(--size-field, 0.25rem) * 10);
      --input-color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .file-input {
        box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
      }
    }
    @supports (color: color-mix(in lab, red, red)) {
      .file-input {
        --input-color: color-mix(in oklab, var(--color-base-content) 20%, #0000);
      }
    }
    .file-input::file-selector-button {
      margin-inline-end: calc(0.25rem * 4);
      cursor: pointer;
      padding-inline: calc(0.25rem * 4);
      webkit-user-select: none;
      -webkit-user-select: none;
      user-select: none;
      height: calc(100% + var(--border) * 2);
      margin-block: calc(var(--border) * -1);
      margin-inline-start: calc(var(--border) * -1);
      font-size: 0.875rem;
      color: var(--btn-fg);
      border-width: var(--border);
      border-style: solid;
      border-color: var(--btn-border);
      border-start-start-radius: calc(var(--join-ss, var(--radius-field) - var(--border)));
      border-end-start-radius: calc(var(--join-es, var(--radius-field) - var(--border)));
      font-weight: 600;
      background-color: var(--btn-bg);
      background-size: calc(var(--noise) * 100%);
      background-image: var(--btn-noise);
      text-shadow: 0 0.5px oklch(1 0 0 / calc(var(--depth) * 0.15));
      box-shadow: 0 0.5px 0 0.5px white inset, var(--btn-shadow);
      --size: calc(var(--size-field, 0.25rem) * 10);
      --btn-bg: var(--btn-color, var(--color-base-200));
      --btn-fg: var(--color-base-content);
      --btn-border: var(--btn-bg);
      --btn-shadow: 0 3px 2px -2px var(--btn-bg), 0 4px 3px -2px var(--btn-bg);
      --btn-noise: var(--fx-noise);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .file-input::file-selector-button {
        box-shadow: 0 0.5px 0 0.5px color-mix(in oklab, color-mix(in oklab, white 30%, var(--btn-bg)) calc(var(--depth) * 20%), #0000) inset, var(--btn-shadow);
      }
    }
    @supports (color: color-mix(in lab, red, red)) {
      .file-input::file-selector-button {
        --btn-border: color-mix(in oklab, var(--btn-bg), #000 5%);
      }
    }
    @supports (color: color-mix(in lab, red, red)) {
      .file-input::file-selector-button {
        --btn-shadow: 0 3px 2px -2px color-mix(in oklab, var(--btn-bg) 30%, #0000), 0 4px 3px -2px color-mix(in oklab, var(--btn-bg) 30%, #0000);
      }
    }
    .file-input:focus {
      --input-color: var(--color-base-content);
      box-shadow: 0 1px var(--input-color);
      outline: 2px solid var(--input-color);
      outline-offset: 2px;
      isolation: isolate;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .file-input:focus {
        box-shadow: 0 1px color-mix(in oklab, var(--input-color) 10%, #0000);
      }
    }
    .file-input:has(> input[disabled]),
    .file-input:is(:disabled, [disabled]) {
      cursor: not-allowed;
      border-color: var(--color-base-200);
      background-color: var(--color-base-200);
      box-shadow: none;
      color: var(--color-base-content);
    }
    :is(.file-input:has(> input[disabled]), .file-input:is(:disabled, [disabled]))::placeholder {
      color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      :is(.file-input:has(> input[disabled]), .file-input:is(:disabled, [disabled]))::placeholder {
        color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
      }
    }
    @supports (color: color-mix(in lab, red, red)) {
      .file-input:has(> input[disabled]),
      .file-input:is(:disabled, [disabled]) {
        color: color-mix(in oklch, var(--color-base-content) 20%, #0000);
      }
    }
    :is(.file-input:has(> input[disabled]), .file-input:is(:disabled, [disabled]))::file-selector-button {
      cursor: not-allowed;
      border-color: var(--color-base-200);
      background-color: var(--color-base-200);
      --btn-border: #0000;
      --btn-noise: none;
      --btn-fg: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      :is(.file-input:has(> input[disabled]), .file-input:is(:disabled, [disabled]))::file-selector-button {
        --btn-fg: color-mix(in oklch, var(--color-base-content) 20%, #0000);
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    .hero-content {
      isolation: isolate;
      display: flex;
      max-width: 80rem;
      align-items: center;
      justify-content: center;
      gap: calc(0.25rem * 4);
      padding: calc(0.25rem * 4);
    }
  }
  @layer daisyui.l1.l2.l3 {
    .textarea {
      border: var(--border) solid #0000;
      min-height: calc(0.25rem * 20);
      flex-shrink: 1;
      appearance: none;
      border-radius: var(--radius-field);
      background-color: var(--color-base-100);
      padding-block: calc(0.25rem * 2);
      vertical-align: middle;
      width: clamp(3rem, 20rem, 100%);
      padding-inline-start: 0.75rem;
      padding-inline-end: 0.75rem;
      font-size: max(var(--font-size, 0.875rem), 0.875rem);
      touch-action: manipulation;
      border-color: var(--input-color);
      box-shadow: 0 1px var(--input-color) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
      --input-color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .textarea {
        box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
      }
    }
    @supports (color: color-mix(in lab, red, red)) {
      .textarea {
        --input-color: color-mix(in oklab, var(--color-base-content) 20%, #0000);
      }
    }
    .textarea textarea {
      appearance: none;
      background-color: transparent;
      border: none;
    }
    .textarea textarea:focus,
    .textarea textarea:focus-within {
      --tw-outline-style: none;
      outline-style: none;
    }
    @media (forced-colors: active) {
      .textarea textarea:focus,
      .textarea textarea:focus-within {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
    .textarea:focus,
    .textarea:focus-within {
      --input-color: var(--color-base-content);
      box-shadow: 0 1px var(--input-color);
      outline: 2px solid var(--input-color);
      outline-offset: 2px;
      isolation: isolate;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .textarea:focus,
      .textarea:focus-within {
        box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000);
      }
    }
    @media (pointer: coarse) {
      @supports (-webkit-touch-callout: none) {
        .textarea:focus,
        .textarea:focus-within {
          --font-size: 1rem;
        }
      }
    }
    .textarea:has(> textarea[disabled]),
    .textarea:is(:disabled, [disabled]) {
      cursor: not-allowed;
      border-color: var(--color-base-200);
      background-color: var(--color-base-200);
      color: var(--color-base-content);
      box-shadow: none;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .textarea:has(> textarea[disabled]),
      .textarea:is(:disabled, [disabled]) {
        color: color-mix(in oklab, var(--color-base-content) 40%, transparent);
      }
    }
    :is(.textarea:has(> textarea[disabled]), .textarea:is(:disabled, [disabled]))::placeholder {
      color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      :is(.textarea:has(> textarea[disabled]), .textarea:is(:disabled, [disabled]))::placeholder {
        color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
      }
    }
    .textarea:has(> textarea[disabled]) > textarea[disabled] {
      cursor: not-allowed;
    }
  }
  @layer daisyui.l1.l2 {
    .btn-active {
      --btn-bg: var(--btn-color, var(--color-base-200));
      --btn-shadow: 0 0 0 0 oklch(0% 0 0/0), 0 0 0 0 oklch(0% 0 0/0);
      isolation: isolate;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .btn-active {
        --btn-bg: color-mix(in oklab, var(--btn-color, var(--color-base-200)), #000 7%);
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    .mockup-phone-camera {
      grid-column: 1/1;
      grid-row: 1/1;
      background: #000;
      height: 3.7%;
      width: 28%;
      border-radius: 17px;
      z-index: 1;
      margin-top: 3%;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .stack {
      display: inline-grid;
      grid-template-columns: 3px 4px 1fr 4px 3px;
      grid-template-rows: 3px 4px 1fr 4px 3px;
    }
    .stack > * {
      height: 100%;
      width: 100%;
    }
    .stack > *:nth-child(n+2) {
      width: 100%;
      opacity: 70%;
    }
    .stack > *:nth-child(2) {
      z-index: 2;
      opacity: 90%;
    }
    .stack > *:nth-child(1) {
      z-index: 3;
      width: 100%;
    }
  }
  @layer daisyui.l1.l2 {
    :is(.stack, .stack.stack-bottom) > * {
      grid-column: 3 / 4;
      grid-row: 3 / 6;
    }
    :is(.stack, .stack.stack-bottom) > *:nth-child(2) {
      grid-column: 2 / 5;
      grid-row: 2 / 5;
    }
    :is(.stack, .stack.stack-bottom) > *:nth-child(1) {
      grid-column: 1 / 6;
      grid-row: 1 / 4;
    }
    .stack.stack-top > * {
      grid-column: 3 / 4;
      grid-row: 1 / 4;
    }
    .stack.stack-top > *:nth-child(2) {
      grid-column: 2 / 5;
      grid-row: 2 / 5;
    }
    .stack.stack-top > *:nth-child(1) {
      grid-column: 1 / 6;
      grid-row: 3 / 6;
    }
    .stack.stack-start > * {
      grid-column: 1 / 4;
      grid-row: 3 / 4;
    }
    .stack.stack-start > *:nth-child(2) {
      grid-column: 2 / 5;
      grid-row: 2 / 5;
    }
    .stack.stack-start > *:nth-child(1) {
      grid-column: 3 / 6;
      grid-row: 1 / 6;
    }
    .stack.stack-end > * {
      grid-column: 3 / 6;
      grid-row: 3 / 4;
    }
    .stack.stack-end > *:nth-child(2) {
      grid-column: 2 / 5;
      grid-row: 2 / 5;
    }
    .stack.stack-end > *:nth-child(1) {
      grid-column: 1 / 4;
      grid-row: 1 / 6;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .modal-backdrop {
      grid-column-start: 1;
      grid-row-start: 1;
      display: grid;
      align-self: stretch;
      justify-self: stretch;
      color: transparent;
      z-index: -1;
    }
    .modal-backdrop button {
      cursor: pointer;
    }
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-50 {
    z-index: 50;
  }
  @layer daisyui.l1.l2.l3 {
    .tab-content {
      order: var(--tabcontent-order);
      display: none;
      border-color: transparent;
      --tabcontent-radius-ss: var(--radius-box);
      --tabcontent-radius-se: var(--radius-box);
      --tabcontent-radius-es: var(--radius-box);
      --tabcontent-radius-ee: var(--radius-box);
      --tabcontent-order: 1;
      width: 100%;
      height: calc(100% - var(--tab-height) + var(--border));
      margin: var(--tabcontent-margin);
      border-width: var(--border);
      border-start-start-radius: var(--tabcontent-radius-ss);
      border-start-end-radius: var(--tabcontent-radius-se);
      border-end-start-radius: var(--tabcontent-radius-es);
      border-end-end-radius: var(--tabcontent-radius-ee);
    }
  }
  @layer daisyui.l1.l2.l3 {
    .hover-gallery {
      --items: 1;
      grid-template-columns: repeat(var(--items), 1fr);
      width: 100%;
      gap: 1px;
      overflow: hidden;
    }
    .hover-gallery,
    .hover-gallery:is(figure) {
      display: inline-grid;
    }
    .hover-gallery:has(> :nth-child(3)) {
      --items: 2;
    }
    .hover-gallery:has(> :nth-child(4)) {
      --items: 3;
    }
    .hover-gallery:has(> :nth-child(5)) {
      --items: 4;
    }
    .hover-gallery:has(> :nth-child(6)) {
      --items: 5;
    }
    .hover-gallery:has(> :nth-child(7)) {
      --items: 6;
    }
    .hover-gallery:has(> :nth-child(8)) {
      --items: 7;
    }
    .hover-gallery:has(> :nth-child(9)) {
      --items: 8;
    }
    .hover-gallery:has(> :nth-child(10)) {
      --items: 9;
    }
    .hover-gallery > * {
      opacity: 0;
      height: 100%;
      grid-row: 1;
      object-fit: cover;
      width: 100%;
    }
    .hover-gallery > *:nth-child(1) {
      grid-column: 1 / -1;
      opacity: 1;
    }
    .hover-gallery > *:nth-child(2) {
      grid-column: 1;
    }
    .hover-gallery > *:nth-child(3) {
      grid-column: 2;
    }
    .hover-gallery > *:nth-child(4) {
      grid-column: 3;
    }
    .hover-gallery > *:nth-child(5) {
      grid-column: 4;
    }
    .hover-gallery > *:nth-child(6) {
      grid-column: 5;
    }
    .hover-gallery > *:nth-child(7) {
      grid-column: 6;
    }
    .hover-gallery > *:nth-child(8) {
      grid-column: 7;
    }
    .hover-gallery > *:nth-child(9) {
      grid-column: 8;
    }
    .hover-gallery > *:nth-child(10) {
      grid-column: 9;
    }
    .hover-gallery > *:nth-child(n+11) {
      display: none;
    }
    .hover-gallery > *:hover {
      grid-column: 1 / -1;
      opacity: 1;
    }
    .hover-gallery:has(*:hover) > :nth-child(1) {
      display: none;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .mockup-phone-display {
      border-radius: 54px;
      grid-column: 1/1;
      grid-row: 1/1;
      overflow: hidden;
      width: 100%;
      height: 100%;
    }
    @supports (corner-shape: superellipse(1.87)) {
      .mockup-phone-display {
        border-radius: 101px;
        corner-shape: superellipse(1.87);
      }
    }
    .mockup-phone-display > img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  @layer daisyui.l1.l2.l3 {
    .timeline-end {
      grid-column-start: 1;
      grid-column-end: 4;
      grid-row-start: 3;
      grid-row-end: 4;
      margin: calc(0.25rem * 1);
      align-self: flex-start;
      justify-self: center;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .timeline-start {
      grid-column-start: 1;
      grid-column-end: 4;
      grid-row-start: 1;
      grid-row-end: 2;
      margin: calc(0.25rem * 1);
      align-self: flex-end;
      justify-self: center;
    }
  }
  @layer daisyui.l1.l2 {
    .timeline-horizontal {
      flex-direction: row;
    }
    .timeline-horizontal > li {
      align-items: center;
    }
    .timeline-horizontal > li > hr {
      height: calc(0.25rem * 1);
      width: 100%;
    }
    .timeline-horizontal > li > hr:first-child {
      grid-column-start: 1;
      grid-row-start: 2;
    }
    .timeline-horizontal > li > hr:last-child {
      grid-column-start: 3;
      grid-column-end: none;
      grid-row-start: 2;
      grid-row-end: auto;
    }
    .timeline-horizontal .timeline-start {
      grid-column-start: 1;
      grid-column-end: 4;
      grid-row-start: 1;
      grid-row-end: 2;
      align-self: flex-end;
      justify-self: center;
    }
    .timeline-horizontal .timeline-end {
      grid-column-start: 1;
      grid-column-end: 4;
      grid-row-start: 3;
      grid-row-end: 4;
      align-self: flex-start;
      justify-self: center;
    }
    .timeline-horizontal:has(.timeline-middle) > li > hr:first-child {
      border-start-start-radius: 0;
      border-end-start-radius: 0;
      border-start-end-radius: var(--radius-selector);
      border-end-end-radius: var(--radius-selector);
    }
    .timeline-horizontal:has(.timeline-middle) > li > hr:last-child {
      border-start-start-radius: var(--radius-selector);
      border-end-start-radius: var(--radius-selector);
      border-start-end-radius: 0;
      border-end-end-radius: 0;
    }
    .timeline-horizontal:not(:has(.timeline-middle)) :first-child > hr:last-child {
      border-start-start-radius: var(--radius-selector);
      border-end-start-radius: var(--radius-selector);
      border-start-end-radius: 0;
      border-end-end-radius: 0;
    }
    .timeline-horizontal:not(:has(.timeline-middle)) :last-child > hr:first-child {
      border-start-start-radius: 0;
      border-end-start-radius: 0;
      border-start-end-radius: var(--radius-selector);
      border-end-end-radius: var(--radius-selector);
    }
  }
  @layer daisyui.l1.l2 {
    .timeline-vertical {
      flex-direction: column;
    }
    .timeline-vertical > li {
      justify-items: center;
      --timeline-row-start: minmax(0, 1fr);
      --timeline-row-end: minmax(0, 1fr);
    }
    .timeline-vertical > li > hr {
      height: 100%;
      width: calc(0.25rem * 1);
    }
    .timeline-vertical > li > hr:first-child {
      grid-column-start: 2;
      grid-row-start: 1;
    }
    .timeline-vertical > li > hr:last-child {
      grid-column-start: 2;
      grid-column-end: auto;
      grid-row-start: 3;
      grid-row-end: none;
    }
    .timeline-vertical .timeline-start {
      grid-column-start: 1;
      grid-column-end: 2;
      grid-row-start: 1;
      grid-row-end: 4;
      align-self: center;
      justify-self: flex-end;
    }
    .timeline-vertical .timeline-end {
      grid-column-start: 3;
      grid-column-end: 4;
      grid-row-start: 1;
      grid-row-end: 4;
      align-self: center;
      justify-self: flex-start;
    }
    .timeline-vertical:has(.timeline-middle) > li > hr:first-child {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: var(--radius-selector);
      border-bottom-left-radius: var(--radius-selector);
    }
    .timeline-vertical:has(.timeline-middle) > li > hr:last-child {
      border-top-left-radius: var(--radius-selector);
      border-top-right-radius: var(--radius-selector);
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
    }
    .timeline-vertical:not(:has(.timeline-middle)) :first-child > hr:last-child {
      border-top-left-radius: var(--radius-selector);
      border-top-right-radius: var(--radius-selector);
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
    }
    .timeline-vertical:not(:has(.timeline-middle)) :last-child > hr:first-child {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: var(--radius-selector);
      border-bottom-left-radius: var(--radius-selector);
    }
    .timeline-vertical.timeline-snap-icon > li {
      --timeline-col-start: minmax(0, 1fr);
      --timeline-row-start: 0.5rem;
    }
  }
  @layer daisyui.l1.l2 {
    .timeline-compact {
      --timeline-row-start: 0;
    }
    .timeline-compact .timeline-start {
      grid-column-start: 1;
      grid-column-end: 4;
      grid-row-start: 3;
      grid-row-end: 4;
      align-self: flex-start;
      justify-self: center;
    }
    .timeline-compact li:has(.timeline-start) .timeline-end {
      grid-column-start: none;
      grid-row-start: auto;
    }
    .timeline-compact.timeline-vertical > li {
      --timeline-col-start: 0;
    }
    .timeline-compact.timeline-vertical .timeline-start {
      grid-column-start: 3;
      grid-column-end: 4;
      grid-row-start: 1;
      grid-row-end: 4;
      align-self: center;
      justify-self: flex-start;
    }
    .timeline-compact.timeline-vertical li:has(.timeline-start) .timeline-end {
      grid-column-start: auto;
      grid-row-start: none;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .stat-figure {
      grid-column-start: 2;
      grid-row: span 3 / span 3;
      grid-row-start: 1;
      place-self: center;
      justify-self: flex-end;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .hero {
      display: grid;
      width: 100%;
      place-items: center;
      background-size: cover;
      background-position: center;
    }
    .hero > * {
      grid-column-start: 1;
      grid-row-start: 1;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .hero-overlay {
      grid-column-start: 1;
      grid-row-start: 1;
      height: 100%;
      width: 100%;
      background-color: var(--color-neutral);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hero-overlay {
        background-color: color-mix(in oklab, var(--color-neutral) 50%, transparent);
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    .modal-box {
      grid-column-start: 1;
      grid-row-start: 1;
      max-height: 100vh;
      width: calc(11/12 * 100%);
      max-width: 32rem;
      background-color: var(--color-base-100);
      padding: calc(0.25rem * 6);
      transition:
        translate 0.3s ease-out,
        scale 0.3s ease-out,
        opacity 0.2s ease-out 0.05s,
        box-shadow 0.3s ease-out;
      border-top-left-radius: var(--modal-tl, var(--radius-box));
      border-top-right-radius: var(--modal-tr, var(--radius-box));
      border-bottom-left-radius: var(--modal-bl, var(--radius-box));
      border-bottom-right-radius: var(--modal-br, var(--radius-box));
      scale: 95%;
      opacity: 0;
      box-shadow: #00000040 0px 25px 50px -12px;
      overflow-y: auto;
      overscroll-behavior: contain;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .drawer-content {
      grid-column-start: 2;
      grid-row-start: 1;
      min-width: calc(0.25rem * 0);
    }
  }
  @layer daisyui.l1.l2.l3 {
    .timeline-middle {
      grid-column-start: 2;
      grid-row-start: 2;
    }
  }
  @layer daisyui.l1.l2 {
    .drawer-end {
      grid-auto-columns: auto max-content;
    }
    .drawer-end > .drawer-toggle ~ .drawer-content {
      grid-column-start: 1;
    }
    .drawer-end > .drawer-toggle ~ .drawer-side {
      grid-column-start: 2;
      justify-items: end;
    }
    .drawer-end > .drawer-toggle ~ .drawer-side > :not(.drawer-overlay) {
      translate: 100%;
    }
    [dir=rtl] :is(.drawer-end > .drawer-toggle ~ .drawer-side > :not(.drawer-overlay)) {
      translate: -100%;
    }
    .drawer-end > .drawer-toggle:checked ~ .drawer-side > :not(.drawer-overlay) {
      translate: 0%;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .stat-value {
      grid-column-start: 1;
      white-space: nowrap;
      font-size: 2rem;
      font-weight: 800;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .stat-desc {
      grid-column-start: 1;
      white-space: nowrap;
      color: var(--color-base-content);
      font-size: 0.75rem;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .stat-desc {
        color: color-mix(in oklab, var(--color-base-content) 60%, transparent);
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    .stat-title {
      grid-column-start: 1;
      white-space: nowrap;
      color: var(--color-base-content);
      font-size: 0.75rem;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .stat-title {
        color: color-mix(in oklab, var(--color-base-content) 60%, transparent);
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    .stat-actions {
      grid-column-start: 1;
      white-space: nowrap;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .chat-image {
      grid-row: span 2 / span 2;
      align-self: flex-end;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .chat-footer {
      grid-row-start: 3;
      display: flex;
      gap: calc(0.25rem * 1);
      font-size: 0.6875rem;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .chat-header {
      grid-row-start: 1;
      display: flex;
      gap: calc(0.25rem * 1);
      font-size: 0.6875rem;
    }
  }
  @layer daisyui.l1 {
    .list-col-wrap {
      grid-row-start: 2;
    }
  }
  .container {
    width: 100%;
  }
  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .divider {
      display: flex;
      height: calc(0.25rem * 4);
      flex-direction: row;
      align-items: center;
      align-self: stretch;
      white-space: nowrap;
      margin: var(--divider-m, 1rem 0);
      --divider-color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .divider {
        --divider-color: color-mix(in oklab, var(--color-base-content) 10%, transparent);
      }
    }
    .divider:before,
    .divider:after {
      content: "";
      height: calc(0.25rem * 0.5);
      width: 100%;
      flex-grow: 1;
      background-color: var(--divider-color);
    }
    @media print {
      .divider:before,
      .divider:after {
        border: 0.5px solid;
      }
    }
    .divider:not(:empty) {
      gap: calc(0.25rem * 4);
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-2 {
    margin: calc(var(--spacing) * 2);
  }
  @layer daisyui.l1.l2.l3 {
    .filter {
      display: flex;
      flex-wrap: wrap;
    }
    .filter input[type=radio] {
      width: auto;
    }
    .filter input {
      overflow: hidden;
      opacity: 100%;
      scale: 1;
      transition:
        margin 0.1s,
        opacity 0.3s,
        padding 0.3s,
        border-width 0.1s;
    }
    .filter input:not(:last-child) {
      margin-inline-end: calc(0.25rem * 1);
    }
    .filter input.filter-reset {
      aspect-ratio: 1 / 1;
    }
    .filter input.filter-reset::after {
      --tw-content: "\d7";
      content: var(--tw-content);
    }
    .filter:not(:has(input:checked:not(.filter-reset))) .filter-reset,
    .filter:not(:has(input:checked:not(.filter-reset))) input[type=reset] {
      scale: 0;
      border-width: 0;
      margin-inline: calc(0.25rem * 0);
      width: calc(0.25rem * 0);
      padding-inline: calc(0.25rem * 0);
      opacity: 0%;
    }
    .filter:has(input:checked:not(.filter-reset)) input:not(:checked, .filter-reset, input[type=reset]) {
      scale: 0;
      border-width: 0;
      margin-inline: calc(0.25rem * 0);
      width: calc(0.25rem * 0);
      padding-inline: calc(0.25rem * 0);
      opacity: 0%;
    }
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  @layer daisyui.l1.l2 {
    .file-input-ghost {
      background-color: transparent;
      transition: background-color 0.2s;
      box-shadow: none;
      border-color: #0000;
    }
    .file-input-ghost::file-selector-button {
      margin-inline-start: calc(0.25rem * 0);
      margin-inline-end: calc(0.25rem * 4);
      height: 100%;
      cursor: pointer;
      padding-inline: calc(0.25rem * 4);
      webkit-user-select: none;
      -webkit-user-select: none;
      user-select: none;
      margin-block: 0;
      border-start-end-radius: calc(var(--join-ss, var(--radius-field) - var(--border)));
      border-end-end-radius: calc(var(--join-es, var(--radius-field) - var(--border)));
    }
    .file-input-ghost:focus,
    .file-input-ghost:focus-within {
      background-color: var(--color-base-100);
      color: var(--color-base-content);
      border-color: #0000;
      box-shadow: none;
    }
  }
  @layer daisyui.l1.l2 {
    .input-lg {
      --size: calc(var(--size-field, 0.25rem) * 12);
      font-size: max(var(--font-size, 1.125rem), 1.125rem);
    }
    .input-lg[type=number]::-webkit-inner-spin-button {
      margin-block: calc(0.25rem * -3);
      margin-inline-end: calc(0.25rem * -3);
    }
  }
  @layer daisyui.l1.l2 {
    .input-md {
      --size: calc(var(--size-field, 0.25rem) * 10);
      font-size: max(var(--font-size, 0.875rem), 0.875rem);
    }
    .input-md[type=number]::-webkit-inner-spin-button {
      margin-block: calc(0.25rem * -3);
      margin-inline-end: calc(0.25rem * -3);
    }
  }
  @layer daisyui.l1.l2 {
    .input-sm {
      --size: calc(var(--size-field, 0.25rem) * 8);
      font-size: max(var(--font-size, 0.75rem), 0.75rem);
    }
    .input-sm[type=number]::-webkit-inner-spin-button {
      margin-block: calc(0.25rem * -2);
      margin-inline-end: calc(0.25rem * -3);
    }
  }
  @layer daisyui.l1.l2 {
    .input-xl {
      --size: calc(var(--size-field, 0.25rem) * 14);
      font-size: max(var(--font-size, 1.375rem), 1.375rem);
    }
    .input-xl[type=number]::-webkit-inner-spin-button {
      margin-block: calc(0.25rem * -4);
      margin-inline-end: calc(0.25rem * -3);
    }
  }
  @layer daisyui.l1.l2 {
    .input-xs {
      --size: calc(var(--size-field, 0.25rem) * 6);
      font-size: max(var(--font-size, 0.6875rem), 0.6875rem);
    }
    .input-xs[type=number]::-webkit-inner-spin-button {
      margin-block: calc(0.25rem * -1);
      margin-inline-end: calc(0.25rem * -3);
    }
  }
  .my-0 {
    margin-block: calc(var(--spacing) * 0);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-12 {
    margin-block: calc(var(--spacing) * 12);
  }
  @layer daisyui.l1.l2.l3 {
    .label {
      display: inline-flex;
      align-items: center;
      gap: calc(0.25rem * 1.5);
      white-space: nowrap;
      color: currentcolor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .label {
        color: color-mix(in oklab, currentcolor 60%, transparent);
      }
    }
    .label:has(input) {
      cursor: pointer;
    }
    .label:is(.input > *, .select > *) {
      display: flex;
      height: calc(100% - 0.5rem);
      align-items: center;
      padding-inline: calc(0.25rem * 3);
      white-space: nowrap;
      font-size: inherit;
    }
    .label:is(.input > *, .select > *):first-child {
      margin-inline-start: calc(0.25rem * -3);
      margin-inline-end: calc(0.25rem * 3);
      border-inline-end: var(--border) solid currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .label:is(.input > *, .select > *):first-child {
        border-inline-end: var(--border) solid color-mix(in oklab, currentColor 10%, #0000);
      }
    }
    .label:is(.input > *, .select > *):last-child {
      margin-inline-start: calc(0.25rem * 3);
      margin-inline-end: calc(0.25rem * -3);
      border-inline-start: var(--border) solid currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .label:is(.input > *, .select > *):last-child {
        border-inline-start: var(--border) solid color-mix(in oklab, currentColor 10%, #0000);
      }
    }
  }
  @layer daisyui.l1.l2 {
    .steps-vertical {
      grid-auto-rows: 1fr;
      grid-auto-flow: row;
    }
    .steps-vertical .step {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-template-columns: 40px 1fr;
      grid-template-rows: repeat(1, minmax(0, 1fr));
      grid-template-rows: auto;
      gap: 0.5rem;
      min-height: 4rem;
      justify-items: start;
    }
    .steps-vertical .step:before {
      height: 100%;
      width: calc(0.25rem * 2);
      translate: -50% -50%;
      margin-inline-start: 50%;
    }
    [dir=rtl] :is(.steps-vertical .step):before {
      translate: 50% -50%;
    }
  }
  @layer daisyui.l1.l2 {
    .steps-horizontal {
      grid-auto-columns: 1fr;
      display: inline-grid;
      grid-auto-flow: column;
      overflow: hidden;
      overflow-x: auto;
    }
    .steps-horizontal .step {
      display: grid;
      grid-template-columns: repeat(1, minmax(0, 1fr));
      grid-template-columns: auto;
      grid-template-rows: repeat(2, minmax(0, 1fr));
      grid-template-rows: 40px 1fr;
      place-items: center;
      text-align: center;
      min-width: 4rem;
    }
    .steps-horizontal .step:before {
      height: calc(0.25rem * 2);
      width: 100%;
      translate: 0;
      margin-inline-start: -100%;
    }
    [dir=rtl] :is(.steps-horizontal .step):before {
      translate: 0;
    }
  }
  .join-horizontal {
    flex-direction: row;
  }
  .join-horizontal > .join-item:first-child {
    --join-ss: var(--radius-field);
    --join-se: 0;
    --join-es: var(--radius-field);
    --join-ee: 0;
  }
  .join-horizontal :first-child:not(:last-child) .join-item {
    --join-ss: var(--radius-field);
    --join-se: 0;
    --join-es: var(--radius-field);
    --join-ee: 0;
  }
  .join-horizontal > .join-item:last-child {
    --join-ss: 0;
    --join-se: var(--radius-field);
    --join-es: 0;
    --join-ee: var(--radius-field);
  }
  .join-horizontal :last-child:not(:first-child) .join-item {
    --join-ss: 0;
    --join-se: var(--radius-field);
    --join-es: 0;
    --join-ee: var(--radius-field);
  }
  .join-horizontal > .join-item:only-child {
    --join-ss: var(--radius-field);
    --join-se: var(--radius-field);
    --join-es: var(--radius-field);
    --join-ee: var(--radius-field);
  }
  .join-horizontal :only-child .join-item {
    --join-ss: var(--radius-field);
    --join-se: var(--radius-field);
    --join-es: var(--radius-field);
    --join-ee: var(--radius-field);
  }
  .join-horizontal .join-item:where(*:not(:first-child)) {
    margin-inline-start: calc(var(--border, 1px) * -1);
    margin-block-start: 0;
  }
  .join-vertical {
    flex-direction: column;
  }
  .join-vertical > .join-item:first-child {
    --join-ss: var(--radius-field);
    --join-se: var(--radius-field);
    --join-es: 0;
    --join-ee: 0;
  }
  .join-vertical :first-child:not(:last-child) .join-item {
    --join-ss: var(--radius-field);
    --join-se: var(--radius-field);
    --join-es: 0;
    --join-ee: 0;
  }
  .join-vertical > .join-item:last-child {
    --join-ss: 0;
    --join-se: 0;
    --join-es: var(--radius-field);
    --join-ee: var(--radius-field);
  }
  .join-vertical :last-child:not(:first-child) .join-item {
    --join-ss: 0;
    --join-se: 0;
    --join-es: var(--radius-field);
    --join-ee: var(--radius-field);
  }
  .join-vertical > .join-item:only-child {
    --join-ss: var(--radius-field);
    --join-se: var(--radius-field);
    --join-es: var(--radius-field);
    --join-ee: var(--radius-field);
  }
  .join-vertical :only-child .join-item {
    --join-ss: var(--radius-field);
    --join-se: var(--radius-field);
    --join-es: var(--radius-field);
    --join-ee: var(--radius-field);
  }
  .join-vertical .join-item:where(*:not(:first-child)) {
    margin-inline-start: 0;
    margin-block-start: calc(var(--border, 1px) * -1);
  }
  .join-item:where(*:not(:first-child, :disabled, [disabled], .btn-disabled)) {
    margin-inline-start: calc(var(--border, 1px) * -1);
    margin-block-start: 0;
  }
  .join-item:where(*:is(:disabled, [disabled], .btn-disabled)) {
    border-width: var(--border, 1px) 0 var(--border, 1px) var(--border, 1px);
  }
  @layer daisyui.l1.l2.l3 {
    .modal-action {
      margin-top: calc(0.25rem * 6);
      display: flex;
      justify-content: flex-end;
      gap: calc(0.25rem * 2);
    }
  }
  @layer daisyui.l1.l2 {
    .tabs-box {
      background-color: var(--color-base-200);
      padding: calc(0.25rem * 1);
      --tabs-box-radius: calc(3 * var(--radius-field));
      border-radius: calc(min(var(--tab-height) / 2, var(--radius-field)) + min(0.25rem, var(--tabs-box-radius)));
      box-shadow: 0 -0.5px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset, 0 0.5px oklch(0% 0 0 / calc(var(--depth) * 0.05)) inset;
    }
    .tabs-box > .tab {
      border-radius: var(--radius-field);
      border-style: none;
    }
    .tabs-box > .tab:focus-visible,
    .tabs-box > .tab:is(label:has(:checked:focus-visible)) {
      outline-offset: 2px;
    }
    .tabs-box > :is(.tab-active, [aria-selected=true], [aria-current=true], [aria-current=page]):not(.tab-disabled, [disabled]),
    .tabs-box > :is(input:checked),
    .tabs-box > :is(label:has(:checked)) {
      background-color: var(--tab-bg, var(--color-base-100));
      box-shadow:
        0 1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset,
        0 1px 1px -1px var(--color-neutral),
        0 1px 6px -4px var(--color-neutral);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .tabs-box > :is(.tab-active, [aria-selected=true], [aria-current=true], [aria-current=page]):not(.tab-disabled, [disabled]),
      .tabs-box > :is(input:checked),
      .tabs-box > :is(label:has(:checked)) {
        box-shadow:
          0 1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset,
          0 1px 1px -1px color-mix(in oklab, var(--color-neutral) calc(var(--depth) * 50%), #0000),
          0 1px 6px -4px color-mix(in oklab, var(--color-neutral) calc(var(--depth) * 100%), #0000);
      }
    }
    @media (forced-colors: active) {
      .tabs-box > :is(.tab-active, [aria-selected=true], [aria-current=true], [aria-current=page]):not(.tab-disabled, [disabled]),
      .tabs-box > :is(input:checked),
      .tabs-box > :is(label:has(:checked)) {
        border: 1px solid;
      }
    }
    .tabs-box > .tab-content {
      margin-top: calc(0.25rem * 1);
      height: calc(100% - var(--tab-height) + var(--border) - 0.5rem);
      border-radius: calc(min(var(--tab-height) / 2, var(--radius-field)) + min(0.25rem, var(--tabs-box-radius)) - var(--border));
    }
  }
  .-mt-2 {
    margin-top: calc(var(--spacing) * -2);
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-auto {
    margin-top: auto;
  }
  @layer daisyui.l1.l2.l3 {
    .breadcrumbs {
      max-width: 100%;
      overflow-x: auto;
      padding-block: calc(0.25rem * 2);
    }
    .breadcrumbs > menu,
    .breadcrumbs > ul,
    .breadcrumbs > ol {
      display: flex;
      min-height: min-content;
      align-items: center;
      white-space: nowrap;
    }
    :is(.breadcrumbs > menu, .breadcrumbs > ul, .breadcrumbs > ol) > li {
      display: flex;
      align-items: center;
    }
    :is(.breadcrumbs > menu, .breadcrumbs > ul, .breadcrumbs > ol) > li > * {
      display: flex;
      cursor: pointer;
      align-items: center;
      gap: calc(0.25rem * 2);
    }
    @media (hover: hover) {
      :is(.breadcrumbs > menu, .breadcrumbs > ul, .breadcrumbs > ol) > li > *:hover {
        text-decoration-line: underline;
      }
    }
    :is(.breadcrumbs > menu, .breadcrumbs > ul, .breadcrumbs > ol) > li > *:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
    @media (forced-colors: active) {
      :is(.breadcrumbs > menu, .breadcrumbs > ul, .breadcrumbs > ol) > li > *:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
    :is(.breadcrumbs > menu, .breadcrumbs > ul, .breadcrumbs > ol) > li > *:focus-visible {
      outline: 2px solid currentColor;
      outline-offset: 2px;
    }
    :is(.breadcrumbs > menu, .breadcrumbs > ul, .breadcrumbs > ol) > li + *:before {
      content: "";
      margin-right: calc(0.25rem * 3);
      margin-left: calc(0.25rem * 2);
      display: block;
      height: calc(0.25rem * 1.5);
      width: calc(0.25rem * 1.5);
      opacity: 40%;
      rotate: 45deg;
      border-top: 1px solid;
      border-right: 1px solid;
      background-color: #0000;
    }
    [dir=rtl] :is(:is(.breadcrumbs > menu, .breadcrumbs > ul, .breadcrumbs > ol) > li) + *:before {
      rotate: -135deg;
    }
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  @layer daisyui.l1.l2.l3 {
    .fieldset-legend {
      margin-bottom: calc(0.25rem * -1);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: calc(0.25rem * 2);
      padding-block: calc(0.25rem * 2);
      color: var(--color-base-content);
      font-weight: 600;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .footer-title {
      margin-bottom: calc(0.25rem * 2);
      text-transform: uppercase;
      opacity: 60%;
      font-weight: 600;
    }
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  @layer daisyui.l1.l2.l3 {
    .carousel-item {
      box-sizing: content-box;
      display: flex;
      flex: none;
      scroll-snap-align: start;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .status {
      display: inline-block;
      aspect-ratio: 1 / 1;
      width: calc(0.25rem * 2);
      height: calc(0.25rem * 2);
      border-radius: var(--radius-selector);
      background-color: var(--color-base-content);
      background-position: center;
      background-repeat: no-repeat;
      vertical-align: middle;
      color: color-mix(in srgb, #000 30%, transparent);
      background-image:
        radial-gradient(
          circle at 35% 30%,
          oklch(1 0 0 / calc(var(--depth) * 0.5)),
          #0000);
      box-shadow: 0 2px 3px -1px currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .status {
        background-color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
      }
    }
    @supports (color: color-mix(in lab, red, red)) {
      .status {
        color: color-mix(in oklab, var(--color-black) 30%, transparent);
      }
    }
    @supports (color: color-mix(in lab, red, red)) {
      .status {
        box-shadow: 0 2px 3px -1px color-mix(in oklab, currentColor calc(var(--depth) * 100%), #0000);
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    .mockup-phone {
      display: inline-grid;
      justify-items: center;
      border: 5px solid #6b6b6b;
      border-radius: 65px;
      background-color: #000;
      padding: 6px;
      overflow: hidden;
      width: 100%;
      max-width: 462px;
      aspect-ratio: 462 / 978;
    }
    @supports (corner-shape: superellipse(1.45)) {
      .mockup-phone {
        border-radius: 90px;
        corner-shape: superellipse(1.45);
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    .badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: calc(0.25rem * 2);
      border-radius: var(--radius-selector);
      vertical-align: middle;
      color: var(--badge-fg);
      border: var(--border) solid var(--badge-color, var(--color-base-200));
      font-size: 0.875rem;
      width: fit-content;
      background-size: auto, calc(var(--noise) * 100%);
      background-image: none, var(--fx-noise);
      background-color: var(--badge-bg);
      --badge-bg: var(--badge-color, var(--color-base-100));
      --badge-fg: var(--color-base-content);
      --size: calc(var(--size-selector, 0.25rem) * 6);
      height: var(--size);
      padding-inline: calc(var(--size) / 2 - var(--border));
    }
  }
  .kbd {
    box-shadow: none;
  }
  @layer daisyui.l1.l2.l3 {
    .kbd {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: var(--radius-field);
      background-color: var(--color-base-200);
      vertical-align: middle;
      padding-inline: 0.5em;
      border: var(--border) solid var(--color-base-content);
      border-bottom: calc(var(--border) + 1px) solid var(--color-base-content);
      --size: calc(var(--size-selector, 0.25rem) * 6);
      font-size: 0.875rem;
      height: var(--size);
      min-width: var(--size);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .kbd {
        border: var(--border) solid color-mix(in srgb, var(--color-base-content) 20%, #0000);
      }
    }
    @supports (color: color-mix(in lab, red, red)) {
      .kbd {
        border-bottom: calc(var(--border) + 1px) solid color-mix(in srgb, var(--color-base-content) 20%, #0000);
      }
    }
  }
  .text-rotate {
    height: 1lh;
  }
  @layer daisyui.l1.l2.l3 {
    .text-rotate {
      display: inline-block;
      overflow: hidden;
      vertical-align: bottom;
      white-space: nowrap;
      transition-property: none;
      --duration: var(--tw-duration);
    }
    .text-rotate > * {
      display: grid;
      justify-items: start;
      height: calc(var(--items, 1) * 100%);
    }
    .text-rotate > *:has(*:nth-child(2)) {
      --items: 2;
      animation: rotator var(--duration, 10s) linear(0 0% 49%, 0.5 50% 99%, 1 100% 100%) infinite;
    }
    .text-rotate > *:has(*:nth-child(3)) {
      --items: 3;
      animation: rotator var(--duration, 10s) linear(0 0% 32%, 0.333333 33% 65%, 0.666666 66% 99%, 1 100% 100%) infinite;
    }
    .text-rotate > *:has(*:nth-child(4)) {
      --items: 4;
      animation: rotator var(--duration, 10s) linear(0 0% 24%, 0.25 25% 49%, 0.5 50% 74%, 0.75 75% 99%, 1 100% 100%) infinite;
    }
    .text-rotate > *:has(*:nth-child(5)) {
      --items: 5;
      animation: rotator var(--duration, 10s) linear(0 0% 19%, 0.2 20% 39%, 0.4 40% 59%, 0.6 60% 79%, 0.8 80% 99%, 1 100% 100%) infinite;
    }
    .text-rotate > *:has(*:nth-child(6)) {
      --items: 6;
      animation: rotator var(--duration, 10s) linear(0 0% 15%, 0.16666 16% 32%, 0.333333 33% 49%, 0.5 50% 65%, 0.666666 66% 82%, 0.833333 83% 99%, 1 100% 100%) infinite;
    }
    .text-rotate > * > * {
      align-content: baseline;
      clip-path: inset(0.5px 0px 0.5px 0px);
    }
    .text-rotate > * > *:nth-child(1) {
      translate: var(--first-item-position);
    }
    .text-rotate:hover > * {
      animation-play-state: paused;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .tabs {
      display: flex;
      flex-wrap: wrap;
      --tabs-height: auto;
      --tabs-direction: row;
      --tab-height: calc(var(--size-field, 0.25rem) * 10);
      height: var(--tabs-height);
      flex-direction: var(--tabs-direction);
    }
  }
  @layer daisyui.l1.l2.l3 {
    .footer {
      display: grid;
      width: 100%;
      grid-auto-flow: row;
      place-items: start;
      column-gap: calc(0.25rem * 4);
      row-gap: calc(0.25rem * 10);
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
    .footer > * {
      display: grid;
      place-items: start;
      gap: calc(0.25rem * 2);
    }
    .footer.footer-center {
      grid-auto-flow: column dense;
      place-items: center;
      text-align: center;
    }
    .footer.footer-center > * {
      place-items: center;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .stat {
      display: inline-grid;
      width: 100%;
      column-gap: calc(0.25rem * 4);
      padding-inline: calc(0.25rem * 6);
      padding-block: calc(0.25rem * 4);
      grid-template-columns: repeat(1, 1fr);
    }
    .stat:not(:last-child) {
      border-inline-end: var(--border) dashed currentColor;
      border-block-end: none;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .stat:not(:last-child) {
        border-inline-end: var(--border) dashed color-mix(in oklab, currentColor 10%, #0000);
      }
    }
  }
  @layer daisyui.l1.l2.l3 {
    .navbar-end {
      display: inline-flex;
      align-items: center;
      width: 50%;
      justify-content: flex-end;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .navbar-start {
      display: inline-flex;
      align-items: center;
      width: 50%;
      justify-content: flex-start;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .card-body {
      display: flex;
      flex: auto;
      flex-direction: column;
      gap: calc(0.25rem * 2);
      padding: var(--card-p, 1.5rem);
      font-size: var(--card-fs, 0.875rem);
    }
    .card-body :where(p) {
      flex-grow: 1;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .navbar-center {
      display: inline-flex;
      align-items: center;
      flex-shrink: 0;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .fab-flower {
      display: grid;
      --position: 0rem;
    }
    .fab-flower > *:nth-child(-n+2) {
      --position: 0rem;
    }
    .fab-flower > * {
      grid-area: 1/1;
      --degree: 180deg;
      --flip-degree: calc(180deg - var(--degree));
      transform: translateX(calc(cos(var(--degree)) * var(--position))) translateY(calc(sin(var(--degree)) * -1 * var(--position)));
    }
    [dir=rtl] :is(.fab-flower > *) {
      transform: translateX(calc(cos(var(--flip-degree)) * var(--position))) translateY(calc(sin(var(--flip-degree)) * -1 * var(--position)));
    }
    .fab-flower > :nth-child(n+7) {
      display: none;
    }
    .fab-flower:has(:nth-child(3)) {
      --position: 140%;
    }
    .fab-flower:has(:nth-child(3)) > :nth-child(3) {
      --degree: 135deg;
    }
    .fab-flower:has(:nth-child(4)) {
      --position: 140%;
    }
    .fab-flower:has(:nth-child(4)) > :nth-child(3) {
      --degree: 165deg;
    }
    .fab-flower:has(:nth-child(4)) > :nth-child(4) {
      --degree: 105deg;
    }
    .fab-flower:has(:nth-child(5)) {
      --position: 180%;
    }
    .fab-flower:has(:nth-child(5)) > :nth-child(3) {
      --degree: 180deg;
    }
    .fab-flower:has(:nth-child(5)) > :nth-child(4) {
      --degree: 135deg;
    }
    .fab-flower:has(:nth-child(5)) > :nth-child(5) {
      --degree: 90deg;
    }
    .fab-flower:has(:nth-child(6)) {
      --position: 220%;
    }
    .fab-flower:has(:nth-child(6)) > :nth-child(3) {
      --degree: 180deg;
    }
    .fab-flower:has(:nth-child(6)) > :nth-child(4) {
      --degree: 150deg;
    }
    .fab-flower:has(:nth-child(6)) > :nth-child(5) {
      --degree: 120deg;
    }
    .fab-flower:has(:nth-child(6)) > :nth-child(6) {
      --degree: 90deg;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .fieldset-label {
      display: flex;
      align-items: center;
      gap: calc(0.25rem * 1.5);
      color: var(--color-base-content);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .fieldset-label {
        color: color-mix(in oklab, var(--color-base-content) 60%, transparent);
      }
    }
    .fieldset-label:has(input) {
      cursor: pointer;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .carousel {
      display: inline-flex;
      overflow-x: scroll;
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
    }
    @media (prefers-reduced-motion: no-preference) {
      .carousel {
        scroll-behavior: smooth;
      }
    }
    .carousel::-webkit-scrollbar {
      display: none;
    }
  }
  .alert {
    border-width: var(--border);
    border-color: var(--alert-border-color, var(--color-base-200));
  }
  @layer daisyui.l1.l2.l3 {
    .alert {
      border-style: solid;
      --alert-border-color: var(--color-base-200);
      display: grid;
      align-items: center;
      gap: calc(0.25rem * 4);
      border-radius: var(--radius-box);
      padding-inline: calc(0.25rem * 4);
      padding-block: calc(0.25rem * 3);
      color: var(--color-base-content);
      background-color: var(--alert-color, var(--color-base-200));
      justify-content: start;
      justify-items: start;
      grid-auto-flow: column;
      grid-template-columns: auto;
      text-align: start;
      font-size: 0.875rem;
      line-height: 1.25rem;
      background-size: auto, calc(var(--noise) * 100%);
      background-image: none, var(--fx-noise);
      box-shadow:
        0 3px 0 -2px oklch(100% 0 0 / calc(var(--depth) * 0.08)) inset,
        0 1px #000,
        0 4px 3px -2px oklch(0% 0 0 / calc(var(--depth) * 0.08));
    }
    @supports (color: color-mix(in lab, red, red)) {
      .alert {
        box-shadow:
          0 3px 0 -2px oklch(100% 0 0 / calc(var(--depth) * 0.08)) inset,
          0 1px color-mix(in oklab, color-mix(in oklab, #000 20%, var(--alert-color, var(--color-base-200))) calc(var(--depth) * 20%), #0000),
          0 4px 3px -2px oklch(0% 0 0 / calc(var(--depth) * 0.08));
      }
    }
    .alert:has(:nth-child(2)) {
      grid-template-columns: auto minmax(auto, 1fr);
    }
  }
  @layer daisyui.l1.l2.l3 {
    .fieldset {
      display: grid;
      gap: calc(0.25rem * 1.5);
      padding-block: calc(0.25rem * 1);
      font-size: 0.75rem;
      grid-template-columns: 1fr;
      grid-auto-rows: max-content;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .chat {
      display: grid;
      grid-auto-rows: min-content;
      column-gap: calc(0.25rem * 3);
      padding-block: calc(0.25rem * 1);
      --mask-chat: url("data:image/svg+xml,%3csvg width='13' height='13' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M0 11.5004C0 13.0004 2 13.0004 2 13.0004H12H13V0.00036329L12.5 0C12.5 0 11.977 2.09572 11.8581 2.50033C11.6075 3.35237 10.9149 4.22374 9 5.50036C6 7.50036 0 10.0004 0 11.5004Z'/%3e%3c/svg%3e");
    }
  }
  @layer daisyui.l1.l2.l3 {
    .card-actions {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      gap: calc(0.25rem * 2);
    }
  }
  @layer daisyui.l1.l2 {
    .avatar-placeholder > div {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .card-title {
      display: flex;
      align-items: center;
      gap: calc(0.25rem * 2);
      font-size: var(--cardtitle-fs, 1.125rem);
      font-weight: 600;
    }
  }
  @layer daisyui.l1.l2.l3 {
    .avatar-group {
      display: flex;
      overflow: hidden;
    }
    .avatar-group .avatar {
      overflow: hidden;
      border-radius: calc(infinity * 1px);
      border: 4px solid var(--color-base-100);
    }
  }
  @layer daisyui.l1.l2.l3 {
    .mask {
      display: inline-block;
      vertical-align: middle;
      -webkit-mask-size: contain;
      mask-size: contain;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-position: center;
      mask-position: center;
    }
  }
  .block {
    display: block;
  }
  @layer daisyui.l1.l2 {
    .divider-end:after {
      display: none;
    }
  }
  @layer daisyui.l1.l2 {
    .divider-start:before {
      display: none;
    }
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .aspect-16\/9 {
    aspect-ratio: 16/9;
  }
  @layer daisyui.l1.l2 {
    .modal-bottom {
      place-items: end;
    }
    .modal-bottom .modal-box {
      height: auto;
      width: 100%;
      max-width: none;
      max-height: calc(100vh - 5em);
      translate: 0 100%;
      scale: 1;
      --modal-tl: var(--radius-box);
      --modal-tr: var(--radius-box);
      --modal-bl: 0;
      --modal-br: 0;
    }
  }
  @layer daisyui.l1.l2 {
    .modal-end {
      place-items: end;
    }
    .modal-end .modal-box {
      height: 100vh;
      max-height: none;
      width: auto;
      max-width: none;
      translate: 100% 0;
      scale: 1;
      --modal-tl: var(--radius-box);
      --modal-tr: 0;
      --modal-bl: var(--radius-box);
      --modal-br: 0;
    }
  }
  @layer daisyui.l1.l2 {
    .modal-middle {
      place-items: center;
    }
    .modal-middle .modal-box {
      height: auto;
      width: calc(11/12 * 100%);
      max-width: 32rem;
      max-height: calc(100vh - 5em);
      translate: 0 2%;
      scale: 98%;
      --modal-tl: var(--radius-box);
      --modal-tr: var(--radius-box);
      --modal-bl: var(--radius-box);
      --modal-br: var(--radius-box);
    }
  }
  @layer daisyui.l1.l2 {
    .modal-start {
      place-items: start;
    }
    .modal-start .modal-box {
      height: 100vh;
      max-height: none;
      width: auto;
      max-width: none;
      translate: -100% 0;
      scale: 1;
      --modal-tl: 0;
      --modal-tr: var(--radius-box);
      --modal-bl: 0;
      --modal-br: var(--radius-box);
    }
  }
  @layer daisyui.l1.l2 {
    .modal-top {
      place-items: start;
    }
    .modal-top .modal-box {
      height: auto;
      width: 100%;
      max-width: none;
      max-height: calc(100vh - 5em);
      translate: 0 -100%;
      scale: 1;
      --modal-tl: 0;
      --modal-tr: 0;
      --modal-bl: var(--radius-box);
      --modal-br: var(--radius-box);
    }
  }
  @layer daisyui.l1.l2 {
    .card-side {
      align-items: stretch;
      flex-direction: row;
    }
    .card-side :where(figure:first-child) {
      overflow: hidden;
      border-start-start-radius: inherit;
      border-start-end-radius: unset;
      border-end-start-radius: inherit;
      border-end-end-radius: unset;
    }
    .card-side :where(figure:last-child) {
      overflow: hidden;
      border-start-start-radius: unset;
      border-start-end-radius: inherit;
      border-end-start-radius: unset;
      border-end-end-radius: inherit;
    }
    .card-side figure > * {
      max-width: unset;
    }
    .card-side :where(figure > *) {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  @layer daisyui.l1.l2 {
    .divider-horizontal {
      --divider-m: 0 1rem;
    }
    .divider-horizontal.divider {
      height: auto;
      width: calc(0.25rem * 4);
      flex-direction: column;
    }
    .divider-horizontal.divider:before {
      height: 100%;
      width: calc(0.25rem * 0.5);
    }
    .divider-horizontal.divider:after {
      height: 100%;
      width: calc(0.25rem * 0.5);
    }
  }
  @layer daisyui.l1.l2 {
    .divider-vertical {
      --divider-m: 1rem 0;
    }
    .divider-vertical.divider {
      height: calc(0.25rem * 4);
      width: auto;
      flex-direction: row;
    }
    .divider-vertical.divider:before {
      height: calc(0.25rem * 0.5);
      width: 100%;
    }
    .divider-vertical.divider:after {
      height: calc(0.25rem * 0.5);
      width: 100%;
    }
  }
  @layer daisyui.l1.l2 {
    .btn-circle {
      border-radius: calc(infinity * 1px);
      padding-inline: calc(0.25rem * 0);
      width: var(--size);
      height: var(--size);
    }
  }
  @layer daisyui.l1.l2 {
    .btn-square {
      padding-inline: calc(0.25rem * 0);
      width: var(--size);
      height: var(--size);
    }
  }
  @layer daisyui.l1.l2 {
    .status-lg {
      width: calc(0.25rem * 3);
      height: calc(0.25rem * 3);
    }
  }
  @layer daisyui.l1.l2 {
    .status-md {
      width: calc(0.25rem * 2);
      height: calc(0.25rem * 2);
    }
  }
  @layer daisyui.l1.l2 {
    .status-sm {
      width: calc(0.25rem * 1);
      height: calc(0.25rem * 1);
    }
  }
  @layer daisyui.l1.l2 {
    .status-xl {
      width: calc(0.25rem * 4);
      height: calc(0.25rem * 4);
    }
  }
  @layer daisyui.l1.l2 {
    .status-xs {
      width: calc(0.25rem * 0.5);
      height: calc(0.25rem * 0.5);
    }
  }
  @layer daisyui.l1.l2 {
    .dock-md {
      height: 4rem;
      height: calc(4rem + env(safe-area-inset-bottom));
    }
    .dock-md .dock-label {
      font-size: 0.6875rem;
    }
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-64 {
    height: calc(var(--spacing) * 64);
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-full {
    height: 100%;
  }
  .max-h-32 {
    max-height: calc(var(--spacing) * 32);
  }
  .min-h-\[70vh\] {
    min-height: 70vh;
  }
  .min-h-\[600px\] {
    min-height: 600px;
  }
  .min-h-full {
    min-height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  @layer daisyui.l1.l2 {
    .btn-wide {
      width: 100%;
      max-width: calc(0.25rem * 64);
    }
  }
  @layer daisyui.l1.l2.l3 {
    .cally {
      font-size: 0.7rem;
    }
    .cally::part(container) {
      padding: 0.5rem 1rem;
      -webkit-user-select: none;
      user-select: none;
    }
    .cally ::part(th) {
      font-weight: normal;
      block-size: auto;
    }
    .cally::part(header) {
      direction: ltr;
    }
    .cally ::part(head) {
      opacity: 0.5;
      font-size: 0.7rem;
    }
    .cally::part(button) {
      border-radius: var(--radius-field);
      border: none;
      padding: 0.5rem;
      background: #0000;
    }
    .cally::part(button):hover {
      background: var(--color-base-200);
    }
    .cally ::part(day) {
      border-radius: var(--radius-field);
      font-size: 0.7rem;
    }
    :is():not(selected, today) {
      background: var(--color-base-200);
    }
    .cally ::part(button day today) {
      background: var(--color-primary);
      color: var(--color-primary-content);
    }
    .cally ::part(selected) {
      color: var(--color-base-100);
      background: var(--color-base-content);
      border-radius: var(--radius-field);
    }
    .cally ::part(range-inner) {
      border-radius: 0;
    }
    .cally ::part(range-start) {
      border-start-end-radius: 0;
      border-end-end-radius: 0;
    }
    .cally ::part(range-end) {
      border-start-start-radius: 0;
      border-end-start-radius: 0;
    }
    .cally ::part(range-start range-end) {
      border-radius: var(--radius-field);
    }
    .cally calendar-month {
      width: 100%;
    }
  }
  @layer daisyui.l1.l2 {
    .dock-active:after {
      width: calc(0.25rem * 10);
      background-color: currentcolor;
      color: currentcolor;
    }
  }
  @layer daisyui.l1.l2 {
    .rating-half.rating-xs *:not(.rating-hidden) {
      width: calc(0.25rem * 2);
    }
    .rating-half.rating-sm *:not(.rating-hidden) {
      width: calc(0.25rem * 2.5);
    }
    .rating-half.rating-md *:not(.rating-hidden) {
      width: calc(0.25rem * 3);
    }
    .rating-half.rating-lg *:not(.rating-hidden) {
      width: .875rem;
    }
    .rating-half.rating-xl *:not(.rating-hidden) {
      width: calc(0.25rem * 4);
    }
  }
  @layer daisyui.l1.l2 {
    .btn-block {
      width: 100%;
    }
  }
  @layer daisyui.l1.l2 {
    .loading-lg {
      width: calc(var(--size-selector, 0.25rem) * 7);
    }
  }
  @layer daisyui.l1.l2 {
    .loading-md {
      width: calc(var(--size-selector, 0.25rem) * 6);
    }
  }
  @layer daisyui.l1.l2 {
    .loading-sm {
      width: calc(var(--size-selector, 0.25rem) * 5);
    }
  }
  @layer daisyui.l1.l2 {
    .loading-xl {
      width: calc(var(--size-selector, 0.25rem) * 8);
    }
  }
  @layer daisyui.l1.l2 {
    .loading-xs {
      width: calc(var(--size-selector, 0.25rem) * 4);
    }
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-3\/4 {
    width: calc(3/4 * 100%);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-11\/12 {
    width: calc(11/12 * 100%);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-52 {
    width: calc(var(--spacing) * 52);
  }
  .w-64 {
    width: calc(var(--spacing) * 64);
  }
  .w-72 {
    width: calc(var(--spacing) * 72);
  }
  .w-80 {
    width: calc(var(--spacing) * 80);
  }
  .w-\[45\%\] {
    width: 45%;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-60 {
    max-width: calc(var(--spacing) * 60);
  }
  .max-w-100 {
    max-width: calc(var(--spacing) * 100);
  }
  .max-w-\[200px\] {
    max-width: 200px;
  }
  .max-w-\[250px\] {
    max-width: 250px;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-32 {
    min-width: calc(var(--spacing) * 32);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-none {
    flex: none;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  @layer daisyui.l1.l2 {
    .swap-rotate .swap-on,
    .swap-rotate input:indeterminate ~ .swap-on {
      rotate: 45deg;
    }
    .swap-rotate input:is(:checked, :indeterminate) ~ .swap-on,
    .swap-rotate.swap-active .swap-on {
      rotate: 0deg;
    }
    .swap-rotate input:is(:checked, :indeterminate) ~ .swap-off,
    .swap-rotate.swap-active .swap-off {
      rotate: calc(45deg * -1);
    }
  }
  @layer daisyui.l1.l2 {
    .swap-flip {
      transform-style: preserve-3d;
      perspective: 20rem;
    }
    .swap-flip .swap-on,
    .swap-flip .swap-indeterminate,
    .swap-flip input:indeterminate ~ .swap-on {
      transform: rotateY(180deg);
      backface-visibility: hidden;
    }
    .swap-flip input:is(:checked, :indeterminate) ~ .swap-on,
    .swap-flip.swap-active .swap-on {
      transform: rotateY(0deg);
    }
    .swap-flip input:is(:checked, :indeterminate) ~ .swap-off,
    .swap-flip.swap-active .swap-off {
      transform: rotateY(-180deg);
      backface-visibility: hidden;
      opacity: 100%;
    }
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  @layer daisyui.l1.l2.l3 {
    .skeleton {
      border-radius: var(--radius-box);
      background-color: var(--color-base-300);
      will-change: background-position;
      background-image:
        linear-gradient(
          105deg,
          #0000 0% 40%,
          var(--color-base-100) 50%,
          #0000 60% 100%);
      background-size: 200% auto;
      background-position-x: -50%;
    }
    @media (prefers-reduced-motion: reduce) {
      .skeleton {
        transition-duration: 15s;
      }
    }
    @media (prefers-reduced-motion: no-preference) {
      .skeleton {
        animation: skeleton 1.8s ease-in-out infinite;
      }
    }
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  @layer daisyui.l1.l2.l3 {
    .link {
      cursor: pointer;
      text-decoration-line: underline;
    }
    .link:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
    @media (forced-colors: active) {
      .link:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
    .link:focus-visible {
      outline: 2px solid currentColor;
      outline-offset: 2px;
    }
  }
  .cursor-pointer {
    cursor: pointer;
  }
  @layer daisyui.l1.l2 {
    .carousel-horizontal {
      flex-direction: row;
      overflow-x: scroll;
      scroll-snap-type: x mandatory;
    }
  }
  @layer daisyui.l1.l2 {
    .carousel-vertical {
      flex-direction: column;
      overflow-y: scroll;
      scroll-snap-type: y mandatory;
    }
  }
  @layer daisyui.l1.l2 {
    .carousel-center .carousel-item {
      scroll-snap-align: center;
    }
  }
  @layer daisyui.l1.l2 {
    .carousel-end .carousel-item {
      scroll-snap-align: end;
    }
  }
  @layer daisyui.l1.l2 {
    .carousel-start .carousel-item {
      scroll-snap-align: start;
    }
  }
  @layer daisyui.l1.l2 {
    .alert-horizontal {
      justify-content: start;
      justify-items: start;
      grid-auto-flow: column;
      grid-template-columns: auto;
      text-align: start;
    }
    .alert-horizontal:has(:nth-child(2)) {
      grid-template-columns: auto minmax(auto, 1fr);
    }
  }
  @layer daisyui.l1.l2 {
    .alert-vertical {
      justify-content: center;
      justify-items: center;
      grid-auto-flow: row;
      grid-template-columns: auto;
      text-align: center;
    }
    .alert-vertical:has(:nth-child(2)) {
      grid-template-columns: auto;
    }
  }
  @layer daisyui.l1.l2 {
    .stats-horizontal {
      grid-auto-flow: column;
      overflow-x: auto;
    }
    .stats-horizontal .stat:not(:last-child) {
      border-inline-end: var(--border) dashed currentColor;
      border-block-end: none;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .stats-horizontal .stat:not(:last-child) {
        border-inline-end: var(--border) dashed color-mix(in oklab, currentColor 10%, #0000);
      }
    }
  }
  @layer daisyui.l1.l2 {
    .stats-vertical {
      grid-auto-flow: row;
      overflow-y: auto;
    }
    .stats-vertical .stat:not(:last-child) {
      border-inline-end: none;
      border-block-end: var(--border) dashed currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .stats-vertical .stat:not(:last-child) {
        border-block-end: var(--border) dashed color-mix(in oklab, currentColor 10%, #0000);
      }
    }
  }
  @layer daisyui.l1.l2 {
    .footer-horizontal {
      grid-auto-flow: column;
    }
    .footer-horizontal.footer-center {
      grid-auto-flow: row dense;
    }
  }
  @layer daisyui.l1.l2 {
    .footer-vertical {
      grid-auto-flow: row;
    }
    .footer-vertical.footer-center {
      grid-auto-flow: column dense;
    }
  }
  .grid-flow-col {
    grid-auto-flow: column;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .justify-items-center {
    justify-items: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  :where(.space-y-1 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  @layer daisyui.l1.l2.l3 {
    .timeline-box {
      border: var(--border) solid;
      border-radius: var(--radius-box);
      border-color: var(--color-base-300);
      background-color: var(--color-base-100);
      padding-inline: calc(0.25rem * 4);
      padding-block: calc(0.25rem * 2);
      font-size: 0.75rem;
      box-shadow: 0 1px 2px 0 #0000000d;
    }
  }
  @layer daisyui.l1.l2 {
    .menu-lg :where(li:not(.menu-title) > *:not(ul, details, .menu-title)),
    .menu-lg :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
      border-radius: var(--radius-field);
      padding-inline: calc(0.25rem * 4);
      padding-block: calc(0.25rem * 1.5);
      font-size: 1.125rem;
    }
    .menu-lg .menu-title {
      padding-inline: calc(0.25rem * 6);
      padding-block: calc(0.25rem * 3);
    }
  }
  @layer daisyui.l1.l2 {
    .menu-md :where(li:not(.menu-title) > *:not(ul, details, .menu-title)),
    .menu-md :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
      border-radius: var(--radius-field);
      padding-inline: calc(0.25rem * 3);
      padding-block: calc(0.25rem * 1.5);
      font-size: 0.875rem;
    }
    .menu-md .menu-title {
      padding-inline: calc(0.25rem * 3);
      padding-block: calc(0.25rem * 2);
    }
  }
  @layer daisyui.l1.l2 {
    .menu-sm :where(li:not(.menu-title) > *:not(ul, details, .menu-title)),
    .menu-sm :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
      border-radius: var(--radius-field);
      padding-inline: calc(0.25rem * 2.5);
      padding-block: calc(0.25rem * 1);
      font-size: 0.75rem;
    }
    .menu-sm .menu-title {
      padding-inline: calc(0.25rem * 3);
      padding-block: calc(0.25rem * 2);
    }
  }
  @layer daisyui.l1.l2 {
    .menu-xl :where(li:not(.menu-title) > *:not(ul, details, .menu-title)),
    .menu-xl :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
      border-radius: var(--radius-field);
      padding-inline: calc(0.25rem * 5);
      padding-block: calc(0.25rem * 1.5);
      font-size: 1.375rem;
    }
    .menu-xl .menu-title {
      padding-inline: calc(0.25rem * 6);
      padding-block: calc(0.25rem * 3);
    }
  }
  @layer daisyui.l1.l2 {
    .menu-xs :where(li:not(.menu-title) > *:not(ul, details, .menu-title)),
    .menu-xs :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
      border-radius: var(--radius-field);
      padding-inline: calc(0.25rem * 2);
      padding-block: calc(0.25rem * 1);
      font-size: 0.6875rem;
    }
    .menu-xs .menu-title {
      padding-inline: calc(0.25rem * 2);
      padding-block: calc(0.25rem * 1);
    }
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-box {
    border-radius: var(--radius-box);
  }
  .rounded-box {
    border-radius: var(--radius-box);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  @layer daisyui.l1.l2 {
    .badge-dash {
      color: var(--badge-color);
      --badge-bg: #0000;
      background-image: none;
      border-color: currentColor;
      border-style: dashed;
    }
  }
  @layer daisyui.l1 {
    .alert-dash {
      background-color: transparent;
      color: var(--alert-color);
      border-style: dashed;
      box-shadow: none;
      background-image: none;
    }
  }
  .btn-dash {
    border-style: dashed;
  }
  @layer daisyui.l1 {
    .btn-dash:not(.btn-active, :hover, :active:focus, :focus-visible, input:checked:not(.filter .btn), :disabled, [disabled], .btn-disabled) {
      --btn-shadow: "";
      --btn-bg: #0000;
      --btn-fg: var(--btn-color);
      --btn-border: var(--btn-color);
      --btn-noise: none;
    }
    @media (hover: none) {
      .btn-dash:not(.btn-active, :active, :focus-visible, input:checked:not(.filter .btn)):hover {
        --btn-shadow: "";
        --btn-bg: #0000;
        --btn-fg: var(--btn-color);
        --btn-border: var(--btn-color);
        --btn-noise: none;
      }
    }
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  @layer daisyui.l1.l2 {
    .badge-ghost {
      border-color: var(--color-base-200);
      background-color: var(--color-base-200);
      color: var(--color-base-content);
      background-image: none;
    }
  }
  @layer daisyui.l1.l2 {
    .badge-soft {
      color: var(--badge-color, var(--color-base-content));
      background-color: var(--badge-color, var(--color-base-content));
      border-color: var(--badge-color, var(--color-base-content));
      background-image: none;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .badge-soft {
        background-color: color-mix(in oklab, var(--badge-color, var(--color-base-content)) 8%, var(--color-base-100));
      }
    }
    @supports (color: color-mix(in lab, red, red)) {
      .badge-soft {
        border-color: color-mix(in oklab, var(--badge-color, var(--color-base-content)) 10%, var(--color-base-100));
      }
    }
  }
  @layer daisyui.l1.l2 {
    .select-ghost {
      background-color: transparent;
      transition: background-color 0.2s;
      box-shadow: none;
      border-color: #0000;
    }
    .select-ghost:focus,
    .select-ghost:focus-within {
      background-color: var(--color-base-100);
      color: var(--color-base-content);
      border-color: #0000;
      box-shadow: none;
    }
  }
  @layer daisyui.l1.l2 {
    .input-ghost {
      background-color: transparent;
      box-shadow: none;
      border-color: #0000;
    }
    .input-ghost:focus,
    .input-ghost:focus-within {
      background-color: var(--color-base-100);
      color: var(--color-base-content);
      border-color: #0000;
      box-shadow: none;
    }
  }
  @layer daisyui.l1.l2 {
    .textarea-ghost {
      background-color: transparent;
      box-shadow: none;
      border-color: #0000;
    }
    .textarea-ghost:focus,
    .textarea-ghost:focus-within {
      background-color: var(--color-base-100);
      color: var(--color-base-content);
      border-color: #0000;
      box-shadow: none;
    }
  }
  @layer daisyui.l1.l2 {
    .badge-outline {
      color: var(--badge-color);
      --badge-bg: #0000;
      background-image: none;
      border-color: currentColor;
    }
  }
  .border-base-200 {
    border-color: var(--color-base-200);
  }
  .border-base-300 {
    border-color: var(--color-base-300);
  }
  .border-gray-100 {
    border-color: var(--color-gray-100);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-green-200 {
    border-color: var(--color-green-200);
  }
  .border-primary-content {
    border-color: var(--color-primary-content);
  }
  @layer daisyui.l1.l2 {
    .menu-active:where(:not(ul, details, .menu-title, .btn)) {
      --tw-outline-style: none;
      outline-style: none;
      color: var(--menu-active-fg);
      background-color: var(--menu-active-bg);
      background-size: auto, calc(var(--noise) * 100%);
      background-image: none, var(--fx-noise);
    }
    @media (forced-colors: active) {
      .menu-active:where(:not(ul, details, .menu-title, .btn)) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
  }
  @layer daisyui.l1 {
    .alert-outline {
      background-color: transparent;
      color: var(--alert-color);
      box-shadow: none;
      background-image: none;
    }
  }
  @layer daisyui.l1.l2 {
    .chat-bubble-accent {
      background-color: var(--color-accent);
      color: var(--color-accent-content);
    }
  }
  @layer daisyui.l1.l2 {
    .chat-bubble-error {
      background-color: var(--color-error);
      color: var(--color-error-content);
    }
  }
  @layer daisyui.l1.l2 {
    .chat-bubble-info {
      background-color: var(--color-info);
      color: var(--color-info-content);
    }
  }
  @layer daisyui.l1.l2 {
    .chat-bubble-neutral {
      background-color: var(--color-neutral);
      color: var(--color-neutral-content);
    }
  }
  @layer daisyui.l1.l2 {
    .chat-bubble-primary {
      background-color: var(--color-primary);
      color: var(--color-primary-content);
    }
  }
  @layer daisyui.l1.l2 {
    .chat-bubble-secondary {
      background-color: var(--color-secondary);
      color: var(--color-secondary-content);
    }
  }
  @layer daisyui.l1.l2 {
    .chat-bubble-success {
      background-color: var(--color-success);
      color: var(--color-success-content);
    }
  }
  @layer daisyui.l1.l2 {
    .chat-bubble-warning {
      background-color: var(--color-warning);
      color: var(--color-warning-content);
    }
  }
  @layer daisyui.l1.l2 {
    .status-accent {
      background-color: var(--color-accent);
      color: var(--color-accent);
    }
  }
  @layer daisyui.l1.l2 {
    .status-error {
      background-color: var(--color-error);
      color: var(--color-error);
    }
  }
  @layer daisyui.l1.l2 {
    .status-info {
      background-color: var(--color-info);
      color: var(--color-info);
    }
  }
  @layer daisyui.l1.l2 {
    .status-neutral {
      background-color: var(--color-neutral);
      color: var(--color-neutral);
    }
  }
  @layer daisyui.l1.l2 {
    .status-primary {
      background-color: var(--color-primary);
      color: var(--color-primary);
    }
  }
  @layer daisyui.l1.l2 {
    .status-secondary {
      background-color: var(--color-secondary);
      color: var(--color-secondary);
    }
  }
  @layer daisyui.l1.l2 {
    .status-success {
      background-color: var(--color-success);
      color: var(--color-success);
    }
  }
  @layer daisyui.l1.l2 {
    .status-warning {
      background-color: var(--color-warning);
      color: var(--color-warning);
    }
  }
  @layer daisyui.l1.l2 {
    .table-zebra tbody tr:where(:nth-child(even)) {
      background-color: var(--color-base-200);
    }
    .table-zebra tbody tr:where(:nth-child(even)) :where(.table-pin-cols tr th) {
      background-color: var(--color-base-200);
    }
    @media (hover: hover) {
      :is(.table-zebra tbody tr.row-hover, .table-zebra tbody tr.row-hover:where(:nth-child(even))):hover {
        background-color: var(--color-base-300);
      }
    }
  }
  .bg-base-100 {
    background-color: var(--color-base-100);
  }
  .bg-base-200 {
    background-color: var(--color-base-200);
  }
  .bg-base-200\/30 {
    background-color: var(--color-base-200);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-base-200\/30 {
      background-color: color-mix(in oklab, var(--color-base-200) 30%, transparent);
    }
  }
  .bg-base-200\/50 {
    background-color: var(--color-base-200);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-base-200\/50 {
      background-color: color-mix(in oklab, var(--color-base-200) 50%, transparent);
    }
  }
  .bg-base-300\/40 {
    background-color: var(--color-base-300);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-base-300\/40 {
      background-color: color-mix(in oklab, var(--color-base-300) 40%, transparent);
    }
  }
  .bg-blue-400 {
    background-color: var(--color-blue-400);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-gray-50\/50 {
    background-color: color-mix(in srgb, oklch(98.5% 0.002 247.839) 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-gray-50\/50 {
      background-color: color-mix(in oklab, var(--color-gray-50) 50%, transparent);
    }
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-green-50 {
    background-color: var(--color-green-50);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-primary\/10 {
    background-color: var(--color-primary);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-primary\/10 {
      background-color: color-mix(in oklab, var(--color-primary) 10%, transparent);
    }
  }
  .bg-red-400 {
    background-color: var(--color-red-400);
  }
  .bg-red-500\! {
    background-color: var(--color-red-500) !important;
  }
  .bg-teal-400 {
    background-color: var(--color-teal-400);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  @layer daisyui.l1.l2 {
    .divider-accent:before,
    .divider-accent:after {
      background-color: var(--color-accent);
    }
  }
  @layer daisyui.l1.l2 {
    .divider-error:before,
    .divider-error:after {
      background-color: var(--color-error);
    }
  }
  @layer daisyui.l1.l2 {
    .divider-info:before,
    .divider-info:after {
      background-color: var(--color-info);
    }
  }
  @layer daisyui.l1.l2 {
    .divider-neutral:before,
    .divider-neutral:after {
      background-color: var(--color-neutral);
    }
  }
  @layer daisyui.l1.l2 {
    .divider-primary:before,
    .divider-primary:after {
      background-color: var(--color-primary);
    }
  }
  @layer daisyui.l1.l2 {
    .divider-secondary:before,
    .divider-secondary:after {
      background-color: var(--color-secondary);
    }
  }
  @layer daisyui.l1.l2 {
    .divider-success:before,
    .divider-success:after {
      background-color: var(--color-success);
    }
  }
  @layer daisyui.l1.l2 {
    .divider-warning:before,
    .divider-warning:after {
      background-color: var(--color-warning);
    }
  }
  @layer daisyui.l1.l2 {
    .skeleton-text {
      -webkit-background-clip: text;
      background-clip: text;
      webkit-background-clip: text;
      color: transparent;
      background-image:
        linear-gradient(
          105deg,
          var(--color-base-content) 0% 40%,
          var(--color-base-content) 50%,
          var(--color-base-content) 60% 100%);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .skeleton-text {
        background-image:
          linear-gradient(
            105deg,
            color-mix(in oklab, var(--color-base-content) 20%, transparent) 0% 40%,
            var(--color-base-content) 50%,
            color-mix(in oklab, var(--color-base-content) 20%, transparent) 60% 100%);
      }
    }
  }
  @layer daisyui.l1 {
    .alert-soft {
      color: var(--alert-color, var(--color-base-content));
      background: var(--alert-color, var(--color-base-content));
      --alert-border-color: var(--alert-color, var(--color-base-content));
      box-shadow: none;
      background-image: none;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .alert-soft {
        background: color-mix(in oklab, var(--alert-color, var(--color-base-content)) 8%, var(--color-base-100));
      }
    }
    @supports (color: color-mix(in lab, red, red)) {
      .alert-soft {
        --alert-border-color: color-mix( in oklab, var(--alert-color, var(--color-base-content)) 10%, var(--color-base-100) );
      }
    }
  }
  @layer daisyui.l1.l2 {
    .loading-ball {
      -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='12' cy='5' rx='4' ry='4'%3E%3Canimate attributeName='cy' values='5;20;20.5;20;5' keyTimes='0;0.469;0.5;0.531;1' dur='.8s' repeatCount='indefinite' keySplines='.33,0,.66,.33;.33,.66,.66,1'/%3E%3Canimate attributeName='rx' values='4;4;4.8;4;4' keyTimes='0;0.469;0.5;0.531;1' dur='.8s' repeatCount='indefinite'/%3E%3Canimate attributeName='ry' values='4;4;3;4;4' keyTimes='0;0.469;0.5;0.531;1' dur='.8s' repeatCount='indefinite'/%3E%3C/ellipse%3E%3C/svg%3E");
      mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='12' cy='5' rx='4' ry='4'%3E%3Canimate attributeName='cy' values='5;20;20.5;20;5' keyTimes='0;0.469;0.5;0.531;1' dur='.8s' repeatCount='indefinite' keySplines='.33,0,.66,.33;.33,.66,.66,1'/%3E%3Canimate attributeName='rx' values='4;4;4.8;4;4' keyTimes='0;0.469;0.5;0.531;1' dur='.8s' repeatCount='indefinite'/%3E%3Canimate attributeName='ry' values='4;4;3;4;4' keyTimes='0;0.469;0.5;0.531;1' dur='.8s' repeatCount='indefinite'/%3E%3C/ellipse%3E%3C/svg%3E");
    }
  }
  @layer daisyui.l1.l2 {
    .loading-bars {
      -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='6' height='22'%3E%3Canimate attributeName='y' values='1;5;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite'/%3E%3Canimate attributeName='height' values='22;14;22' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite'/%3E%3Canimate attributeName='opacity' values='1;0.2;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='9' y='1' width='6' height='22'%3E%3Canimate attributeName='y' values='1;5;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.65s'/%3E%3Canimate attributeName='height' values='22;14;22' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.65s'/%3E%3Canimate attributeName='opacity' values='1;0.2;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.65s'/%3E%3C/rect%3E%3Crect x='17' y='1' width='6' height='22'%3E%3Canimate attributeName='y' values='1;5;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.5s'/%3E%3Canimate attributeName='height' values='22;14;22' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.5s'/%3E%3Canimate attributeName='opacity' values='1;0.2;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.5s'/%3E%3C/rect%3E%3C/svg%3E");
      mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='6' height='22'%3E%3Canimate attributeName='y' values='1;5;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite'/%3E%3Canimate attributeName='height' values='22;14;22' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite'/%3E%3Canimate attributeName='opacity' values='1;0.2;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='9' y='1' width='6' height='22'%3E%3Canimate attributeName='y' values='1;5;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.65s'/%3E%3Canimate attributeName='height' values='22;14;22' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.65s'/%3E%3Canimate attributeName='opacity' values='1;0.2;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.65s'/%3E%3C/rect%3E%3Crect x='17' y='1' width='6' height='22'%3E%3Canimate attributeName='y' values='1;5;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.5s'/%3E%3Canimate attributeName='height' values='22;14;22' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.5s'/%3E%3Canimate attributeName='opacity' values='1;0.2;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.5s'/%3E%3C/rect%3E%3C/svg%3E");
    }
  }
  @layer daisyui.l1.l2 {
    .loading-dots {
      -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='12' r='3'%3E%3Canimate attributeName='cy' values='12;6;12;12' keyTimes='0;0.286;0.571;1' dur='1.05s' repeatCount='indefinite' keySplines='.33,0,.66,.33;.33,.66,.66,1'/%3E%3C/circle%3E%3Ccircle cx='12' cy='12' r='3'%3E%3Canimate attributeName='cy' values='12;6;12;12' keyTimes='0;0.286;0.571;1' dur='1.05s' repeatCount='indefinite' keySplines='.33,0,.66,.33;.33,.66,.66,1' begin='0.1s'/%3E%3C/circle%3E%3Ccircle cx='20' cy='12' r='3'%3E%3Canimate attributeName='cy' values='12;6;12;12' keyTimes='0;0.286;0.571;1' dur='1.05s' repeatCount='indefinite' keySplines='.33,0,.66,.33;.33,.66,.66,1' begin='0.2s'/%3E%3C/circle%3E%3C/svg%3E");
      mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='12' r='3'%3E%3Canimate attributeName='cy' values='12;6;12;12' keyTimes='0;0.286;0.571;1' dur='1.05s' repeatCount='indefinite' keySplines='.33,0,.66,.33;.33,.66,.66,1'/%3E%3C/circle%3E%3Ccircle cx='12' cy='12' r='3'%3E%3Canimate attributeName='cy' values='12;6;12;12' keyTimes='0;0.286;0.571;1' dur='1.05s' repeatCount='indefinite' keySplines='.33,0,.66,.33;.33,.66,.66,1' begin='0.1s'/%3E%3C/circle%3E%3Ccircle cx='20' cy='12' r='3'%3E%3Canimate attributeName='cy' values='12;6;12;12' keyTimes='0;0.286;0.571;1' dur='1.05s' repeatCount='indefinite' keySplines='.33,0,.66,.33;.33,.66,.66,1' begin='0.2s'/%3E%3C/circle%3E%3C/svg%3E");
    }
  }
  @layer daisyui.l1.l2 {
    .loading-infinity {
      -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='shape-rendering:auto;' width='200px' height='200px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Cpath fill='none' stroke='black' stroke-width='10' stroke-dasharray='205.271 51.318' d='M24.3 30C11.4 30 5 43.3 5 50s6.4 20 19.3 20c19.3 0 32.1-40 51.4-40C88.6 30 95 43.3 95 50s-6.4 20-19.3 20C56.4 70 43.6 30 24.3 30z' stroke-linecap='round' style='transform:scale(0.8);transform-origin:50px 50px'%3E%3Canimate attributeName='stroke-dashoffset' repeatCount='indefinite' dur='2s' keyTimes='0;1' values='0;256.589'/%3E%3C/path%3E%3C/svg%3E");
      mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='shape-rendering:auto;' width='200px' height='200px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Cpath fill='none' stroke='black' stroke-width='10' stroke-dasharray='205.271 51.318' d='M24.3 30C11.4 30 5 43.3 5 50s6.4 20 19.3 20c19.3 0 32.1-40 51.4-40C88.6 30 95 43.3 95 50s-6.4 20-19.3 20C56.4 70 43.6 30 24.3 30z' stroke-linecap='round' style='transform:scale(0.8);transform-origin:50px 50px'%3E%3Canimate attributeName='stroke-dashoffset' repeatCount='indefinite' dur='2s' keyTimes='0;1' values='0;256.589'/%3E%3C/path%3E%3C/svg%3E");
    }
  }
  @layer daisyui.l1.l2 {
    .loading-ring {
      -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' xmlns='http://www.w3.org/2000/svg' stroke='white'%3E%3Cg fill='none' fill-rule='evenodd' stroke-width='2'%3E%3Ccircle cx='22' cy='22' r='1'%3E%3Canimate attributeName='r' begin='0s' dur='1.8s' values='1;20' calcMode='spline' keyTimes='0;1' keySplines='0.165,0.84,0.44,1' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-opacity' begin='0s' dur='1.8s' values='1;0' calcMode='spline' keyTimes='0;1' keySplines='0.3,0.61,0.355,1' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle cx='22' cy='22' r='1'%3E%3Canimate attributeName='r' begin='-0.9s' dur='1.8s' values='1;20' calcMode='spline' keyTimes='0;1' keySplines='0.165,0.84,0.44,1' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-opacity' begin='-0.9s' dur='1.8s' values='1;0' calcMode='spline' keyTimes='0;1' keySplines='0.3,0.61,0.355,1' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
      mask-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' xmlns='http://www.w3.org/2000/svg' stroke='white'%3E%3Cg fill='none' fill-rule='evenodd' stroke-width='2'%3E%3Ccircle cx='22' cy='22' r='1'%3E%3Canimate attributeName='r' begin='0s' dur='1.8s' values='1;20' calcMode='spline' keyTimes='0;1' keySplines='0.165,0.84,0.44,1' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-opacity' begin='0s' dur='1.8s' values='1;0' calcMode='spline' keyTimes='0;1' keySplines='0.3,0.61,0.355,1' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle cx='22' cy='22' r='1'%3E%3Canimate attributeName='r' begin='-0.9s' dur='1.8s' values='1;20' calcMode='spline' keyTimes='0;1' keySplines='0.165,0.84,0.44,1' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-opacity' begin='-0.9s' dur='1.8s' values='1;0' calcMode='spline' keyTimes='0;1' keySplines='0.3,0.61,0.355,1' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
    }
  }
  @layer daisyui.l1.l2 {
    .loading-spinner {
      -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
      mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
    }
  }
  @layer daisyui.l1.l2 {
    .mask-circle {
      -webkit-mask-image: url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle fill='black' cx='100' cy='100' r='100' fill-rule='evenodd'/%3e%3c/svg%3e");
      mask-image: url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle fill='black' cx='100' cy='100' r='100' fill-rule='evenodd'/%3e%3c/svg%3e");
    }
  }
  @layer daisyui.l1.l2 {
    .mask-decagon {
      -webkit-mask-image: url("data:image/svg+xml,%3csvg width='192' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 0 58.779 19.098 36.327 50v61.804l-36.327 50L96 200l-58.779-19.098-36.327-50V69.098l36.327-50z' fill-rule='evenodd'/%3e%3c/svg%3e");
      mask-image: url("data:image/svg+xml,%3csvg width='192' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 0 58.779 19.098 36.327 50v61.804l-36.327 50L96 200l-58.779-19.098-36.327-50V69.098l36.327-50z' fill-rule='evenodd'/%3e%3c/svg%3e");
    }
  }
  @layer daisyui.l1.l2 {
    .mask-diamond {
      -webkit-mask-image: url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m100 0 100 100-100 100L0 100z' fill-rule='evenodd'/%3e%3c/svg%3e");
      mask-image: url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m100 0 100 100-100 100L0 100z' fill-rule='evenodd'/%3e%3c/svg%3e");
    }
  }
  @layer daisyui.l1.l2 {
    .mask-heart {
      -webkit-mask-image: url("data:image/svg+xml,%3csvg width='200' height='185' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M100 184.606a15.384 15.384 0 0 1-8.653-2.678C53.565 156.28 37.205 138.695 28.182 127.7 8.952 104.264-.254 80.202.005 54.146.308 24.287 24.264 0 53.406 0c21.192 0 35.869 11.937 44.416 21.879a2.884 2.884 0 0 0 4.356 0C110.725 11.927 125.402 0 146.594 0c29.142 0 53.098 24.287 53.4 54.151.26 26.061-8.956 50.122-28.176 73.554-9.023 10.994-25.383 28.58-63.165 54.228a15.384 15.384 0 0 1-8.653 2.673Z' fill='black' fill-rule='nonzero'/%3e%3c/svg%3e");
      mask-image: url("data:image/svg+xml,%3csvg width='200' height='185' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M100 184.606a15.384 15.384 0 0 1-8.653-2.678C53.565 156.28 37.205 138.695 28.182 127.7 8.952 104.264-.254 80.202.005 54.146.308 24.287 24.264 0 53.406 0c21.192 0 35.869 11.937 44.416 21.879a2.884 2.884 0 0 0 4.356 0C110.725 11.927 125.402 0 146.594 0c29.142 0 53.098 24.287 53.4 54.151.26 26.061-8.956 50.122-28.176 73.554-9.023 10.994-25.383 28.58-63.165 54.228a15.384 15.384 0 0 1-8.653 2.673Z' fill='black' fill-rule='nonzero'/%3e%3c/svg%3e");
    }
  }
  @layer daisyui.l1.l2 {
    .mask-hexagon {
      -webkit-mask-image: url("data:image/svg+xml,%3csvg width='182' height='201' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M.3 65.486c0-9.196 6.687-20.063 14.211-25.078l61.86-35.946c8.36-5.016 20.899-5.016 29.258 0l61.86 35.946c8.36 5.015 14.211 15.882 14.211 25.078v71.055c0 9.196-6.687 20.063-14.211 25.079l-61.86 35.945c-8.36 4.18-20.899 4.18-29.258 0L14.51 161.62C6.151 157.44.3 145.737.3 136.54V65.486Z' fill='black' fill-rule='nonzero'/%3e%3c/svg%3e");
      mask-image: url("data:image/svg+xml,%3csvg width='182' height='201' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M.3 65.486c0-9.196 6.687-20.063 14.211-25.078l61.86-35.946c8.36-5.016 20.899-5.016 29.258 0l61.86 35.946c8.36 5.015 14.211 15.882 14.211 25.078v71.055c0 9.196-6.687 20.063-14.211 25.079l-61.86 35.945c-8.36 4.18-20.899 4.18-29.258 0L14.51 161.62C6.151 157.44.3 145.737.3 136.54V65.486Z' fill='black' fill-rule='nonzero'/%3e%3c/svg%3e");
    }
  }
  @layer daisyui.l1.l2 {
    .mask-hexagon-2 {
      -webkit-mask-image: url("data:image/svg+xml,%3csvg width='200' height='182' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M64.786 181.4c-9.196 0-20.063-6.687-25.079-14.21L3.762 105.33c-5.016-8.36-5.016-20.9 0-29.259l35.945-61.86C44.723 5.851 55.59 0 64.786 0h71.055c9.196 0 20.063 6.688 25.079 14.211l35.945 61.86c4.18 8.36 4.18 20.899 0 29.258l-35.945 61.86c-4.18 8.36-15.883 14.211-25.079 14.211H64.786Z' fill='black' fill-rule='nonzero'/%3e%3c/svg%3e");
      mask-image: url("data:image/svg+xml,%3csvg width='200' height='182' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M64.786 181.4c-9.196 0-20.063-6.687-25.079-14.21L3.762 105.33c-5.016-8.36-5.016-20.9 0-29.259l35.945-61.86C44.723 5.851 55.59 0 64.786 0h71.055c9.196 0 20.063 6.688 25.079 14.211l35.945 61.86c4.18 8.36 4.18 20.899 0 29.258l-35.945 61.86c-4.18 8.36-15.883 14.211-25.079 14.211H64.786Z' fill='black' fill-rule='nonzero'/%3e%3c/svg%3e");
    }
  }
  @layer daisyui.l1.l2 {
    .mask-pentagon {
      -webkit-mask-image: url("data:image/svg+xml,%3csvg width='192' height='181' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 0 95.106 69.098-36.327 111.804H37.22L.894 69.098z' fill-rule='evenodd'/%3e%3c/svg%3e");
      mask-image: url("data:image/svg+xml,%3csvg width='192' height='181' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 0 95.106 69.098-36.327 111.804H37.22L.894 69.098z' fill-rule='evenodd'/%3e%3c/svg%3e");
    }
  }
  @layer daisyui.l1.l2 {
    .mask-squircle {
      -webkit-mask-image: url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M100 0C20 0 0 20 0 100s20 100 100 100 100-20 100-100S180 0 100 0Z'/%3e%3c/svg%3e");
      mask-image: url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M100 0C20 0 0 20 0 100s20 100 100 100 100-20 100-100S180 0 100 0Z'/%3e%3c/svg%3e");
    }
  }
  @layer daisyui.l1.l2 {
    .mask-star {
      -webkit-mask-image: url("data:image/svg+xml,%3csvg width='192' height='180' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 137.263-58.779 42.024 22.163-68.389L.894 68.481l72.476-.243L96 0l22.63 68.238 72.476.243-58.49 42.417 22.163 68.389z' fill-rule='evenodd'/%3e%3c/svg%3e");
      mask-image: url("data:image/svg+xml,%3csvg width='192' height='180' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 137.263-58.779 42.024 22.163-68.389L.894 68.481l72.476-.243L96 0l22.63 68.238 72.476.243-58.49 42.417 22.163 68.389z' fill-rule='evenodd'/%3e%3c/svg%3e");
    }
  }
  @layer daisyui.l1.l2 {
    .mask-star-2 {
      -webkit-mask-image: url("data:image/svg+xml,%3csvg width='192' height='180' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 153.044-58.779 26.243 7.02-63.513L.894 68.481l63.117-13.01L96 0l31.989 55.472 63.117 13.01-43.347 47.292 7.02 63.513z' fill-rule='evenodd'/%3e%3c/svg%3e");
      mask-image: url("data:image/svg+xml,%3csvg width='192' height='180' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 153.044-58.779 26.243 7.02-63.513L.894 68.481l63.117-13.01L96 0l31.989 55.472 63.117 13.01-43.347 47.292 7.02 63.513z' fill-rule='evenodd'/%3e%3c/svg%3e");
    }
  }
  @layer daisyui.l1.l2 {
    .mask-triangle {
      -webkit-mask-image: url("data:image/svg+xml,%3csvg width='174' height='149' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m87 148.476-86.603.185L43.86 74.423 87 0l43.14 74.423 43.463 74.238z' fill-rule='evenodd'/%3e%3c/svg%3e");
      mask-image: url("data:image/svg+xml,%3csvg width='174' height='149' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m87 148.476-86.603.185L43.86 74.423 87 0l43.14 74.423 43.463 74.238z' fill-rule='evenodd'/%3e%3c/svg%3e");
    }
  }
  @layer daisyui.l1.l2 {
    .mask-triangle-2 {
      -webkit-mask-image: url("data:image/svg+xml,%3csvg width='174' height='150' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m87 .738 86.603-.184-43.463 74.238L87 149.214 43.86 74.792.397.554z' fill-rule='evenodd'/%3e%3c/svg%3e");
      mask-image: url("data:image/svg+xml,%3csvg width='174' height='150' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m87 .738 86.603-.184-43.463 74.238L87 149.214 43.86 74.792.397.554z' fill-rule='evenodd'/%3e%3c/svg%3e");
    }
  }
  @layer daisyui.l1.l2 {
    .mask-triangle-3 {
      -webkit-mask-image: url("data:image/svg+xml,%3csvg width='150' height='174' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m149.369 87.107.185 86.603-74.239-43.463L.893 87.107l74.422-43.14L149.554.505z' fill-rule='evenodd'/%3e%3c/svg%3e");
      mask-image: url("data:image/svg+xml,%3csvg width='150' height='174' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m149.369 87.107.185 86.603-74.239-43.463L.893 87.107l74.422-43.14L149.554.505z' fill-rule='evenodd'/%3e%3c/svg%3e");
    }
  }
  @layer daisyui.l1.l2 {
    .mask-triangle-4 {
      -webkit-mask-image: url("data:image/svg+xml,%3csvg width='150' height='174' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M.631 87.107.446.505l74.239 43.462 74.422 43.14-74.422 43.14L.446 173.71z' fill-rule='evenodd'/%3e%3c/svg%3e");
      mask-image: url("data:image/svg+xml,%3csvg width='150' height='174' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M.631 87.107.446.505l74.239 43.462 74.422 43.14-74.422 43.14L.446 173.71z' fill-rule='evenodd'/%3e%3c/svg%3e");
    }
  }
  .mask-circle {
    --tw-mask-radial-shape: circle;
  }
  @layer daisyui.l1.l2 {
    .mask-half-1 {
      -webkit-mask-size: 200%;
      mask-size: 200%;
      -webkit-mask-position: left;
      mask-position: left;
      -webkit-mask-position: left;
      mask-position: left;
    }
    .mask-half-1:where(:dir(rtl), [dir=rtl], [dir=rtl] *) {
      -webkit-mask-position: right;
      mask-position: right;
    }
  }
  @layer daisyui.l1.l2 {
    .mask-half-2 {
      -webkit-mask-size: 200%;
      mask-size: 200%;
      -webkit-mask-position: right;
      mask-position: right;
      -webkit-mask-position: right;
      mask-position: right;
    }
    .mask-half-2:where(:dir(rtl), [dir=rtl], [dir=rtl] *) {
      -webkit-mask-position: left;
      mask-position: left;
    }
  }
  .fill-current {
    fill: currentcolor;
  }
  .stroke-current {
    stroke: currentcolor;
  }
  @layer daisyui.l1.l2 {
    .checkbox-lg {
      padding: 0.3125rem;
      --size: calc(var(--size-selector, 0.25rem) * 7);
    }
  }
  @layer daisyui.l1.l2 {
    .checkbox-md {
      padding: 0.25rem;
      --size: calc(var(--size-selector, 0.25rem) * 6);
    }
  }
  @layer daisyui.l1.l2 {
    .checkbox-sm {
      padding: 0.1875rem;
      --size: calc(var(--size-selector, 0.25rem) * 5);
    }
  }
  @layer daisyui.l1.l2 {
    .checkbox-xl {
      padding: 0.375rem;
      --size: calc(var(--size-selector, 0.25rem) * 8);
    }
  }
  @layer daisyui.l1.l2 {
    .checkbox-xs {
      padding: 0.125rem;
      --size: calc(var(--size-selector, 0.25rem) * 4);
    }
  }
  @layer daisyui.l1.l2 {
    .radio-lg {
      padding: 0.3125rem;
    }
    .radio-lg:is([type=radio]) {
      --size: calc(var(--size-selector, 0.25rem) * 7);
    }
  }
  @layer daisyui.l1.l2 {
    .radio-md {
      padding: 0.25rem;
    }
    .radio-md:is([type=radio]) {
      --size: calc(var(--size-selector, 0.25rem) * 6);
    }
  }
  @layer daisyui.l1.l2 {
    .radio-sm {
      padding: 0.1875rem;
    }
    .radio-sm:is([type=radio]) {
      --size: calc(var(--size-selector, 0.25rem) * 5);
    }
  }
  @layer daisyui.l1.l2 {
    .radio-xl {
      padding: 0.375rem;
    }
    .radio-xl:is([type=radio]) {
      --size: calc(var(--size-selector, 0.25rem) * 8);
    }
  }
  @layer daisyui.l1.l2 {
    .radio-xs {
      padding: 0.125rem;
    }
    .radio-xs:is([type=radio]) {
      --size: calc(var(--size-selector, 0.25rem) * 4);
    }
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  @layer daisyui.l1.l2.l3 {
    .menu-title {
      padding-inline: calc(0.25rem * 3);
      padding-block: calc(0.25rem * 2);
      color: var(--color-base-content);
      font-size: 0.875rem;
      font-weight: 600;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .menu-title {
        color: color-mix(in oklab, var(--color-base-content) 40%, transparent);
      }
    }
  }
  @layer daisyui.l1.l2 {
    .select-lg {
      --size: calc(var(--size-field, 0.25rem) * 12);
      font-size: 1.125rem;
    }
    .select-lg option {
      padding-inline: calc(0.25rem * 4);
      padding-block: calc(0.25rem * 1.5);
    }
  }
  @layer daisyui.l1.l2 {
    .select-md {
      --size: calc(var(--size-field, 0.25rem) * 10);
      font-size: 0.875rem;
    }
    .select-md option {
      padding-inline: calc(0.25rem * 3);
      padding-block: calc(0.25rem * 1.5);
    }
  }
  @layer daisyui.l1.l2 {
    .select-sm {
      --size: calc(var(--size-field, 0.25rem) * 8);
      font-size: 0.75rem;
    }
    .select-sm option {
      padding-inline: calc(0.25rem * 2.5);
      padding-block: calc(0.25rem * 1);
    }
  }
  @layer daisyui.l1.l2 {
    .select-xl {
      --size: calc(var(--size-field, 0.25rem) * 14);
      font-size: 1.375rem;
    }
    .select-xl option {
      padding-inline: calc(0.25rem * 5);
      padding-block: calc(0.25rem * 1.5);
    }
  }
  @layer daisyui.l1.l2 {
    .select-xs {
      --size: calc(var(--size-field, 0.25rem) * 6);
      font-size: 0.6875rem;
    }
    .select-xs option {
      padding-inline: calc(0.25rem * 2);
      padding-block: calc(0.25rem * 1);
    }
  }
  @layer daisyui.l1.l2 {
    .table-lg :not(thead, tfoot) tr {
      font-size: 1.125rem;
    }
    .table-lg :where(th, td) {
      padding-inline: calc(0.25rem * 5);
      padding-block: calc(0.25rem * 4);
    }
  }
  @layer daisyui.l1.l2 {
    .table-md :not(thead, tfoot) tr {
      font-size: 0.875rem;
    }
    .table-md :where(th, td) {
      padding-inline: calc(0.25rem * 4);
      padding-block: calc(0.25rem * 3);
    }
  }
  @layer daisyui.l1.l2 {
    .table-sm :not(thead, tfoot) tr {
      font-size: 0.75rem;
    }
    .table-sm :where(th, td) {
      padding-inline: calc(0.25rem * 3);
      padding-block: calc(0.25rem * 2);
    }
  }
  @layer daisyui.l1.l2 {
    .table-xl :not(thead, tfoot) tr {
      font-size: 1.375rem;
    }
    .table-xl :where(th, td) {
      padding-inline: calc(0.25rem * 6);
      padding-block: calc(0.25rem * 5);
    }
  }
  @layer daisyui.l1.l2 {
    .table-xs :not(thead, tfoot) tr {
      font-size: 0.6875rem;
    }
    .table-xs :where(th, td) {
      padding-inline: calc(0.25rem * 2);
      padding-block: calc(0.25rem * 1);
    }
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  @layer daisyui.l1.l2 {
    .file-input-xl {
      padding-inline-end: calc(0.25rem * 6);
      --size: calc(var(--size-field, 0.25rem) * 14);
      font-size: 1.125rem;
      line-height: 3rem;
    }
    .file-input-xl::file-selector-button {
      font-size: 1.375rem;
    }
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  @layer daisyui.l1.l2 {
    .file-input-lg {
      --size: calc(var(--size-field, 0.25rem) * 12);
      font-size: 1.125rem;
      line-height: 2.5rem;
    }
    .file-input-lg::file-selector-button {
      font-size: 1.125rem;
    }
  }
  @layer daisyui.l1.l2 {
    .file-input-md {
      --size: calc(var(--size-field, 0.25rem) * 10);
      font-size: 0.875rem;
      line-height: 2;
    }
    .file-input-md::file-selector-button {
      font-size: 0.875rem;
    }
  }
  @layer daisyui.l1.l2 {
    .file-input-sm {
      --size: calc(var(--size-field, 0.25rem) * 8);
      font-size: 0.75rem;
      line-height: 1.5rem;
    }
    .file-input-sm::file-selector-button {
      font-size: 0.75rem;
    }
  }
  @layer daisyui.l1.l2 {
    .file-input-xs {
      --size: calc(var(--size-field, 0.25rem) * 6);
      font-size: 0.6875rem;
      line-height: 1rem;
    }
    .file-input-xs::file-selector-button {
      font-size: 0.6875rem;
    }
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-7xl {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--line-height));
  }
  .text-9xl {
    font-size: var(--text-9xl);
    line-height: var(--tw-leading, var(--text-9xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  @layer daisyui.l1.l2 {
    .badge-lg {
      --size: calc(var(--size-selector, 0.25rem) * 7);
      font-size: 1rem;
    }
  }
  @layer daisyui.l1.l2 {
    .badge-md {
      --size: calc(var(--size-selector, 0.25rem) * 6);
      font-size: 0.875rem;
    }
  }
  @layer daisyui.l1.l2 {
    .badge-sm {
      --size: calc(var(--size-selector, 0.25rem) * 5);
      font-size: 0.75rem;
    }
  }
  @layer daisyui.l1.l2 {
    .badge-xl {
      --size: calc(var(--size-selector, 0.25rem) * 8);
      font-size: 1.125rem;
    }
  }
  @layer daisyui.l1.l2 {
    .badge-xs {
      --size: calc(var(--size-selector, 0.25rem) * 4);
      font-size: 0.625rem;
    }
  }
  @layer daisyui.l1.l2 {
    .kbd-lg {
      --size: calc(var(--size-selector, 0.25rem) * 7);
      font-size: 1rem;
    }
  }
  @layer daisyui.l1.l2 {
    .kbd-md {
      --size: calc(var(--size-selector, 0.25rem) * 6);
      font-size: 0.875rem;
    }
  }
  @layer daisyui.l1.l2 {
    .kbd-sm {
      --size: calc(var(--size-selector, 0.25rem) * 5);
      font-size: 0.75rem;
    }
  }
  @layer daisyui.l1.l2 {
    .kbd-xl {
      --size: calc(var(--size-selector, 0.25rem) * 8);
      font-size: 1.125rem;
    }
  }
  @layer daisyui.l1.l2 {
    .kbd-xs {
      --size: calc(var(--size-selector, 0.25rem) * 4);
      font-size: 0.625rem;
    }
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  @layer daisyui.l1.l2 {
    .textarea-lg {
      font-size: max(var(--font-size, 1.125rem), 1.125rem);
    }
  }
  @layer daisyui.l1.l2 {
    .textarea-md {
      font-size: max(var(--font-size, 0.875rem), 0.875rem);
    }
  }
  @layer daisyui.l1.l2 {
    .textarea-sm {
      font-size: max(var(--font-size, 0.75rem), 0.75rem);
    }
  }
  @layer daisyui.l1.l2 {
    .textarea-xl {
      font-size: max(var(--font-size, 1.375rem), 1.375rem);
    }
  }
  @layer daisyui.l1.l2 {
    .textarea-xs {
      font-size: max(var(--font-size, 0.6875rem), 0.6875rem);
    }
  }
  .leading-\[2\] {
    --tw-leading: 2;
    line-height: 2;
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .text-ellipsis {
    text-overflow: ellipsis;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  @layer daisyui.l1.l2 {
    .alert-error {
      color: var(--color-error-content);
      --alert-border-color: var(--color-error);
      --alert-color: var(--color-error);
    }
  }
  @layer daisyui.l1.l2 {
    .alert-info {
      color: var(--color-info-content);
      --alert-border-color: var(--color-info);
      --alert-color: var(--color-info);
    }
  }
  @layer daisyui.l1.l2 {
    .alert-success {
      color: var(--color-success-content);
      --alert-border-color: var(--color-success);
      --alert-color: var(--color-success);
    }
  }
  @layer daisyui.l1.l2 {
    .alert-warning {
      color: var(--color-warning-content);
      --alert-border-color: var(--color-warning);
      --alert-color: var(--color-warning);
    }
  }
  @layer daisyui.l1.l2 {
    .file-input-accent {
      --btn-color: var(--color-accent);
    }
    .file-input-accent::file-selector-button {
      color: var(--color-accent-content);
    }
    .file-input-accent,
    .file-input-accent:focus,
    .file-input-accent:focus-within {
      --input-color: var(--color-accent);
    }
  }
  @layer daisyui.l1.l2 {
    .file-input-error {
      --btn-color: var(--color-error);
    }
    .file-input-error::file-selector-button {
      color: var(--color-error-content);
    }
    .file-input-error,
    .file-input-error:focus,
    .file-input-error:focus-within {
      --input-color: var(--color-error);
    }
  }
  @layer daisyui.l1.l2 {
    .file-input-info {
      --btn-color: var(--color-info);
    }
    .file-input-info::file-selector-button {
      color: var(--color-info-content);
    }
    .file-input-info,
    .file-input-info:focus,
    .file-input-info:focus-within {
      --input-color: var(--color-info);
    }
  }
  @layer daisyui.l1.l2 {
    .file-input-neutral {
      --btn-color: var(--color-neutral);
    }
    .file-input-neutral::file-selector-button {
      color: var(--color-neutral-content);
    }
    .file-input-neutral,
    .file-input-neutral:focus,
    .file-input-neutral:focus-within {
      --input-color: var(--color-neutral);
    }
  }
  @layer daisyui.l1.l2 {
    .file-input-primary {
      --btn-color: var(--color-primary);
    }
    .file-input-primary::file-selector-button {
      color: var(--color-primary-content);
    }
    .file-input-primary,
    .file-input-primary:focus,
    .file-input-primary:focus-within {
      --input-color: var(--color-primary);
    }
  }
  @layer daisyui.l1.l2 {
    .file-input-secondary {
      --btn-color: var(--color-secondary);
    }
    .file-input-secondary::file-selector-button {
      color: var(--color-secondary-content);
    }
    .file-input-secondary,
    .file-input-secondary:focus,
    .file-input-secondary:focus-within {
      --input-color: var(--color-secondary);
    }
  }
  @layer daisyui.l1.l2 {
    .file-input-success {
      --btn-color: var(--color-success);
    }
    .file-input-success::file-selector-button {
      color: var(--color-success-content);
    }
    .file-input-success,
    .file-input-success:focus,
    .file-input-success:focus-within {
      --input-color: var(--color-success);
    }
  }
  @layer daisyui.l1.l2 {
    .file-input-warning {
      --btn-color: var(--color-warning);
    }
    .file-input-warning::file-selector-button {
      color: var(--color-warning-content);
    }
    .file-input-warning,
    .file-input-warning:focus,
    .file-input-warning:focus-within {
      --input-color: var(--color-warning);
    }
  }
  @layer daisyui.l1.l2 {
    .checkbox-accent {
      color: var(--color-accent-content);
      --input-color: var(--color-accent);
    }
  }
  @layer daisyui.l1.l2 {
    .checkbox-error {
      color: var(--color-error-content);
      --input-color: var(--color-error);
    }
  }
  @layer daisyui.l1.l2 {
    .checkbox-info {
      color: var(--color-info-content);
      --input-color: var(--color-info);
    }
  }
  @layer daisyui.l1.l2 {
    .checkbox-neutral {
      color: var(--color-neutral-content);
      --input-color: var(--color-neutral);
    }
  }
  @layer daisyui.l1.l2 {
    .checkbox-primary {
      color: var(--color-primary-content);
      --input-color: var(--color-primary);
    }
  }
  @layer daisyui.l1.l2 {
    .checkbox-secondary {
      color: var(--color-secondary-content);
      --input-color: var(--color-secondary);
    }
  }
  @layer daisyui.l1.l2 {
    .checkbox-success {
      color: var(--color-success-content);
      --input-color: var(--color-success);
    }
  }
  @layer daisyui.l1.l2 {
    .checkbox-warning {
      color: var(--color-warning-content);
      --input-color: var(--color-warning);
    }
  }
  @layer daisyui.l1.l2 {
    .link-accent {
      color: var(--color-accent);
    }
    @media (hover: hover) {
      .link-accent:hover {
        color: var(--color-accent);
      }
      @supports (color: color-mix(in lab, red, red)) {
        .link-accent:hover {
          color: color-mix(in oklab, var(--color-accent) 80%, #000);
        }
      }
    }
  }
  @layer daisyui.l1.l2 {
    .link-error {
      color: var(--color-error);
    }
    @media (hover: hover) {
      .link-error:hover {
        color: var(--color-error);
      }
      @supports (color: color-mix(in lab, red, red)) {
        .link-error:hover {
          color: color-mix(in oklab, var(--color-error) 80%, #000);
        }
      }
    }
  }
  @layer daisyui.l1.l2 {
    .link-info {
      color: var(--color-info);
    }
    @media (hover: hover) {
      .link-info:hover {
        color: var(--color-info);
      }
      @supports (color: color-mix(in lab, red, red)) {
        .link-info:hover {
          color: color-mix(in oklab, var(--color-info) 80%, #000);
        }
      }
    }
  }
  @layer daisyui.l1.l2 {
    .link-neutral {
      color: var(--color-neutral);
    }
    @media (hover: hover) {
      .link-neutral:hover {
        color: var(--color-neutral);
      }
      @supports (color: color-mix(in lab, red, red)) {
        .link-neutral:hover {
          color: color-mix(in oklab, var(--color-neutral) 80%, #000);
        }
      }
    }
  }
  @layer daisyui.l1.l2 {
    .link-primary {
      color: var(--color-primary);
    }
    @media (hover: hover) {
      .link-primary:hover {
        color: var(--color-primary);
      }
      @supports (color: color-mix(in lab, red, red)) {
        .link-primary:hover {
          color: color-mix(in oklab, var(--color-primary) 80%, #000);
        }
      }
    }
  }
  @layer daisyui.l1.l2 {
    .link-secondary {
      color: var(--color-secondary);
    }
    @media (hover: hover) {
      .link-secondary:hover {
        color: var(--color-secondary);
      }
      @supports (color: color-mix(in lab, red, red)) {
        .link-secondary:hover {
          color: color-mix(in oklab, var(--color-secondary) 80%, #000);
        }
      }
    }
  }
  @layer daisyui.l1.l2 {
    .link-success {
      color: var(--color-success);
    }
    @media (hover: hover) {
      .link-success:hover {
        color: var(--color-success);
      }
      @supports (color: color-mix(in lab, red, red)) {
        .link-success:hover {
          color: color-mix(in oklab, var(--color-success) 80%, #000);
        }
      }
    }
  }
  @layer daisyui.l1.l2 {
    .link-warning {
      color: var(--color-warning);
    }
    @media (hover: hover) {
      .link-warning:hover {
        color: var(--color-warning);
      }
      @supports (color: color-mix(in lab, red, red)) {
        .link-warning:hover {
          color: color-mix(in oklab, var(--color-warning) 80%, #000);
        }
      }
    }
  }
  @layer daisyui.l1.l2 {
    .range-accent {
      color: var(--color-accent);
      --range-thumb: var(--color-accent-content);
    }
  }
  @layer daisyui.l1.l2 {
    .range-error {
      color: var(--color-error);
      --range-thumb: var(--color-error-content);
    }
  }
  @layer daisyui.l1.l2 {
    .range-info {
      color: var(--color-info);
      --range-thumb: var(--color-info-content);
    }
  }
  @layer daisyui.l1.l2 {
    .range-neutral {
      color: var(--color-neutral);
      --range-thumb: var(--color-neutral-content);
    }
  }
  @layer daisyui.l1.l2 {
    .range-primary {
      color: var(--color-primary);
      --range-thumb: var(--color-primary-content);
    }
  }
  @layer daisyui.l1.l2 {
    .range-secondary {
      color: var(--color-secondary);
      --range-thumb: var(--color-secondary-content);
    }
  }
  @layer daisyui.l1.l2 {
    .range-success {
      color: var(--color-success);
      --range-thumb: var(--color-success-content);
    }
  }
  @layer daisyui.l1.l2 {
    .range-warning {
      color: var(--color-warning);
      --range-thumb: var(--color-warning-content);
    }
  }
  @layer daisyui.l1.l2 {
    .progress-accent {
      color: var(--color-accent);
    }
  }
  @layer daisyui.l1.l2 {
    .progress-error {
      color: var(--color-error);
    }
  }
  @layer daisyui.l1.l2 {
    .progress-info {
      color: var(--color-info);
    }
  }
  @layer daisyui.l1.l2 {
    .progress-neutral {
      color: var(--color-neutral);
    }
  }
  @layer daisyui.l1.l2 {
    .progress-primary {
      color: var(--color-primary);
    }
  }
  @layer daisyui.l1.l2 {
    .progress-secondary {
      color: var(--color-secondary);
    }
  }
  @layer daisyui.l1.l2 {
    .progress-success {
      color: var(--color-success);
    }
  }
  @layer daisyui.l1.l2 {
    .progress-warning {
      color: var(--color-warning);
    }
  }
  .text-base-content {
    color: var(--color-base-content);
  }
  .text-base-content\/20 {
    color: var(--color-base-content);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-base-content\/20 {
      color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
    }
  }
  .text-base-content\/30 {
    color: var(--color-base-content);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-base-content\/30 {
      color: color-mix(in oklab, var(--color-base-content) 30%, transparent);
    }
  }
  .text-base-content\/40 {
    color: var(--color-base-content);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-base-content\/40 {
      color: color-mix(in oklab, var(--color-base-content) 40%, transparent);
    }
  }
  .text-base-content\/50 {
    color: var(--color-base-content);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-base-content\/50 {
      color: color-mix(in oklab, var(--color-base-content) 50%, transparent);
    }
  }
  .text-base-content\/60 {
    color: var(--color-base-content);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-base-content\/60 {
      color: color-mix(in oklab, var(--color-base-content) 60%, transparent);
    }
  }
  .text-base-content\/70 {
    color: var(--color-base-content);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-base-content\/70 {
      color: color-mix(in oklab, var(--color-base-content) 70%, transparent);
    }
  }
  .text-base-content\/80 {
    color: var(--color-base-content);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-base-content\/80 {
      color: color-mix(in oklab, var(--color-base-content) 80%, transparent);
    }
  }
  .text-blue-500 {
    color: var(--color-blue-500);
  }
  .text-blue-800 {
    color: var(--color-blue-800);
  }
  .text-error {
    color: var(--color-error);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-green-500 {
    color: var(--color-green-500);
  }
  .text-green-700 {
    color: var(--color-green-700);
  }
  .text-orange-500 {
    color: var(--color-orange-500);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-primary-content {
    color: var(--color-primary-content);
  }
  .text-primary-content\/80 {
    color: var(--color-primary-content);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-primary-content\/80 {
      color: color-mix(in oklab, var(--color-primary-content) 80%, transparent);
    }
  }
  .text-purple-500 {
    color: var(--color-purple-500);
  }
  .text-red-800 {
    color: var(--color-red-800);
  }
  .text-secondary {
    color: var(--color-secondary);
  }
  .text-success {
    color: var(--color-success);
  }
  .text-teal-800 {
    color: var(--color-teal-800);
  }
  .text-warning {
    color: var(--color-warning);
  }
  .text-yellow-500 {
    color: var(--color-yellow-500);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .prose :where(.btn-link):not(:where([class~=not-prose], [class~=not-prose] *)) {
    text-decoration-line: none;
  }
  @layer daisyui.l1 {
    .btn-link {
      text-decoration-line: underline;
      outline-color: currentcolor;
      --btn-border: #0000;
      --btn-bg: #0000;
      --btn-noise: none;
      --btn-shadow: "";
    }
    .btn-link:not(.btn-disabled, .btn:disabled, .btn[disabled]) {
      --btn-fg: var(--btn-color, var(--color-primary));
    }
    .btn-link:is(.btn-active, :hover, :active:focus, :focus-visible) {
      --btn-border: #0000;
      --btn-bg: #0000;
    }
  }
  @layer daisyui.l1.l2 {
    .link-hover {
      text-decoration-line: none;
    }
    @media (hover: hover) {
      .link-hover:hover {
        text-decoration-line: underline;
      }
    }
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  @layer daisyui.l1.l2 {
    .swap-active .swap-off {
      opacity: 0%;
    }
    .swap-active .swap-on {
      opacity: 100%;
    }
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-20 {
    opacity: 20%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .opacity-90 {
    opacity: 90%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .ring-primary {
    --tw-ring-color: var(--color-primary);
  }
  .ring-offset-2 {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
  .ring-offset-base-100 {
    --tw-ring-offset-color: var(--color-base-100);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  @layer daisyui.l1 {
    .btn-ghost:not(.btn-active, :hover, :active:focus, :focus-visible, input:checked:not(.filter .btn)) {
      --btn-shadow: "";
      --btn-bg: #0000;
      --btn-border: #0000;
      --btn-noise: none;
    }
    .btn-ghost:not(.btn-active, :hover, :active:focus, :focus-visible, input:checked:not(.filter .btn)):not(:disabled, [disabled], .btn-disabled) {
      outline-color: currentcolor;
      --btn-fg: var(--btn-color, currentColor);
    }
    @media (hover: none) {
      .btn-ghost:not(.btn-active, :active, :focus-visible, input:checked:not(.filter .btn)):hover {
        outline-color: currentcolor;
        --btn-shadow: "";
        --btn-bg: #0000;
        --btn-fg: var(--btn-color, currentColor);
        --btn-border: #0000;
        --btn-noise: none;
      }
    }
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to,
      opacity,
      box-shadow,
      transform,
      translate,
      scale,
      rotate,
      filter,
      -webkit-backdrop-filter,
      backdrop-filter,
      display,
      content-visibility,
      overlay,
      pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-12000 {
    --tw-duration: 12000ms;
    transition-duration: 12000ms;
  }
  @layer daisyui.l1.l2 {
    .tabs-bottom {
      --tabs-height: auto;
      --tabs-direction: row;
    }
    .tabs-bottom > .tab {
      --tab-order: 1;
      --tab-border: var(--border) 0 0 0;
      --tab-radius-ss: 0;
      --tab-radius-se: 0;
      --tab-radius-es: var(--tab-radius-limit);
      --tab-radius-ee: var(--tab-radius-limit);
      --tab-border-colors: var(--tab-border-color) #0000 #0000 #0000;
      --tab-paddings: 0 var(--tab-p) var(--border) var(--tab-p);
      --tab-corner-width: calc(100% + var(--tab-radius-limit) * 2);
      --tab-corner-height: var(--tab-radius-limit);
      --tab-corner-position: top left, top right;
    }
    .tabs-bottom > .tab:is(.tab-active, [aria-selected=true], [aria-current=true], [aria-current=page]):not(.tab-disabled, [disabled]),
    .tabs-bottom > .tab:is(input:checked),
    .tabs-bottom > .tab:is(label:has(:checked)) {
      --tab-border: 0 var(--border) var(--border) var(--border);
      --tab-border-colors: #0000 var(--tab-border-color) var(--tab-border-color) var(--tab-border-color);
      --tab-paddings: var(--border) calc(var(--tab-p) - var(--border)) 0 calc(var(--tab-p) - var(--border));
      --tab-inset: 0 auto auto auto;
      --radius-start: radial-gradient(circle at bottom left, var(--tab-radius-grad));
      --radius-end: radial-gradient(circle at bottom right, var(--tab-radius-grad));
    }
    .tabs-bottom:has(> .tab-content) > .tab:first-child:not(.tab-active, [aria-selected=true], [aria-current=true], [aria-current=page]) {
      --tab-border-colors: #0000 var(--tab-border-color) var(--tab-border-color) var(--tab-border-color);
    }
    .tabs-bottom > .tab-content {
      --tabcontent-order: 0;
      --tabcontent-margin: 0 0 calc(-1 * var(--border)) 0;
      --tabcontent-radius-ss: var(--radius-box);
      --tabcontent-radius-se: var(--radius-box);
      --tabcontent-radius-es: 0;
      --tabcontent-radius-ee: var(--radius-box);
    }
    :is(.tabs-bottom > :checked, .tabs-bottom > :is(label:has(:checked)), .tabs-bottom > :is(.tab-active, [aria-selected=true], [aria-current=true], [aria-current=page])) + .tab-content:not(:nth-child(2)) {
      --tabcontent-radius-es: var(--radius-box);
    }
  }
  @layer daisyui.l1.l2 {
    .tabs-top {
      --tabs-height: auto;
      --tabs-direction: row;
    }
    .tabs-top > .tab {
      --tab-order: 0;
      --tab-border: 0 0 var(--border) 0;
      --tab-radius-ss: var(--tab-radius-limit);
      --tab-radius-se: var(--tab-radius-limit);
      --tab-radius-es: 0;
      --tab-radius-ee: 0;
      --tab-paddings: var(--border) var(--tab-p) 0 var(--tab-p);
      --tab-border-colors: #0000 #0000 var(--tab-border-color) #0000;
      --tab-corner-width: calc(100% + var(--tab-radius-limit) * 2);
      --tab-corner-height: var(--tab-radius-limit);
      --tab-corner-position: top left, top right;
    }
    .tabs-top > .tab:is(.tab-active, [aria-selected=true], [aria-current=true], [aria-current=page]):not(.tab-disabled, [disabled]),
    .tabs-top > .tab:is(input:checked),
    .tabs-top > .tab:is(label:has(:checked)) {
      --tab-border: var(--border) var(--border) 0 var(--border);
      --tab-border-colors: var(--tab-border-color) var(--tab-border-color) #0000 var(--tab-border-color);
      --tab-paddings: 0 calc(var(--tab-p) - var(--border)) var(--border) calc(var(--tab-p) - var(--border));
      --tab-inset: auto auto 0 auto;
      --radius-start: radial-gradient(circle at top left, var(--tab-radius-grad));
      --radius-end: radial-gradient(circle at top right, var(--tab-radius-grad));
    }
    .tabs-top:has(> .tab-content) > .tab:first-child:not(.tab-active, [aria-selected=true], [aria-current=true], [aria-current=page]) {
      --tab-border-colors: var(--tab-border-color) var(--tab-border-color) #0000 var(--tab-border-color);
    }
    .tabs-top > .tab-content {
      --tabcontent-order: 1;
      --tabcontent-margin: calc(-1 * var(--border)) 0 0 0;
      --tabcontent-radius-ss: 0;
      --tabcontent-radius-se: var(--radius-box);
      --tabcontent-radius-es: var(--radius-box);
      --tabcontent-radius-ee: var(--radius-box);
    }
    :is(.tabs-top :checked, .tabs-top label:has(:checked), .tabs-top :is(.tab-active, [aria-selected=true], [aria-current=true], [aria-current=page])) + .tab-content:nth-child(1),
    :is(.tabs-top :checked, .tabs-top label:has(:checked), .tabs-top :is(.tab-active, [aria-selected=true], [aria-current=true], [aria-current=page])) + .tab-content:nth-child(n+3) {
      --tabcontent-radius-ss: var(--radius-box);
    }
  }
  @layer daisyui.l1 {
    .btn-outline:not(.btn-active, :hover, :active:focus, :focus-visible, input:checked:not(.filter .btn), :disabled, [disabled], .btn-disabled) {
      --btn-shadow: "";
      --btn-bg: #0000;
      --btn-fg: var(--btn-color);
      --btn-border: var(--btn-color);
      --btn-noise: none;
    }
    @media (hover: none) {
      .btn-outline:not(.btn-active, :active, :focus-visible, input:checked:not(.filter .btn)):hover {
        --btn-shadow: "";
        --btn-bg: #0000;
        --btn-fg: var(--btn-color);
        --btn-border: var(--btn-color);
        --btn-noise: none;
      }
    }
  }
  @layer daisyui.l1 {
    .btn-soft:not(.btn-active, :hover, :active:focus, :focus-visible, input:checked:not(.filter .btn), :disabled, [disabled], .btn-disabled) {
      --btn-shadow: "";
      --btn-fg: var(--btn-color, var(--color-base-content));
      --btn-bg: var(--btn-color, var(--color-base-content));
      --btn-border: var(--btn-color, var(--color-base-content));
      --btn-noise: none;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .btn-soft:not(.btn-active, :hover, :active:focus, :focus-visible, input:checked:not(.filter .btn), :disabled, [disabled], .btn-disabled) {
        --btn-bg: color-mix( in oklab, var(--btn-color, var(--color-base-content)) 8%, var(--color-base-100) );
      }
    }
    @supports (color: color-mix(in lab, red, red)) {
      .btn-soft:not(.btn-active, :hover, :active:focus, :focus-visible, input:checked:not(.filter .btn), :disabled, [disabled], .btn-disabled) {
        --btn-border: color-mix( in oklab, var(--btn-color, var(--color-base-content)) 10%, var(--color-base-100) );
      }
    }
    @media (hover: none) {
      .btn-soft:not(.btn-active, :active, :focus-visible, input:checked:not(.filter .btn)):hover {
        --btn-shadow: "";
        --btn-fg: var(--btn-color, var(--color-base-content));
        --btn-bg: var(--btn-color, var(--color-base-content));
        --btn-border: var(--btn-color, var(--color-base-content));
        --btn-noise: none;
      }
      @supports (color: color-mix(in lab, red, red)) {
        .btn-soft:not(.btn-active, :active, :focus-visible, input:checked:not(.filter .btn)):hover {
          --btn-bg: color-mix( in oklab, var(--btn-color, var(--color-base-content)) 8%, var(--color-base-100) );
        }
      }
      @supports (color: color-mix(in lab, red, red)) {
        .btn-soft:not(.btn-active, :active, :focus-visible, input:checked:not(.filter .btn)):hover {
          --btn-border: color-mix( in oklab, var(--btn-color, var(--color-base-content)) 10%, var(--color-base-100) );
        }
      }
    }
  }
  @layer daisyui.l1.l2 {
    .indicator-end {
      --indicator-s: auto;
      --indicator-e: 0;
      --indicator-x: 50%;
    }
    [dir=rtl] .indicator-end {
      --indicator-s: 0;
      --indicator-e: auto;
      --indicator-x: -50%;
    }
  }
  @layer daisyui.l1.l2 {
    .indicator-start {
      --indicator-s: 0;
      --indicator-e: auto;
      --indicator-x: -50%;
    }
    [dir=rtl] .indicator-start {
      --indicator-s: auto;
      --indicator-e: 0;
      --indicator-x: 50%;
    }
  }
  @layer daisyui.l1.l2 {
    .indicator-center {
      --indicator-s: 50%;
      --indicator-e: 50%;
      --indicator-x: -50%;
    }
    [dir=rtl] .indicator-center {
      --indicator-x: 50%;
    }
  }
  @layer daisyui.l1.l2 {
    .btn-lg {
      --fontsize: 1.125rem;
      --btn-p: 1.25rem;
      --size: calc(var(--size-field, 0.25rem) * 12);
    }
  }
  @layer daisyui.l1.l2 {
    .btn-md {
      --fontsize: 0.875rem;
      --btn-p: 1rem;
      --size: calc(var(--size-field, 0.25rem) * 10);
    }
  }
  @layer daisyui.l1.l2 {
    .btn-sm {
      --fontsize: 0.75rem;
      --btn-p: 0.75rem;
      --size: calc(var(--size-field, 0.25rem) * 8);
    }
  }
  @layer daisyui.l1.l2 {
    .btn-xl {
      --fontsize: 1.375rem;
      --btn-p: 1.5rem;
      --size: calc(var(--size-field, 0.25rem) * 14);
    }
  }
  @layer daisyui.l1.l2 {
    .btn-xs {
      --fontsize: 0.6875rem;
      --btn-p: 0.5rem;
      --size: calc(var(--size-field, 0.25rem) * 6);
    }
  }
  @layer daisyui.l1.l2 {
    .card-lg .card-body {
      --card-p: 2rem;
      --card-fs: 1rem;
    }
    .card-lg .card-title {
      --cardtitle-fs: 1.25rem;
    }
  }
  @layer daisyui.l1.l2 {
    .card-md .card-body {
      --card-p: 1.5rem;
      --card-fs: 0.875rem;
    }
    .card-md .card-title {
      --cardtitle-fs: 1.125rem;
    }
  }
  @layer daisyui.l1.l2 {
    .card-sm .card-body {
      --card-p: 1rem;
      --card-fs: 0.75rem;
    }
    .card-sm .card-title {
      --cardtitle-fs: 1rem;
    }
  }
  @layer daisyui.l1.l2 {
    .card-xl .card-body {
      --card-p: 2.5rem;
      --card-fs: 1.125rem;
    }
    .card-xl .card-title {
      --cardtitle-fs: 1.375rem;
    }
  }
  @layer daisyui.l1.l2 {
    .card-xs .card-body {
      --card-p: 0.5rem;
      --card-fs: 0.6875rem;
    }
    .card-xs .card-title {
      --cardtitle-fs: 0.875rem;
    }
  }
  @layer daisyui.l1.l2 {
    .indicator-bottom {
      --indicator-t: auto;
      --indicator-b: 0;
      --indicator-y: 50%;
    }
  }
  @layer daisyui.l1.l2 {
    .indicator-middle {
      --indicator-t: 50%;
      --indicator-b: 50%;
      --indicator-y: -50%;
    }
  }
  @layer daisyui.l1.l2 {
    .indicator-top {
      --indicator-t: 0;
      --indicator-b: auto;
      --indicator-y: -50%;
    }
  }
  @layer daisyui.l1.l2 {
    .badge-accent {
      --badge-color: var(--color-accent);
      --badge-fg: var(--color-accent-content);
    }
  }
  @layer daisyui.l1.l2 {
    .badge-error {
      --badge-color: var(--color-error);
      --badge-fg: var(--color-error-content);
    }
  }
  @layer daisyui.l1.l2 {
    .badge-info {
      --badge-color: var(--color-info);
      --badge-fg: var(--color-info-content);
    }
  }
  @layer daisyui.l1.l2 {
    .badge-neutral {
      --badge-color: var(--color-neutral);
      --badge-fg: var(--color-neutral-content);
    }
  }
  @layer daisyui.l1.l2 {
    .badge-primary {
      --badge-color: var(--color-primary);
      --badge-fg: var(--color-primary-content);
    }
  }
  @layer daisyui.l1.l2 {
    .badge-secondary {
      --badge-color: var(--color-secondary);
      --badge-fg: var(--color-secondary-content);
    }
  }
  @layer daisyui.l1.l2 {
    .badge-success {
      --badge-color: var(--color-success);
      --badge-fg: var(--color-success-content);
    }
  }
  @layer daisyui.l1.l2 {
    .badge-warning {
      --badge-color: var(--color-warning);
      --badge-fg: var(--color-warning-content);
    }
  }
  @layer daisyui.l1.l2.l3 {
    .btn-accent {
      --btn-color: var(--color-accent);
      --btn-fg: var(--color-accent-content);
    }
  }
  @layer daisyui.l1.l2.l3 {
    .btn-error {
      --btn-color: var(--color-error);
      --btn-fg: var(--color-error-content);
    }
  }
  @layer daisyui.l1.l2.l3 {
    .btn-info {
      --btn-color: var(--color-info);
      --btn-fg: var(--color-info-content);
    }
  }
  @layer daisyui.l1.l2.l3 {
    .btn-neutral {
      --btn-color: var(--color-neutral);
      --btn-fg: var(--color-neutral-content);
    }
  }
  @layer daisyui.l1.l2.l3 {
    .btn-primary {
      --btn-color: var(--color-primary);
      --btn-fg: var(--color-primary-content);
    }
  }
  @layer daisyui.l1.l2.l3 {
    .btn-secondary {
      --btn-color: var(--color-secondary);
      --btn-fg: var(--color-secondary-content);
    }
  }
  @layer daisyui.l1.l2.l3 {
    .btn-success {
      --btn-color: var(--color-success);
      --btn-fg: var(--color-success-content);
    }
  }
  @layer daisyui.l1.l2.l3 {
    .btn-warning {
      --btn-color: var(--color-warning);
      --btn-fg: var(--color-warning-content);
    }
  }
  @layer daisyui.l1.l2 {
    .timeline-snap-icon > li {
      --timeline-col-start: 0.5rem;
      --timeline-row-start: minmax(0, 1fr);
    }
  }
  @layer daisyui.l1.l2 {
    .card-border {
      border: var(--border) solid var(--color-base-200);
    }
  }
  @layer daisyui.l1.l2 {
    .card-dash {
      border: var(--border) dashed var(--color-base-200);
    }
  }
  @layer daisyui.l1.l2 {
    .input-accent,
    .input-accent:focus,
    .input-accent:focus-within {
      --input-color: var(--color-accent);
    }
  }
  @layer daisyui.l1.l2 {
    .input-error,
    .input-error:focus,
    .input-error:focus-within {
      --input-color: var(--color-error);
    }
  }
  @layer daisyui.l1.l2 {
    .input-info,
    .input-info:focus,
    .input-info:focus-within {
      --input-color: var(--color-info);
    }
  }
  @layer daisyui.l1.l2 {
    .input-neutral,
    .input-neutral:focus,
    .input-neutral:focus-within {
      --input-color: var(--color-neutral);
    }
  }
  @layer daisyui.l1.l2 {
    .input-primary,
    .input-primary:focus,
    .input-primary:focus-within {
      --input-color: var(--color-primary);
    }
  }
  @layer daisyui.l1.l2 {
    .input-secondary,
    .input-secondary:focus,
    .input-secondary:focus-within {
      --input-color: var(--color-secondary);
    }
  }
  @layer daisyui.l1.l2 {
    .input-success,
    .input-success:focus,
    .input-success:focus-within {
      --input-color: var(--color-success);
    }
  }
  @layer daisyui.l1.l2 {
    .input-warning,
    .input-warning:focus,
    .input-warning:focus-within {
      --input-color: var(--color-warning);
    }
  }
  @layer daisyui.l1.l2 {
    .radio-accent {
      --input-color: var(--color-accent);
    }
  }
  @layer daisyui.l1.l2 {
    .radio-error {
      --input-color: var(--color-error);
    }
  }
  @layer daisyui.l1.l2 {
    .radio-info {
      --input-color: var(--color-info);
    }
  }
  @layer daisyui.l1.l2 {
    .radio-neutral {
      --input-color: var(--color-neutral);
    }
  }
  @layer daisyui.l1.l2 {
    .radio-primary {
      --input-color: var(--color-primary);
    }
  }
  @layer daisyui.l1.l2 {
    .radio-secondary {
      --input-color: var(--color-secondary);
    }
  }
  @layer daisyui.l1.l2 {
    .radio-success {
      --input-color: var(--color-success);
    }
  }
  @layer daisyui.l1.l2 {
    .radio-warning {
      --input-color: var(--color-warning);
    }
  }
  @layer daisyui.l1.l2 {
    .range-lg {
      --range-thumb-size: calc(var(--size-selector, 0.25rem) * 7);
    }
  }
  @layer daisyui.l1.l2 {
    .range-md {
      --range-thumb-size: calc(var(--size-selector, 0.25rem) * 6);
    }
  }
  @layer daisyui.l1.l2 {
    .range-sm {
      --range-thumb-size: calc(var(--size-selector, 0.25rem) * 5);
    }
  }
  @layer daisyui.l1.l2 {
    .range-xl {
      --range-thumb-size: calc(var(--size-selector, 0.25rem) * 8);
    }
  }
  @layer daisyui.l1.l2 {
    .range-xs {
      --range-thumb-size: calc(var(--size-selector, 0.25rem) * 4);
    }
  }
  @layer daisyui.l1.l2 {
    .select-accent,
    .select-accent:focus,
    .select-accent:focus-within {
      --input-color: var(--color-accent);
    }
  }
  @layer daisyui.l1.l2 {
    .select-error,
    .select-error:focus,
    .select-error:focus-within {
      --input-color: var(--color-error);
    }
  }
  @layer daisyui.l1.l2 {
    .select-info,
    .select-info:focus,
    .select-info:focus-within {
      --input-color: var(--color-info);
    }
  }
  @layer daisyui.l1.l2 {
    .select-neutral,
    .select-neutral:focus,
    .select-neutral:focus-within {
      --input-color: var(--color-neutral);
    }
  }
  @layer daisyui.l1.l2 {
    .select-primary,
    .select-primary:focus,
    .select-primary:focus-within {
      --input-color: var(--color-primary);
    }
  }
  @layer daisyui.l1.l2 {
    .select-secondary,
    .select-secondary:focus,
    .select-secondary:focus-within {
      --input-color: var(--color-secondary);
    }
  }
  @layer daisyui.l1.l2 {
    .select-success,
    .select-success:focus,
    .select-success:focus-within {
      --input-color: var(--color-success);
    }
  }
  @layer daisyui.l1.l2 {
    .select-warning,
    .select-warning:focus,
    .select-warning:focus-within {
      --input-color: var(--color-warning);
    }
  }
  @layer daisyui.l1.l2 {
    .textarea-accent,
    .textarea-accent:focus,
    .textarea-accent:focus-within {
      --input-color: var(--color-accent);
    }
  }
  @layer daisyui.l1.l2 {
    .textarea-error,
    .textarea-error:focus,
    .textarea-error:focus-within {
      --input-color: var(--color-error);
    }
  }
  @layer daisyui.l1.l2 {
    .textarea-info,
    .textarea-info:focus,
    .textarea-info:focus-within {
      --input-color: var(--color-info);
    }
  }
  @layer daisyui.l1.l2 {
    .textarea-neutral,
    .textarea-neutral:focus,
    .textarea-neutral:focus-within {
      --input-color: var(--color-neutral);
    }
  }
  @layer daisyui.l1.l2 {
    .textarea-primary,
    .textarea-primary:focus,
    .textarea-primary:focus-within {
      --input-color: var(--color-primary);
    }
  }
  @layer daisyui.l1.l2 {
    .textarea-secondary,
    .textarea-secondary:focus,
    .textarea-secondary:focus-within {
      --input-color: var(--color-secondary);
    }
  }
  @layer daisyui.l1.l2 {
    .textarea-success,
    .textarea-success:focus,
    .textarea-success:focus-within {
      --input-color: var(--color-success);
    }
  }
  @layer daisyui.l1.l2 {
    .textarea-warning,
    .textarea-warning:focus,
    .textarea-warning:focus-within {
      --input-color: var(--color-warning);
    }
  }
  @layer daisyui.l1.l2 {
    .toggle-accent:checked,
    .toggle-accent[aria-checked=true] {
      --input-color: var(--color-accent);
    }
  }
  @layer daisyui.l1.l2 {
    .toggle-error:checked,
    .toggle-error[aria-checked=true] {
      --input-color: var(--color-error);
    }
  }
  @layer daisyui.l1.l2 {
    .toggle-info:checked,
    .toggle-info[aria-checked=true] {
      --input-color: var(--color-info);
    }
  }
  @layer daisyui.l1.l2 {
    .toggle-lg:is([type=checkbox]),
    .toggle-lg:has([type=checkbox]) {
      --size: calc(var(--size-selector, 0.25rem) * 7);
    }
  }
  @layer daisyui.l1.l2 {
    .toggle-md:is([type=checkbox]),
    .toggle-md:has([type=checkbox]) {
      --size: calc(var(--size-selector, 0.25rem) * 6);
    }
  }
  @layer daisyui.l1.l2 {
    .toggle-neutral:checked,
    .toggle-neutral[aria-checked=true] {
      --input-color: var(--color-neutral);
    }
  }
  @layer daisyui.l1.l2 {
    .toggle-primary:checked,
    .toggle-primary[aria-checked=true] {
      --input-color: var(--color-primary);
    }
  }
  @layer daisyui.l1.l2 {
    .toggle-secondary:checked,
    .toggle-secondary[aria-checked=true] {
      --input-color: var(--color-secondary);
    }
  }
  @layer daisyui.l1.l2 {
    .toggle-sm:is([type=checkbox]),
    .toggle-sm:has([type=checkbox]) {
      --size: calc(var(--size-selector, 0.25rem) * 5);
    }
  }
  @layer daisyui.l1.l2 {
    .toggle-success:checked,
    .toggle-success[aria-checked=true] {
      --input-color: var(--color-success);
    }
  }
  @layer daisyui.l1.l2 {
    .toggle-warning:checked,
    .toggle-warning[aria-checked=true] {
      --input-color: var(--color-warning);
    }
  }
  @layer daisyui.l1.l2 {
    .toggle-xl:is([type=checkbox]),
    .toggle-xl:has([type=checkbox]) {
      --size: calc(var(--size-selector, 0.25rem) * 8);
    }
  }
  @layer daisyui.l1.l2 {
    .toggle-xs:is([type=checkbox]),
    .toggle-xs:has([type=checkbox]) {
      --size: calc(var(--size-selector, 0.25rem) * 4);
    }
  }
  @media (hover: hover) {
    .hover\:bg-base-200\/50:hover {
      background-color: var(--color-base-200);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-base-200\/50:hover {
        background-color: color-mix(in oklab, var(--color-base-200) 50%, transparent);
      }
    }
  }
  @media (hover: hover) {
    .hover\:bg-primary-content:hover {
      background-color: var(--color-primary-content);
    }
  }
  @media (hover: hover) {
    .hover\:bg-primary\/10:hover {
      background-color: var(--color-primary);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-primary\/10:hover {
        background-color: color-mix(in oklab, var(--color-primary) 10%, transparent);
      }
    }
  }
  @media (hover: hover) {
    .hover\:text-base-content:hover {
      color: var(--color-base-content);
    }
  }
  @media (hover: hover) {
    .hover\:text-green-900:hover {
      color: var(--color-green-900);
    }
  }
  @media (hover: hover) {
    .hover\:text-primary:hover {
      color: var(--color-primary);
    }
  }
  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }
  @media (hover: hover) {
    .hover\:shadow-xl:hover {
      --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
      box-shadow:
        var(--tw-inset-shadow),
        var(--tw-inset-ring-shadow),
        var(--tw-ring-offset-shadow),
        var(--tw-ring-shadow),
        var(--tw-shadow);
    }
  }
  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  @media (width < 48rem) {
    .max-md\:text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  @media (width >= 40rem) {
    @layer daisyui.l1.l2 {
      .sm\:alert-horizontal {
        justify-content: start;
        justify-items: start;
        grid-auto-flow: column;
        grid-template-columns: auto;
        text-align: start;
      }
      .sm\:alert-horizontal:has(:nth-child(2)) {
        grid-template-columns: auto minmax(auto, 1fr);
      }
    }
  }
  @media (width >= 40rem) {
    @layer daisyui.l1.l2 {
      .sm\:footer-horizontal {
        grid-auto-flow: column;
      }
      .sm\:footer-horizontal.footer-center {
        grid-auto-flow: row dense;
      }
    }
  }
  @media (width >= 40rem) {
    .sm\:flex-row {
      flex-direction: row;
    }
  }
  @media (width >= 40rem) {
    .sm\:items-center {
      align-items: center;
    }
  }
  @media (width >= 48rem) {
    .md\:col-span-6 {
      grid-column: span 6 / span 6;
    }
  }
  @media (width >= 48rem) {
    .md\:block {
      display: block;
    }
  }
  @media (width >= 48rem) {
    .md\:flex {
      display: flex;
    }
  }
  @media (width >= 48rem) {
    .md\:inline-flex {
      display: inline-flex;
    }
  }
  @media (width >= 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 48rem) {
    .md\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  @media (width >= 48rem) {
    .md\:flex-row {
      flex-direction: row;
    }
  }
  @media (width >= 48rem) {
    .md\:items-center {
      align-items: center;
    }
  }
  @media (width >= 48rem) {
    .md\:place-self-center {
      place-self: center;
    }
  }
  @media (width >= 48rem) {
    .md\:justify-self-end {
      justify-self: flex-end;
    }
  }
  @media (width >= 48rem) {
    .md\:p-5 {
      padding: calc(var(--spacing) * 5);
    }
  }
  @media (width >= 48rem) {
    .md\:p-6 {
      padding: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 48rem) {
    .md\:p-7 {
      padding: calc(var(--spacing) * 7);
    }
  }
  @media (width >= 48rem) {
    .md\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 48rem) {
    .md\:text-left {
      text-align: left;
    }
  }
  @media (width >= 64rem) {
    @layer daisyui.l1.l2.l3 {
      .lg\:drawer-open > .drawer-toggle:checked ~ .drawer-side {
        scrollbar-color: revert-layer;
      }
      :root:has(.lg\:drawer-open .drawer-toggle:checked) {
        --page-overflow: revert-layer;
        --page-scroll-gutter: revert-layer;
        --page-scroll-bg: revert-layer;
        --page-scroll-transition: revert-layer;
        --page-has-backdrop: revert-layer;
        animation: revert-layer;
        animation-timeline: revert-layer;
      }
    }
    @layer daisyui.l1.l2 {
      .lg\:drawer-open > .drawer-side {
        overflow-y: auto;
      }
      .lg\:drawer-open > .drawer-toggle {
        display: none;
      }
      .lg\:drawer-open > .drawer-toggle ~ .drawer-side {
        pointer-events: auto;
        visibility: visible;
        position: sticky;
        display: block;
        width: auto;
        overscroll-behavior: auto;
        opacity: 100%;
      }
      .lg\:drawer-open > .drawer-toggle ~ .drawer-side > .drawer-overlay {
        cursor: default;
        background-color: transparent;
      }
      .lg\:drawer-open > .drawer-toggle:checked ~ .drawer-side {
        pointer-events: auto;
        visibility: visible;
      }
    }
    @layer daisyui.l1 {
      .lg\:drawer-open > .drawer-toggle ~ .drawer-side > :not(.drawer-overlay) {
        translate: 0%;
      }
      [dir=rtl] :is(.lg\:drawer-open > .drawer-toggle ~ .drawer-side > :not(.drawer-overlay)) {
        translate: 0%;
      }
    }
  }
  @media (width >= 64rem) {
    @layer daisyui.l1.l2 {
      .lg\:menu-horizontal {
        display: inline-flex;
        flex-direction: row;
      }
      .lg\:menu-horizontal > li:not(.menu-title) > details > ul {
        position: absolute;
        margin-inline-start: calc(0.25rem * 0);
        margin-top: calc(0.25rem * 4);
        transform-origin: top;
        border-radius: var(--radius-box);
        background-color: var(--color-base-100);
        padding-block: calc(0.25rem * 2);
        padding-inline-end: calc(0.25rem * 2);
        opacity: 0%;
        scale: 95%;
        box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
      }
      @media (prefers-reduced-motion: no-preference) {
        .lg\:menu-horizontal > li:not(.menu-title) > details > ul {
          animation: menu 0.2s;
          transition-property:
            opacity,
            scale,
            display;
          transition-behavior: allow-discrete;
          transition-duration: 0.2s;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        }
        @starting-style {
          .lg\:menu-horizontal > li:not(.menu-title) > details > ul {
            scale: 95%;
            opacity: 0;
          }
        }
      }
      .lg\:menu-horizontal > li:not(.menu-title) > details[open] > ul {
        opacity: 100%;
        scale: 100%;
      }
      .lg\:menu-horizontal > li > details > ul:before {
        --tw-content: none;
        content: var(--tw-content);
      }
    }
  }
  @media (width >= 64rem) {
    .lg\:col-span-3 {
      grid-column: span 3 / span 3;
    }
  }
  @media (width >= 64rem) {
    .lg\:col-span-6 {
      grid-column: span 6 / span 6;
    }
  }
  @media (width >= 64rem) {
    .lg\:join-horizontal {
      flex-direction: row;
    }
    .lg\:join-horizontal > .join-item:first-child {
      --join-ss: var(--radius-field);
      --join-se: 0;
      --join-es: var(--radius-field);
      --join-ee: 0;
    }
    .lg\:join-horizontal :first-child:not(:last-child) .join-item {
      --join-ss: var(--radius-field);
      --join-se: 0;
      --join-es: var(--radius-field);
      --join-ee: 0;
    }
    .lg\:join-horizontal > .join-item:last-child {
      --join-ss: 0;
      --join-se: var(--radius-field);
      --join-es: 0;
      --join-ee: var(--radius-field);
    }
    .lg\:join-horizontal :last-child:not(:first-child) .join-item {
      --join-ss: 0;
      --join-se: var(--radius-field);
      --join-es: 0;
      --join-ee: var(--radius-field);
    }
    .lg\:join-horizontal > .join-item:only-child {
      --join-ss: var(--radius-field);
      --join-se: var(--radius-field);
      --join-es: var(--radius-field);
      --join-ee: var(--radius-field);
    }
    .lg\:join-horizontal :only-child .join-item {
      --join-ss: var(--radius-field);
      --join-se: var(--radius-field);
      --join-es: var(--radius-field);
      --join-ee: var(--radius-field);
    }
    .lg\:join-horizontal .join-item:where(*:not(:first-child)) {
      margin-inline-start: calc(var(--border, 1px) * -1);
      margin-block-start: 0;
    }
  }
  @media (width >= 64rem) {
    .lg\:flex {
      display: flex;
    }
  }
  @media (width >= 64rem) {
    .lg\:hidden {
      display: none;
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  @media (prefers-color-scheme: dark) {
    .dark\:border-gray-700 {
      border-color: var(--color-gray-700);
    }
  }
  @media (prefers-color-scheme: dark) {
    .dark\:bg-gray-700 {
      background-color: var(--color-gray-700);
    }
  }
  @media (prefers-color-scheme: dark) {
    .dark\:bg-gray-800 {
      background-color: var(--color-gray-800);
    }
  }
  @media (prefers-color-scheme: dark) {
    .dark\:bg-gray-800\/50 {
      background-color: color-mix(in srgb, oklch(27.8% 0.033 256.848) 50%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .dark\:bg-gray-800\/50 {
        background-color: color-mix(in oklab, var(--color-gray-800) 50%, transparent);
      }
    }
  }
  @media (prefers-color-scheme: dark) {
    .dark\:bg-gray-900 {
      background-color: var(--color-gray-900);
    }
  }
  @media (prefers-color-scheme: dark) {
    .dark\:text-gray-100 {
      color: var(--color-gray-100);
    }
  }
  @media (prefers-color-scheme: dark) {
    .dark\:text-gray-400 {
      color: var(--color-gray-400);
    }
  }
  @layer daisyui.l1.l2.l3 {
    .is-drawer-close\:tooltip:where(.drawer-toggle:not(:checked) ~ .drawer-side, .drawer-toggle:not(:checked) ~ .drawer-side *) {
      position: relative;
      display: inline-block;
      --tt-bg: var(--color-neutral);
      --tt-off: calc(100% + 0.5rem);
      --tt-tail: calc(100% + 1px + 0.25rem);
    }
    .is-drawer-close\:tooltip:where(.drawer-toggle:not(:checked) ~ .drawer-side, .drawer-toggle:not(:checked) ~ .drawer-side *) > .tooltip-content,
    .is-drawer-close\:tooltip:where(.drawer-toggle:not(:checked) ~ .drawer-side, .drawer-toggle:not(:checked) ~ .drawer-side *)[data-tip]:before {
      position: absolute;
      max-width: 20rem;
      border-radius: var(--radius-field);
      padding-inline: calc(0.25rem * 2);
      padding-block: calc(0.25rem * 1);
      text-align: center;
      white-space: normal;
      color: var(--color-neutral-content);
      opacity: 0%;
      font-size: 0.875rem;
      line-height: 1.25;
      background-color: var(--tt-bg);
      width: max-content;
      pointer-events: none;
      z-index: 2;
      --tw-content: attr(data-tip);
      content: var(--tw-content);
    }
    .is-drawer-close\:tooltip:where(.drawer-toggle:not(:checked) ~ .drawer-side, .drawer-toggle:not(:checked) ~ .drawer-side *):after {
      opacity: 0%;
      background-color: var(--tt-bg);
      content: "";
      pointer-events: none;
      width: 0.625rem;
      height: 0.25rem;
      display: block;
      position: absolute;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-position: -1px 0;
      mask-position: -1px 0;
      --mask-tooltip: url("data:image/svg+xml,%3Csvg width='10' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.500009 1C3.5 1 3.00001 4 5.00001 4C7 4 6.5 1 9.5 1C10 1 10 0.499897 10 0H0C-1.99338e-08 0.5 0 1 0.500009 1Z' fill='black'/%3E%3C/svg%3E%0A");
      -webkit-mask-image: var(--mask-tooltip);
      mask-image: var(--mask-tooltip);
    }
    @media (prefers-reduced-motion: no-preference) {
      .is-drawer-close\:tooltip:where(.drawer-toggle:not(:checked) ~ .drawer-side, .drawer-toggle:not(:checked) ~ .drawer-side *) > .tooltip-content,
      .is-drawer-close\:tooltip:where(.drawer-toggle:not(:checked) ~ .drawer-side, .drawer-toggle:not(:checked) ~ .drawer-side *)[data-tip]:before,
      .is-drawer-close\:tooltip:where(.drawer-toggle:not(:checked) ~ .drawer-side, .drawer-toggle:not(:checked) ~ .drawer-side *):after {
        transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 75ms, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 75ms;
      }
    }
    :is(.is-drawer-close\:tooltip:where(.drawer-toggle:not(:checked) ~ .drawer-side, .drawer-toggle:not(:checked) ~ .drawer-side *):is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))).tooltip-open, .is-drawer-close\:tooltip:where(.drawer-toggle:not(:checked) ~ .drawer-side, .drawer-toggle:not(:checked) ~ .drawer-side *):is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):hover, .is-drawer-close\:tooltip:where(.drawer-toggle:not(:checked) ~ .drawer-side, .drawer-toggle:not(:checked) ~ .drawer-side *):is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):has(:focus-visible)) > .tooltip-content,
    :is(.is-drawer-close\:tooltip:where(.drawer-toggle:not(:checked) ~ .drawer-side, .drawer-toggle:not(:checked) ~ .drawer-side *):is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))).tooltip-open, .is-drawer-close\:tooltip:where(.drawer-toggle:not(:checked) ~ .drawer-side, .drawer-toggle:not(:checked) ~ .drawer-side *):is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):hover, .is-drawer-close\:tooltip:where(.drawer-toggle:not(:checked) ~ .drawer-side, .drawer-toggle:not(:checked) ~ .drawer-side *):is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):has(:focus-visible))[data-tip]:before,
    :is(.is-drawer-close\:tooltip:where(.drawer-toggle:not(:checked) ~ .drawer-side, .drawer-toggle:not(:checked) ~ .drawer-side *):is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))).tooltip-open, .is-drawer-close\:tooltip:where(.drawer-toggle:not(:checked) ~ .drawer-side, .drawer-toggle:not(:checked) ~ .drawer-side *):is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):hover, .is-drawer-close\:tooltip:where(.drawer-toggle:not(:checked) ~ .drawer-side, .drawer-toggle:not(:checked) ~ .drawer-side *):is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):has(:focus-visible)):after {
      opacity: 100%;
      --tt-pos: 0rem;
    }
    @media (prefers-reduced-motion: no-preference) {
      :is(.is-drawer-close\:tooltip:where(.drawer-toggle:not(:checked) ~ .drawer-side, .drawer-toggle:not(:checked) ~ .drawer-side *):is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))).tooltip-open, .is-drawer-close\:tooltip:where(.drawer-toggle:not(:checked) ~ .drawer-side, .drawer-toggle:not(:checked) ~ .drawer-side *):is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):hover, .is-drawer-close\:tooltip:where(.drawer-toggle:not(:checked) ~ .drawer-side, .drawer-toggle:not(:checked) ~ .drawer-side *):is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):has(:focus-visible)) > .tooltip-content,
      :is(.is-drawer-close\:tooltip:where(.drawer-toggle:not(:checked) ~ .drawer-side, .drawer-toggle:not(:checked) ~ .drawer-side *):is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))).tooltip-open, .is-drawer-close\:tooltip:where(.drawer-toggle:not(:checked) ~ .drawer-side, .drawer-toggle:not(:checked) ~ .drawer-side *):is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):hover, .is-drawer-close\:tooltip:where(.drawer-toggle:not(:checked) ~ .drawer-side, .drawer-toggle:not(:checked) ~ .drawer-side *):is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):has(:focus-visible))[data-tip]:before,
      :is(.is-drawer-close\:tooltip:where(.drawer-toggle:not(:checked) ~ .drawer-side, .drawer-toggle:not(:checked) ~ .drawer-side *):is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))).tooltip-open, .is-drawer-close\:tooltip:where(.drawer-toggle:not(:checked) ~ .drawer-side, .drawer-toggle:not(:checked) ~ .drawer-side *):is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):hover, .is-drawer-close\:tooltip:where(.drawer-toggle:not(:checked) ~ .drawer-side, .drawer-toggle:not(:checked) ~ .drawer-side *):is([data-tip]:not([data-tip=""]), :has(.tooltip-content:not(:empty))):has(:focus-visible)):after {
        transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
      }
    }
  }
  @layer daisyui.l1.l2 {
    .is-drawer-close\:tooltip:where(.drawer-toggle:not(:checked) ~ .drawer-side, .drawer-toggle:not(:checked) ~ .drawer-side *) > .tooltip-content,
    .is-drawer-close\:tooltip:where(.drawer-toggle:not(:checked) ~ .drawer-side, .drawer-toggle:not(:checked) ~ .drawer-side *)[data-tip]:before {
      transform: translateX(-50%) translateY(var(--tt-pos, 0.25rem));
      inset: auto auto var(--tt-off) 50%;
    }
    .is-drawer-close\:tooltip:where(.drawer-toggle:not(:checked) ~ .drawer-side, .drawer-toggle:not(:checked) ~ .drawer-side *):after {
      transform: translateX(-50%) translateY(var(--tt-pos, 0.25rem));
      inset: auto auto var(--tt-tail) 50%;
    }
  }
  @layer daisyui.l1.l2 {
    .is-drawer-close\:tooltip-right:where(.drawer-toggle:not(:checked) ~ .drawer-side, .drawer-toggle:not(:checked) ~ .drawer-side *) > .tooltip-content,
    .is-drawer-close\:tooltip-right:where(.drawer-toggle:not(:checked) ~ .drawer-side, .drawer-toggle:not(:checked) ~ .drawer-side *)[data-tip]:before {
      transform: translateX(calc(var(--tt-pos, -0.25rem) + 0.25rem)) translateY(-50%);
      inset: 50% auto auto var(--tt-off);
    }
    .is-drawer-close\:tooltip-right:where(.drawer-toggle:not(:checked) ~ .drawer-side, .drawer-toggle:not(:checked) ~ .drawer-side *):after {
      transform: translateX(var(--tt-pos, -0.25rem)) translateY(-50%) rotate(90deg);
      inset: 50% auto auto calc(var(--tt-tail) + 1px);
    }
  }
  .is-drawer-close\:hidden:where(.drawer-toggle:not(:checked) ~ .drawer-side, .drawer-toggle:not(:checked) ~ .drawer-side *) {
    display: none;
  }
  .is-drawer-close\:w-14:where(.drawer-toggle:not(:checked) ~ .drawer-side, .drawer-toggle:not(:checked) ~ .drawer-side *) {
    width: calc(var(--spacing) * 14);
  }
  .is-drawer-close\:overflow-visible:where(.drawer-toggle:not(:checked) ~ .drawer-side, .drawer-toggle:not(:checked) ~ .drawer-side *) {
    overflow: visible;
  }
  .is-drawer-open\:w-64:where(.drawer-toggle:checked ~ .drawer-side, .drawer-toggle:checked ~ .drawer-side *) {
    width: calc(var(--spacing) * 64);
  }
  .is-drawer-open\:rotate-y-180:where(.drawer-toggle:checked ~ .drawer-side, .drawer-toggle:checked ~ .drawer-side *) {
    --tw-rotate-y: rotateY(180deg);
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
}
body {
  font-family: "Inter", sans-serif;
}
@keyframes slide-in-right {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.animate-slide-in-right {
  animation: slide-in-right 0.3s ease-out forwards;
}
@layer base {
  :where(:root),
  :root:has(input.theme-controller[value=light]:checked),
  [data-theme=light] {
    color-scheme: light;
    --color-base-100: oklch(100% 0 0);
    --color-base-200: oklch(98% 0 0);
    --color-base-300: oklch(95% 0 0);
    --color-base-content: oklch(21% 0.006 285.885);
    --color-primary: oklch(45% 0.24 277.023);
    --color-primary-content: oklch(93% 0.034 272.788);
    --color-secondary: oklch(65% 0.241 354.308);
    --color-secondary-content: oklch(94% 0.028 342.258);
    --color-accent: oklch(77% 0.152 181.912);
    --color-accent-content: oklch(38% 0.063 188.416);
    --color-neutral: oklch(14% 0.005 285.823);
    --color-neutral-content: oklch(92% 0.004 286.32);
    --color-info: oklch(74% 0.16 232.661);
    --color-info-content: oklch(29% 0.066 243.157);
    --color-success: oklch(76% 0.177 163.223);
    --color-success-content: oklch(37% 0.077 168.94);
    --color-warning: oklch(82% 0.189 84.429);
    --color-warning-content: oklch(41% 0.112 45.904);
    --color-error: oklch(71% 0.194 13.428);
    --color-error-content: oklch(27% 0.105 12.094);
    --radius-selector: 0.5rem;
    --radius-field: 0.25rem;
    --radius-box: 0.5rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 1;
    --noise: 0;
  }
}
@layer base {
  @media (prefers-color-scheme: dark) {
    :root:not([data-theme]) {
      color-scheme: dark;
      --color-base-100: oklch(25.33% 0.016 252.42);
      --color-base-200: oklch(23.26% 0.014 253.1);
      --color-base-300: oklch(21.15% 0.012 254.09);
      --color-base-content: oklch(97.807% 0.029 256.847);
      --color-primary: oklch(58% 0.233 277.117);
      --color-primary-content: oklch(96% 0.018 272.314);
      --color-secondary: oklch(65% 0.241 354.308);
      --color-secondary-content: oklch(94% 0.028 342.258);
      --color-accent: oklch(77% 0.152 181.912);
      --color-accent-content: oklch(38% 0.063 188.416);
      --color-neutral: oklch(14% 0.005 285.823);
      --color-neutral-content: oklch(92% 0.004 286.32);
      --color-info: oklch(74% 0.16 232.661);
      --color-info-content: oklch(29% 0.066 243.157);
      --color-success: oklch(76% 0.177 163.223);
      --color-success-content: oklch(37% 0.077 168.94);
      --color-warning: oklch(82% 0.189 84.429);
      --color-warning-content: oklch(41% 0.112 45.904);
      --color-error: oklch(71% 0.194 13.428);
      --color-error-content: oklch(27% 0.105 12.094);
      --radius-selector: 0.5rem;
      --radius-field: 0.25rem;
      --radius-box: 0.5rem;
      --size-selector: 0.25rem;
      --size-field: 0.25rem;
      --border: 1px;
      --depth: 1;
      --noise: 0;
    }
  }
}
@layer base {
  :root:has(input.theme-controller[value=light]:checked),
  [data-theme=light] {
    color-scheme: light;
    --color-base-100: oklch(100% 0 0);
    --color-base-200: oklch(98% 0 0);
    --color-base-300: oklch(95% 0 0);
    --color-base-content: oklch(21% 0.006 285.885);
    --color-primary: oklch(45% 0.24 277.023);
    --color-primary-content: oklch(93% 0.034 272.788);
    --color-secondary: oklch(65% 0.241 354.308);
    --color-secondary-content: oklch(94% 0.028 342.258);
    --color-accent: oklch(77% 0.152 181.912);
    --color-accent-content: oklch(38% 0.063 188.416);
    --color-neutral: oklch(14% 0.005 285.823);
    --color-neutral-content: oklch(92% 0.004 286.32);
    --color-info: oklch(74% 0.16 232.661);
    --color-info-content: oklch(29% 0.066 243.157);
    --color-success: oklch(76% 0.177 163.223);
    --color-success-content: oklch(37% 0.077 168.94);
    --color-warning: oklch(82% 0.189 84.429);
    --color-warning-content: oklch(41% 0.112 45.904);
    --color-error: oklch(71% 0.194 13.428);
    --color-error-content: oklch(27% 0.105 12.094);
    --radius-selector: 0.5rem;
    --radius-field: 0.25rem;
    --radius-box: 0.5rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 1;
    --noise: 0;
  }
}
@layer base {
  :root:has(input.theme-controller[value=dark]:checked),
  [data-theme=dark] {
    color-scheme: dark;
    --color-base-100: oklch(25.33% 0.016 252.42);
    --color-base-200: oklch(23.26% 0.014 253.1);
    --color-base-300: oklch(21.15% 0.012 254.09);
    --color-base-content: oklch(97.807% 0.029 256.847);
    --color-primary: oklch(58% 0.233 277.117);
    --color-primary-content: oklch(96% 0.018 272.314);
    --color-secondary: oklch(65% 0.241 354.308);
    --color-secondary-content: oklch(94% 0.028 342.258);
    --color-accent: oklch(77% 0.152 181.912);
    --color-accent-content: oklch(38% 0.063 188.416);
    --color-neutral: oklch(14% 0.005 285.823);
    --color-neutral-content: oklch(92% 0.004 286.32);
    --color-info: oklch(74% 0.16 232.661);
    --color-info-content: oklch(29% 0.066 243.157);
    --color-success: oklch(76% 0.177 163.223);
    --color-success-content: oklch(37% 0.077 168.94);
    --color-warning: oklch(82% 0.189 84.429);
    --color-warning-content: oklch(41% 0.112 45.904);
    --color-error: oklch(71% 0.194 13.428);
    --color-error-content: oklch(27% 0.105 12.094);
    --radius-selector: 0.5rem;
    --radius-field: 0.25rem;
    --radius-box: 0.5rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 1;
    --noise: 0;
  }
}
@layer base {
  :root {
    --fx-noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.34' numOctaves='4' stitchTiles='stitch'%3E%3C/feTurbulence%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23a)' opacity='0.2'%3E%3C/rect%3E%3C/svg%3E");
  }
}
@layer base {
  :root {
    scrollbar-color: currentColor #0000;
  }
  @supports (color: color-mix(in lab, red, red)) {
    :root {
      scrollbar-color: color-mix(in oklch, currentColor 35%, #0000) #0000;
    }
  }
}
@layer base {
  @property --radialprogress { syntax: "<percentage>"; inherits: true; initial-value: 0%; }
}
@layer base {
  :root:not(span) {
    overflow: var(--page-overflow);
  }
}
@layer base {
  :root {
    background: var(--page-scroll-bg, var(--root-bg));
    --page-scroll-bg-on: linear-gradient(var(--root-bg, #0000), var(--root-bg, #0000)) var(--root-bg, #0000);
    --page-scroll-transition-on: background-color 0.3s ease-out;
    transition: var(--page-scroll-transition);
    scrollbar-gutter: var(--page-scroll-gutter, unset);
    scrollbar-gutter: if(style(--page-has-scroll: 1): var(--page-scroll-gutter, unset) ; else: unset);
  }
  @supports (color: color-mix(in lab, red, red)) {
    :root {
      --page-scroll-bg-on: linear-gradient(var(--root-bg, #0000), var(--root-bg, #0000)) color-mix(in srgb, var(--root-bg, #0000), oklch(0% 0 0) calc(var(--page-has-backdrop, 0) * 40%));
    }
  }
  @keyframes set-page-has-scroll {
    0%, to {
      --page-has-scroll: 1;
    }
  }
}
@layer base {
  :root,
  [data-theme] {
    background: var(--page-scroll-bg, var(--root-bg));
    color: var(--color-base-content);
  }
  :where(:root, [data-theme]) {
    --root-bg: var(--color-base-100);
  }
}
@keyframes rating {
  0%, 40% {
    scale: 1.1;
    filter: brightness(1.05) contrast(1.05);
  }
}
@keyframes dropdown {
  0% {
    opacity: 0;
  }
}
@keyframes radio {
  0% {
    padding: 5px;
  }
  50% {
    padding: 3px;
  }
}
@keyframes toast {
  0% {
    scale: 0.9;
    opacity: 0;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}
@keyframes rotator {
  89.9999%, 100% {
    --first-item-position: 0 0%;
  }
  90%, 99.9999% {
    --first-item-position: 0 calc(var(--items) * 100%);
  }
  100% {
    translate: 0 -100%;
  }
}
@keyframes skeleton {
  0% {
    background-position: 150%;
  }
  100% {
    background-position: -50%;
  }
}
@keyframes menu {
  0% {
    opacity: 0;
  }
}
@keyframes progress {
  50% {
    background-position-x: -115%;
  }
}
@layer base {
  :where(:root),
  :root:has(input.theme-controller[value=light]:checked),
  [data-theme=light] {
    color-scheme: light;
    --color-base-100: oklch(100% 0 0);
    --color-base-200: oklch(98% 0 0);
    --color-base-300: oklch(95% 0 0);
    --color-base-content: oklch(21% 0.006 285.885);
    --color-primary: oklch(78% 0.154 211.53);
    --color-primary-content: oklch(21% 0.006 285.885);
    --color-secondary: oklch(65% 0.241 354.308);
    --color-secondary-content: oklch(94% 0.028 342.258);
    --color-accent: oklch(77% 0.152 181.912);
    --color-accent-content: oklch(38% 0.063 188.416);
    --color-neutral: oklch(13.9% 0.005 285.823);
    --color-neutral-content: oklch(92% 0.004 286.32);
    --color-info: oklch(74% 0.16 232.661);
    --color-info-content: oklch(29% 0.066 243.157);
    --color-success: oklch(76% 0.177 163.223);
    --color-success-content: oklch(37% 0.077 168.94);
    --color-warning: oklch(82% 0.189 84.429);
    --color-warning-content: oklch(41% 0.112 45.904);
    --color-error: oklch(71% 0.194 13.428);
    --color-error-content: oklch(27% 0.105 12.094);
    --radius-selector: 0.5rem;
    --radius-field: 2rem;
    --radius-box: 2rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 1;
    --noise: 1;
  }
}
@layer base {
  @media (prefers-color-scheme: dark) {
    :root:not([data-theme]) {
      color-scheme: dark;
      --color-base-100: oklch(29.2% 0.016 252.420);
      --color-base-200: oklch(8.8% 0.014 253.100);
      --color-base-300: oklch(24.9% 0.012 254.090);
      --color-base-content: oklch(97.807% 0.029 256.847);
      --color-primary: oklch(78% 0.154 211.53);
      --color-primary-content: oklch(96% 0.018 272.314);
      --color-secondary: oklch(65% 0.241 354.308);
      --color-secondary-content: oklch(94% 0.028 342.258);
      --color-accent: oklch(77% 0.152 181.912);
      --color-accent-content: oklch(38% 0.063 188.416);
      --color-neutral: oklch(14% 0.005 285.823);
      --color-neutral-content: oklch(92% 0.004 286.32);
      --color-info: oklch(74% 0.16 232.661);
      --color-info-content: oklch(29% 0.066 243.157);
      --color-success: oklch(76% 0.177 163.223);
      --color-success-content: oklch(37% 0.077 168.94);
      --color-warning: oklch(82% 0.189 84.429);
      --color-warning-content: oklch(41% 0.112 45.904);
      --color-error: oklch(71% 0.194 13.428);
      --color-error-content: oklch(27% 0.105 12.094);
      --radius-selector: 2rem;
      --radius-field: 2rem;
      --radius-box: 2rem;
      --size-selector: 0.25rem;
      --size-field: 0.25rem;
      --border: 0.5px;
      --depth: 1;
      --noise: 1;
    }
  }
}
@layer base {
  :root:has(input.theme-controller[value=dark]:checked),
  [data-theme=dark] {
    color-scheme: dark;
    --color-base-100: oklch(29.2% 0.016 252.420);
    --color-base-200: oklch(8.8% 0.014 253.100);
    --color-base-300: oklch(24.9% 0.012 254.090);
    --color-base-content: oklch(97.807% 0.029 256.847);
    --color-primary: oklch(78% 0.154 211.53);
    --color-primary-content: oklch(96% 0.018 272.314);
    --color-secondary: oklch(65% 0.241 354.308);
    --color-secondary-content: oklch(94% 0.028 342.258);
    --color-accent: oklch(77% 0.152 181.912);
    --color-accent-content: oklch(38% 0.063 188.416);
    --color-neutral: oklch(14% 0.005 285.823);
    --color-neutral-content: oklch(92% 0.004 286.32);
    --color-info: oklch(74% 0.16 232.661);
    --color-info-content: oklch(29% 0.066 243.157);
    --color-success: oklch(76% 0.177 163.223);
    --color-success-content: oklch(37% 0.077 168.94);
    --color-warning: oklch(82% 0.189 84.429);
    --color-warning-content: oklch(41% 0.112 45.904);
    --color-error: oklch(71% 0.194 13.428);
    --color-error-content: oklch(27% 0.105 12.094);
    --radius-selector: 2rem;
    --radius-field: 2rem;
    --radius-box: 2rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 0.5px;
    --depth: 1;
    --noise: 1;
  }
}
@property --tw-translate-x { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-translate-y { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-translate-z { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-rotate-x { syntax: "*"; inherits: false; }
@property --tw-rotate-y { syntax: "*"; inherits: false; }
@property --tw-rotate-z { syntax: "*"; inherits: false; }
@property --tw-skew-x { syntax: "*"; inherits: false; }
@property --tw-skew-y { syntax: "*"; inherits: false; }
@property --tw-space-y-reverse { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
@property --tw-leading { syntax: "*"; inherits: false; }
@property --tw-font-weight { syntax: "*"; inherits: false; }
@property --tw-tracking { syntax: "*"; inherits: false; }
@property --tw-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-shadow-color { syntax: "*"; inherits: false; }
@property --tw-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-inset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-shadow-color { syntax: "*"; inherits: false; }
@property --tw-inset-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-ring-color { syntax: "*"; inherits: false; }
@property --tw-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-ring-color { syntax: "*"; inherits: false; }
@property --tw-inset-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-ring-inset { syntax: "*"; inherits: false; }
@property --tw-ring-offset-width { syntax: "<length>"; inherits: false; initial-value: 0px; }
@property --tw-ring-offset-color { syntax: "*"; inherits: false; initial-value: #fff; }
@property --tw-ring-offset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-outline-style { syntax: "*"; inherits: false; initial-value: solid; }
@property --tw-blur { syntax: "*"; inherits: false; }
@property --tw-brightness { syntax: "*"; inherits: false; }
@property --tw-contrast { syntax: "*"; inherits: false; }
@property --tw-grayscale { syntax: "*"; inherits: false; }
@property --tw-hue-rotate { syntax: "*"; inherits: false; }
@property --tw-invert { syntax: "*"; inherits: false; }
@property --tw-opacity { syntax: "*"; inherits: false; }
@property --tw-saturate { syntax: "*"; inherits: false; }
@property --tw-sepia { syntax: "*"; inherits: false; }
@property --tw-drop-shadow { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-color { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-drop-shadow-size { syntax: "*"; inherits: false; }
@property --tw-backdrop-blur { syntax: "*"; inherits: false; }
@property --tw-backdrop-brightness { syntax: "*"; inherits: false; }
@property --tw-backdrop-contrast { syntax: "*"; inherits: false; }
@property --tw-backdrop-grayscale { syntax: "*"; inherits: false; }
@property --tw-backdrop-hue-rotate { syntax: "*"; inherits: false; }
@property --tw-backdrop-invert { syntax: "*"; inherits: false; }
@property --tw-backdrop-opacity { syntax: "*"; inherits: false; }
@property --tw-backdrop-saturate { syntax: "*"; inherits: false; }
@property --tw-backdrop-sepia { syntax: "*"; inherits: false; }
@property --tw-duration { syntax: "*"; inherits: false; }
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *,
    ::before,
    ::after,
    ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
    }
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
