/*! tailwindcss v4.1.13 | 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-space-y-reverse: 0;
            --tw-divide-y-reverse: 0;
            --tw-border-style: solid;
            --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-outline-style: solid;
            --tw-content: "";
            --tw-space-x-reverse: 0
        }
    }
}

@layer theme {

    :root,
    :host {
        --font-sans: InterVariable, system-ui, sans-serif;
        --font-sans--font-feature-settings: "cv02", "cv03", "cv04", "cv11"
    }
}

@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(--font-sans, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
        font-feature-settings: var(--font-sans--font-feature-settings);
        font-variation-settings: initial;
        -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-feature-settings: initial;
        font-variation-settings: initial;
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
        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 {
    .acbm {
        pointer-events: none
    }

    .acbn {
        visibility: hidden
    }

    .acbo {
        clip-path: inset(50%);
        white-space: nowrap;
        border-width: 0;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        position: absolute;
        overflow: hidden
    }

    .acbp {
        position: absolute
    }

    .acbq {
        position: relative
    }

    .acbr {
        inset: 0
    }

    .acbs {
        grid-column: span 3/span 3
    }

    .acbt {
        grid-column: span 4/span 4
    }

    .acbu {
        grid-column-start: 1
    }

    .acbv {
        grid-row-start: 1
    }

    .acbw {
        margin: -.625rem
    }

    .acbx {
        margin-inline: auto
    }

    .acby {
        margin-top: .25rem
    }

    .acbz {
        margin-top: .5rem
    }

    .acca {
        margin-top: 1rem
    }

    .accb {
        margin-top: 1.5rem
    }

    .accc {
        margin-top: 2.5rem
    }

    .accd {
        margin-right: .5rem
    }

    .acce {
        margin-left: .75rem
    }

    .accf {
        margin-left: 1rem
    }

    .accg {
        margin-left: 1.5rem
    }

    .acch {
        display: block
    }

    .acci {
        display: flex
    }

    .accj {
        display: flow-root
    }

    .acck {
        display: grid
    }

    .accl {
        width: 1rem;
        height: 1rem
    }

    .accm {
        width: 1.25rem;
        height: 1.25rem
    }

    .accn {
        width: 5rem
    }

    .acco {
        width: 100%
    }

    .accp {
        max-width: 42rem
    }

    .accq {
        min-width: 0
    }

    .accr {
        flex: 1
    }

    .accs {
        flex-shrink: 0
    }

    .acct {
        appearance: none
    }

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

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

    .accw {
        flex-direction: column
    }

    .accx {
        align-items: center
    }

    .accy {
        align-items: flex-end
    }

    .accz {
        justify-content: space-between
    }

    .acda {
        justify-content: center
    }

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

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

    .acdd {
        column-gap: 1rem
    }

    .acde {
        row-gap: 1.5rem
    }

    :where(.acdf>: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(.acdg>:not(:last-child)) {
        border-color: oklch(92.8% .006 264.531)
    }

    .acdh {
        align-self: center
    }

    .acdi {
        justify-self: flex-end
    }

    .acdj {
        border-radius: 3.40282e38px
    }

    .acdk {
        border-radius: .5rem
    }

    .acdl {
        border-radius: .375rem
    }

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

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

    .acdo {
        border-color: oklch(92.8% .006 264.531)
    }

    .acdp {
        border-color: oklch(87.2% .01 258.338)
    }

    .acdq {
        border-color: #0000
    }

    .acdr {
        background-color: oklch(98.5% .002 247.839)
    }

    .acds {
        background-color: oklch(51.1% .262 276.966)
    }

    .acdt {
        background-color: #fff
    }

    .acdu {
        padding: .625rem
    }

    .acdv {
        padding: 1rem
    }

    .acdw {
        padding-inline: .75rem
    }

    .acdx {
        padding-inline: 1rem
    }

    .acdy {
        padding-block: .5rem
    }

    .acdz {
        padding-block: .75rem
    }

    .acea {
        padding-block: 1.5rem
    }

    .aceb {
        padding-top: .5rem
    }

    .acec {
        padding-top: 1.5rem
    }

    .aced {
        padding-top: 2.5rem
    }

    .acee {
        padding-top: 4rem
    }

    .acef {
        padding-right: 2rem
    }

    .aceg {
        padding-bottom: 6rem
    }

    .aceh {
        padding-left: .75rem
    }

    .acei {
        font-size: 1rem;
        line-height: var(--tw-leading, calc(1.5/1))
    }

    .acej {
        font-size: 1.125rem;
        line-height: var(--tw-leading, calc(1.75/1.125))
    }

    .acek {
        font-size: .875rem;
        line-height: var(--tw-leading, calc(1.25/.875))
    }

    .acel {
        font-size: .875rem;
        line-height: 1.5rem
    }

    .acem {
        --tw-font-weight: 500;
        font-weight: 500
    }

    .acen {
        color: oklch(70.7% .022 261.325)
    }

    .aceo {
        color: oklch(55.1% .027 264.364)
    }

    .acep {
        color: oklch(37.3% .034 259.733)
    }

    .aceq {
        color: oklch(21% .034 264.665)
    }

    .acer {
        color: oklch(51.1% .262 276.966)
    }

    .aces {
        color: #fff
    }

    .acet {
        --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, #0000000d);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }

    .aceu {
        outline-style: var(--tw-outline-style);
        outline-width: 1px
    }

    .acev {
        outline-offset: calc(1px*-1)
    }

    .acew {
        outline-color: oklch(87.2% .01 258.338)
    }

    .acex:is(:where(.acey):has(:checked) *) {
        visibility: visible
    }

    .acez::placeholder {
        color: oklch(70.7% .022 261.325)
    }

    .acfa:before {
        content: var(--tw-content);
        position: absolute
    }

    .acfb:before {
        content: var(--tw-content);
        inset: .25rem
    }

    .acfc:before {
        content: var(--tw-content);
        border-radius: 3.40282e38px
    }

    .acfd:before {
        content: var(--tw-content);
        background-color: #fff
    }

    .acfe:not(:checked):before {
        content: var(--tw-content);
        display: none
    }

    .acff:checked {
        border-color: oklch(51.1% .262 276.966)
    }

    .acfg:checked {
        background-color: oklch(51.1% .262 276.966)
    }

    @media (hover:hover) {
        .acfh:hover {
            background-color: oklch(45.7% .24 277.023)
        }

        .acfi:hover {
            color: oklch(55.1% .027 264.364)
        }

        .acfj:hover {
            color: oklch(27.8% .033 256.848)
        }
    }

    .acfk:focus {
        --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)
    }

    .acfl:focus {
        --tw-ring-color: oklch(58.5% .233 277.117)
    }

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

    .acfn:focus {
        --tw-ring-offset-color: oklch(98.5% .002 247.839)
    }

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

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

    .acfp:focus {
        outline-style: var(--tw-outline-style);
        outline-width: 2px
    }

    .acfq:focus {
        outline-offset: calc(2px*-1)
    }

    .acfr:focus {
        outline-color: oklch(51.1% .262 276.966)
    }

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

    .acft:focus-visible {
        outline-style: var(--tw-outline-style);
        outline-width: 2px
    }

    .acfu:focus-visible {
        outline-offset: 2px
    }

    .acfv:focus-visible {
        outline-color: oklch(51.1% .262 276.966)
    }

    .acfw:disabled {
        border-color: oklch(87.2% .01 258.338)
    }

    .acfx:disabled {
        background-color: oklch(96.7% .003 264.542)
    }

    .acfy:disabled:before {
        content: var(--tw-content);
        background-color: oklch(70.7% .022 261.325)
    }

    .acfz:has(:checked) {
        outline-style: var(--tw-outline-style);
        outline-width: 2px
    }

    .acga:has(:checked) {
        outline-offset: calc(2px*-1)
    }

    .acgb:has(:checked) {
        outline-color: oklch(51.1% .262 276.966)
    }

    .acgc:has(:focus-visible) {
        outline-style: var(--tw-outline-style);
        outline-width: 3px
    }

    .acgd:has(:focus-visible) {
        outline-offset: calc(1px*-1)
    }

    .acge:has(:disabled) {
        border-color: oklch(70.7% .022 261.325)
    }

    .acgf:has(:disabled) {
        background-color: oklch(92.8% .006 264.531)
    }

    .acgg:has(:disabled) {
        opacity: .25
    }

    @media (min-width:40rem) {
        .acgh {
            grid-column: span 2/span 2
        }

        .acgi {
            display: flex
        }

        .acgj {
            width: 1rem;
            height: 1rem
        }

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

        .acgl {
            align-items: center
        }

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

        .acgn {
            column-gap: 1rem
        }

        :where(.acgo>:not(:last-child)) {
            --tw-space-x-reverse: 0;
            margin-inline-start: calc(calc(.25rem*10)*var(--tw-space-x-reverse));
            margin-inline-end: calc(calc(.25rem*10)*calc(1 - var(--tw-space-x-reverse)))
        }

        .acgp {
            padding-inline: 1.5rem
        }

        .acgq {
            font-size: .875rem;
            line-height: 1.5rem
        }
    }

    @media (min-width:64rem) {
        .acgr {
            margin-top: 0
        }

        .acgs {
            display: grid
        }

        .acgt {
            max-width: 80rem
        }

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

        .acgv {
            column-gap: 3rem
        }

        .acgw {
            padding-inline: 2rem
        }
    }

    @media (min-width:80rem) {
        .acgx {
            column-gap: 4rem
        }
    }

    @media (forced-colors:active) {
        .acgy {
            appearance: auto
        }

        .acgz:before {
            content: var(--tw-content);
            display: none
        }
    }
}

@property --tw-space-y-reverse {
    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-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-outline-style {
    syntax: "*";
    inherits: false;
    initial-value: solid
}

@property --tw-content {
    syntax: "*";
    inherits: false;
    initial-value: ""
}

@property --tw-space-x-reverse {
    syntax: "*";
    inherits: false;
    initial-value: 0
}

/* notifiaction */

