/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.animate-scroll {
  animation: scroll 15s linear infinite;
}
.animate-scroll-right {
  animation: scroll-right 60s linear infinite;
}
.animate-scroll-left {
  animation: scroll-left 60s linear infinite;
}
.blue-grad {
  background: linear-gradient(to bottom, #35a0ff 0%, #0081f3 100%);
}
.ce-toolbox .cdx-search-field {
  display: none;
}
.ce-block__content {
  color: #666666;
}
.ce-block__content h2 {
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}
.ce-block__content h3 {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 8px;
}
.ce-toolbar__plus {
  color: #717274;
}
.ce-toolbar__settings-btn {
  color: #717274;
}
.cdx-list {
  color: #666666;
  padding-left: 4px;
}
.cdx-list__item {
  padding-left: 4px;
}
:root {
  --background: #ffffff;
  --foreground: #171717;
  --color-info: #6b7280;
  --color-success: #60d345;
  --color-success-dark: #00a63e;
  --color-warning: #f59e0b;
  --color-error: #fe4c4b;
}
body {
  background: var(--background);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
}
.noUi-connects {
  cursor: pointer;
}
.slider-container .noUi-target {
  background: linear-gradient(to right, rgba(53, 160, 255, 0.2) 0%, rgba(0, 129, 243, 0.2) 100%);
  border: none;
  border-radius: 118.182px;
  height: 8px;
  box-shadow: none;
}
.slider-container .noUi-connect {
  background: linear-gradient(to right, #35a0ff 0%, #0081f3 100%);
  height: 8px;
  border-radius: 118.182px;
  transition: all 0.2s ease-out;
}
.slider-container .noUi-handle {
  width: 26px;
  height: 26px;
  border: none;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  right: -13px;
  top: -9px;
  transition: all 0.15s ease-out;
  outline: 1px solid #ffffff00;
}
.slider-container .noUi-handle:hover {
  box-shadow: 0px 0px 0px 5px #00000015, 0px 2px 8px rgba(53, 160, 255, 0.3);
  outline: 1px solid #fff;
}
.slider-container .noUi-handle:active {
  transform: scale(0.98);
}
.slider-container .noUi-handle:before,
.slider-container .noUi-handle:after {
  display: none;
}
.slider-container .noUi-tooltip {
  background: #2091f9;
  border: none;
  border-radius: 6px;
  color: white;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 34px;
  white-space: nowrap;
  left: 50% !important;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}
.slider-container .noUi-tooltip:before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2091f9;
  border-radius: 6px;
}
.slider-container .noUi-pips {
  height: 14px;
  margin-top: 14px;
  position: relative;
}
.slider-container .noUi-pips .noUi-value {
  display: none !important;
}
.slider-container .noUi-marker {
  background: rgba(0, 0, 0, 0.2);
  width: 2px;
  height: 8px;
  border-radius: 2px;
  top: 0;
}
.slider-container .noUi-marker-sub {
  background: rgba(0, 0, 0, 0.5);
  width: 1.5px;
  height: 5px;
  opacity: 0.5;
  border-radius: 2px;
  top: 0;
}
.slider-container .noUi-value {
  display: none;
}
.slider-container .noUi-marker-large .noUi-value {
  display: none;
}
.slider-container .noUi-pips-horizontal .noUi-value {
  display: none;
}
.hide-tooltips .noUi-tooltip {
  opacity: 0 !important;
  transform: translateX(-50%) translateY(-6px) !important;
  pointer-events: none !important;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out !important;
}
.show-tooltips .noUi-tooltip {
  opacity: 1 !important;
  transform: translateX(-50%) translateY(0px) !important;
  pointer-events: auto !important;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out !important;
}
