/*! tailwindcss v4.3.0 | 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-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-blur: initial;
            --tw-brightness: initial;
            --tw-contrast: initial;
            --tw-grayscale: initial;
            --tw-hue-rotate: initial;
            --tw-invert: initial;
            --tw-opacity: initial;
            --tw-saturate: initial;
            --tw-sepia: initial;
            --tw-drop-shadow: initial;
            --tw-drop-shadow-color: initial;
            --tw-drop-shadow-alpha: 100%;
            --tw-drop-shadow-size: initial;
            --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 {
        --font-sans: "Inter", system-ui, -apple-system, sans-serif;
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        --color-white: #fff;
        --spacing: 0.25rem;
        --text-xs: 0.75rem;
        --text-xs--line-height: calc(1 / 0.75);
        --font-weight-medium: 500;
        --font-weight-semibold: 600;
        --font-weight-bold: 700;
        --font-weight-extrabold: 800;
        --font-weight-black: 900;
        --radius-2xl: 1rem;
        --ease-out: cubic-bezier(0, 0, 0.2, 1);
        --default-transition-duration: 0.15s;
        --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono);
        --color-card: #fff;
        --color-accent: #0284c7;
        --color-cta-from: #2563eb;
        --color-cta-to: #1d4ed8;
        --color-ink: #0f172a;
        --color-muted: #475569;
        --color-line: #eef2f7;
        --color-chip: #eff6ff;
    }
}
@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%;
        -moz-tab-size: 4;
        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,
    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: -0.25em;
    }
    sup {
        top: -0.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"]) {
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button;
    }
    ::file-selector-button {
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button;
    }
    ::-webkit-inner-spin-button {
        height: auto;
    }
    ::-webkit-outer-spin-button {
        height: auto;
    }
    [hidden]:where(:not([hidden="until-found"])) {
        display: none !important;
    }
    html,
    body {
        height: 100%;
        overflow-x: hidden;
    }
    body {
        font-family: var(--font-sans);
        color: var(--color-ink);
        overscroll-behavior-y: none;
        -webkit-tap-highlight-color: transparent;
        background-color: #0a2a5e;
        min-height: 100svh;
    }
    #statusbar-cap {
        height: env(safe-area-inset-top, 0px);
        z-index: 50;
        pointer-events: none;
        background: #eff6ff;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }
    body:before {
        content: "";
        z-index: -1;
        filter: blur(28px) brightness(0.55) saturate(1.15);
        background: url(../img/bg.webp) 50% / cover no-repeat;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: scale(1.15);
    }
}
@layer components {
    .card-shadow {
        box-shadow:
            0 1px 2px #0f172a0a,
            0 18px 40px -12px #0f172a29,
            0 4px 12px -4px #0284c71a;
    }
    .card-band:before {
        content: "";
        pointer-events: none;
        background: linear-gradient(#f0f9ff, #f0f9ff00);
        height: 152px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    .cta-grad {
        background: linear-gradient(180deg, var(--color-cta-from) 0%, var(--color-cta-to) 100%);
        box-shadow:
            0 10px 22px -6px #2563eb8c,
            inset 0 1px #ffffff40;
    }
    .cta-grad:hover {
        filter: brightness(1.04);
    }
    .prop-trumpet {
        right: clamp(-35px, 180px - 50vw, -16px);
    }
    .cta-grad:active {
        transform: translateY(2px);
        box-shadow:
            0 5px 14px -6px #2563eb8c,
            inset 0 1px #ffffff40;
    }
}
@layer utilities {
    .pointer-events-none {
        pointer-events: none;
    }
    .absolute {
        position: absolute;
    }
    .fixed {
        position: fixed;
    }
    .relative {
        position: relative;
    }
    .static {
        position: static;
    }
    .top-\[-104px\] {
        top: -104px;
    }
    .top-\[22px\] {
        top: 22px;
    }
    .right-\[-14px\] {
        right: -14px;
    }
    .right-\[8px\] {
        right: 8px;
    }
    .right-\[20px\] {
        right: 20px;
    }
    .bottom-0 {
        bottom: calc(var(--spacing) * 0);
    }
    .left-\[-24px\] {
        left: -24px;
    }
    .z-0 {
        z-index: 0;
    }
    .z-10 {
        z-index: 10;
    }
    .z-20 {
        z-index: 20;
    }
    .mx-auto {
        margin-inline: auto;
    }
    .mt-3 {
        margin-top: calc(var(--spacing) * 3);
    }
    .mt-4 {
        margin-top: calc(var(--spacing) * 4);
    }
    .mt-\[3px\] {
        margin-top: 3px;
    }
    .mt-\[14px\] {
        margin-top: 14px;
    }
    .mt-\[22px\] {
        margin-top: 22px;
    }
    .block {
        display: block;
    }
    .flex {
        display: flex;
    }
    .hidden {
        display: none;
    }
    .inline {
        display: inline;
    }
    .inline-flex {
        display: inline-flex;
    }
    .h-1\.5 {
        height: calc(var(--spacing) * 1.5);
    }
    .h-10 {
        height: calc(var(--spacing) * 10);
    }
    .h-12 {
        height: calc(var(--spacing) * 12);
    }
    .h-auto {
        height: auto;
    }
    .min-h-\[100svh\] {
        min-height: 100svh;
    }
    .w-1\.5 {
        width: calc(var(--spacing) * 1.5);
    }
    .w-10 {
        width: calc(var(--spacing) * 10);
    }
    .w-12 {
        width: calc(var(--spacing) * 12);
    }
    .w-\[24\%\] {
        width: 24%;
    }
    .w-\[40\%\] {
        width: 40%;
    }
    .w-\[48\%\] {
        width: 48%;
    }
    .w-\[50\%\] {
        width: 50%;
    }
    .w-\[54px\] {
        width: 54px;
    }
    .w-\[calc\(100\%-2rem\)\] {
        width: calc(100% - 2rem);
    }
    .w-full {
        width: 100%;
    }
    .max-w-\[92px\] {
        max-width: 92px;
    }
    .max-w-\[152px\] {
        max-width: 152px;
    }
    .max-w-\[182px\] {
        max-width: 182px;
    }
    .max-w-\[196px\] {
        max-width: 196px;
    }
    .max-w-\[360px\] {
        max-width: 360px;
    }
    .max-w-\[430px\] {
        max-width: 430px;
    }
    .shrink-0 {
        flex-shrink: 0;
    }
    .translate-y-\[70\%\] {
        --tw-translate-y: 70%;
        translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .translate-y-\[72\%\] {
        --tw-translate-y: 72%;
        translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .translate-y-\[80\%\] {
        --tw-translate-y: 80%;
        translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .transform {
        transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
    }
    .cursor-pointer {
        cursor: pointer;
    }
    .flex-col {
        flex-direction: column;
    }
    .items-center {
        align-items: center;
    }
    .justify-center {
        justify-content: center;
    }
    .gap-\[7px\] {
        gap: 7px;
    }
    .gap-\[11px\] {
        gap: 11px;
    }
    .gap-\[14px\] {
        gap: 14px;
    }
    .overflow-hidden {
        overflow: hidden;
    }
    .rounded-2xl {
        border-radius: var(--radius-2xl);
    }
    .rounded-\[18px\] {
        border-radius: 18px;
    }
    .rounded-\[28px\] {
        border-radius: 28px;
    }
    .rounded-full {
        border-radius: 3.40282e38px;
    }
    .border {
        border-style: var(--tw-border-style);
        border-width: 1px;
    }
    .border-0 {
        border-style: var(--tw-border-style);
        border-width: 0;
    }
    .border-line {
        border-color: var(--color-line);
    }
    .bg-\[\#fcfdfe\] {
        background-color: #fcfdfe;
    }
    .bg-accent {
        background-color: var(--color-accent);
    }
    .bg-card {
        background-color: var(--color-card);
    }
    .bg-chip {
        background-color: var(--color-chip);
    }
    .bg-white\/95 {
        background-color: #fffffff2;
    }
    @supports (color: color-mix(in lab, red, red)) {
        .bg-white\/95 {
            background-color: color-mix(in oklab, var(--color-white) 95%, transparent);
        }
    }
    .bg-\[url\(\'\/img\/bg\.webp\'\)\] {
        background-image: url(../img/bg.webp);
    }
    .bg-cover {
        background-size: cover;
    }
    .bg-top {
        background-position: top;
    }
    .bg-no-repeat {
        background-repeat: no-repeat;
    }
    .object-contain {
        object-fit: contain;
    }
    .px-4 {
        padding-inline: calc(var(--spacing) * 4);
    }
    .px-5 {
        padding-inline: calc(var(--spacing) * 5);
    }
    .px-6 {
        padding-inline: calc(var(--spacing) * 6);
    }
    .px-\[13px\] {
        padding-inline: 13px;
    }
    .py-1\.5 {
        padding-block: calc(var(--spacing) * 1.5);
    }
    .py-\[7px\] {
        padding-block: 7px;
    }
    .py-\[14px\] {
        padding-block: 14px;
    }
    .py-\[18px\] {
        padding-block: 18px;
    }
    .pt-\[26px\] {
        padding-top: 26px;
    }
    .pt-\[max\(env\(safe-area-inset-top\)\,12px\)\] {
        padding-top: max(env(safe-area-inset-top), 12px);
    }
    .pb-\[22px\] {
        padding-bottom: 22px;
    }
    .pb-\[max\(env\(safe-area-inset-bottom\)\,12px\)\] {
        padding-bottom: max(env(safe-area-inset-bottom), 12px);
    }
    .text-center {
        text-align: center;
    }
    .text-xs {
        font-size: var(--text-xs);
        line-height: var(--tw-leading, var(--text-xs--line-height));
    }
    .text-\[11\.5px\] {
        font-size: 11.5px;
    }
    .text-\[14\.5px\] {
        font-size: 14.5px;
    }
    .text-\[15px\] {
        font-size: 15px;
    }
    .text-\[16\.5px\] {
        font-size: 16.5px;
    }
    .text-\[31px\] {
        font-size: 31px;
    }
    .leading-\[1\.4\] {
        --tw-leading: 1.4;
        line-height: 1.4;
    }
    .leading-\[1\.08\] {
        --tw-leading: 1.08;
        line-height: 1.08;
    }
    .leading-\[1\.45\] {
        --tw-leading: 1.45;
        line-height: 1.45;
    }
    .font-black {
        --tw-font-weight: var(--font-weight-black);
        font-weight: var(--font-weight-black);
    }
    .font-bold {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
    }
    .font-extrabold {
        --tw-font-weight: var(--font-weight-extrabold);
        font-weight: var(--font-weight-extrabold);
    }
    .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-\[-0\.02em\] {
        --tw-tracking: -0.02em;
        letter-spacing: -0.02em;
    }
    .tracking-\[0\.01em\] {
        --tw-tracking: 0.01em;
        letter-spacing: 0.01em;
    }
    .tracking-\[0\.04em\] {
        --tw-tracking: 0.04em;
        letter-spacing: 0.04em;
    }
    .tracking-\[0\.06em\] {
        --tw-tracking: 0.06em;
        letter-spacing: 0.06em;
    }
    .\[text-wrap\:nowrap\] {
        text-wrap: nowrap;
    }
    .text-pretty {
        text-wrap: pretty;
    }
    .text-wrap {
        text-wrap: wrap;
    }
    .whitespace-nowrap {
        white-space: nowrap;
    }
    .text-\[\#94a3b8\] {
        color: #94a3b8;
    }
    .text-\[\#64748b\] {
        color: #64748b;
    }
    .text-accent {
        color: var(--color-accent);
    }
    .text-cta-to {
        color: var(--color-cta-to);
    }
    .text-ink {
        color: var(--color-ink);
    }
    .text-muted {
        color: var(--color-muted);
    }
    .text-white {
        color: var(--color-white);
    }
    .uppercase {
        text-transform: uppercase;
    }
    .italic {
        font-style: italic;
    }
    .not-italic {
        font-style: normal;
    }
    .shadow-\[0_0_0_3px_rgba\(2\,132\,199\,0\.16\)\] {
        --tw-shadow: 0 0 0 3px var(--tw-shadow-color, #0284c729);
        box-shadow:
            var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow);
    }
    .shadow-\[0_0_80px_rgba\(3\,20\,55\,0\.55\)\] {
        --tw-shadow: 0 0 80px var(--tw-shadow-color, #0314378c);
        box-shadow:
            var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow);
    }
    .blur {
        --tw-blur: blur(8px);
        filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,)
            var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
    }
    .drop-shadow-\[0_12px_26px_rgba\(0\,0\,0\,0\.40\)\] {
        --tw-drop-shadow-size: drop-shadow(0 12px 26px var(--tw-drop-shadow-color, #0006));
        --tw-drop-shadow: var(--tw-drop-shadow-size);
        filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,)
            var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
    }
    .drop-shadow-\[0_14px_22px_rgba\(0\,0\,0\,0\.45\)\] {
        --tw-drop-shadow-size: drop-shadow(0 14px 22px var(--tw-drop-shadow-color, #00000073));
        --tw-drop-shadow: var(--tw-drop-shadow-size);
        filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,)
            var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
    }
    .filter {
        filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,)
            var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
    }
    .backdrop-blur-\[2px\] {
        --tw-backdrop-blur: blur(2px);
        -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-\[transform\,box-shadow\,filter\] {
        transition-property: transform, box-shadow, filter;
        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-150 {
        --tw-duration: 0.15s;
        transition-duration: 0.15s;
    }
    .duration-200 {
        --tw-duration: 0.2s;
        transition-duration: 0.2s;
    }
    .ease-out {
        --tw-ease: var(--ease-out);
        transition-timing-function: var(--ease-out);
    }
    .select-none {
        -webkit-user-select: none;
        user-select: none;
    }
    .group-active\:translate-x-1:is(:where(.group):active *) {
        --tw-translate-x: calc(var(--spacing) * 1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .\[\&\+\&\]\:border-t + .\[\&\+\&\]\:border-t {
        border-top-style: var(--tw-border-style);
        border-top-width: 1px;
    }
    .\[\&\+\&\]\:border-line + .\[\&\+\&\]\:border-line {
        border-color: var(--color-line);
    }
}
@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-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-blur {
    syntax: "*";
    inherits: false;
}
@property --tw-brightness {
    syntax: "*";
    inherits: false;
}
@property --tw-contrast {
    syntax: "*";
    inherits: false;
}
@property --tw-grayscale {
    syntax: "*";
    inherits: false;
}
@property --tw-hue-rotate {
    syntax: "*";
    inherits: false;
}
@property --tw-invert {
    syntax: "*";
    inherits: false;
}
@property --tw-opacity {
    syntax: "*";
    inherits: false;
}
@property --tw-saturate {
    syntax: "*";
    inherits: false;
}
@property --tw-sepia {
    syntax: "*";
    inherits: false;
}
@property --tw-drop-shadow {
    syntax: "*";
    inherits: false;
}
@property --tw-drop-shadow-color {
    syntax: "*";
    inherits: false;
}
@property --tw-drop-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}
@property --tw-drop-shadow-size {
    syntax: "*";
    inherits: false;
}
@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;
}
