/*! tailwindcss v4.1.7 | 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)))) {
        *, ::backdrop, :after, :before {
            --tw-translate-x: 0;
            --tw-translate-y: 0;
            --tw-translate-z: 0;
            --tw-divide-y-reverse: 0;
            --tw-border-style: solid;
            --tw-gradient-position: initial;
            --tw-gradient-from: #0000;
            --tw-gradient-via: #0000;
            --tw-gradient-to: #0000;
            --tw-gradient-stops: initial;
            --tw-gradient-via-stops: initial;
            --tw-gradient-from-position: 0%;
            --tw-gradient-via-position: 50%;
            --tw-gradient-to-position: 100%;
            --tw-font-weight: 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-content: ""
        }
    }
}

@layer theme {
    :host, :root {
        --font-sans: Satoshi, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        --color-cyan-200: oklch(91.7% .08 205.041);
        --color-blue-300: oklch(80.9% .105 251.813);
        --color-indigo-200: oklch(87% .065 274.039);
        --color-indigo-300: oklch(78.5% .115 274.713);
        --color-violet-200: oklch(89.4% .057 293.283);
        --color-violet-300: oklch(81.1% .111 293.571);
        --color-pink-300: oklch(82.3% .12 346.018);
        --color-pink-500: oklch(65.6% .241 354.308);
        --color-pink-700: oklch(52.5% .223 3.958);
        --color-pink-900: oklch(40.8% .153 2.432);
        --color-slate-50: oklch(98.4% .003 247.858);
        --color-slate-100: oklch(96.8% .007 247.896);
        --color-slate-200: oklch(92.9% .013 255.508);
        --color-slate-300: oklch(86.9% .022 252.894);
        --color-slate-400: oklch(70.4% .04 256.788);
        --color-slate-500: oklch(55.4% .046 257.417);
        --color-slate-600: oklch(44.6% .043 257.281);
        --color-slate-700: oklch(37.2% .044 257.287);
        --color-slate-900: oklch(20.8% .042 265.755);
        --color-gray-200: oklch(92.8% .006 264.531);
        --color-black: #000;
        --color-white: #fff;
        --spacing: .25rem;
        --container-md: 28rem;
        --container-2xl: 42rem;
        --container-4xl: 56rem;
        --text-sm: .875rem;
        --text-sm--line-height: calc(1.25/.875);
        --text-base: 1rem;
        --text-lg: 1.125rem;
        --text-lg--line-height: calc(1.75/1.125);
        --text-xl: 2.6rem;
        --text-xl--line-height: calc(1.75/1.25);
        --text-2xl: 1.5rem;
        --text-4xl: 2.25rem;
        --text-4xl--line-height: calc(2.5/2.25);
        --font-weight-medium: 500;
        --font-weight-bold: 700;
        --radius-md: .375rem;
        --radius-lg: .5rem;
        --radius-xl: .75rem;
        --radius-2xl: 1rem;
        --blur-xs: 4px;
        --default-font-family: var(--font-sans);
        --default-mono-font-family:var(--font-mono)
    }
}

@layer base {
    *, ::backdrop, :after, :before {
        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
    }

    :host, html {
        -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;
        text-decoration:inherit
    }

    b, strong {
        font-weight:bolder
    }

    code, kbd, pre, samp {
        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
    }
    
    p {
padding-top: 15px;}

    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse:collapse
    }

    :-moz-focusring {
        outline:auto
    }

    progress {
        vertical-align:baseline
    }

    summary {
        display:list-item
    }

    menu, ol, ul {
        list-style:none
    }

    audio, canvas, embed, iframe, img, object, svg, video {
        vertical-align: middle;
        display:block
    }

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

    button, input, optgroup, select, 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, ::-webkit-datetime-edit-year-field {
        padding-block:0
    }

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

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

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

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

    :-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, ::-webkit-outer-spin-button {
        height:auto
    }

    [hidden]:where(:not([hidden=until-found])) {
        display: none !important
    }
}

@layer components;
@layer utilities {
    .sr-only {
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow:hidden
    }

    .absolute, .sr-only {
        position:absolute
    }

    .fixed {
        position:fixed
    }

    .relative {
        position:relative
    }

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

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

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

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

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

    .top-1\/2 {
        top:50%
    }

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

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

    .bottom-full {
        bottom:100%
    }

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

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

    .z-10 {
        z-index:10
    }

    .order-first {
        order:-9999
    }

    .mx-auto {
        margin-inline:auto
    }

    .my-12 {
        margin-block:calc(var(--spacing) * 12)
    }

    .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-left: 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-left: 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-left-width: .25rem;
        border-left-color: var(--tw-prose-quote-borders);
        quotes: "“""”""‘""’";
        margin-top: 1.6em;
        margin-bottom: 1.6em;
        padding-left: 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(kbd):not(:where([class ~ =not-prose], [class ~ =not-prose] *)) {
        color: var(--tw-prose-kbd);
        box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) /10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) /10%);
        border-radius: .3125rem;
        padding: .1875em .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] *)):after, .prose :where(code):not(:where([class ~ =not-prose], [class ~ =not-prose] *)):before {
        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(blockquote code):not(:where([class ~ =not-prose], [class ~ =not-prose] *)), .prose :where(h4 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);
        border-radius: .375rem;
        margin-top: 1.71429em;
        margin-bottom: 1.71429em;
        padding: .857143em 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] *)):after, .prose :where(pre code):not(:where([class ~ =not-prose], [class ~ =not-prose] *)):before {
        content:none
    }

    .prose :where(table):not(:where([class ~ =not-prose], [class ~ =not-prose] *)) {
        table-layout: auto;
        text-align: left;
        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-bottom: .571429em;
        padding-left: .571429em;
        padding-right: .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(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: NaN NaN NaN;
        --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: 255 255 255;
        --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(video):not(:where([class ~ =not-prose], [class ~ =not-prose] *)) {
        margin-top: 2em;
        margin-bottom:2em
    }

    .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-left:.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 > :first-child):not(:where([class ~ =not-prose], [class ~ =not-prose] *)) {
        margin-top:1.25em
    }

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

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

    .prose :where(.prose > ol > li > :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-left:1.625em
    }

    .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] *)), .prose :where(hr + *):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-left:0
    }

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

    .prose :where(tbody td, tfoot td):not(:where([class ~ =not-prose], [class ~ =not-prose] *)) {
        padding:.571429em
    }

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

    .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class ~ =not-prose], [class ~ =not-prose] *)) {
        padding-right: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
    }

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

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

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

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

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

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

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

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

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

    .mb-\[env\(safe-area-inset-bottom\)\] {
        margin-bottom:env(safe-area-inset-bottom)
    }

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

    .ml-24 {
        margin-left:calc(var(--spacing) * 24)
    }

    .block {
        display:block
    }

    .flex {
        display:flex
    }

    .hidden {
        display:none
    }

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

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

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

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

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

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

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

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

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

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

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

    .h-full {
        height:100%
    }

    .h-px {
        height:1px
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .w-auto {
        width:auto
    }

    .w-full {
        width:100%
    }

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

    .flex-1 {
        flex:1
    }

    .flex-auto {
        flex:auto
    }

    .flex-none {
        flex:none
    }

    .shrink-0 {
        flex-shrink:0
    }

    .-translate-x-1\/2 {
        --tw-translate-x: calc(calc(1/2 * 100%) * -1);
        translate:var(--tw-translate-x)var(--tw-translate-y)
    }

    .touch-none {
        touch-action:none
    }

    .flex-col {
        flex-direction:column
    }

    .items-center {
        align-items:center
    }

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

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

    .justify-center {
        justify-content:center
    }

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

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

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

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

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

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

    :where(.divide-y > :not(:last-child)) {
        --tw-divide-y-reverse: 0;
        border-bottom-style: var(--tw-border-style);
        border-top-style: var(--tw-border-style);
        border-top-width: calc(1px * var(--tw-divide-y-reverse));
        border-bottom-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)))
    }

    :where(.divide-slate-100 > :not(:last-child)) {
        border-color:var(--color-slate-100)
    }

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

    .overflow-hidden, .truncate {
        overflow:hidden
    }

    .rounded-full {
        border-radius:3.40282e + 38px
    }

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

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

    .border-t {
        border-top-style: var(--tw-border-style);
        border-top-width:1px
    }

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

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

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

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

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

    .bg-slate-700 {
        background-color:var(--color-slate-700)
    }

    .bg-slate-900 {
        background-color:var(--color-slate-900)
    }

    .bg-white {
        background-color:var(--color-white)
    }

    .bg-white\/90 {
        background-color:#ffffffe6
    }

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

    .bg-linear-to-r {
        --tw-gradient-position:to right
    }

    @supports (background-image: linear-gradient(in lab, red, red)) {
        .bg-linear-to-r {
            --tw-gradient-position:to right in oklab
        }
    }

    .bg-linear-to-r {
        background-image:linear-gradient(var(--tw-gradient-stops))
    }

    .from-slate-200\/0 {
        --tw-gradient-from:#0000
    }

    @supports (color: color-mix(in lab, red, red)) {
        .from-slate-200\/0 {
            --tw-gradient-from:color-mix(in oklab, var(--color-slate-200)0%, transparent)
        }
    }

    .from-slate-200\/0 {
        --tw-gradient-stops:var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from)var(--tw-gradient-from-position), var(--tw-gradient-to)var(--tw-gradient-to-position))
    }

    .via-slate-200 {
        --tw-gradient-via: var(--color-slate-200);
        --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
        --tw-gradient-stops:var(--tw-gradient-via-stops)
    }

    .to-slate-200\/0 {
        --tw-gradient-to:#0000
    }

    @supports (color: color-mix(in lab, red, red)) {
        .to-slate-200\/0 {
            --tw-gradient-to:color-mix(in oklab, var(--color-slate-200)0%, transparent)
        }
    }

    .to-slate-200\/0 {
        --tw-gradient-stops:var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from)var(--tw-gradient-from-position), var(--tw-gradient-to)var(--tw-gradient-to-position))
    }

    .fill-blue-300 {
        fill:var(--color-blue-300)
    }

    .fill-current {
        fill:currentColor
    }

    .fill-indigo-300 {
        fill:var(--color-indigo-300)
    }

    .fill-pink-300 {
        fill:var(--color-pink-300)
    }

    .fill-slate-300 {
        fill:var(--color-slate-300)
    }

    .fill-slate-400 {
        fill:var(--color-slate-400)
    }

    .fill-slate-500 {
        fill:var(--color-slate-500)
    }

    .fill-violet-300 {
        fill:var(--color-violet-300)
    }

    .fill-white {
        fill:var(--color-white)
    }

    .stroke-slate-500 {
        stroke:var(--color-slate-500)
    }

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

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

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

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

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

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

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

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

    .pt-10 {
        padding-top:calc(var(--spacing) * 10)
    }

    .pt-16 {
        padding-top:calc(var(--spacing) * 16)
    }

    .pb-4 {
        padding-bottom:calc(var(--spacing) * 4)
    }

    .pb-12 {
        padding-bottom:calc(var(--spacing) * 12)
    }

    .pb-40 {
        padding-bottom:calc(var(--spacing) * 40)
    }

    .text-center {
        text-align:center
    }

    .font-mono {
        font-family:var(--font-mono)
    }

    .text-2xl\/7 {
        font-size: var(--text-2xl);
        line-height:calc(var(--spacing) * 7)
    }

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

    .text-base\/7 {
        font-size: var(--text-base);
        line-height:calc(var(--spacing) * 7)
    }

    .text-lg {
        line-height:var(--tw-leading, var(--text-lg--line-height))
    }

    .text-lg, .text-lg\/8 {
        font-size:var(--text-lg)
    }

    .text-lg\/8 {
        line-height:calc(var(--spacing) * 8)
    }

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

    .text-sm, .text-sm\/6 {
        font-size:var(--text-sm)
    }

    .text-sm\/6 {
        line-height:calc(var(--spacing) * 6)
    }

    .text-sm\/7 {
        font-size: var(--text-sm);
        line-height:calc(var(--spacing) * 7)
    }

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

    .font-bold {
        --tw-font-weight: var(--font-weight-bold);
        font-weight:var(--font-weight-bold)
    }

    .font-medium {
        --tw-font-weight: var(--font-weight-medium);
        font-weight:var(--font-weight-medium)
    }

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

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

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

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

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

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

    .antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing:grayscale
    }

    .opacity-0 {
        opacity:0
    }

    .shadow-sm {
        --tw-shadow:0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a)
    }

    .shadow-sm, .shadow-xl {
        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)
    }

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

    .shadow-slate-200 {
        --tw-shadow-color:oklch(92.9% .013 255.508)
    }

    @supports (color: color-mix(in lab, red, red)) {
        .shadow-slate-200 {
            --tw-shadow-color:color-mix(in oklab, var(--color-slate-200)var(--tw-shadow-alpha), transparent)
        }
    }

    .shadow-slate-200\/80 {
        --tw-shadow-color:#e2e8f0cc
    }

    @supports (color: color-mix(in lab, red, red)) {
        .shadow-slate-200\/80 {
            --tw-shadow-color:color-mix(in oklab, color-mix(in oklab, var(--color-slate-200)80%, transparent)var(--tw-shadow-alpha), transparent)
        }
    }

    .ring-black\/10 {
        --tw-ring-color:#0000001a
    }

    @supports (color: color-mix(in lab, red, red)) {
        .ring-black\/10 {
            --tw-ring-color:color-mix(in oklab, var(--color-black)10%, transparent)
        }
    }

    .ring-slate-900\/5 {
        --tw-ring-color:#0f172b0d
    }

    @supports (color: color-mix(in lab, red, red)) {
        .ring-slate-900\/5 {
            --tw-ring-color:color-mix(in oklab, var(--color-slate-900)5%, transparent)
        }
    }

    .backdrop-blur-xs {
        --tw-backdrop-blur: blur(var(--blur-xs));
        -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,)
    }

    .prose-slate {
        --tw-prose-body: oklch(37.2% .044 257.287);
        --tw-prose-headings: oklch(20.8% .042 265.755);
        --tw-prose-lead: oklch(44.6% .043 257.281);
        --tw-prose-links: oklch(20.8% .042 265.755);
        --tw-prose-bold: oklch(20.8% .042 265.755);
        --tw-prose-counters: oklch(55.4% .046 257.417);
        --tw-prose-bullets: oklch(86.9% .022 252.894);
        --tw-prose-hr: oklch(92.9% .013 255.508);
        --tw-prose-quotes: oklch(20.8% .042 265.755);
        --tw-prose-quote-borders: oklch(92.9% .013 255.508);
        --tw-prose-captions: oklch(55.4% .046 257.417);
        --tw-prose-kbd: oklch(20.8% .042 265.755);
        --tw-prose-kbd-shadows: NaN NaN NaN;
        --tw-prose-code: oklch(20.8% .042 265.755);
        --tw-prose-pre-code: oklch(92.9% .013 255.508);
        --tw-prose-pre-bg: oklch(27.9% .041 260.031);
        --tw-prose-th-borders: oklch(86.9% .022 252.894);
        --tw-prose-td-borders: oklch(92.9% .013 255.508);
        --tw-prose-invert-body: oklch(86.9% .022 252.894);
        --tw-prose-invert-headings: #fff;
        --tw-prose-invert-lead: oklch(70.4% .04 256.788);
        --tw-prose-invert-links: #fff;
        --tw-prose-invert-bold: #fff;
        --tw-prose-invert-counters: oklch(70.4% .04 256.788);
        --tw-prose-invert-bullets: oklch(44.6% .043 257.281);
        --tw-prose-invert-hr: oklch(37.2% .044 257.287);
        --tw-prose-invert-quotes: oklch(96.8% .007 247.896);
        --tw-prose-invert-quote-borders: oklch(37.2% .044 257.287);
        --tw-prose-invert-captions: oklch(70.4% .04 256.788);
        --tw-prose-invert-kbd: #fff;
        --tw-prose-invert-kbd-shadows: 255 255 255;
        --tw-prose-invert-code: #fff;
        --tw-prose-invert-pre-code: oklch(86.9% .022 252.894);
        --tw-prose-invert-pre-bg: #00000080;
        --tw-prose-invert-th-borders: oklch(44.6% .043 257.281);
        --tw-prose-invert-td-borders:oklch(37.2% .044 257.287)
    }

    .ring-inset {
        --tw-ring-inset:inset
    }

    @media (hover: hover) {
        .group-hover\:fill-slate-600:is(:where(.group):hover *) {
            fill:var(--color-slate-600)
        }

        .group-hover\:fill-slate-700:is(:where(.group):hover *) {
            fill:var(--color-slate-700)
        }

        .group-hover\:stroke-slate-700:is(:where(.group):hover *) {
            stroke:var(--color-slate-700)
        }
    }

    .group-active\:fill-white\/80:is(:where(.group):active *) {
        fill:#fffc
    }

    @supports (color: color-mix(in lab, red, red)) {
        .group-active\:fill-white\/80:is(:where(.group):active *) {
            fill:color-mix(in oklab, var(--color-white)80%, transparent)
        }
    }

    @media (hover: hover) {
        .hover\:bg-slate-100:hover {
            background-color:var(--color-slate-100)
        }

        .hover\:bg-slate-900:hover {
            background-color:var(--color-slate-900)
        }

        .hover\:text-pink-700:hover {
            color:var(--color-pink-700)
        }

        .hover\:text-slate-700:hover {
            color:var(--color-slate-700)
        }
    }

    .focus\:ring-2:focus {
        --tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color, currentcolor)
    }

    .focus\:ring-2:focus, .focus\:ring-3:focus {
        box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }

    .focus\:ring-3:focus {
        --tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(3px + var(--tw-ring-offset-width))var(--tw-ring-color, currentcolor)
    }

    .focus\:ring-slate-400:focus {
        --tw-ring-color:var(--color-slate-400)
    }

    .focus\:ring-slate-700:focus {
        --tw-ring-color:var(--color-slate-700)
    }

    .focus\:ring-offset-2:focus {
        --tw-ring-offset-width: 2px;
        --tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)
    }

    .focus\:ring-offset-4:focus {
        --tw-ring-offset-width: 4px;
        --tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)
    }

    .focus\:outline-hidden:focus {
        --tw-outline-style: none;
        outline-style:none
    }

    @media (forced-colors: active) {
        .focus\:outline-hidden:focus {
            outline-offset: 2px;
            outline:2px solid #0000
        }
    }

    .active\:text-pink-900:active {
        color:var(--color-pink-900)
    }

    @media (min-width: 40rem) {
        .sm\:mt-4 {
            margin-top:calc(var(--spacing) * 4)
        }

        .sm\:ml-3 {
            margin-left:calc(var(--spacing) * 3)
        }

        .sm\:block {
            display:block
        }

        .sm\:w-64 {
            width:calc(var(--spacing) * 64)
        }

        .sm\:gap-8 {
            gap:calc(var(--spacing) * 8)
        }

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

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

        .sm\:py-12 {
            padding-block:calc(var(--spacing) * 12)
        }

        .sm\:py-16 {
            padding-block:calc(var(--spacing) * 16)
        }

        .sm\:pb-4 {
            padding-bottom:calc(var(--spacing) * 4)
        }

        .sm\:pb-32 {
            padding-bottom:calc(var(--spacing) * 32)
        }
    }

    @media (min-width: 48rem) {
        .md\:relative {
            position:relative
        }

        .md\:order-none {
            order:0
        }

        .md\:block {
            display:block
        }

        .md\:flex {
            display:flex
        }

        .md\:hidden {
            display:none
        }

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

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

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

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

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

        .md\:rounded-full {
            border-radius:3.40282e + 38px
        }

        .md\:rounded-l-xl {
            border-top-left-radius: var(--radius-xl);
            border-bottom-left-radius:var(--radius-xl)
        }

        .md\:rounded-r-md {
            border-top-right-radius: var(--radius-md);
            border-bottom-right-radius:var(--radius-md)
        }

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

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

        .md\:text-left {
            text-align:left
        }
    }

    @media (min-width: 64rem) {
        .lg\:not-sr-only {
            clip: auto;
            white-space: normal;
            width: auto;
            height: auto;
            margin: 0;
            padding: 0;
            position: static;
            overflow:visible
        }

        .lg\:fixed {
            position:fixed
        }

        .lg\:relative {
            position:relative
        }

        .lg\:sticky {
            position:sticky
        }

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

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

        .lg\:left-0 {
            left:calc(var(--spacing) * 0)
        }

        .lg\:left-112 {
            left:calc(var(--spacing) * 112)
        }

        .lg\:mt-8 {
            margin-top:calc(var(--spacing) * 8)
        }

        .lg\:mt-12 {
            margin-top:calc(var(--spacing) * 12)
        }

        .lg\:mb-28 {
            margin-bottom:calc(var(--spacing) * 28)
        }

        .lg\:ml-112 {
            margin-left:calc(var(--spacing) * 112)
        }

        .lg\:line-clamp-4 {
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            overflow:hidden
        }

        .lg\:block {
            display:block
        }

        .lg\:flex {
            display:flex
        }

        .lg\:hidden {
            display:none
        }

        .lg\:inline-block {
            display:inline-block
        }

        .lg\:min-h-full {
            min-height:100%
        }

        .lg\:w-16 {
            width:calc(var(--spacing) * 16)
        }

        .lg\:w-auto {
            width:auto
        }

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

        .lg\:max-w-4xl {
            max-width:var(--container-4xl)
        }

        .lg\:flex-auto {
            flex:auto
        }

        .lg\:flex-none {
            flex:none
        }

        .lg\:flex-col {
            flex-direction:column
        }

        .lg\:items-center {
            align-items:center
        }

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

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

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

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

        .lg\:border-x {
            border-inline-style: var(--tw-border-style);
            border-inline-width:1px
        }

        .lg\:border-t {
            border-top-style: var(--tw-border-style);
            border-top-width:1px
        }

        .lg\:border-t-0 {
            border-top-style: var(--tw-border-style);
            border-top-width:0
        }

        .lg\:border-slate-100 {
            border-color:var(--color-slate-100)
        }

        .lg\:border-slate-200 {
            border-color:var(--color-slate-200)
        }

        .lg\:px-0 {
            padding-inline:calc(var(--spacing) * 0)
        }

        .lg\:px-8 {
            padding-inline:calc(var(--spacing) * 8)
        }

        .lg\:px-12 {
            padding-inline:calc(var(--spacing) * 12)
        }

        .lg\:py-12 {
            padding-block:calc(var(--spacing) * 12)
        }

        .lg\:py-36 {
            padding-block:calc(var(--spacing) * 36)
        }

        .lg\:pt-12 {
            padding-top:calc(var(--spacing) * 12)
        }

        .lg\:text-left {
            text-align:left
        }

        .lg\:text-sm\/7 {
            font-size: var(--text-sm);
            line-height:calc(var(--spacing) * 7)
        }

        .lg\:whitespace-nowrap {
            white-space:nowrap
        }

        .lg\:\[writing-mode\:vertical-rl\] {
            writing-mode:vertical-rl
        }
    }

    @media (min-width: 80rem) {
        .xl\:left-120 {
            left:calc(var(--spacing) * 120)
        }

        .xl\:ml-120 {
            margin-left:calc(var(--spacing) * 120)
        }

        .xl\:w-120 {
            width:calc(var(--spacing) * 120)
        }

        .xl\:px-12 {
            padding-inline:calc(var(--spacing) * 12)
        }
    }

    .\[\&\ > h2\]\:mt-12 > h2 {
        margin-top:calc(var(--spacing) * 12)
    }

    .\[\&\ > h2\]\:flex > h2 {
        display:flex
    }

    .\[\&\ > h2\]\:items-center > h2 {
        align-items:center
    }

    .\[\&\ > h2\]\:font-mono > h2 {
        font-family:var(--font-mono)
    }

    .\[\&\ > h2\]\:text-sm\/7 > h2 {
        font-size: var(--text-sm);
        line-height:calc(var(--spacing) * 7)
    }

    .\[\&\ > h2\]\:font-medium > h2 {
        --tw-font-weight: var(--font-weight-medium);
        font-weight:var(--font-weight-medium)
    }

    .\[\&\ > h2\]\:text-slate-900 > h2 {
        color:var(--color-slate-900)
    }

    .\[\&\ > h2\]\:before\:mr-3 > h2:before {
        content: var(--tw-content);
        margin-right:calc(var(--spacing) * 3)
    }

    .\[\&\ > h2\]\:before\:h-3 > h2:before {
        content: var(--tw-content);
        height:calc(var(--spacing) * 3)
    }

    .\[\&\ > h2\]\:before\:w-1\.5 > h2:before {
        content: var(--tw-content);
        width:calc(var(--spacing) * 1.5)
    }

    .\[\&\ > h2\]\:before\:rounded-r-full > h2:before {
        content: var(--tw-content);
        border-top-right-radius: 3.40282e + 38px;
        border-bottom-right-radius:3.40282e + 38px
    }

    .\[\&\ > h2\]\:before\:bg-cyan-200 > h2:before {
        content: var(--tw-content);
        background-color:var(--color-cyan-200)
    }

    .\[\&\ > h2\:nth-of-type\(3n\)\]\:before\:bg-violet-200 > h2:nth-of-type(3n):before {
        content: var(--tw-content);
        background-color:var(--color-violet-200)
    }

    .\[\&\ > h2\:nth-of-type\(3n\ + 2\)\]\:before\:bg-indigo-200 > h2:nth-of-type(3n + 2):before {
        content: var(--tw-content);
        background-color:var(--color-indigo-200)
    }

    .\[\&\ > ul\]\:mt-6 > ul {
        margin-top: calc(var(--spacing) * 6)
    }

    .\[\&\ > ul\]\:list-\[\\\2013\\20\\] > ul {
        list-style-type: "– "
    }

    .\[\&\ > ul\]\:pl-5 > ul {
        padding-left:calc(var(--spacing) * 5)
    }
}

@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-divide-y-reverse {
    syntax: "*";
    inherits: false;
    initial-value:0
}

@property --tw-border-style {
    syntax: "*";
    inherits: false;
    initial-value:solid
}

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

@property --tw-gradient-from {
    syntax: "<color>";
    inherits: false;
    initial-value:#0000
}

@property --tw-gradient-via {
    syntax: "<color>";
    inherits: false;
    initial-value:#0000
}

@property --tw-gradient-to {
    syntax: "<color>";
    inherits: false;
    initial-value:#0000
}

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

@property --tw-gradient-via-stops {
    syntax: "*";
    inherits:false
}

@property --tw-gradient-from-position {
    syntax: "<length-percentage>";
    inherits: false;
    initial-value:0
}

@property --tw-gradient-via-position {
    syntax: "<length-percentage>";
    inherits: false;
    initial-value:50%
}

@property --tw-gradient-to-position {
    syntax: "<length-percentage>";
    inherits: false;
    initial-value:100%
}

@property --tw-font-weight {
    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-content {
    syntax: "*";
    inherits: false;
    initial-value: ""
}
