:where([data-notification-ui]) :is(.sr-only) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}
:where([data-notification-ui]) :is(.\!visible) {
    visibility: visible !important
}
:where([data-notification-ui]) :is(.visible) {
    visibility: visible
}
:where([data-notification-ui]) :is(.absolute) {
    position: absolute
}
:where([data-notification-ui]) :is(.relative) {
    position: relative
}
:where([data-notification-ui]) :is(.start-0\.5) {
    inset-inline-start: 0.125rem
}
:where([data-notification-ui]) :is(.start-4) {
    inset-inline-start: 1rem
}
:where([data-notification-ui]) :is(.top-0\.5) {
    top: 0.125rem
}
:where([data-notification-ui]) :is(.mx-1) {
    margin-left: 0.25rem;
    margin-right: 0.25rem
}
:where([data-notification-ui]) :is(.mx-auto) {
    margin-left: auto;
    margin-right: auto
}
:where([data-notification-ui]) :is(.my-3) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem
}
:where([data-notification-ui]) :is(.mb-1\.5) {
    margin-bottom: 0.375rem
}
:where([data-notification-ui]) :is(.mb-2) {
    margin-bottom: 0.5rem
}
:where([data-notification-ui]) :is(.mb-4) {
    margin-bottom: 1rem
}
:where([data-notification-ui]) :is(.mb-5) {
    margin-bottom: 1.25rem
}
:where([data-notification-ui]) :is(.mt-0\.5) {
    margin-top: 0.125rem
}
:where([data-notification-ui]) :is(.mt-1) {
    margin-top: 0.25rem
}
:where([data-notification-ui]) :is(.mt-2) {
    margin-top: 0.5rem
}
:where([data-notification-ui]) :is(.mt-3) {
    margin-top: 0.75rem
}
:where([data-notification-ui]) :is(.mt-4) {
    margin-top: 1rem
}
:where([data-notification-ui]) :is(.mt-5) {
    margin-top: 1.25rem
}
:where([data-notification-ui]) :is(.mt-6) {
    margin-top: 1.5rem
}
:where([data-notification-ui]) :is(.block) {
    display: block
}
:where([data-notification-ui]) :is(.flex) {
    display: flex
}
:where([data-notification-ui]) :is(.inline-flex) {
    display: inline-flex
}
:where([data-notification-ui]) :is(.grid) {
    display: grid
}
:where([data-notification-ui]) :is(.hidden) {
    display: none
}
:where([data-notification-ui]) :is(.h-3) {
    height: 0.75rem
}
:where([data-notification-ui]) :is(.h-3\.5) {
    height: 0.875rem
}
:where([data-notification-ui]) :is(.h-4) {
    height: 1rem
}
:where([data-notification-ui]) :is(.h-5) {
    height: 1.25rem
}
:where([data-notification-ui]) :is(.h-6) {
    height: 1.5rem
}
:where([data-notification-ui]) :is(.h-8) {
    height: 2rem
}
:where([data-notification-ui]) :is(.h-9) {
    height: 2.25rem
}
:where([data-notification-ui]) :is(.w-3) {
    width: 0.75rem
}
:where([data-notification-ui]) :is(.w-3\.5) {
    width: 0.875rem
}
:where([data-notification-ui]) :is(.w-4) {
    width: 1rem
}
:where([data-notification-ui]) :is(.w-5) {
    width: 1.25rem
}
:where([data-notification-ui]) :is(.w-8) {
    width: 2rem
}
:where([data-notification-ui]) :is(.w-9) {
    width: 2.25rem
}
:where([data-notification-ui]) :is(.w-full) {
    width: 100%
}
:where([data-notification-ui]) :is(.w-px) {
    width: 1px
}
:where([data-notification-ui]) :is(.min-w-0) {
    min-width: 0px
}
:where([data-notification-ui]) :is(.max-w-5xl) {
    max-width: 64rem
}
:where([data-notification-ui]) :is(.shrink-0) {
    flex-shrink: 0
}
@keyframes cichorium-notification-spin {
    to {
        transform: rotate(360deg)
    }
}
:where([data-notification-ui]) :is(.animate-spin) {
    animation: cichorium-notification-spin 1s linear infinite
}
:where([data-notification-ui]) :is(.cursor-not-allowed) {
    cursor: not-allowed
}
:where([data-notification-ui]) :is(.grid-cols-2) {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}
:where([data-notification-ui]) :is(.flex-col) {
    flex-direction: column
}
:where([data-notification-ui]) :is(.flex-wrap) {
    flex-wrap: wrap
}
:where([data-notification-ui]) :is(.items-start) {
    align-items: flex-start
}
:where([data-notification-ui]) :is(.items-center) {
    align-items: center
}
:where([data-notification-ui]) :is(.justify-center) {
    justify-content: center
}
:where([data-notification-ui]) :is(.justify-between) {
    justify-content: space-between
}
:where([data-notification-ui]) :is(.gap-1) {
    gap: 0.25rem
}
:where([data-notification-ui]) :is(.gap-1\.5) {
    gap: 0.375rem
}
:where([data-notification-ui]) :is(.gap-2) {
    gap: 0.5rem
}
:where([data-notification-ui]) :is(.gap-3) {
    gap: 0.75rem
}
:where([data-notification-ui]) :is(.gap-4) {
    gap: 1rem
}
:where([data-notification-ui]) :is(.gap-5) {
    gap: 1.25rem
}
:where([data-notification-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-notification-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-notification-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-notification-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-notification-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-notification-ui]) :is(.divide-y > :not([hidden]) ~ :not([hidden])) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse))
}
:where([data-notification-ui]) :is(.divide-border > :not([hidden]) ~ :not([hidden])) {
    border-color: hsl(var(--border))
}
:where([data-notification-ui]) :is(.overflow-hidden) {
    overflow: hidden
}
:where([data-notification-ui]) :is(.truncate) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
:where([data-notification-ui]) :is(.rounded-full) {
    border-radius: 9999px
}
:where([data-notification-ui]) :is(.rounded-lg) {
    border-radius: var(--radius)
}
:where([data-notification-ui]) :is(.rounded-xl) {
    border-radius: 0.75rem
}
:where([data-notification-ui]) :is(.border) {
    border-width: 1px
}
:where([data-notification-ui]) :is(.border-b) {
    border-bottom-width: 1px
}
:where([data-notification-ui]) :is(.border-border) {
    border-color: hsl(var(--border))
}
:where([data-notification-ui]) :is(.border-chicory\/20) {
    border-color: hsl(var(--chicory) / 0.2)
}
:where([data-notification-ui]) :is(.border-destructive) {
    border-color: hsl(var(--destructive))
}
:where([data-notification-ui]) :is(.bg-background) {
    background-color: hsl(var(--background))
}
:where([data-notification-ui]) :is(.bg-border) {
    background-color: hsl(var(--border))
}
:where([data-notification-ui]) :is(.bg-chicory) {
    background-color: hsl(var(--chicory))
}
:where([data-notification-ui]) :is(.bg-chicory\/10) {
    background-color: hsl(var(--chicory) / 0.1)
}
:where([data-notification-ui]) :is(.bg-chicory\/5) {
    background-color: hsl(var(--chicory) / 0.05)
}
:where([data-notification-ui]) :is(.bg-muted) {
    background-color: hsl(var(--muted))
}
:where([data-notification-ui]) :is(.bg-muted\/20) {
    background-color: hsl(var(--muted) / 0.2)
}
:where([data-notification-ui]) :is(.bg-white) {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}
:where([data-notification-ui]) :is(.p-3) {
    padding: 0.75rem
}
:where([data-notification-ui]) :is(.p-4) {
    padding: 1rem
}
:where([data-notification-ui]) :is(.px-3) {
    padding-left: 0.75rem;
    padding-right: 0.75rem
}
:where([data-notification-ui]) :is(.px-4) {
    padding-left: 1rem;
    padding-right: 1rem
}
:where([data-notification-ui]) :is(.py-2) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}
:where([data-notification-ui]) :is(.py-20) {
    padding-top: 5rem;
    padding-bottom: 5rem
}
:where([data-notification-ui]) :is(.py-3) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
}
:where([data-notification-ui]) :is(.py-6) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}
:where([data-notification-ui]) :is(.text-center) {
    text-align: center
}
:where([data-notification-ui]) :is(.font-heading) {
    font-family: var(--font-heading)
}
:where([data-notification-ui]) :is(.text-lg) {
    font-size: 1.125rem;
    line-height: 1.75rem
}
:where([data-notification-ui]) :is(.text-sm) {
    font-size: 0.875rem;
    line-height: 1.25rem
}
:where([data-notification-ui]) :is(.text-xs) {
    font-size: 0.75rem;
    line-height: 1rem
}
:where([data-notification-ui]) :is(.font-medium) {
    font-weight: 500
}
:where([data-notification-ui]) :is(.font-semibold) {
    font-weight: 600
}
:where([data-notification-ui]) :is(.uppercase) {
    text-transform: uppercase
}
:where([data-notification-ui]) :is(.leading-5) {
    line-height: 1.25rem
}
:where([data-notification-ui]) :is(.tracking-wider) {
    letter-spacing: 0.05em
}
:where([data-notification-ui]) :is(.text-accent) {
    color: hsl(var(--accent))
}
:where([data-notification-ui]) :is(.text-chicory) {
    color: hsl(var(--chicory))
}
:where([data-notification-ui]) :is(.text-destructive) {
    color: hsl(var(--destructive))
}
:where([data-notification-ui]) :is(.text-foreground) {
    color: hsl(var(--foreground))
}
:where([data-notification-ui]) :is(.text-gold) {
    color: hsl(var(--gold))
}
:where([data-notification-ui]) :is(.text-muted-foreground) {
    color: hsl(var(--muted-foreground))
}
:where([data-notification-ui]) :is(.text-success) {
    color: hsl(var(--success))
}
:where([data-notification-ui]) :is(.underline) {
    text-decoration-line: underline
}
:where([data-notification-ui]) :is(.opacity-45) {
    opacity: 0.45
}
:where([data-notification-ui]) :is(.shadow) {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-notification-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-notification-ui]) :is(.transition-all) {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}
:where([data-notification-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-notification-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-notification-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-notification-ui]) :is(.hover\:underline:hover) {
    text-decoration-line: underline
}
@media (min-width: 640px) {
    :where([data-notification-ui]) :is(.sm\:block) {
        display: block
    }
    :where([data-notification-ui]) :is(.sm\:grid-cols-3) {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    :where([data-notification-ui]) :is(.sm\:flex-row) {
        flex-direction: row
    }
    :where([data-notification-ui]) :is(.sm\:items-center) {
        align-items: center
    }
    :where([data-notification-ui]) :is(.sm\:p-6) {
        padding: 1.5rem
    }
}
@media (min-width: 1024px) {
    :where([data-notification-ui]) :is(.lg\:grid-cols-3) {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    :where([data-notification-ui]) :is(.lg\:grid-cols-6) {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
}