/**
 * Tailwind entry used only by `npm run charts:parity` to regenerate
 * `_src/static/css/charts-island-scoped.css` after chart TSX utility changes.
 */

.interactiveCharts *, .interactiveCharts *::before, .interactiveCharts *::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  
}

.interactiveCharts ::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  
}

.interactiveCharts .container {
  width: 100%
}

@media (min-width: 600px) {
  .interactiveCharts .container {
    max-width: 600px
  }
}

@media (min-width: 768px) {
  .interactiveCharts .container {
    max-width: 768px
  }
}

@media (min-width: 1000px) {
  .interactiveCharts .container {
    max-width: 1000px
  }
}

@media (min-width: 1280px) {
  .interactiveCharts .container {
    max-width: 1280px
  }
}

@media (min-width: 1536px) {
  .interactiveCharts .container {
    max-width: 1536px
  }
}

.interactiveCharts .pointer-events-none {
  pointer-events: none
}

.interactiveCharts .visible {
  visibility: visible
}

.interactiveCharts .static {
  position: static
}

.interactiveCharts .fixed {
  position: fixed
}

.interactiveCharts .absolute {
  position: absolute
}

.interactiveCharts .relative {
  position: relative
}

.interactiveCharts .inset-0 {
  inset: 0px
}

.interactiveCharts .bottom-0 {
  bottom: 0px
}

.interactiveCharts .bottom-6 {
  bottom: 1.5rem
}

.interactiveCharts .bottom-full {
  bottom: 100%
}

.interactiveCharts .left-0 {
  left: 0px
}

.interactiveCharts .left-1\/2 {
  left: 50%
}

.interactiveCharts .left-6 {
  left: 1.5rem
}

.interactiveCharts .right-0 {
  right: 0px
}

.interactiveCharts .top-0 {
  top: 0px
}

.interactiveCharts .top-full {
  top: 100%
}

.interactiveCharts .isolate {
  isolation: isolate
}

.interactiveCharts .z-0 {
  z-index: 0
}

.interactiveCharts .z-10 {
  z-index: 10
}

.interactiveCharts .z-40 {
  z-index: 40
}

.interactiveCharts .z-50 {
  z-index: 50
}

.interactiveCharts .m-0 {
  margin: 0px
}

.interactiveCharts .mx-auto {
  margin-left: auto;
  margin-right: auto
}

.interactiveCharts .-mt-px {
  margin-top: -1px
}

.interactiveCharts .mb-0\.5 {
  margin-bottom: 0.125rem
}

.interactiveCharts .mb-1 {
  margin-bottom: 0.25rem
}

.interactiveCharts .mb-2 {
  margin-bottom: 0.5rem
}

.interactiveCharts .mb-3 {
  margin-bottom: 0.75rem
}

.interactiveCharts .mb-4 {
  margin-bottom: 1rem
}

.interactiveCharts .mb-8 {
  margin-bottom: 2rem
}

.interactiveCharts .ml-1 {
  margin-left: 0.25rem
}

.interactiveCharts .ml-2 {
  margin-left: 0.5rem
}

.interactiveCharts .mr-1 {
  margin-right: 0.25rem
}

.interactiveCharts .mt-1 {
  margin-top: 0.25rem
}

.interactiveCharts .mt-1\.5 {
  margin-top: 0.375rem
}

.interactiveCharts .mt-12 {
  margin-top: 3rem
}

.interactiveCharts .mt-2 {
  margin-top: 0.5rem
}

.interactiveCharts .block {
  display: block
}

.interactiveCharts .inline-block {
  display: inline-block
}

.interactiveCharts .flex {
  display: flex
}

.interactiveCharts .table {
  display: table
}

.interactiveCharts .grid {
  display: grid
}

.interactiveCharts .hidden {
  display: none
}

.interactiveCharts .aspect-square {
  aspect-ratio: 1 / 1
}

.interactiveCharts .h-0\.5 {
  height: 0.125rem
}

.interactiveCharts .h-2 {
  height: 0.5rem
}