/*! tailwindcss v4.1.13 | 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-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-outline-style: solid;
            --tw-duration: initial;
            --tw-ease: initial
        }
    }
}

@layer theme {

    :root,
    :host {
        --font-sans: InterVariable, system-ui, sans-serif;
        --font-sans--font-feature-settings: "cv02", "cv03", "cv04", "cv11"
    }
}

@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(--font-sans, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
        font-feature-settings: var(--font-sans--font-feature-settings);
        font-variation-settings: initial;
        -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-feature-settings: initial;
        font-variation-settings: initial;
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
        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 {
    .uzf {
        pointer-events: auto
    }

    .uzg {
        pointer-events: none
    }

    .uzh {
        position: fixed
    }

    .uzi {
        inset: 0
    }

    .uzj {
        margin-top: .25rem
    }

    .uzk {
        margin-left: .75rem
    }

    .uzl {
        display: flex
    }

    .uzm {
        width: 2.5rem;
        height: 2.5rem
    }

    .uzn {
        width: 0
    }

    .uzo {
        width: 100%
    }

    .uzp {
        max-width: 28rem
    }

    .uzq {
        flex: 1
    }

    .uzr {
        flex-shrink: 0
    }

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

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

    .uzu {
        flex-direction: column
    }

    .uzv {
        align-items: center
    }

    .uzw {
        align-items: flex-end
    }

    .uzx {
        align-items: flex-start
    }

    .uzy {
        justify-content: center
    }

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

    .vaa {
        border-radius: 3.40282e38px
    }

    .vab {
        border-radius: .5rem
    }

    .vac {
        border-radius: 0
    }

    .vad {
        border-top-right-radius: .5rem;
        border-bottom-right-radius: .5rem
    }

    .vae {
        border-left-style: var(--tw-border-style);
        border-left-width: 1px
    }

    .vaf {
        border-color: oklch(92.8% .006 264.531)
    }

    .vag {
        border-color: oklab(100% 0 5.96046e-8/.1)
    }

    .vah {
        background-color: oklch(96.7% .003 264.542)
    }

    .vai {
        background-color: oklch(27.8% .033 256.848)
    }

    .vaj {
        background-color: oklch(21% .034 264.665)
    }

    .vak {
        background-color: #fff
    }

    .val {
        padding: 1rem
    }

    .vam {
        padding-inline: 1rem
    }

    .van {
        padding-block: 1.5rem
    }

    .vao {
        padding-top: .125rem
    }

    .vap {
        font-size: .875rem;
        line-height: var(--tw-leading, calc(1.25/.875))
    }

    .vaq {
        --tw-font-weight: 500;
        font-weight: 500
    }

    .var {
        color: oklch(70.7% .022 261.325)
    }

    .vas {
        color: oklch(55.1% .027 264.364)
    }

    .vat {
        color: oklch(21% .034 264.665)
    }

    .vau {
        color: oklch(67.3% .182 276.935)
    }

    .vav {
        color: oklch(51.1% .262 276.966)
    }

    .vaw {
        color: #fff
    }

    .vax {
        color-scheme: dark
    }

    .vay {
        opacity: 1
    }

    .vaz {
        --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px 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)
    }

    .vba,
    .vbb {
        outline-style: var(--tw-outline-style);
        outline-width: 1px
    }

    .vbc {
        outline-offset: calc(1px*-1)
    }

    .vbd {
        outline-color: oklab(0% none none/.05)
    }

    .vbe {
        outline-color: oklab(100% 0 5.96046e-8/.1)
    }

    .vbf {
        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, cubic-bezier(.4, 0, .2, 1));
        transition-duration: var(--tw-duration, .15s)
    }

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

    .vbh {
        --tw-ease: cubic-bezier(0, 0, .2, 1);
        transition-timing-function: cubic-bezier(0, 0, .2, 1)
    }

    @media (hover:hover) {
        .vbi:hover {
            color: oklch(78.5% .115 274.713)
        }

        .vbj:hover {
            color: oklch(58.5% .233 277.117)
        }
    }

    .vbk:focus {
        outline-style: var(--tw-outline-style);
        outline-width: 2px
    }

    .vbl:focus {
        outline-color: oklch(67.3% .182 276.935)
    }

    .vbm:focus {
        outline-color: oklch(58.5% .233 277.117)
    }

    @media (min-width:40rem) {
        .vbn {
            --tw-translate-x: calc(.25rem*0);
            translate: var(--tw-translate-x)var(--tw-translate-y)
        }

        .vbo {
            align-items: flex-end
        }

        .vbp {
            align-items: flex-start
        }

        .vbq {
            padding: 1.5rem
        }
    }

    @media (prefers-color-scheme:dark) {
        .vbr {
            border-color: oklab(100% 0 5.96046e-8/.1)
        }

        .vbs {
            background-color: oklch(27.8% .033 256.848)
        }

        .vbt {
            background-color: oklch(21% .034 264.665)
        }

        .vbu {
            color: oklch(70.7% .022 261.325)
        }

        .vbv {
            color: oklch(67.3% .182 276.935)
        }

        .vbw {
            color: #fff
        }

        .vbx {
            color-scheme: dark
        }

        .vby {
            outline-offset: calc(1px*-1)
        }

        .vbz {
            outline-color: oklab(100% 0 5.96046e-8/.1)
        }

        @media (hover:hover) {
            .vca:hover {
                color: oklch(78.5% .115 274.713)
            }
        }

        .vcb:focus {
            outline-color: oklch(67.3% .182 276.935)
        }
    }

    @starting-style {
        .vcc {
            --tw-translate-y: calc(.25rem*2);
            translate: var(--tw-translate-x)var(--tw-translate-y)
        }
    }

    @starting-style {
        .vcd {
            opacity: 0
        }
    }

    @starting-style {
        @media (min-width:40rem) {
            .vce {
                --tw-translate-x: calc(.25rem*2);
                translate: var(--tw-translate-x)var(--tw-translate-y)
            }
        }
    }

    @starting-style {
        @media (min-width:40rem) {
            .vcf {
                --tw-translate-y: calc(.25rem*0);
                translate: var(--tw-translate-x)var(--tw-translate-y)
            }
        }
    }
}

@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-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-outline-style {
    syntax: "*";
    inherits: false;
    initial-value: solid
}

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

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