:where([data-survey-ui]) :is(.visible) {
    visibility: visible
}
:where([data-survey-ui]) :is(.absolute) {
    position: absolute
}
:where([data-survey-ui]) :is(.relative) {
    position: relative
}
:where([data-survey-ui]) :is(.sticky) {
    position: sticky
}
:where([data-survey-ui]) :is(.bottom-0) {
    bottom: 0px
}
:where([data-survey-ui]) :is(.start-3) {
    inset-inline-start: 0.75rem
}
:where([data-survey-ui]) :is(.top-1\/2) {
    top: 50%
}
:where([data-survey-ui]) :is(.col-span-2) {
    grid-column: span 2 / span 2
}
:where([data-survey-ui]) :is(.mx-auto) {
    margin-left: auto;
    margin-right: auto
}
:where([data-survey-ui]) :is(.my-4) {
    margin-top: 1rem;
    margin-bottom: 1rem
}
:where([data-survey-ui]) :is(.mb-1\.5) {
    margin-bottom: 0.375rem
}
:where([data-survey-ui]) :is(.mb-2) {
    margin-bottom: 0.5rem
}
:where([data-survey-ui]) :is(.mb-4) {
    margin-bottom: 1rem
}
:where([data-survey-ui]) :is(.mb-5) {
    margin-bottom: 1.25rem
}
:where([data-survey-ui]) :is(.mt-1) {
    margin-top: 0.25rem
}
:where([data-survey-ui]) :is(.mt-2) {
    margin-top: 0.5rem
}
:where([data-survey-ui]) :is(.mt-3) {
    margin-top: 0.75rem
}
:where([data-survey-ui]) :is(.mt-4) {
    margin-top: 1rem
}
:where([data-survey-ui]) :is(.block) {
    display: block
}
:where([data-survey-ui]) :is(.flex) {
    display: flex
}
:where([data-survey-ui]) :is(.inline-flex) {
    display: inline-flex
}
:where([data-survey-ui]) :is(.grid) {
    display: grid
}
:where([data-survey-ui]) :is(.hidden) {
    display: none
}
:where([data-survey-ui]) :is(.h-11) {
    height: 2.75rem
}
:where([data-survey-ui]) :is(.h-28) {
    height: 7rem
}
:where([data-survey-ui]) :is(.h-4) {
    height: 1rem
}
:where([data-survey-ui]) :is(.h-48) {
    height: 12rem
}
:where([data-survey-ui]) :is(.h-5) {
    height: 1.25rem
}
:where([data-survey-ui]) :is(.h-64) {
    height: 16rem
}
:where([data-survey-ui]) :is(.h-9) {
    height: 2.25rem
}
:where([data-survey-ui]) :is(.min-h-28) {
    min-height: 7rem
}
:where([data-survey-ui]) :is(.w-11) {
    width: 2.75rem
}
:where([data-survey-ui]) :is(.w-4) {
    width: 1rem
}
:where([data-survey-ui]) :is(.w-5) {
    width: 1.25rem
}
:where([data-survey-ui]) :is(.w-9) {
    width: 2.25rem
}
:where([data-survey-ui]) :is(.w-auto) {
    width: auto
}
:where([data-survey-ui]) :is(.w-full) {
    width: 100%
}
:where([data-survey-ui]) :is(.min-w-0) {
    min-width: 0px
}
:where([data-survey-ui]) :is(.max-w-2xl) {
    max-width: 42rem
}
:where([data-survey-ui]) :is(.max-w-5xl) {
    max-width: 64rem
}
:where([data-survey-ui]) :is(.flex-1) {
    flex: 1 1 0%
}
:where([data-survey-ui]) :is(.shrink-0) {
    flex-shrink: 0
}
:where([data-survey-ui]) :is(.-translate-y-1\/2) {
    --tw-translate-y: -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))
}
@keyframes cichorium-survey-pulse {
    50% {
        opacity: .5
    }
}
:where([data-survey-ui]) :is(.animate-pulse) {
    animation: cichorium-survey-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite
}
:where([data-survey-ui]) :is(.cursor-pointer) {
    cursor: pointer
}
:where([data-survey-ui]) :is(.grid-cols-2) {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}
:where([data-survey-ui]) :is(.grid-cols-5) {
    grid-template-columns: repeat(5, minmax(0, 1fr))
}
:where([data-survey-ui]) :is(.flex-col) {
    flex-direction: column
}
:where([data-survey-ui]) :is(.flex-wrap) {
    flex-wrap: wrap
}
:where([data-survey-ui]) :is(.items-start) {
    align-items: flex-start
}
:where([data-survey-ui]) :is(.items-end) {
    align-items: flex-end
}
:where([data-survey-ui]) :is(.items-center) {
    align-items: center
}
:where([data-survey-ui]) :is(.justify-center) {
    justify-content: center
}
:where([data-survey-ui]) :is(.justify-between) {
    justify-content: space-between
}
:where([data-survey-ui]) :is(.gap-2) {
    gap: 0.5rem
}
:where([data-survey-ui]) :is(.gap-3) {
    gap: 0.75rem
}
:where([data-survey-ui]) :is(.gap-4) {
    gap: 1rem
}
:where([data-survey-ui]) :is(.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))
}
:where([data-survey-ui]) :is(.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))
}
:where([data-survey-ui]) :is(.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))
}
:where([data-survey-ui]) :is(.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))
}
:where([data-survey-ui]) :is(.space-y-5 > :not([hidden]) ~ :not([hidden])) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse))
}
:where([data-survey-ui]) :is(.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))
}
:where([data-survey-ui]) :is(.self-end) {
    align-self: flex-end
}
:where([data-survey-ui]) :is(.whitespace-pre-wrap) {
    white-space: pre-wrap
}
:where([data-survey-ui]) :is(.break-words) {
    overflow-wrap: break-word
}
:where([data-survey-ui]) :is(.rounded) {
    border-radius: 0.25rem
}
:where([data-survey-ui]) :is(.rounded-2xl) {
    border-radius: 1rem
}
:where([data-survey-ui]) :is(.rounded-3xl) {
    border-radius: 1.5rem
}
:where([data-survey-ui]) :is(.rounded-full) {
    border-radius: 9999px
}
:where([data-survey-ui]) :is(.rounded-lg) {
    border-radius: var(--radius)
}
:where([data-survey-ui]) :is(.rounded-xl) {
    border-radius: 0.75rem
}
:where([data-survey-ui]) :is(.border) {
    border-width: 1px
}
:where([data-survey-ui]) :is(.border-dashed) {
    border-style: dashed
}
:where([data-survey-ui]) :is(.border-border) {
    border-color: hsl(var(--border))
}
:where([data-survey-ui]) :is(.border-border\/80) {
    border-color: hsl(var(--border) / 0.8)
}
:where([data-survey-ui]) :is(.border-chicory) {
    border-color: hsl(var(--chicory))
}
:where([data-survey-ui]) :is(.border-destructive\/20) {
    border-color: hsl(var(--destructive) / 0.2)
}
:where([data-survey-ui]) :is(.border-gold\/20) {
    border-color: hsl(var(--gold) / 0.2)
}
:where([data-survey-ui]) :is(.border-success\/20) {
    border-color: hsl(var(--success) / 0.2)
}
:where([data-survey-ui]) :is(.bg-card) {
    background-color: hsl(var(--card))
}
:where([data-survey-ui]) :is(.bg-card\/80) {
    background-color: hsl(var(--card) / 0.8)
}
:where([data-survey-ui]) :is(.bg-chicory) {
    background-color: hsl(var(--chicory))
}
:where([data-survey-ui]) :is(.bg-chicory\/10) {
    background-color: hsl(var(--chicory) / 0.1)
}
:where([data-survey-ui]) :is(.bg-destructive\/5) {
    background-color: hsl(var(--destructive) / 0.05)
}
:where([data-survey-ui]) :is(.bg-gold\/10) {
    background-color: hsl(var(--gold) / 0.1)
}
:where([data-survey-ui]) :is(.bg-gold\/5) {
    background-color: hsl(var(--gold) / 0.05)
}
:where([data-survey-ui]) :is(.bg-muted) {
    background-color: hsl(var(--muted))
}
:where([data-survey-ui]) :is(.bg-muted\/10) {
    background-color: hsl(var(--muted) / 0.1)
}
:where([data-survey-ui]) :is(.bg-muted\/15) {
    background-color: hsl(var(--muted) / 0.15)
}
:where([data-survey-ui]) :is(.bg-muted\/20) {
    background-color: hsl(var(--muted) / 0.2)
}
:where([data-survey-ui]) :is(.bg-muted\/30) {
    background-color: hsl(var(--muted) / 0.3)
}
:where([data-survey-ui]) :is(.bg-success\/10) {
    background-color: hsl(var(--success) / 0.1)
}
:where([data-survey-ui]) :is(.bg-success\/5) {
    background-color: hsl(var(--success) / 0.05)
}
:where([data-survey-ui]) :is(.bg-gradient-to-br) {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops))
}
:where([data-survey-ui]) :is(.via-card) {
    --tw-gradient-to: hsl(var(--card) / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card)) var(--tw-gradient-via-position), var(--tw-gradient-to)
}
:where([data-survey-ui]) :is(.to-gold\/10) {
    --tw-gradient-to: hsl(var(--gold) / 0.1) var(--tw-gradient-to-position)
}
:where([data-survey-ui]) :is(.p-3) {
    padding: 0.75rem
}
:where([data-survey-ui]) :is(.p-4) {
    padding: 1rem
}
:where([data-survey-ui]) :is(.p-5) {
    padding: 1.25rem
}
:where([data-survey-ui]) :is(.p-6) {
    padding: 1.5rem
}
:where([data-survey-ui]) :is(.px-2\.5) {
    padding-left: 0.625rem;
    padding-right: 0.625rem
}
:where([data-survey-ui]) :is(.px-3) {
    padding-left: 0.75rem;
    padding-right: 0.75rem
}
:where([data-survey-ui]) :is(.px-4) {
    padding-left: 1rem;
    padding-right: 1rem
}
:where([data-survey-ui]) :is(.py-1) {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem
}
:where([data-survey-ui]) :is(.py-2) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}
:where([data-survey-ui]) :is(.py-3) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
}
:where([data-survey-ui]) :is(.py-6) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}
:where([data-survey-ui]) :is(.py-8) {
    padding-top: 2rem;
    padding-bottom: 2rem
}
:where([data-survey-ui]) :is(.ps-9) {
    padding-inline-start: 2.25rem
}
:where([data-survey-ui]) :is(.pt-4) {
    padding-top: 1rem
}
:where([data-survey-ui]) :is(.text-center) {
    text-align: center
}
:where([data-survey-ui]) :is(.text-start) {
    text-align: start
}
:where([data-survey-ui]) :is(.text-3xl) {
    font-size: 1.875rem;
    line-height: 2.25rem
}
:where([data-survey-ui]) :is(.text-lg) {
    font-size: 1.125rem;
    line-height: 1.75rem
}
:where([data-survey-ui]) :is(.text-sm) {
    font-size: 0.875rem;
    line-height: 1.25rem
}
:where([data-survey-ui]) :is(.text-xl) {
    font-size: 1.25rem;
    line-height: 1.75rem
}
:where([data-survey-ui]) :is(.text-xs) {
    font-size: 0.75rem;
    line-height: 1rem
}
:where([data-survey-ui]) :is(.font-medium) {
    font-weight: 500
}
:where([data-survey-ui]) :is(.font-semibold) {
    font-weight: 600
}
:where([data-survey-ui]) :is(.uppercase) {
    text-transform: uppercase
}
:where([data-survey-ui]) :is(.leading-7) {
    line-height: 1.75rem
}
:where([data-survey-ui]) :is(.tracking-\[0\.18em\]) {
    letter-spacing: 0.18em
}
:where([data-survey-ui]) :is(.text-chicory) {
    color: hsl(var(--chicory))
}
:where([data-survey-ui]) :is(.text-destructive) {
    color: hsl(var(--destructive))
}
:where([data-survey-ui]) :is(.text-gold) {
    color: hsl(var(--gold))
}
:where([data-survey-ui]) :is(.text-muted-foreground) {
    color: hsl(var(--muted-foreground))
}
:where([data-survey-ui]) :is(.text-success) {
    color: hsl(var(--success))
}
:where([data-survey-ui]) :is(.text-white) {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}
:where([data-survey-ui]) :is(.underline) {
    text-decoration-line: underline
}
:where([data-survey-ui]) :is(.accent-chicory) {
    accent-color: hsl(var(--chicory))
}
:where([data-survey-ui]) :is(.shadow-sm) {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
:where([data-survey-ui]) :is(.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)
}
:where([data-survey-ui]) :is(.transition-all) {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}
:where([data-survey-ui]) :is(.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
}
@keyframes cichorium-survey-enter {
    from {
        opacity: var(--tw-enter-opacity, 1);
        transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))
    }
}
@keyframes cichorium-survey-exit {
    to {
        opacity: var(--tw-exit-opacity, 1);
        transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))
    }
}
:where([data-survey-ui]) :is(.hover\:border-chicory\/30:hover) {
    border-color: hsl(var(--chicory) / 0.3)
}
:where([data-survey-ui]) :is(.hover\:bg-destructive\/10:hover) {
    background-color: hsl(var(--destructive) / 0.1)
}
:where([data-survey-ui]) :is(.hover\:text-foreground:hover) {
    color: hsl(var(--foreground))
}
:where([data-survey-ui]) :is(.hover\:shadow-md:hover) {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
:where([data-survey-ui]) :is(.hover\:shadow-sm:hover) {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
@media (min-width: 640px) {
    :where([data-survey-ui]) :is(.sm\:grid-cols-2) {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    :where([data-survey-ui]) :is(.sm\:flex-row) {
        flex-direction: row
    }
}
@media (min-width: 768px) {
    :where([data-survey-ui]) :is(.md\:col-span-1) {
        grid-column: span 1 / span 1
    }
    :where([data-survey-ui]) :is(.md\:grid-cols-2) {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    :where([data-survey-ui]) :is(.md\:grid-cols-3) {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    :where([data-survey-ui]) :is(.md\:grid-cols-\[1fr_1fr_auto\]) {
        grid-template-columns: 1fr 1fr auto
    }
    :where([data-survey-ui]) :is(.md\:grid-cols-\[minmax\(0\2c 1fr\)_220px\]) {
        grid-template-columns: minmax(0,1fr) 220px
    }
}
@media (min-width: 1280px) {
    :where([data-survey-ui]) :is(.xl\:grid-cols-4) {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}