.interactiveCharts .h-3\.5 {
  height: 0.875rem
}

.interactiveCharts .h-4 {
  height: 1rem
}

.interactiveCharts .h-5 {
  height: 1.25rem
}

.interactiveCharts .h-\[32rem\] {
  height: 32rem
}

.interactiveCharts .h-auto {
  height: auto
}

.interactiveCharts .h-full {
  height: 100%
}

.interactiveCharts .w-3 {
  width: 0.75rem
}

.interactiveCharts .w-3\.5 {
  width: 0.875rem
}

.interactiveCharts .w-4 {
  width: 1rem
}

.interactiveCharts .w-5 {
  width: 1.25rem
}

.interactiveCharts .w-60 {
  width: 15rem
}

.interactiveCharts .w-64 {
  width: 16rem
}

.interactiveCharts .w-80 {
  width: 20rem
}

.interactiveCharts .w-full {
  width: 100%
}

.interactiveCharts .max-w-2xl {
  max-width: 42rem
}

.interactiveCharts .max-w-48 {
  max-width: 12rem
}

.interactiveCharts .max-w-4xl {
  max-width: 56rem
}

.interactiveCharts .max-w-5xl {
  max-width: 64rem
}

.interactiveCharts .max-w-6xl {
  max-width: 72rem
}

.interactiveCharts .max-w-7xl {
  max-width: 80rem
}

.interactiveCharts .max-w-\[85vw\] {
  max-width: 85vw
}

.interactiveCharts .max-w-full {
  max-width: 100%
}

.interactiveCharts .max-w-xs {
  max-width: 20rem
}

.interactiveCharts .flex-1 {
  flex: 1 1 0%
}

.interactiveCharts .flex-shrink-0 {
  flex-shrink: 0
}

.interactiveCharts .-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.interactiveCharts .transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1)
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1)
  }
}

.interactiveCharts .animate-bounce {
  animation: bounce 1s infinite
}

.interactiveCharts .cursor-pointer {
  cursor: pointer
}

.interactiveCharts .select-none {
  -webkit-user-select: none;
          user-select: none
}

.interactiveCharts .resize {
  resize: both
}

.interactiveCharts .appearance-none {
  appearance: none
}

.interactiveCharts .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr))
}

.interactiveCharts .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

.interactiveCharts .flex-col {
  flex-direction: column
}

.interactiveCharts .flex-wrap {
  flex-wrap: wrap
}

.interactiveCharts .items-start {
  align-items: flex-start
}

.interactiveCharts .items-center {
  align-items: center
}

.interactiveCharts .justify-center {
  justify-content: center
}

.interactiveCharts .justify-between {
  justify-content: space-between
}

.interactiveCharts .gap-0 {
  gap: 0px
}

.interactiveCharts .gap-1 {
  gap: 0.25rem
}

.interactiveCharts .gap-2 {
  gap: 0.5rem
}

.interactiveCharts .gap-3 {
  gap: 0.75rem
}

.interactiveCharts .gap-4 {
  gap: 1rem
}

.interactiveCharts .gap-6 {
  gap: 1.5rem
}

.interactiveCharts .gap-8 {
  gap: 2rem
}

.interactiveCharts .gap-x-2 {
  column-gap: 0.5rem
}

.interactiveCharts .gap-x-3 {
  column-gap: 0.75rem
}

.interactiveCharts .gap-y-0 {
  row-gap: 0px
}

.interactiveCharts .gap-y-1 {
  row-gap: 0.25rem
}

.interactiveCharts .space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse))
}

.interactiveCharts .space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse))
}

.interactiveCharts .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse))
}

.interactiveCharts .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))
}

.interactiveCharts .space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse))
}

.interactiveCharts .space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse))
}

.interactiveCharts .space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))
}

.interactiveCharts .self-start {
  align-self: flex-start
}

.interactiveCharts .overflow-y-auto {
  overflow-y: auto
}

.interactiveCharts .rounded {
  border-radius: 0.25rem
}

.interactiveCharts .rounded-full {
  border-radius: 9999px
}

