/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@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-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;
            --tw-ease: initial
        }
    }
}
@layer theme {
    :root, :host {
        --color-white: var(--color-white, #fff);
        --spacing: .25rem;
        --container-sm: 24rem;
        --container-md: 28rem;
        --text-xs: .75rem;
        --text-xs--line-height: calc(1 / .75);
        --text-sm: .875rem;
        --text-sm--line-height: calc(1.25 / .875);
        --text-base: 1rem;
        --text-base--line-height: calc(1.5 / 1);
        --font-weight-normal: 400;
        --font-weight-medium: 500;
        --font-weight-semibold: 600;
        --tracking-wider: .05em;
        --leading-relaxed: 1.625;
        --radius-sm: .25rem;
        --radius-md: .375rem;
        --radius-lg: .5rem;
        --radius-xl: .75rem;
        --radius-2xl: 1rem;
        --ease-in: cubic-bezier(.4, 0, 1, 1);
        --ease-out: cubic-bezier(0, 0, .2, 1);
        --animate-spin: spin 1s linear infinite;
        --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
        --animate-bounce: bounce 1s infinite;
        --blur-sm: 8px;
        --default-transition-duration: .15s;
        --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        --default-font-family: var(--font-family, ui-sans-serif), system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --default-mono-font-family: var(--mono-font-family, ui-monospace), SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
    }
}
@layer base {
    *, :after, :before, ::backdrop {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    html, :host {
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        line-height: 1.5;
        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;
        -webkit-text-decoration: 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 {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative
    }

    sub {
        bottom: -.25em
    }

    sup {
        top: -.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 {
        vertical-align: middle;
        display: block
    }

    img, video {
        max-width: 100%;
        height: auto
    }

    button, input, select, optgroup, textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    :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 {
        padding-block: 0
    }

    ::-webkit-datetime-edit-year-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-month-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-day-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-hour-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-minute-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-second-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-millisecond-field {
        padding-block: 0
    }

    ::-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]) {
        appearance: button
    }

    ::file-selector-button {
        appearance: button
    }

    ::-webkit-inner-spin-button {
        height: auto
    }

    ::-webkit-outer-spin-button {
        height: auto
    }

    [hidden]:where(:not([hidden=until-found])) {
        display: none !important
    }
}
@layer components;
@layer utilities {
    .pointer-events-none {
        pointer-events: none
    }

    .visible {
        visibility: visible
    }

    .absolute {
        position: absolute
    }

    .fixed {
        position: fixed
    }

    .relative {
        position: relative
    }

    .static {
        position: static
    }

    .sticky {
        position: sticky
    }

    .inset-0 {
        inset: calc(var(--spacing) * 0)
    }

    .inset-y-0 {
        inset-block: calc(var(--spacing) * 0)
    }

    .start {
        inset-inline-start: var(--spacing)
    }

    .end {
        inset-inline-end: var(--spacing)
    }

    .top-0 {
        top: calc(var(--spacing) * 0)
    }

    .right-0 {
        right: calc(var(--spacing) * 0)
    }

    .bottom-0 {
        bottom: calc(var(--spacing) * 0)
    }

    .z-10 {
        z-index: 10
    }

    .z-20 {
        z-index: 20
    }

    .z-40 {
        z-index: 40
    }

    .z-50 {
        z-index: 50
    }

    .container {
        width: 100%
    }

    @media (min-width: 40rem) {
        .container {
            max-width: 40rem
        }
    }@media (min-width: 48rem) {
    .container {
        max-width: 48rem
    }
}@media (min-width: 64rem) {
    .container {
        max-width: 64rem
    }
}@media (min-width: 80rem) {
    .container {
        max-width: 80rem
    }
}@media (min-width: 96rem) {
    .container {
        max-width: 96rem
    }
}.-mx-1 {
     margin-inline: calc(var(--spacing) * -1)
 }

    .mx-auto {
        margin-inline: auto
    }

    .prose {
        color: var(--tw-prose-body);
        max-width: 65ch
    }

    .prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 1.25em;
        margin-bottom: 1.25em
    }

    .prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: var(--tw-prose-lead);
        margin-top: 1.2em;
        margin-bottom: 1.2em;
        font-size: 1.25em;
        line-height: 1.6
    }

    .prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: var(--tw-prose-links);
        font-weight: 500;
        text-decoration: underline
    }

    .prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: var(--tw-prose-bold);
        font-weight: 600
    }

    .prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)), .prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)), .prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: inherit
    }

    .prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 1.25em;
        margin-bottom: 1.25em;
        padding-inline-start: 1.625em;
        list-style-type: decimal
    }

    .prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)) {
        list-style-type: upper-alpha
    }

    .prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)) {
        list-style-type: lower-alpha
    }

    .prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
        list-style-type: upper-alpha
    }

    .prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
        list-style-type: lower-alpha
    }

    .prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)) {
        list-style-type: upper-roman
    }

    .prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)) {
        list-style-type: lower-roman
    }

    .prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
        list-style-type: upper-roman
    }

    .prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)) {
        list-style-type: lower-roman
    }

    .prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)) {
        list-style-type: decimal
    }

    .prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 1.25em;
        margin-bottom: 1.25em;
        padding-inline-start: 1.625em;
        list-style-type: disc
    }

    .prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker {
        color: var(--tw-prose-counters);
        font-weight: 400
    }

    .prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker {
        color: var(--tw-prose-bullets)
    }

    .prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: var(--tw-prose-headings);
        margin-top: 1.25em;
        font-weight: 600
    }

    .prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)) {
        border-color: var(--tw-prose-hr);
        border-top-width: 1px;
        margin-top: 3em;
        margin-bottom: 3em
    }

    .prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: var(--tw-prose-quotes);
        border-inline-start-width: .25rem;
        border-inline-start-color: var(--tw-prose-quote-borders);
        quotes: "“" "”" "‘" "’";
        margin-top: 1.6em;
        margin-bottom: 1.6em;
        padding-inline-start: 1em;
        font-style: italic;
        font-weight: 500
    }

    .prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before {
        content: open-quote
    }

    .prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after {
        content: close-quote
    }

    .prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: var(--tw-prose-headings);
        margin-top: 0;
        margin-bottom: .888889em;
        font-size: 2.25em;
        font-weight: 800;
        line-height: 1.11111
    }

    .prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: inherit;
        font-weight: 900
    }

    .prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: var(--tw-prose-headings);
        margin-top: 2em;
        margin-bottom: 1em;
        font-size: 1.5em;
        font-weight: 700;
        line-height: 1.33333
    }

    .prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: inherit;
        font-weight: 800
    }

    .prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: var(--tw-prose-headings);
        margin-top: 1.6em;
        margin-bottom: .6em;
        font-size: 1.25em;
        font-weight: 600;
        line-height: 1.6
    }

    .prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: inherit;
        font-weight: 700
    }

    .prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: var(--tw-prose-headings);
        margin-top: 1.5em;
        margin-bottom: .5em;
        font-weight: 600;
        line-height: 1.5
    }

    .prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: inherit;
        font-weight: 700
    }

    .prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 2em;
        margin-bottom: 2em
    }

    .prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 2em;
        margin-bottom: 2em;
        display: block
    }

    .prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 2em;
        margin-bottom: 2em
    }

    .prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: var(--tw-prose-kbd);
        box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
        padding-top: .1875em;
        padding-inline-end: .375em;
        padding-bottom: .1875em;
        border-radius: .3125rem;
        padding-inline-start: .375em;
        font-family: inherit;
        font-size: .875em;
        font-weight: 500
    }

    .prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: var(--tw-prose-code);
        font-size: .875em;
        font-weight: 600
    }

    .prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before, .prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after {
        content: "`"
    }

    .prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)), .prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: inherit
    }

    .prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: inherit;
        font-size: .875em
    }

    .prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: inherit;
        font-size: .9em
    }

    .prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)), .prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)), .prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: inherit
    }

    .prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: var(--tw-prose-pre-code);
        background-color: var(--tw-prose-pre-bg);
        padding-top: .857143em;
        padding-inline-end: 1.14286em;
        padding-bottom: .857143em;
        border-radius: .375rem;
        margin-top: 1.71429em;
        margin-bottom: 1.71429em;
        padding-inline-start: 1.14286em;
        font-size: .875em;
        font-weight: 400;
        line-height: 1.71429;
        overflow-x: auto
    }

    .prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)) {
        font-weight: inherit;
        color: inherit;
        font-size: inherit;
        font-family: inherit;
        line-height: inherit;
        background-color: #0000;
        border-width: 0;
        border-radius: 0;
        padding: 0
    }

    .prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before, .prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after {
        content: none
    }

    .prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)) {
        table-layout: auto;
        width: 100%;
        margin-top: 2em;
        margin-bottom: 2em;
        font-size: .875em;
        line-height: 1.71429
    }

    .prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)) {
        border-bottom-width: 1px;
        border-bottom-color: var(--tw-prose-th-borders)
    }

    .prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: var(--tw-prose-headings);
        vertical-align: bottom;
        padding-inline-end: .571429em;
        padding-bottom: .571429em;
        padding-inline-start: .571429em;
        font-weight: 600
    }

    .prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)) {
        border-bottom-width: 1px;
        border-bottom-color: var(--tw-prose-td-borders)
    }

    .prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        border-bottom-width: 0
    }

    .prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)) {
        vertical-align: baseline
    }

    .prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)) {
        border-top-width: 1px;
        border-top-color: var(--tw-prose-th-borders)
    }

    .prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)) {
        vertical-align: top
    }

    .prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)) {
        text-align: start
    }

    .prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 0;
        margin-bottom: 0
    }

    .prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)) {
        color: var(--tw-prose-captions);
        margin-top: .857143em;
        font-size: .875em;
        line-height: 1.42857
    }

    .prose {
        --tw-prose-body: oklch(37.3% .034 259.733);
        --tw-prose-headings: oklch(21% .034 264.665);
        --tw-prose-lead: oklch(44.6% .03 256.802);
        --tw-prose-links: oklch(21% .034 264.665);
        --tw-prose-bold: oklch(21% .034 264.665);
        --tw-prose-counters: oklch(55.1% .027 264.364);
        --tw-prose-bullets: oklch(87.2% .01 258.338);
        --tw-prose-hr: oklch(92.8% .006 264.531);
        --tw-prose-quotes: oklch(21% .034 264.665);
        --tw-prose-quote-borders: oklch(92.8% .006 264.531);
        --tw-prose-captions: oklch(55.1% .027 264.364);
        --tw-prose-kbd: oklch(21% .034 264.665);
        --tw-prose-kbd-shadows: oklab(21% -.00316127 -.0338527/.1);
        --tw-prose-code: oklch(21% .034 264.665);
        --tw-prose-pre-code: oklch(92.8% .006 264.531);
        --tw-prose-pre-bg: oklch(27.8% .033 256.848);
        --tw-prose-th-borders: oklch(87.2% .01 258.338);
        --tw-prose-td-borders: oklch(92.8% .006 264.531);
        --tw-prose-invert-body: oklch(87.2% .01 258.338);
        --tw-prose-invert-headings: #fff;
        --tw-prose-invert-lead: oklch(70.7% .022 261.325);
        --tw-prose-invert-links: #fff;
        --tw-prose-invert-bold: #fff;
        --tw-prose-invert-counters: oklch(70.7% .022 261.325);
        --tw-prose-invert-bullets: oklch(44.6% .03 256.802);
        --tw-prose-invert-hr: oklch(37.3% .034 259.733);
        --tw-prose-invert-quotes: oklch(96.7% .003 264.542);
        --tw-prose-invert-quote-borders: oklch(37.3% .034 259.733);
        --tw-prose-invert-captions: oklch(70.7% .022 261.325);
        --tw-prose-invert-kbd: #fff;
        --tw-prose-invert-kbd-shadows: #ffffff1a;
        --tw-prose-invert-code: #fff;
        --tw-prose-invert-pre-code: oklch(87.2% .01 258.338);
        --tw-prose-invert-pre-bg: #00000080;
        --tw-prose-invert-th-borders: oklch(44.6% .03 256.802);
        --tw-prose-invert-td-borders: oklch(37.3% .034 259.733);
        font-size: 1rem;
        line-height: 1.75
    }

    .prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 0;
        margin-bottom: 0
    }

    .prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: .5em;
        margin-bottom: .5em
    }

    .prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)), .prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)) {
        padding-inline-start: .375em
    }

    .prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: .75em;
        margin-bottom: .75em
    }

    .prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 1.25em
    }

    .prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-bottom: 1.25em
    }

    .prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 1.25em
    }

    .prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-bottom: 1.25em
    }

    .prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: .75em;
        margin-bottom: .75em
    }

    .prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 1.25em;
        margin-bottom: 1.25em
    }

    .prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: .5em;
        padding-inline-start: 1.625em
    }

    .prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)), .prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)), .prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)), .prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 0
    }

    .prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        padding-inline-start: 0
    }

    .prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        padding-inline-end: 0
    }

    .prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)) {
        padding-top: .571429em;
        padding-inline-end: .571429em;
        padding-bottom: .571429em;
        padding-inline-start: .571429em
    }

    .prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        padding-inline-start: 0
    }

    .prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        padding-inline-end: 0
    }

    .prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 2em;
        margin-bottom: 2em
    }

    .prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 0
    }

    .prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-bottom: 0
    }

    .prose-sm {
        font-size: .875rem;
        line-height: 1.71429
    }

    .prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 1.14286em;
        margin-bottom: 1.14286em
    }

    .prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: .888889em;
        margin-bottom: .888889em;
        font-size: 1.28571em;
        line-height: 1.55556
    }

    .prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 1.33333em;
        margin-bottom: 1.33333em;
        padding-inline-start: 1.11111em
    }

    .prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 0;
        margin-bottom: .8em;
        font-size: 2.14286em;
        line-height: 1.2
    }

    .prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 1.6em;
        margin-bottom: .8em;
        font-size: 1.42857em;
        line-height: 1.4
    }

    .prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 1.55556em;
        margin-bottom: .444444em;
        font-size: 1.28571em;
        line-height: 1.55556
    }

    .prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 1.42857em;
        margin-bottom: .571429em;
        line-height: 1.42857
    }

    .prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)), .prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 1.71429em;
        margin-bottom: 1.71429em
    }

    .prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 0;
        margin-bottom: 0
    }

    .prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 1.71429em;
        margin-bottom: 1.71429em
    }

    .prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)) {
        padding-top: .142857em;
        padding-inline-end: .357143em;
        padding-bottom: .142857em;
        border-radius: .3125rem;
        padding-inline-start: .357143em;
        font-size: .857143em
    }

    .prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)) {
        font-size: .857143em
    }

    .prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
        font-size: .9em
    }

    .prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)) {
        font-size: .888889em
    }

    .prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)) {
        padding-top: .666667em;
        padding-inline-end: 1em;
        padding-bottom: .666667em;
        border-radius: .25rem;
        margin-top: 1.66667em;
        margin-bottom: 1.66667em;
        padding-inline-start: 1em;
        font-size: .857143em;
        line-height: 1.66667
    }

    .prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)), .prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 1.14286em;
        margin-bottom: 1.14286em;
        padding-inline-start: 1.57143em
    }

    .prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: .285714em;
        margin-bottom: .285714em
    }

    .prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)), .prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)) {
        padding-inline-start: .428571em
    }

    .prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: .571429em;
        margin-bottom: .571429em
    }

    .prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 1.14286em
    }

    .prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-bottom: 1.14286em
    }

    .prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 1.14286em
    }

    .prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-bottom: 1.14286em
    }

    .prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: .571429em;
        margin-bottom: .571429em
    }

    .prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 1.14286em;
        margin-bottom: 1.14286em
    }

    .prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 1.14286em
    }

    .prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: .285714em;
        padding-inline-start: 1.57143em
    }

    .prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 2.85714em;
        margin-bottom: 2.85714em
    }

    .prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)), .prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)), .prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)), .prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 0
    }

    .prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)) {
        font-size: .857143em;
        line-height: 1.5
    }

    .prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)) {
        padding-inline-end: 1em;
        padding-bottom: .666667em;
        padding-inline-start: 1em
    }

    .prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        padding-inline-start: 0
    }

    .prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        padding-inline-end: 0
    }

    .prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)) {
        padding-top: .666667em;
        padding-inline-end: 1em;
        padding-bottom: .666667em;
        padding-inline-start: 1em
    }

    .prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        padding-inline-start: 0
    }

    .prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        padding-inline-end: 0
    }

    .prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 1.71429em;
        margin-bottom: 1.71429em
    }

    .prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 0;
        margin-bottom: 0
    }

    .prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: .666667em;
        font-size: .857143em;
        line-height: 1.33333
    }

    .prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-top: 0
    }

    .prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
        margin-bottom: 0
    }

    .mt-0\.5 {
        margin-top: calc(var(--spacing) * .5)
    }

    .mt-1 {
        margin-top: calc(var(--spacing) * 1)
    }

    .mt-1\.5 {
        margin-top: calc(var(--spacing) * 1.5)
    }

    .mt-2 {
        margin-top: calc(var(--spacing) * 2)
    }

    .mb-1 {
        margin-bottom: calc(var(--spacing) * 1)
    }

    .mb-2 {
        margin-bottom: calc(var(--spacing) * 2)
    }

    .ml-0\.5 {
        margin-left: calc(var(--spacing) * .5)
    }

    .block {
        display: block
    }

    .flex {
        display: flex
    }

    .hidden {
        display: none
    }

    .inline-block {
        display: inline-block
    }

    .inline-flex {
        display: inline-flex
    }

    .h-1\.5 {
        height: calc(var(--spacing) * 1.5)
    }

    .h-3 {
        height: calc(var(--spacing) * 3)
    }

    .h-3\.5 {
        height: calc(var(--spacing) * 3.5)
    }

    .h-4 {
        height: calc(var(--spacing) * 4)
    }

    .h-5 {
        height: calc(var(--spacing) * 5)
    }

    .h-7 {
        height: calc(var(--spacing) * 7)
    }

    .h-8 {
        height: calc(var(--spacing) * 8)
    }

    .h-9 {
        height: calc(var(--spacing) * 9)
    }

    .h-14 {
        height: calc(var(--spacing) * 14)
    }

    .h-dvh {
        height: 100dvh
    }

    .h-full {
        height: 100%
    }

    .max-h-24 {
        max-height: calc(var(--spacing) * 24)
    }

    .min-h-0 {
        min-height: calc(var(--spacing) * 0)
    }

    .w-1\.5 {
        width: calc(var(--spacing) * 1.5)
    }

    .w-3 {
        width: calc(var(--spacing) * 3)
    }

    .w-3\.5 {
        width: calc(var(--spacing) * 3.5)
    }

    .w-4 {
        width: calc(var(--spacing) * 4)
    }

    .w-5 {
        width: calc(var(--spacing) * 5)
    }

    .w-7 {
        width: calc(var(--spacing) * 7)
    }

    .w-8 {
        width: calc(var(--spacing) * 8)
    }

    .w-9 {
        width: calc(var(--spacing) * 9)
    }

    .w-14 {
        width: calc(var(--spacing) * 14)
    }

    .w-24 {
        width: calc(var(--spacing) * 24)
    }

    .w-32 {
        width: calc(var(--spacing) * 32)
    }

    .w-full {
        width: 100%
    }

    .w-screen {
        width: 100vw
    }

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

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

    .max-w-md {
        max-width: var(--container-md)
    }

    .max-w-none {
        max-width: none
    }

    .max-w-sm {
        max-width: var(--container-sm)
    }

    .min-w-0 {
        min-width: calc(var(--spacing) * 0)
    }

    .flex-1 {
        flex: 1
    }

    .shrink-0 {
        flex-shrink: 0
    }

    .-translate-x-4 {
        --tw-translate-x: calc(var(--spacing) * -4);
        translate: var(--tw-translate-x) var(--tw-translate-y)
    }

    .translate-x-0 {
        --tw-translate-x: calc(var(--spacing) * 0);
        translate: var(--tw-translate-x) var(--tw-translate-y)
    }

    .translate-x-full {
        --tw-translate-x: 100%;
        translate: var(--tw-translate-x) var(--tw-translate-y)
    }

    .rotate-90 {
        rotate: 90deg
    }

    .transform {
        transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)
    }

    .animate-bounce {
        animation: var(--animate-bounce)
    }

    .animate-pulse {
        animation: var(--animate-pulse)
    }

    .animate-spin {
        animation: var(--animate-spin)
    }

    .cursor-pointer {
        cursor: pointer
    }

    .resize-none {
        resize: none
    }

    .flex-col {
        flex-direction: column
    }

    .flex-wrap {
        flex-wrap: wrap
    }

    .items-center {
        align-items: center
    }

    .items-end {
        align-items: flex-end
    }

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

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

    .justify-center {
        justify-content: center
    }

    .justify-end {
        justify-content: flex-end
    }

    .gap-1 {
        gap: calc(var(--spacing) * 1)
    }

    .gap-1\.5 {
        gap: calc(var(--spacing) * 1.5)
    }

    .gap-2 {
        gap: calc(var(--spacing) * 2)
    }

    .gap-2\.5 {
        gap: calc(var(--spacing) * 2.5)
    }

    .gap-3 {
        gap: calc(var(--spacing) * 3)
    }

    .gap-4 {
        gap: calc(var(--spacing) * 4)
    }

    :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-2>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)))
    }

    :where(.space-y-4>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)))
    }

    .truncate {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    .overflow-hidden {
        overflow: hidden
    }

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

    .rounded {
        border-radius: .25rem
    }

    .rounded-2xl {
        border-radius: var(--radius-2xl)
    }

    .rounded-full {
        border-radius: 3.40282e38px
    }

    .rounded-lg {
        border-radius: var(--radius-lg)
    }

    .rounded-sm {
        border-radius: var(--radius-sm)
    }

    .rounded-xl {
        border-radius: var(--radius-xl)
    }

    .rounded-t-xl {
        border-top-left-radius: var(--radius-xl);
        border-top-right-radius: var(--radius-xl)
    }

    .rounded-tl-md {
        border-top-left-radius: var(--radius-md)
    }

    .rounded-tr-md {
        border-top-right-radius: var(--radius-md)
    }

    .rounded-b-xl {
        border-bottom-right-radius: var(--radius-xl);
        border-bottom-left-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-t-0 {
        border-top-style: var(--tw-border-style);
        border-top-width: 0
    }

    .border-b {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px
    }

    .border-none {
        --tw-border-style: none;
        border-style: none
    }

    .border-danger-200 {
        border-color: var(--danger-200)
    }

    .border-gray-200 {
        border-color: var(--gray-200)
    }

    .border-info-200 {
        border-color: var(--info-200)
    }

    .border-primary-200 {
        border-color: var(--primary-200)
    }

    .border-success-200 {
        border-color: var(--success-200)
    }

    .border-warning-200 {
        border-color: var(--warning-200)
    }

    .bg-danger-50, .bg-danger-50\/50 {
        background-color: var(--danger-50)
    }

    @supports (color:color-mix(in lab, red, red)) {
        .bg-danger-50\/50 {
            background-color: color-mix(in oklab, var(--danger-50) 50%, transparent)
        }
    }.bg-gray-50, .bg-gray-50\/50 {
         background-color: var(--gray-50)
     }

    @supports (color:color-mix(in lab, red, red)) {
        .bg-gray-50\/50 {
            background-color: color-mix(in oklab, var(--gray-50) 50%, transparent)
        }
    }.bg-gray-100 {
         background-color: var(--gray-100)
     }

    .bg-gray-200 {
        background-color: var(--gray-200)
    }

    .bg-gray-400 {
        background-color: var(--gray-400)
    }

    .bg-gray-950\/50 {
        background-color: var(--gray-950)
    }

    @supports (color:color-mix(in lab, red, red)) {
        .bg-gray-950\/50 {
            background-color: color-mix(in oklab, var(--gray-950) 50%, transparent)
        }
    }.bg-info-50, .bg-info-50\/50 {
         background-color: var(--info-50)
     }

    @supports (color:color-mix(in lab, red, red)) {
        .bg-info-50\/50 {
            background-color: color-mix(in oklab, var(--info-50) 50%, transparent)
        }
    }.bg-info-100 {
         background-color: var(--info-100)
     }

    .bg-primary-50 {
        background-color: var(--primary-50)
    }

    .bg-primary-100 {
        background-color: var(--primary-100)
    }

    .bg-primary-500 {
        background-color: var(--primary-500)
    }

    .bg-primary-600 {
        background-color: var(--primary-600)
    }

    .bg-success-50, .bg-success-50\/50 {
        background-color: var(--success-50)
    }

    @supports (color:color-mix(in lab, red, red)) {
        .bg-success-50\/50 {
            background-color: color-mix(in oklab, var(--success-50) 50%, transparent)
        }
    }.bg-transparent {
         background-color: #0000
     }

    .bg-warning-50, .bg-warning-50\/50 {
        background-color: var(--warning-50)
    }

    @supports (color:color-mix(in lab, red, red)) {
        .bg-warning-50\/50 {
            background-color: color-mix(in oklab, var(--warning-50) 50%, transparent)
        }
    }.bg-warning-100 {
         background-color: var(--warning-100)
     }

    .bg-white, .bg-white\/80 {
        background-color: var(--color-white, #fff)
    }

    @supports (color:color-mix(in lab, red, red)) {
        .bg-white\/80 {
            background-color: color-mix(in oklab, var(--color-white, #fff) 80%, transparent)
        }
    }.p-1\.5 {
         padding: calc(var(--spacing) * 1.5)
     }

    .p-2 {
        padding: calc(var(--spacing) * 2)
    }

    .px-1 {
        padding-inline: calc(var(--spacing) * 1)
    }

    .px-2 {
        padding-inline: calc(var(--spacing) * 2)
    }

    .px-3 {
        padding-inline: calc(var(--spacing) * 3)
    }

    .px-3\.5 {
        padding-inline: calc(var(--spacing) * 3.5)
    }

    .px-4 {
        padding-inline: calc(var(--spacing) * 4)
    }

    .px-6 {
        padding-inline: calc(var(--spacing) * 6)
    }

    .py-0\.5 {
        padding-block: calc(var(--spacing) * .5)
    }

    .py-1 {
        padding-block: calc(var(--spacing) * 1)
    }

    .py-1\.5 {
        padding-block: calc(var(--spacing) * 1.5)
    }

    .py-2 {
        padding-block: calc(var(--spacing) * 2)
    }

    .py-2\.5 {
        padding-block: calc(var(--spacing) * 2.5)
    }

    .py-3 {
        padding-block: calc(var(--spacing) * 3)
    }

    .py-4 {
        padding-block: calc(var(--spacing) * 4)
    }

    .py-8 {
        padding-block: calc(var(--spacing) * 8)
    }

    .text-center {
        text-align: center
    }

    .text-left {
        text-align: left
    }

    .align-text-bottom {
        vertical-align: text-bottom
    }

    .font-mono {
        font-family: var(--mono-font-family, ui-monospace), SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
    }

    .text-base {
        font-size: var(--text-base);
        line-height: var(--tw-leading, var(--text-base--line-height))
    }

    .text-sm {
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height))
    }

    .text-xs {
        font-size: var(--text-xs);
        line-height: var(--tw-leading, var(--text-xs--line-height))
    }

    .text-\[10px\] {
        font-size: 10px
    }

    .leading-6 {
        --tw-leading: calc(var(--spacing) * 6);
        line-height: calc(var(--spacing) * 6)
    }

    .leading-relaxed {
        --tw-leading: var(--leading-relaxed);
        line-height: var(--leading-relaxed)
    }

    .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-wider {
        --tw-tracking: var(--tracking-wider);
        letter-spacing: var(--tracking-wider)
    }

    .break-words {
        overflow-wrap: break-word
    }

    .break-all {
        word-break: break-all
    }

    .whitespace-pre-wrap {
        white-space: pre-wrap
    }

    .text-danger-500 {
        color: var(--danger-500)
    }

    .text-danger-600 {
        color: var(--danger-600)
    }

    .text-gray-300 {
        color: var(--gray-300)
    }

    .text-gray-400 {
        color: var(--gray-400)
    }

    .text-gray-500 {
        color: var(--gray-500)
    }

    .text-gray-600 {
        color: var(--gray-600)
    }

    .text-gray-700 {
        color: var(--gray-700)
    }

    .text-gray-900 {
        color: var(--gray-900)
    }

    .text-gray-950 {
        color: var(--gray-950)
    }

    .text-info-600 {
        color: var(--info-600)
    }

    .text-info-800 {
        color: var(--info-800)
    }

    .text-info-900 {
        color: var(--info-900)
    }

    .text-primary-400 {
        color: var(--primary-400)
    }

    .text-primary-500 {
        color: var(--primary-500)
    }

    .text-primary-600 {
        color: var(--primary-600)
    }

    .text-success-500 {
        color: var(--success-500)
    }

    .text-warning-600 {
        color: var(--warning-600)
    }

    .text-warning-700 {
        color: var(--warning-700)
    }

    .text-warning-800 {
        color: var(--warning-800)
    }

    .text-warning-900 {
        color: var(--warning-900)
    }

    .text-white {
        color: var(--color-white, #fff)
    }

    .uppercase {
        text-transform: uppercase
    }

    .italic {
        font-style: italic
    }

    .placeholder-gray-400::placeholder {
        color: var(--gray-400)
    }

    .opacity-0 {
        opacity: 0
    }

    .opacity-25 {
        opacity: .25
    }

    .opacity-60 {
        opacity: .6
    }

    .opacity-75 {
        opacity: .75
    }

    .opacity-100 {
        opacity: 1
    }

    .shadow-none {
        --tw-shadow: 0 0 #0000;
        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, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }

    .ring-1 {
        --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-gray-300 {
        --tw-ring-color: var(--gray-300)
    }

    .ring-gray-950\/5 {
        --tw-ring-color: var(--gray-950)
    }

    @supports (color:color-mix(in lab, red, red)) {
        .ring-gray-950\/5 {
            --tw-ring-color: color-mix(in oklab, var(--gray-950) 5%, transparent)
        }
    }.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-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))
    }

    .transition-transform {
        transition-property: transform, translate, scale, rotate;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration))
    }

    .duration-75 {
        --tw-duration: 75ms;
        transition-duration: 75ms
    }

    .duration-100 {
        --tw-duration: .1s;
        transition-duration: .1s
    }

    .duration-150 {
        --tw-duration: .15s;
        transition-duration: .15s
    }

    .duration-200 {
        --tw-duration: .2s;
        transition-duration: .2s
    }

    .duration-300 {
        --tw-duration: .3s;
        transition-duration: .3s
    }

    .ease-in {
        --tw-ease: var(--ease-in);
        transition-timing-function: var(--ease-in)
    }

    .ease-out {
        --tw-ease: var(--ease-out);
        transition-timing-function: var(--ease-out)
    }

    .outline-none {
        --tw-outline-style: none;
        outline-style: none
    }

    @media (hover: hover) {
        .group-hover\:text-primary-500:is(:where(.group):hover *) {
            color: var(--primary-500)
        }

        .group-hover\:opacity-100:is(:where(.group):hover *) {
            opacity: 1
        }
    }.focus-within\:ring-2:focus-within {
         --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 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)
     }

    .focus-within\:ring-primary-500:focus-within {
        --tw-ring-color: var(--primary-500)
    }

    @media (hover: hover) {
        .hover\:border-gray-300:hover {
            border-color: var(--gray-300)
        }

        .hover\:bg-danger-50:hover {
            background-color: var(--danger-50)
        }

        .hover\:bg-danger-100:hover {
            background-color: var(--danger-100)
        }

        .hover\:bg-gray-50:hover {
            background-color: var(--gray-50)
        }

        .hover\:bg-gray-100:hover {
            background-color: var(--gray-100)
        }

        .hover\:bg-gray-500\/5:hover {
            background-color: var(--gray-500)
        }

        @supports (color:color-mix(in lab, red, red)) {
            .hover\:bg-gray-500\/5:hover {
                background-color: color-mix(in oklab, var(--gray-500) 5%, transparent)
            }
        }.hover\:bg-primary-50:hover {
             background-color: var(--primary-50)
         }

        .hover\:bg-primary-500:hover {
            background-color: var(--primary-500)
        }

        .hover\:bg-success-100:hover {
            background-color: var(--success-100)
        }
    }.focus-visible\:ring-2:focus-visible {
         --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 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)
     }

    .focus-visible\:ring-primary-500:focus-visible {
        --tw-ring-color: var(--primary-500)
    }

    .active\:bg-primary-700:active {
        background-color: var(--primary-700)
    }

    .disabled\:cursor-not-allowed:disabled {
        cursor: not-allowed
    }

    .disabled\:opacity-40:disabled {
        opacity: .4
    }

    @media (min-width: 40rem) {
        .sm\:flex {
            display: flex
        }
    }.dark\:border-danger-800:where(.dark,.dark *) {
         border-color: var(--danger-800)
     }

    .dark\:border-gray-700:where(.dark,.dark *) {
        border-color: var(--gray-700)
    }

    .dark\:border-info-800:where(.dark,.dark *) {
        border-color: var(--info-800)
    }

    .dark\:border-primary-800:where(.dark,.dark *) {
        border-color: var(--primary-800)
    }

    .dark\:border-success-800:where(.dark,.dark *) {
        border-color: var(--success-800)
    }

    .dark\:border-warning-800:where(.dark,.dark *) {
        border-color: var(--warning-800)
    }

    .dark\:border-white\/10:where(.dark,.dark *) {
        border-color: var(--color-white, #fff)
    }

    @supports (color:color-mix(in lab, red, red)) {
        .dark\:border-white\/10:where(.dark,.dark *) {
            border-color: color-mix(in oklab, var(--color-white, #fff) 10%, transparent)
        }
    }.dark\:bg-danger-900\/5:where(.dark,.dark *) {
         background-color: var(--danger-900)
     }

    @supports (color:color-mix(in lab, red, red)) {
        .dark\:bg-danger-900\/5:where(.dark,.dark *) {
            background-color: color-mix(in oklab, var(--danger-900) 5%, transparent)
        }
    }.dark\:bg-danger-900\/10:where(.dark,.dark *) {
         background-color: var(--danger-900)
     }

    @supports (color:color-mix(in lab, red, red)) {
        .dark\:bg-danger-900\/10:where(.dark,.dark *) {
            background-color: color-mix(in oklab, var(--danger-900) 10%, transparent)
        }
    }.dark\:bg-gray-700:where(.dark,.dark *) {
         background-color: var(--gray-700)
     }

    .dark\:bg-gray-800:where(.dark,.dark *), .dark\:bg-gray-800\/30:where(.dark,.dark *) {
        background-color: var(--gray-800)
    }

    @supports (color:color-mix(in lab, red, red)) {
        .dark\:bg-gray-800\/30:where(.dark,.dark *) {
            background-color: color-mix(in oklab, var(--gray-800) 30%, transparent)
        }
    }.dark\:bg-gray-800\/50:where(.dark,.dark *) {
         background-color: var(--gray-800)
     }

    @supports (color:color-mix(in lab, red, red)) {
        .dark\:bg-gray-800\/50:where(.dark,.dark *) {
            background-color: color-mix(in oklab, var(--gray-800) 50%, transparent)
        }
    }.dark\:bg-gray-900:where(.dark,.dark *), .dark\:bg-gray-900\/80:where(.dark,.dark *) {
         background-color: var(--gray-900)
     }

    @supports (color:color-mix(in lab, red, red)) {
        .dark\:bg-gray-900\/80:where(.dark,.dark *) {
            background-color: color-mix(in oklab, var(--gray-900) 80%, transparent)
        }
    }.dark\:bg-gray-950\/75:where(.dark,.dark *) {
         background-color: var(--gray-950)
     }

    @supports (color:color-mix(in lab, red, red)) {
        .dark\:bg-gray-950\/75:where(.dark,.dark *) {
            background-color: color-mix(in oklab, var(--gray-950) 75%, transparent)
        }
    }.dark\:bg-info-900\/5:where(.dark,.dark *) {
         background-color: var(--info-900)
     }

    @supports (color:color-mix(in lab, red, red)) {
        .dark\:bg-info-900\/5:where(.dark,.dark *) {
            background-color: color-mix(in oklab, var(--info-900) 5%, transparent)
        }
    }.dark\:bg-info-900\/10:where(.dark,.dark *) {
         background-color: var(--info-900)
     }

    @supports (color:color-mix(in lab, red, red)) {
        .dark\:bg-info-900\/10:where(.dark,.dark *) {
            background-color: color-mix(in oklab, var(--info-900) 10%, transparent)
        }
    }.dark\:bg-info-900\/20:where(.dark,.dark *) {
         background-color: var(--info-900)
     }

    @supports (color:color-mix(in lab, red, red)) {
        .dark\:bg-info-900\/20:where(.dark,.dark *) {
            background-color: color-mix(in oklab, var(--info-900) 20%, transparent)
        }
    }.dark\:bg-primary-500\/10:where(.dark,.dark *) {
         background-color: var(--primary-500)
     }

    @supports (color:color-mix(in lab, red, red)) {
        .dark\:bg-primary-500\/10:where(.dark,.dark *) {
            background-color: color-mix(in oklab, var(--primary-500) 10%, transparent)
        }
    }.dark\:bg-primary-900\/20:where(.dark,.dark *) {
         background-color: var(--primary-900)
     }

    @supports (color:color-mix(in lab, red, red)) {
        .dark\:bg-primary-900\/20:where(.dark,.dark *) {
            background-color: color-mix(in oklab, var(--primary-900) 20%, transparent)
        }
    }.dark\:bg-primary-900\/30:where(.dark,.dark *) {
         background-color: var(--primary-900)
     }

    @supports (color:color-mix(in lab, red, red)) {
        .dark\:bg-primary-900\/30:where(.dark,.dark *) {
            background-color: color-mix(in oklab, var(--primary-900) 30%, transparent)
        }
    }.dark\:bg-success-900\/5:where(.dark,.dark *) {
         background-color: var(--success-900)
     }

    @supports (color:color-mix(in lab, red, red)) {
        .dark\:bg-success-900\/5:where(.dark,.dark *) {
            background-color: color-mix(in oklab, var(--success-900) 5%, transparent)
        }
    }.dark\:bg-success-900\/10:where(.dark,.dark *) {
         background-color: var(--success-900)
     }

    @supports (color:color-mix(in lab, red, red)) {
        .dark\:bg-success-900\/10:where(.dark,.dark *) {
            background-color: color-mix(in oklab, var(--success-900) 10%, transparent)
        }
    }.dark\:bg-warning-900\/5:where(.dark,.dark *) {
         background-color: var(--warning-900)
     }

    @supports (color:color-mix(in lab, red, red)) {
        .dark\:bg-warning-900\/5:where(.dark,.dark *) {
            background-color: color-mix(in oklab, var(--warning-900) 5%, transparent)
        }
    }.dark\:bg-warning-900\/10:where(.dark,.dark *) {
         background-color: var(--warning-900)
     }

    @supports (color:color-mix(in lab, red, red)) {
        .dark\:bg-warning-900\/10:where(.dark,.dark *) {
            background-color: color-mix(in oklab, var(--warning-900) 10%, transparent)
        }
    }.dark\:bg-warning-900\/20:where(.dark,.dark *) {
         background-color: var(--warning-900)
     }

    @supports (color:color-mix(in lab, red, red)) {
        .dark\:bg-warning-900\/20:where(.dark,.dark *) {
            background-color: color-mix(in oklab, var(--warning-900) 20%, transparent)
        }
    }.dark\:text-danger-400:where(.dark,.dark *) {
         color: var(--danger-400)
     }

    .dark\:text-gray-100:where(.dark,.dark *) {
        color: var(--gray-100)
    }

    .dark\:text-gray-300:where(.dark,.dark *) {
        color: var(--gray-300)
    }

    .dark\:text-gray-400:where(.dark,.dark *) {
        color: var(--gray-400)
    }

    .dark\:text-gray-500:where(.dark,.dark *) {
        color: var(--gray-500)
    }

    .dark\:text-gray-600:where(.dark,.dark *) {
        color: var(--gray-600)
    }

    .dark\:text-info-100:where(.dark,.dark *) {
        color: var(--info-100)
    }

    .dark\:text-info-200:where(.dark,.dark *) {
        color: var(--info-200)
    }

    .dark\:text-info-400:where(.dark,.dark *) {
        color: var(--info-400)
    }

    .dark\:text-primary-400:where(.dark,.dark *) {
        color: var(--primary-400)
    }

    .dark\:text-primary-500:where(.dark,.dark *) {
        color: var(--primary-500)
    }

    .dark\:text-warning-100:where(.dark,.dark *) {
        color: var(--warning-100)
    }

    .dark\:text-warning-200:where(.dark,.dark *) {
        color: var(--warning-200)
    }

    .dark\:text-warning-300:where(.dark,.dark *) {
        color: var(--warning-300)
    }

    .dark\:text-warning-400:where(.dark,.dark *) {
        color: var(--warning-400)
    }

    .dark\:text-white:where(.dark,.dark *) {
        color: var(--color-white, #fff)
    }

    .dark\:placeholder-gray-500:where(.dark,.dark *)::placeholder {
        color: var(--gray-500)
    }

    .dark\:ring-gray-600:where(.dark,.dark *) {
        --tw-ring-color: var(--gray-600)
    }

    .dark\:ring-white\/10:where(.dark,.dark *) {
        --tw-ring-color: var(--color-white, #fff)
    }

    @supports (color:color-mix(in lab, red, red)) {
        .dark\:ring-white\/10:where(.dark,.dark *) {
            --tw-ring-color: color-mix(in oklab, var(--color-white, #fff) 10%, transparent)
        }
    }.dark\:prose-invert:where(.dark,.dark *) {
         --tw-prose-body: var(--tw-prose-invert-body);
         --tw-prose-headings: var(--tw-prose-invert-headings);
         --tw-prose-lead: var(--tw-prose-invert-lead);
         --tw-prose-links: var(--tw-prose-invert-links);
         --tw-prose-bold: var(--tw-prose-invert-bold);
         --tw-prose-counters: var(--tw-prose-invert-counters);
         --tw-prose-bullets: var(--tw-prose-invert-bullets);
         --tw-prose-hr: var(--tw-prose-invert-hr);
         --tw-prose-quotes: var(--tw-prose-invert-quotes);
         --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
         --tw-prose-captions: var(--tw-prose-invert-captions);
         --tw-prose-kbd: var(--tw-prose-invert-kbd);
         --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
         --tw-prose-code: var(--tw-prose-invert-code);
         --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
         --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
         --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
         --tw-prose-td-borders: var(--tw-prose-invert-td-borders)
     }

    @media (hover: hover) {
        .dark\:group-hover\:text-primary-400:where(.dark,.dark *):is(:where(.group):hover *) {
            color: var(--primary-400)
        }

        .dark\:hover\:border-gray-600:where(.dark,.dark *):hover {
            border-color: var(--gray-600)
        }

        .dark\:hover\:bg-danger-900\/20:where(.dark,.dark *):hover {
            background-color: var(--danger-900)
        }

        @supports (color:color-mix(in lab, red, red)) {
            .dark\:hover\:bg-danger-900\/20:where(.dark,.dark *):hover {
                background-color: color-mix(in oklab, var(--danger-900) 20%, transparent)
            }
        }.dark\:hover\:bg-gray-400\/5:where(.dark,.dark *):hover {
             background-color: var(--gray-400)
         }

        @supports (color:color-mix(in lab, red, red)) {
            .dark\:hover\:bg-gray-400\/5:where(.dark,.dark *):hover {
                background-color: color-mix(in oklab, var(--gray-400) 5%, transparent)
            }
        }.dark\:hover\:bg-gray-800:where(.dark,.dark *):hover {
             background-color: var(--gray-800)
         }

        .dark\:hover\:bg-primary-500\/10:where(.dark,.dark *):hover {
            background-color: var(--primary-500)
        }

        @supports (color:color-mix(in lab, red, red)) {
            .dark\:hover\:bg-primary-500\/10:where(.dark,.dark *):hover {
                background-color: color-mix(in oklab, var(--primary-500) 10%, transparent)
            }
        }.dark\:hover\:bg-success-900\/20:where(.dark,.dark *):hover {
             background-color: var(--success-900)
         }

        @supports (color:color-mix(in lab, red, red)) {
            .dark\:hover\:bg-success-900\/20:where(.dark,.dark *):hover {
                background-color: color-mix(in oklab, var(--success-900) 20%, transparent)
            }
        }
    }.\[\&\>\*\:first-child\]\:mt-0 > :first-child {
         margin-top: calc(var(--spacing) * 0)
     }

    .\[\&\>\*\:last-child\]\:mb-0 > :last-child {
        margin-bottom: calc(var(--spacing) * 0)
    }
}

.copilot-chat-widget textarea {
    field-sizing: content;
    min-height: 2.25rem;
    max-height: 8rem
}

.copilot-chat-widget .copilot-textarea, .copilot-chat-widget .copilot-textarea:focus {
    box-shadow: none !important;
    ring: none !important;
    border: none !important;
    outline: none !important
}

#copilot-messages {
    scroll-behavior: smooth;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch
}

#copilot-messages::-webkit-scrollbar {
    width: 4px
}

#copilot-messages::-webkit-scrollbar-track {
    background: 0 0
}

#copilot-messages::-webkit-scrollbar-thumb {
    background: #9ca3af4d;
    border-radius: 9999px
}

#copilot-messages:hover::-webkit-scrollbar-thumb {
    background: #9ca3af80
}

.copilot-chat-widget .prose {
    --tw-prose-body: inherit
}

.copilot-chat-widget .prose p {
    margin-top: .35em;
    margin-bottom: .35em
}

.copilot-chat-widget .prose pre {
    border-radius: .5rem;
    margin-top: .5em;
    margin-bottom: .5em;
    font-size: .8em;
    overflow-x: auto
}

.copilot-chat-widget .prose code:not(pre code) {
    background: #0000000f;
    border-radius: .25rem;
    padding: .15em .35em;
    font-size: .85em
}

.dark .copilot-chat-widget .prose code:not(pre code) {
    background: #ffffff1a
}

.copilot-chat-widget .prose ul, .copilot-chat-widget .prose ol {
    margin-top: .35em;
    margin-bottom: .35em;
    padding-inline-start: 1.25em
}

.copilot-chat-widget .prose li {
    margin-top: .1em;
    margin-bottom: .1em
}

@supports (padding:env(safe-area-inset-bottom)) {
    .copilot-chat-widget {
        padding-bottom: env(safe-area-inset-bottom)
    }
}

/* Navy blue theme to match Filament admin panel */
.copilot-chat-widget {
    background: linear-gradient(to bottom right, rgb(15, 23, 42), rgba(15, 23, 42, 0.98)) !important;
    border-inline-start: 1px solid rgba(255, 255, 255, 0.08);
}
.copilot-chat-widget .bg-white,
.copilot-chat-widget .dark\:bg-gray-900 {
    background-color: transparent !important;
}
.copilot-chat-widget .ring-gray-950\/5,
.copilot-chat-widget .dark\:ring-white\/10 {
    --tw-ring-color: rgba(255, 255, 255, 0.08);
}
.copilot-chat-widget .bg-gray-50,
.copilot-chat-widget .dark\:bg-gray-800 {
    background-color: rgba(30, 41, 59, 0.6) !important;
}
.copilot-chat-widget .border-gray-200,
.copilot-chat-widget .dark\:border-gray-700 {
    border-color: rgba(255, 255, 255, 0.08);
}
.copilot-chat-widget .text-gray-900,
.copilot-chat-widget .dark\:text-gray-100 {
    color: rgb(248, 250, 252);
}
.copilot-chat-widget .text-gray-600,
.copilot-chat-widget .dark\:text-gray-400 {
    color: rgb(203, 213, 225);
}
.copilot-chat-widget .text-gray-500,
.copilot-chat-widget .dark\:text-gray-500 {
    color: rgb(148, 163, 184);
}
#copilot-messages::-webkit-scrollbar-track {
    background: rgba(15, 23, 42, 0.5);
}
#copilot-messages::-webkit-scrollbar-thumb {
    background: rgba(71, 85, 105, 0.6);
    border-radius: 9999px;
}
#copilot-messages:hover::-webkit-scrollbar-thumb {
    background: rgba(100, 116, 139, 0.8);
}
.copilot-chat-widget .prose {
    --tw-prose-body: rgb(226, 232, 240);
    --tw-prose-headings: rgb(248, 250, 252);
    --tw-prose-lead: rgb(203, 213, 225);
    --tw-prose-links: rgb(147, 197, 253);
    --tw-prose-bold: rgb(248, 250, 252);
    --tw-prose-counters: rgb(203, 213, 225);
    --tw-prose-bullets: rgb(148, 163, 184);
    --tw-prose-hr: rgba(255, 255, 255, 0.1);
    --tw-prose-quotes: rgb(226, 232, 240);
    --tw-prose-quote-borders: rgba(255, 255, 255, 0.15);
    --tw-prose-captions: rgb(148, 163, 184);
    --tw-prose-kbd: rgb(226, 232, 240);
    --tw-prose-kbd-shadows: rgba(0, 0, 0, 0.3);
    --tw-prose-code: rgb(147, 197, 253);
    --tw-prose-pre-code: rgb(226, 232, 240);
    --tw-prose-pre-bg: rgba(30, 41, 59, 0.8);
    --tw-prose-th-borders: rgba(255, 255, 255, 0.1);
    --tw-prose-td-borders: rgba(255, 255, 255, 0.08);
}
.copilot-chat-widget .prose code:not(pre code) {
    background: rgba(51, 65, 85, 0.7);
    color: rgb(147, 197, 253);
}
.copilot-chat-widget .placeholder-gray-400::placeholder,
.copilot-chat-widget .dark\:placeholder-gray-500::placeholder {
    color: rgb(148, 163, 184);
}
.copilot-chat-widget .bg-primary-500,
.copilot-chat-widget .hover\:bg-primary-500:hover {
    background-color: rgb(59, 130, 246) !important;
}
.copilot-chat-widget .bg-primary-600 {
    background-color: rgb(37, 99, 235) !important;
}
.copilot-chat-widget .text-primary-500,
.copilot-chat-widget .text-primary-600,
.copilot-chat-widget .group-hover\:text-primary-500:hover {
    color: rgb(147, 197, 253) !important;
}
.copilot-chat-widget .ring-primary-500,
.copilot-chat-widget .focus-within\:ring-primary-500:focus-within,
.copilot-chat-widget .focus-visible\:ring-primary-500:focus-visible {
    --tw-ring-color: rgb(59, 130, 246);
}
.copilot-chat-widget .border-primary-200,
.copilot-chat-widget .dark\:border-primary-800 {
    border-color: rgba(59, 130, 246, 0.35);
}
.copilot-chat-widget .bg-primary-50,
.copilot-chat-widget .hover\:bg-primary-50:hover,
.copilot-chat-widget .dark\:bg-primary-500\/10:hover,
.copilot-chat-widget .dark\:hover\:bg-primary-500\/10:hover {
    background-color: rgba(59, 130, 246, 0.15) !important;
}

@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: 0
}

@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-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
}

@property --tw-ease {
    syntax: "*";
    inherits: false
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes bounce {
    0%, to {
        animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        transform: translateY(-25%)
    }
    50% {
        animation-timing-function: cubic-bezier(0, 0, .2, 1);
        transform: none
    }
}