.interactiveCharts .rounded-lg {
  border-radius: 0.5rem
}

.interactiveCharts .border {
  border-width: 1px
}

.interactiveCharts .border-0 {
  border-width: 0px
}

.interactiveCharts .border-8 {
  border-width: 8px
}

.interactiveCharts .border-b {
  border-bottom-width: 1px
}

.interactiveCharts .border-t {
  border-top-width: 1px
}

.interactiveCharts .border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1))
}

.interactiveCharts .border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1))
}

.interactiveCharts .border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1))
}

.interactiveCharts .border-transparent {
  border-color: transparent
}

.interactiveCharts .border-t-gray-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 244 246 / var(--tw-border-opacity, 1))
}

.interactiveCharts .bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2)
}

.interactiveCharts .bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05)
}

.interactiveCharts .bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))
}

.interactiveCharts .bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1))
}

.interactiveCharts .bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1))
}

.interactiveCharts .bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1))
}

.interactiveCharts .bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1))
}

.interactiveCharts .bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1))
}

.interactiveCharts .bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1))
}

.interactiveCharts .bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1))
}

.interactiveCharts .bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1))
}

.interactiveCharts .bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1))
}

.interactiveCharts .bg-transparent {
  background-color: transparent
}

.interactiveCharts .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

.interactiveCharts .bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1))
}

.interactiveCharts .bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1))
}

.interactiveCharts .bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops))
}

.interactiveCharts .from-gray-50 {
  --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.interactiveCharts .to-purple-50 {
  --tw-gradient-to: #faf5ff var(--tw-gradient-to-position)
}

.interactiveCharts .p-0 {
  padding: 0px
}

.interactiveCharts .p-2 {
  padding: 0.5rem
}

.interactiveCharts .p-3 {
  padding: 0.75rem
}

.interactiveCharts .p-4 {
  padding: 1rem
}

.interactiveCharts .p-8 {
  padding: 2rem
}

.interactiveCharts .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem
}

.interactiveCharts .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem
}

.interactiveCharts .px-4 {
  padding-left: 1rem;
  padding-right: 1rem
}

.interactiveCharts .py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem
}

.interactiveCharts .py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem
}

.interactiveCharts .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}

.interactiveCharts .py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem
}

.interactiveCharts .pb-2 {
  padding-bottom: 0.5rem
}

.interactiveCharts .pb-20 {
  padding-bottom: 5rem
}

.interactiveCharts .pb-6 {
  padding-bottom: 1.5rem
}

.interactiveCharts .pt-10 {
  padding-top: 2.5rem
}

.interactiveCharts .text-center {
  text-align: center
}

.interactiveCharts .text-2xl {
  font-size: 1.5rem;
  line-height: 2rem
}

.interactiveCharts .text-base {
  font-size: 1rem;
  line-height: 1.5rem
}

.interactiveCharts .text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem
}

.interactiveCharts .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem
}

.interactiveCharts .text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem
}

.interactiveCharts .text-xs {
  font-size: 0.75rem;
  line-height: 1rem
}

.interactiveCharts .font-bold {
  font-weight: 700
}

.interactiveCharts .font-medium {
  font-weight: 500
}

.interactiveCharts .font-normal {
  font-weight: 400
}

.interactiveCharts .font-semibold {
  font-weight: 600
}

.interactiveCharts .uppercase {
  text-transform: uppercase
}

.interactiveCharts .leading-relaxed {
  line-height: 1.625
}

.interactiveCharts .tracking-wide {
  letter-spacing: 0.025em
}

.interactiveCharts .tracking-wider {
  letter-spacing: 0.05em
}

.interactiveCharts .text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1))
}

.interactiveCharts .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1))
}

.interactiveCharts .text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1))
}

.interactiveCharts .text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1))
}

.interactiveCharts .text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1))
}

.interactiveCharts .text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1))
}

.interactiveCharts .text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1))
}

.interactiveCharts .text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1))
}

.interactiveCharts .text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1))
}

.interactiveCharts .text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1))
}

.interactiveCharts .text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1))
}

.interactiveCharts .text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1))
}

.interactiveCharts .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.interactiveCharts .text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1))
}

.interactiveCharts .text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1))
}

.interactiveCharts .underline {
  text-decoration-line: underline
}

.interactiveCharts .shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.interactiveCharts .shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.interactiveCharts .shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.interactiveCharts .outline {
  outline-style: solid
}

.interactiveCharts .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)
}

.interactiveCharts .transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.interactiveCharts .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.interactiveCharts .transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.interactiveCharts .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

.interactiveCharts .hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.interactiveCharts .hover\:bg-purple-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1))
}

.interactiveCharts .hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1))
}

.interactiveCharts .hover\:text-purple-700:hover {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1))
}

.interactiveCharts .hover\:text-purple-800:hover {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1))
}

@media (min-width: 600px) {
  .interactiveCharts .sm\:mb-1 {
    margin-bottom: 0.25rem
  }

  .interactiveCharts .sm\:mb-16 {
    margin-bottom: 4rem
  }

  .interactiveCharts .sm\:mb-6 {
    margin-bottom: 1.5rem
  }

  .interactiveCharts .sm\:block {
    display: block
  }

  .interactiveCharts .sm\:hidden {
    display: none
  }

  .interactiveCharts .sm\:aspect-auto {
    aspect-ratio: auto
  }

  .interactiveCharts .sm\:h-5 {
    height: 1.25rem
  }

  .interactiveCharts .sm\:h-\[30rem\] {
    height: 30rem
  }

  .interactiveCharts .sm\:h-\[32rem\] {
    height: 32rem
  }

  .interactiveCharts .sm\:h-\[400px\] {
    height: 400px
  }

  .interactiveCharts .sm\:w-5 {
    width: 1.25rem
  }

  .interactiveCharts .sm\:w-auto {
    width: auto
  }

  .interactiveCharts .sm\:max-w-none {
    max-width: none
  }

  .interactiveCharts .sm\:flex-row {
    flex-direction: row
  }

  .interactiveCharts .sm\:flex-wrap {
    flex-wrap: wrap
  }

  .interactiveCharts .sm\:items-start {
    align-items: flex-start
  }

  .interactiveCharts .sm\:justify-between {
    justify-content: space-between
  }

  .interactiveCharts .sm\:gap-x-4 {
    column-gap: 1rem
  }

  .interactiveCharts .sm\:gap-y-2 {
    row-gap: 0.5rem
  }

  .interactiveCharts .sm\:self-auto {
    align-self: auto
  }

  .interactiveCharts .sm\:p-4 {
    padding: 1rem
  }

  .interactiveCharts .sm\:p-6 {
    padding: 1.5rem
  }

  .interactiveCharts .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }

  .interactiveCharts .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
  }

  .interactiveCharts .sm\:pb-10 {
    padding-bottom: 2.5rem
  }

  .interactiveCharts .sm\:pt-20 {
    padding-top: 5rem
  }

  .interactiveCharts .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
  }

  .interactiveCharts .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem
  }

  .interactiveCharts .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem
  }

  .interactiveCharts .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
  }
}

@media (min-width: 768px) {
  .interactiveCharts .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .interactiveCharts .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .interactiveCharts .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }
}

@media (min-width: 1000px) {
  .interactiveCharts .lg\:sticky {
    position: sticky
  }

  .interactiveCharts .lg\:top-8 {
    top: 2rem
  }

  .interactiveCharts .lg\:hidden {
    display: none
  }

  .interactiveCharts .lg\:max-h-screen {
    max-height: 100vh
  }

  .interactiveCharts .lg\:w-64 {
    width: 16rem
  }

  .interactiveCharts .lg\:flex-row {
    flex-direction: row
  }

  .interactiveCharts .lg\:gap-6 {
    gap: 1.5rem
  }

  .interactiveCharts .lg\:overflow-y-auto {
    overflow-y: auto
  }

  .interactiveCharts .lg\:p-4 {
    padding: 1rem
  }
}
