@layer theme, base, components, utilities;

@layer theme {

    :root,
    :host {
        --font-sans: 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-primary: #f2842a;
        --color-secondary: #E3A143;
        /*网站默认字体颜色*/
        --color-base: #000;
        --color-black: #000;
        --color-white: #fff;
        --color-purple: #5f3ae0;
        --color-red: #ff0000;
        --color-success: #00875a;
        /* 边框色 */
        --color-grey: #D8D8D8;
        --color-grey-light: #ececec;
        --color-gray-100: #fafafa;
        --spacing: 0.25rem;
        --container-lg: 32rem;
        --container-4xl: 56rem;
        --text-xl: 1.25rem;
        --text-xl--line-height: calc(1.75 / 1.25);
        --text-2xl: 1.5rem;
        --text-2xl--line-height: calc(2 / 1.5);
        --text-3xl: 1.875rem;
        --text-3xl--line-height: calc(2.25 / 1.875);
        --text-4xl: 2.25rem;
        --text-4xl--line-height: calc(2.5 / 2.25);
        --text-6xl: 3rem;
        --text-6xl--line-height: calc(3.5 / 3);
        --text-8xl: 4rem;
        --text-8xl--line-height: calc(4.5 / 4);
        --tracking-widest: 0.1em;
        --font-weight-bold: 700;
        --radius-sm: 0.125rem;
        --radius: 0.25rem;
        --radius-md: 0.375rem;
        --radius-lg: 0.5rem;
        --default-transition-duration: 150ms;
        --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        --default-font-family: var(--font-sans);
        --default-font-feature-settings: var(--font-sans--font-feature-settings);
        --default-font-variation-settings: var(--font-sans--font-variation-settings);
        --default-mono-font-family: var(--font-mono);
        --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
        --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
    }
}

@layer base {

    *,
    ::after,
    ::before,
    ::backdrop,
    ::file-selector-button {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        border: 0 solid;
    }

    html,
    :host {
        line-height: 1.5;
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        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;
    }

    body {
        line-height: inherit;
        color: var(--text-base);
    }

    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 {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }

    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 {
        display: block;
        vertical-align: middle;
    }

    img,
    video {
        max-width: 100%;
        height: auto;
    }

    button,
    input,
    select,
    optgroup,
    textarea,
    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        border-radius: 0;
        background-color: transparent;
        opacity: 1;
    }

    :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;
        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,
    ::-webkit-datetime-edit-month-field,
    ::-webkit-datetime-edit-day-field,
    ::-webkit-datetime-edit-hour-field,
    ::-webkit-datetime-edit-minute-field,
    ::-webkit-datetime-edit-second-field,
    ::-webkit-datetime-edit-millisecond-field,
    ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0;
    }

    :-moz-ui-invalid {
        box-shadow: none;
    }

    button,
    input:where([type='button'], [type='reset'], [type='submit']),
    ::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 utilities {

    /* 字体颜色 */
    .text-red {
        color: var(--color-red);
    }

    .text-success {
        color: var(--color-success);
    }

    .text-primary {
        color: var(--color-primary);
    }

    .\!text-primary {
        color: var(--color-primary) !important;
    }

    .text-\[\#636363\] {
        color: #636363;
    }

    .text-\[\#777777\] {
        color: #777777;
    }

    .text-\[\#131313\] {
        color: #131313;
    }

    .text-\[\#2f2f2f\] {
        color: #2f2f2f;
    }

    .text-\[\#3f3f3f\] {
        color: #3f3f3f;
    }

    .text-\[\#515151\] {
        color: #515151;
    }

    .text-\[\#54595F\] {
        color: #54595F;
    }

    .text-\[\#7a7a7a\] {
        color: #7a7a7a;
    }

    .text-\[\#a7a7a7\] {
        color: #a7a7a7;
    }

    .text-\[\#8c8c8c\] {
        color: #8c8c8c;
    }

    .text-\[\#949494\] {
        color: #949494;
    }

    .text-\[\#dfdfdf\] {
        color: #dfdfdf;
    }

    .text-white {
        color: var(--color-white);
    }

    .text-black {
        color: var(--color-black);
    }

    /* 定位 */
    .absolute {
        position: absolute;
    }

    .relative {
        position: relative;
    }

    .fixed {
        position: fixed;
    }

    .top-0 {
        top: calc(var(--spacing) * 0);
    }

    .top-2 {
        top: calc(var(--spacing) * 2);
    }

    .top-10 {
        top: calc(var(--spacing) * 10);
    }

    .top-12 {
        top: calc(var(--spacing) * 12);
    }

    .top-20 {
        top: calc(var(--spacing) * 20);
    }

    .top-25 {
        top: calc(var(--spacing) * 25);
    }

    .top-30 {
        top: calc(var(--spacing) * 30);
    }

    .top-\[-3px\] {
        top: -3px;
    }

    .top-\[1px\] {
        top: 1px;
    }

    .top-2\/3 {
        top: 66.666%;
    }

    .top-5\/8 {
        top: 62.5%;
    }

    .left-0 {
        left: calc(var(--spacing) * 0);
    }

    .left-10 {
        left: calc(var(--spacing) * 10);
    }

    .left-12 {
        left: calc(var(--spacing) * 12);
    }

    .left-16 {
        left: calc(var(--spacing) * 16);
    }

    .left-20 {
        left: calc(var(--spacing) * 20);
    }

    .left-30 {
        left: calc(var(--spacing) * 30);
    }

    .left-40 {
        left: calc(var(--spacing) * 40);
    }

    .left-32 {
        left: calc(var(--spacing) * 32);
    }

    .\!left-auto {
        left: auto !important;
    }

    .left-\[-1px\] {
        left: -1px;
    }

    .left-\[234px\] {
        left: 234px;
    }

    .left-2\/5 {
        left: 40%;
    }

    .left-3\/7 {
        left: 42.857%;
    }

    .left-1\/2 {
        left: 50%;
    }

    .left-21\/40 {
        left: 52.5%;
    }

    .left-\[300px\] {
        left: 300px;
    }

    .right-0 {
        right: calc(var(--spacing) * 0);
    }

    .right-2 {
        right: calc(var(--spacing) * 2);
    }

    .right-5 {
        right: calc(var(--spacing) * 5);
    }

    .right-10 {
        right: calc(var(--spacing) * 10);
    }

    .right-16 {
        right: calc(var(--spacing) * 16);
    }

    .right-20 {
        right: calc(var(--spacing) * 20);
    }

    .right-40 {
        right: calc(var(--spacing) * 40);
    }

    .bottom-2 {
        bottom: calc(var(--spacing) * 2);
    }

    .bottom-4 {
        bottom: calc(var(--spacing) * 4);
    }

    .bottom-8 {
        bottom: calc(var(--spacing) * 8);
    }

    .bottom-12 {
        bottom: calc(var(--spacing) * 12);
    }

    .bottom-15 {
        bottom: calc(var(--spacing) * 15);
    }

    .bottom-20 {
        bottom: calc(var(--spacing) * 20);
    }

    .bottom-24 {
        bottom: calc(var(--spacing) * 24);
    }

    .bottom-36 {
        bottom: calc(var(--spacing) * 36);
    }

    .bottom-40 {
        bottom: calc(var(--spacing) * 40);
    }

    .bottom-60 {
        bottom: calc(var(--spacing) * 60);
    }

    .\!bottom-\[-6px\] {
        bottom: -6px !important;
    }

    .z-\[0\] {
        z-index: 0;
    }

    .z-\[998\] {
        z-index: 998;
    }

    .z-\[999\] {
        z-index: 999;
    }

    .z-\[1000\] {
        z-index: 1000;
    }

    .z-\[9999\] {
        z-index: 9999;
    }

    /* 宽高 */
    .w-full {
        width: 100%;
    }

    .\!w-auto {
        width: auto !important;
    }

    .w-max {
        width: max-content;
    }

    .h-full {
        height: 100%;
    }

    .h-screen {
        height: 100vh;
    }

    .h-3px {
        height: 3px;
    }

    .h-\[2px\] {
        height: 2px;
    }

    .h-\[3px\] {
        height: 3px;
    }

    .h-0 {
        height: calc(var(--spacing) * 0);
    }

    .h-2 {
        height: calc(var(--spacing) * 2);
    }

    .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-7 {
        height: calc(var(--spacing) * 7);
    }

    .h-8 {
        height: calc(var(--spacing) * 8);
    }

    .h-10 {
        height: calc(var(--spacing) * 10);
    }

    .h-11 {
        height: calc(var(--spacing) * 11);
    }

    .h-12 {
        height: calc(var(--spacing) * 12);
    }

    .h-14 {
        height: calc(var(--spacing) * 14) !important;
    }

    .h-15 {
        height: calc(var(--spacing) * 15);
    }

    .h-16 {
        height: calc(var(--spacing) * 16);
    }

    .h-17 {
        height: calc(var(--spacing) * 17);
    }

    .h-20 {
        height: calc(var(--spacing) * 20);
    }

    .h-22 {
        height: calc(var(--spacing) * 22);
    }

    .h-24 {
        height: calc(var(--spacing) * 24);
    }

    .h-25 {
        height: calc(var(--spacing) * 25);
    }

    .h-29 {
        height: calc(var(--spacing) * 29);
    }

    .h-30 {
        height: calc(var(--spacing) * 30);
    }

    .h-40 {
        height: calc(var(--spacing) * 40);
    }

    .h-45 {
        height: calc(var(--spacing) * 45);
    }

    .h-48 {
        height: calc(var(--spacing) * 48);
    }

    .h-\[150px\] {
        height: 150px;
    }

    .h-\[200px\] {
        height: 200px;
    }

    .h-\[250px\] {
        height: 250px;
    }

    .h-\[300px\] {
        height: 300px;
    }

    .h-\[400px\] {
        height: 400px;
    }

    .h-\[600px\] {
        height: 600px;
    }

    .lg\:h-\[460px\] {
        @media (width >=64rem) {
            height: 460px;
        }
    }

    .lg\:h-\[720px\] {
        @media (width >=64rem) {
            height: 720px;
        }
    }

    .w-1\/4 {
        width: calc(1/4 * 100%);
    }

    .w-1\/3 {
        width: calc(1/3 * 100%);
    }

    .w-5\/12 {
        width: calc(5/12 * 100%);
    }

    .w-1\/2 {
        width: calc(1/2* 100%);
    }

    .w-7\/12 {
        width: calc(7/12 * 100%);
    }

    .w-2\/3 {
        width: calc(2/3* 100%);
    }

    .w-3\/4 {
        width: calc(3/4* 100%);
    }

    .w-2 {
        width: calc(var(--spacing) * 2);
    }

    .w-3 {
        width: calc(var(--spacing) * 3);
    }

    .w-4 {
        width: calc(var(--spacing) * 4);
    }

    .w-5 {
        width: calc(var(--spacing) * 5);
    }

    .w-6 {
        width: calc(var(--spacing) * 6);
    }


    .w-7 {
        width: calc(var(--spacing) * 7);
    }

    .w-8 {
        width: calc(var(--spacing) * 8);
    }

    .w-11 {
        width: calc(var(--spacing) * 11);
    }

    .w-14 {
        width: calc(var(--spacing) * 14) !important;
    }

    .w-15 {
        width: calc(var(--spacing) * 15);
    }

    .w-20 {
        width: calc(var(--spacing) * 20);
    }

    .w-24 {
        width: calc(var(--spacing) * 24);
    }

    .w-28 {
        width: calc(var(--spacing) * 28);
    }

    .w-30 {
        width: calc(var(--spacing) * 30);
    }

    .w-40 {
        width: calc(var(--spacing) * 40);
    }

    .w-48 {
        width: calc(var(--spacing) * 48);
    }

    .w-100 {
        width: calc(var(--spacing) * 100);
    }

    .w-\[calc\(50\%-10px\)\] {
        width: calc(50% - 10px);
    }

    .w-\[234px\] {
        width: 234px;
    }

    .w-\[244px\] {
        width: 244px;
    }

    .w-\[296px\] {
        width: 296px;
    }

    .min-w-5 {
        min-width: calc(var(--spacing) * 5);
    }

    .\!h-max {
        height: max-content !important;
    }

    /* 弹性布局 */
    .flex {
        display: flex;
    }

    .\!flex {
        display: flex !important;
    }

    .inline-flex {
        display: inline-flex;
    }

    .justify-center {
        justify-content: center;
    }

    .justify-between {
        justify-content: space-between;
    }

    .justify-around {
        justify-content: space-around;
    }

    .items-center {
        align-items: center;
    }

    .items-start {
        align-items: flex-start;
    }

    .content-start {
        align-content: flex-start;
    }

    .flex-col {
        flex-direction: column;
    }

    .flex-1 {
        flex: 1;
    }

    .flex-wrap {
        flex-wrap: wrap;
    }

    .flex-shrink-0 {
        flex-shrink: 0;
    }

    .truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    /* 间距 */
    .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-5 {
        margin-top: calc(var(--spacing) * 5);
    }

    .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-15 {
        margin-top: calc(var(--spacing) * 15);
    }

    .mt-18 {
        margin-top: calc(var(--spacing) * 18);
    }

    .mb-2 {
        margin-bottom: calc(var(--spacing) * 2);
    }

    .mb-4 {
        margin-bottom: calc(var(--spacing) * 4);
    }

    .mb-5 {
        margin-bottom: calc(var(--spacing) * 5);
    }

    .mb-10 {
        margin-bottom: calc(var(--spacing) * 10);
    }

    .ml-2 {
        margin-left: calc(var(--spacing) * 2);
    }

    .ml-4 {
        margin-left: calc(var(--spacing) * 4);
    }

    .ml-8 {
        margin-left: calc(var(--spacing) * 8);
    }

    .mr-1 {
        margin-right: calc(var(--spacing) * 1);
    }

    .mr-2 {
        margin-right: calc(var(--spacing) * 2);
    }

    .mr-3 {
        margin-right: calc(var(--spacing) * 3);
    }

    .mx-1 {
        margin-inline: calc(var(--spacing) * 1);
    }

    .p-3 {
        padding: calc(var(--spacing) * 3);
    }

    .p-4 {
        padding: calc(var(--spacing) * 4);
    }

    .p-8 {
        padding: calc(var(--spacing) * 8);
    }

    .px-1 {
        padding-inline: calc(var(--spacing) * 1);
    }

    .px-2 {
        padding-inline: calc(var(--spacing) * 2);
    }

    .px-3 {
        padding-inline: calc(var(--spacing) * 3);
    }

    .px-4 {
        padding-inline: calc(var(--spacing) * 4);
    }

    .px-5 {
        padding-inline: calc(var(--spacing) * 5);
    }

    .px-6 {
        padding-inline: calc(var(--spacing) * 6);
    }

    .px-8 {
        padding-inline: calc(var(--spacing) * 8);
    }

    .px-10 {
        padding-inline: calc(var(--spacing) * 10);
    }

    .px-15 {
        padding-inline: calc(var(--spacing) * 15);
    }

    .py-1 {
        padding-block: calc(var(--spacing) * 1);
    }

    .py-2 {
        padding-block: calc(var(--spacing) * 2);
    }

    .py-3 {
        padding-block: calc(var(--spacing) * 3);
    }

    .py-4 {
        padding-block: calc(var(--spacing) * 4);
    }

    .py-5 {
        padding-block: calc(var(--spacing) * 5);
    }

    .py-6 {
        padding-block: calc(var(--spacing) * 6);
    }

    .py-8 {
        padding-block: calc(var(--spacing) * 8);
    }

    .py-12 {
        padding-block: calc(var(--spacing) * 12);
    }

    .py-15 {
        padding-block: calc(var(--spacing) * 15);
    }

    .pt-6 {
        padding-top: calc(var(--spacing) * 6);
    }

    .pt-12 {
        padding-top: calc(var(--spacing) * 12);
    }

    .pt-15 {
        padding-top: calc(var(--spacing) * 15);
    }

    .pt-20 {
        padding-top: calc(var(--spacing) * 20);
    }

    .pt-25 {
        padding-top: calc(var(--spacing) * 25);
    }

    .pt-40 {
        padding-top: calc(var(--spacing) * 40);
    }

    .pt-\[100\%\] {
        padding-top: 100%;
    }

    .pb-2 {
        padding-bottom: calc(var(--spacing) * 2);
    }

    .pb-4 {
        padding-bottom: calc(var(--spacing) * 4);
    }

    .pb-5 {
        padding-bottom: calc(var(--spacing) * 5);
    }

    .pb-10 {
        padding-bottom: calc(var(--spacing) * 10);
    }

    .pb-15 {
        padding-bottom: calc(var(--spacing) * 15);
    }

    .pl-2 {
        padding-left: calc(var(--spacing) * 2);
    }

    .pl-3 {
        padding-left: calc(var(--spacing) * 3);
    }

    .pl-8 {
        padding-left: calc(var(--spacing) * 8);
    }

    .pl-12 {
        padding-left: calc(var(--spacing) * 12);
    }

    .pl-20 {
        padding-left: calc(var(--spacing) * 20);
    }

    .pr-25 {
        padding-right: calc(var(--spacing) * 25);
    }

    .gap-x-1 {
        column-gap: calc(var(--spacing) * 1);
    }

    .gap-x-2 {
        column-gap: calc(var(--spacing) * 2);
    }

    .gap-x-3 {
        column-gap: calc(var(--spacing) * 3);
    }

    .gap-x-5 {
        column-gap: calc(var(--spacing) * 5);
    }

    .gap-x-6 {
        column-gap: calc(var(--spacing) * 6);
    }

    .gap-x-8 {
        column-gap: calc(var(--spacing) * 8);
    }

    .gap-x-10 {
        column-gap: calc(var(--spacing) * 10);
    }

    .gap-x-15 {
        column-gap: calc(var(--spacing) * 15);
    }

    .gap-x-30 {
        column-gap: calc(var(--spacing) * 30);
    }

    .gap-y-1 {
        row-gap: calc(var(--spacing) * 1);
    }

    .gap-y-2 {
        row-gap: calc(var(--spacing) * 2);
    }

    .gap-y-4 {
        row-gap: calc(var(--spacing) * 4);
    }

    .gap-y-5 {
        row-gap: calc(var(--spacing) * 5);
    }

    .gap-y-6 {
        row-gap: calc(var(--spacing) * 6);
    }

    .gap-y-8 {
        row-gap: calc(var(--spacing) * 8);
    }

    .gap-y-10 {
        row-gap: calc(var(--spacing) * 10);
    }

    .gap-y-15 {
        row-gap: calc(var(--spacing) * 15);
    }

    .gap-4 {
        gap: calc(var(--spacing) * 4);
    }

    .leading-5 {
        --tw-leading: calc(var(--spacing) * 5);
        line-height: calc(var(--spacing) * 5);
    }

    .leading-6 {
        --tw-leading: calc(var(--spacing) * 6);
        line-height: calc(var(--spacing) * 6);
    }

    .leading-7 {
        --tw-leading: calc(var(--spacing) * 7);
        line-height: calc(var(--spacing) * 7);
    }

    .leading-12 {
        --tw-leading: calc(var(--spacing) * 12);
        line-height: calc(var(--spacing) * 12);
    }

    .tracking-widest {
        --tw-tracking: var(--tracking-widest);
        letter-spacing: var(--tracking-widest);
    }

    /* 字体大小 */
    .text-\[8px\] {
        font-size: 8px;
    }

    .text-\[10px\] {
        font-size: 10px;
    }

    .text-\[12px\] {
        font-size: 12px;
    }

    .text-\[14px\] {
        font-size: 14px;
    }

    .text-\[16px\] {
        font-size: 16px;
    }

    .text-\[18px\] {
        font-size: 18px;
    }

    .text-xl {
        font-size: var(--text-xl);
        line-height: var(--tw-leading, var(--text-xl--line-height));
    }

    .text-2xl {
        font-size: var(--text-2xl);
        line-height: var(--tw-leading, var(--text-2xl--line-height));
    }

    .text-3xl {
        font-size: var(--text-3xl);
        line-height: var(--tw-leading, var(--text-3xl--line-height));
    }

    .text-4xl {
        font-size: var(--text-4xl);
        line-height: var(--tw-leading, var(--text-4xl--line-height));
    }

    .text-6xl {
        font-size: var(--text-6xl);
        line-height: var(--tw-leading, var(--text-6xl--line-height));
    }

    .text-8xl {
        font-size: var(--text-8xl);
        line-height: var(--tw-leading, var(--text-8xl--line-height));
    }

    .text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }

    /* 字体粗细 */
    .font-bold {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
    }

    .font-light {
        font-weight: 300;
    }

    /* 背景 */
    .bg-white {
        background-color: var(--color-white);
    }

    .\!bg-white {
        background-color: var(--color-white) !important;
    }

    .bg-black {
        background-color: var(--color-black);
    }

    .bg-grey {
        background-color: var(--color-grey);
    }

    .bg-grey-light {
        background-color: var(--color-grey-light);
    }

    .bg-purple {
        background-color: var(--color-purple);
    }

    .bg-primary {
        background-color: var(--color-primary);
    }

    .bg-secondary {
        background-color: var(--color-secondary);
    }

    .bg-\[\#777777\] {
        background-color: #777777;
    }

    .bg-\[\#b0b0b0\] {
        background-color: #b0b0b0;
    }

    .bg-\[\#e9e6ed\] {
        background-color: #e9e6ed;
    }

    .bg-\[\#e9e9e9\] {
        background-color: #e9e9e9;
    }

    .bg-\[\#efefef\] {
        background-color: #efefef;
    }

    .bg-\[\#f0f0f0\] {
        background-color: #f0f0f0;
    }

    .bg-\[\#f3f3f3\] {
        background-color: #f3f3f3;
    }

    .bg-\[\#f5f5f5\] {
        background-color: #f5f5f5;
    }

    .bg-\[\#f5f7fd\] {
        background-color: #f5f7fd;
    }

    .bg-\[\#f8f8f8\] {
        background-color: #f8f8f8;
    }

    .bg-\[\#656565\] {
        background-color: #656565;
    }

    .bg-\[\#7a2b3a\] {
        background-color: #7a2b3a;
    }

    .bg-black\/50 {
        background-color: color-mix(in srgb, #000 50%, transparent);

        @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
        }
    }

    .bg-white\/50 {
        background-color: color-mix(in srgb, #fff 50%, transparent);

        @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--color-white) 50%, transparent);
        }
    }

    .bg-black\/80 {
        background-color: color-mix(in srgb, #000 80%, transparent);

        @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
        }
    }

    .bg-dark-blue\/95 {
        background-color: rgba(0, 28, 39, 0.95);
    }

    /* 边框 */
    .border {
        border-style: var(--tw-border-style);
        border-width: 1px;
    }

    .border-b {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px;
    }

    .border-b-0 {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 0px;
    }

    .border-r {
        border-right-style: var(--tw-border-style);
        border-right-width: 1px;
    }

    .border-t {
        border-top-style: var(--tw-border-style);
        border-top-width: 1px;
    }

    .border-grey {
        border-color: var(--color-grey);
    }

    .border-grey-light {
        border-color: var(--color-grey-light);
    }

    .border-2 {
        border-style: var(--tw-border-style);
        border-width: 2px;
    }

    .border-3 {
        border-style: var(--tw-border-style);
        border-width: 3px;
    }

    .border-l-4 {
        border-left-style: var(--tw-border-style);
        border-left-width: 4px;
    }

    .border-primary {
        border-color: var(--color-primary);
    }

    .border-\[\#414141\] {
        border-color: #414141;
    }

    .border-\[\#8c8c8c\] {
        border-color: #8c8c8c;
    }

    .border-\[\#69727D\] {
        border-color: #69727D;
    }

    .border-\[\#d5d8dc\] {
        border-color: #d5d8dc;
    }

    /* 圆角 */
    .rounded-full {
        border-radius: calc(infinity * 1px);
    }

    .rounded-sm {
        border-radius: var(--radius-sm);
    }

    .rounded {
        border-radius: var(--radius);
    }

    .rounded-lg {
        border-radius: var(--radius-lg);
    }

    .rounded-tl-sm {
        border-top-left-radius: var(--radius-sm);
    }

    .rounded-tr-sm {
        border-top-right-radius: var(--radius-sm);
    }

    /* 其他 */
    .inline-block {
        display: inline-block;
    }

    .hidden {
        display: none;
    }

    .overflow-hidden {
        overflow: hidden;
    }

    .overflow-auto {
        overflow: auto;
    }

    .cursor-pointer {
        cursor: pointer;
    }

    .object-cover {
        object-fit: cover;
    }

    .object-contain {
        object-fit: contain;
    }

    .text-center {
        text-align: center;
    }

    .break-all {
        word-break: break-all;
    }

    .whitespace-nowrap {
        white-space: nowrap;
    }

    /* hover */
    .hover\:text-primary {
        &:hover {
            @media (hover: hover) {
                color: var(--color-primary);
            }
        }
    }

    .hover\:text-white {
        &:hover {
            @media (hover: hover) {
                color: var(--color-white);
            }
        }
    }

    .hover\:bg-primary {
        &:hover {
            @media (hover: hover) {
                background-color: var(--color-primary);
            }
        }
    }

    .hover\:bg-\[\#656565\] {
        &:hover {
            @media (hover: hover) {
                background-color: #656565;
            }
        }
    }

    .group-hover\:rotate-180 {
        &:is(:where(.group):hover *) {
            @media (hover: hover) {
                rotate: 180deg;
            }
        }
    }

    .hover\:scale-105 {
        &:hover {
            @media (hover: hover) {
                --tw-scale-x: 105%;
                --tw-scale-y: 105%;
                --tw-scale-z: 105%;
                scale: var(--tw-scale-x) var(--tw-scale-y);
            }
        }
    }

    .transform {
        transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
    }

    .transition-all {
        transition-property: all;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
    }

    .duration-200 {
        --tw-duration: 200ms;
        transition-duration: 200ms;
    }

    .ease-out {
        --tw-ease: var(--ease-out);
        transition-timing-function: var(--ease-out);
    }

    .lg\:flex {
        @media (width >=64rem) {
            display: flex;
        }
    }

    .lg\:hidden {
        @media (width >=64rem) {
            display: none;
        }
    }

    .lg\:px-0 {
        @media (width >=64rem) {
            padding-inline: calc(var(--spacing) * 0);
        }
    }

    .lg\:px-8 {
        @media (width >=64rem) {
            padding-inline: calc(var(--spacing) * 8);
        }
    }

    .lg\:py-12 {
        @media (width >=64rem) {
            padding-block: calc(var(--spacing) * 12);
        }
    }

    .lg\:flex-row {
        @media (width >=64rem) {
            flex-direction: row;
        }
    }

    .lg\:mt-18 {
        @media (width >=64rem) {
            margin-top: calc(var(--spacing) * 18);
        }
    }

    .lg\:right-10 {
        @media (width >=64rem) {
            right: calc(var(--spacing) * 10);
        }
    }

    .lg\:bottom-8 {
        @media (width >=64rem) {
            bottom: calc(var(--spacing) * 8);
        }
    }

    .lg\:w-\[600px\] {
        @media (width >=64rem) {
            width: 600px;
        }
    }

    .lg\:w-\[700px\] {
        @media (width >=64rem) {
            width: 700px;
        }
    }

    .lg\:w-\[800px\] {
        @media (width >=64rem) {
            width: 800px;
        }
    }

    .lg\:w-\[1226px\] {
        @media (width >=64rem) {
            width: 1226px;
        }
    }

    .lg\:w-\[1280px\] {
        @media (width >=64rem) {
            width: 1280px;
        }
    }

    .lg\:grid-cols-4 {
        @media (width >=64rem) {
            grid-template-columns: repeat(4, minmax(0, 1fr));
        }
    }

    /* 定制化 */
    .bg-0 {
        background-color: #ffb4b4;
    }

    .bg-1 {
        background-color: #c7ffb0;
    }

    .bg-2 {
        background-color: #ead0ff;
    }

    .bg-3 {
        background-color: #ffedc9;
    }

    .bg-4 {
        background-color: #ffbce0;
    }

    .bg-5 {
        background-color: #f8ffa9;
    }

    .bg-6 {
        background-color: #bff3ff;
    }

    .bg-7 {
        background-color: #ffb4b4;
    }

    .bg-8 {
        background-color: #c7ffb0;
    }

    .bg-9 {
        background-color: #ead0ff;
    }

    .bgc-0 {
        background-color: #ebebeb;
    }

    .bgc-1 {
        background-color: #000;
        color: #fff;
    }

    .bgc-2 {
        background-color: #fff;
    }

    .bgc-2 .card {
        border: 1px solid #dfdfdf;
    }

    .bgc-3 {
        background-color: #3b3b3b;
        color: #fff;
    }

    .lg\:w-\[400px\] {
        @media (width >=64rem) {
            width: 400px;
        }
    }

    .lg\:w-\[600px\] {
        @media (width >=64rem) {
            width: 600px;
        }
    }

    .lg\:h-\[400px\] {
        @media (width >=64rem) {
            height: 400px;
        }
    }

    .lg\:h-\[500px\] {
        @media (width >=64rem) {
            height: 500px;
        }
    }

    .lg\:h-\[600px\] {
        @media (width >=64rem) {
            height: 600px;
        }
    }

    .lg\:h-15 {
        @media (width >=64rem) {
            height: calc(var(--spacing) * 15);
        }
    }

    .lg\:h-20 {
        @media (width >=64rem) {
            height: calc(var(--spacing) * 20);
        }
    }

    .lg\:h-30 {
        @media (width >=64rem) {
            height: calc(var(--spacing) * 30);
        }
    }

    .lg\:h-\[510px\] {
        @media (width >=64rem) {
            height: 510px;
        }
    }

    .lg\:h-\[150px\] {
        @media (width >=64rem) {
            height: 150px;
        }
    }

    .lg\:pt-\[80px\] {
        @media (width >=64rem) {
            padding-top: 80px;
        }
    }

    .lg\:w-1\/2 {
        @media (width >=64rem) {
            width: calc(1/2 * 100%);
        }
    }

    .lg\:w-2\/5 {
        @media (width >=64rem) {
            width: calc(2/5 * 100%);
        }
    }

    .lg\:w-3\/5 {
        @media (width >=64rem) {
            width: calc(3/5 * 100%);
        }
    }

    .lg\:w-4\/5 {
        @media (width >=64rem) {
            width: calc(4/5 * 100%);
        }
    }

    .lg\:w-9\/10 {
        @media (width >=64rem) {
            width: calc(9/10 * 100%);
        }
    }

    .lg\:w-\[1140px\] {
        @media (width >=64rem) {
            width: 1140px;
        }
    }

    .lg\:w-\[364px\] {
        @media (width >=64rem) {
            width: 364px;
        }
    }

    .lg\:w-\[calc\(25\%-24px\)\] {
        @media (width >=64rem) {
            width: calc(25% - 24px);
        }
    }

    .lg\:w-\[calc\(20\%-16px\)\] {
        @media (width >=64rem) {
            width: calc(20% - 16px);
        }
    }

    .lg\:h-11 {
        @media (width >=64rem) {
            height: calc(var(--spacing) * 11);
        }
    }

    .lg\:top-20 {
        @media (width >=64rem) {
            top: calc(var(--spacing) * 20);
        }
    }

    .lg\:py-0 {
        @media (width >=64rem) {
            padding-block: calc(var(--spacing) * 0);
        }
    }

    .lg\:h-\[200px\] {
        @media (width >=64rem) {
            height: 200px;
        }
    }

    .\!h-10 {
        height: calc(var(--spacing) * 10) !important;
    }

    .\!w-10 {
        width: calc(var(--spacing) * 10) !important;
    }

    .\!h-15 {
        height: calc(var(--spacing) * 15) !important;
    }

    .\!w-15 {
        width: calc(var(--spacing) * 15) !important;
    }

    .\!rounded-full {
        border-radius: calc(infinity * 1px) !important;
    }

    .\!bg-black\/30 {
        background-color: color-mix(in srgb, #000 30%, transparent) !important;

        @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--color-black) 30%, transparent) !important;
        }
    }

    .\!bg-white\/85 {
        background-color: color-mix(in srgb, #fff 85%, transparent) !important;

        @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--color-white) 85%, transparent) !important;
        }
    }

    .\!text-xl {
        font-size: var(--text-xl) !important;
        line-height: var(--tw-leading, var(--text-xl--line-height)) !important;
    }

    .\!text-transparent {
        color: transparent !important;
    }

    .\!text-white {
        color: var(--color-white) !important;
    }

    .\!text-black {
        color: var(--color-black) !important;
    }

    .\!left-0 {
        left: calc(var(--spacing) * 0) !important;
    }

    .\!left-4 {
        left: calc(var(--spacing) * 4) !important;
    }

    .lg\:\!left-\[250px\] {
        @media (width >=64rem) {
            left: 250px !important;
        }
    }

    .left-1\/2 {
        left: 50%;
    }

    .\!right-0 {
        right: calc(var(--spacing) * 0) !important;
    }

    .\!right-4 {
        right: calc(var(--spacing) * 4) !important;
    }

    .\!right-8 {
        right: calc(var(--spacing) * 8) !important;
    }

    .\!top-1\/2 {
        top: calc(1/2 * 100%) !important;
    }

    .\!bottom-4 {
        bottom: calc(var(--spacing) * 4) !important;
    }

    .\!bottom-\[-6px\] {
        bottom: -6px !important;
    }

    .-translate-x-1\/2 {
        --tw-translate-x: -50%;
        translate: var(--tw-translate-x) var(--tw-translate-y);
    }

    .-translate-y-1\/2 {
        --tw-translate-y: calc(calc(1/2 * 100%) * -1);
        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, );
    }

    .group-hover\:\!text-white {
        &:is(:where(.group):hover *) {
            @media (hover: hover) {
                color: var(--color-white) !important;
            }
        }
    }

    .hover\:\!bg-black {
        &:hover {
            @media (hover: hover) {
                background-color: var(--color-black) !important;
            }
        }
    }

    .hover\:\!bg-black\/50 {
        &:hover {
            @media (hover: hover) {
                background-color: color-mix(in srgb, #000 50%, transparent) !important;

                @supports (color: color-mix(in lab, red, red)) {
                    background-color: color-mix(in oklab, var(--color-black) 50%, transparent) !important;
                }
            }
        }
    }

    .shadow-\[0_6px_8px_2px_rgba\(0\,0\,0\,0\.14\)\] {
        --tw-shadow: 0 6px 8px 2px var(--tw-shadow-color, rgba(0, 0, 0, 0.14));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }

    .shadow-md {
        --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }

    .shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }

    .absolute {
        position: absolute;
    }

    .top-full {
        top: 100%;
    }

    .left-0 {
        left: calc(var(--spacing) * 0);
    }

    .z-10 {
        z-index: 10;
    }

    .w-12 {
        width: calc(var(--spacing) * 12);
    }

    .flex-grow {
        flex-grow: 1;
    }

    .items-center {
        align-items: center;
    }

    .justify-center {
        justify-content: center;
    }

    .border {
        border-style: var(--tw-border-style);
        border-width: 1px;
    }

    .border-l {
        border-left-style: var(--tw-border-style);
        border-left-width: 1px;
    }

    .border-gray-300 {
        border-color: var(--color-gray-300);
    }

    .bg-transparent {
        background-color: transparent;
    }

    .bg-white {
        background-color: var(--color-white);
    }

    .transition-colors {
        transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
    }

    .outline-none {
        --tw-outline-style: none;
        outline-style: none;
    }

    .group-hover\:text-white {
        &:is(:where(.group):hover *) {
            @media (hover: hover) {
                color: var(--color-white);
            }
        }
    }

    .hover\:bg-gray-100 {
        &:hover {
            @media (hover: hover) {
                background-color: var(--color-gray-100);
            }
        }
    }

    .group-hover\:bg-primary {
        &:is(:where(.group):hover *) {
            @media (hover: hover) {
                background-color: var(--color-primary);
            }
        }
    }

    .group-hover\:text-white {
        &:is(:where(.group):hover *) {
            @media (hover: hover) {
                color: var(--color-white);
            }
        }
    }

    .focus-within\:border-primary {
        &:focus-within {
            border-color: var(--color-primary) !important;
        }
    }

    .hover\:border-primary {
        &:hover {
            @media (hover: hover) {
                border-color: var(--color-primary);
            }
        }
    }

    .group-hover\:border-l-primary {
        &:is(:where(.group):hover *) {
            @media (hover: hover) {
                border-left-color: var(--color-primary);
            }
        }
    }

    .group-focus-within\:border-l-primary {
        &:is(:where(.group):focus-within *) {
            border-left-color: var(--color-primary) !important;
        }
    }

    .border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgb(107 114 128 / var(--tw-border-opacity));
    }

    .hover\:border-gray-500:hover {
        --tw-border-opacity: 1;
        border-color: rgb(107 114 128 / var(--tw-border-opacity));
    }

    .group-hover\:border-l-gray-500:is(:where(.group):hover *) {
        --tw-border-opacity: 1;
        border-left-color: rgb(107 114 128 / var(--tw-border-opacity));
    }

    .group:hover .group-hover\:text-white {
        color: var(--color-white);
    }

    .category-active {
        background-color: var(--color-primary);
    }

    /* Grid */
    .grid {
        display: grid;
    }

    .grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .col-span-2 {
        grid-column: span 2 / span 2;
    }

    .row-span-2 {
        grid-row: span 2 / span 2;
    }

    .hover\:shadow-lg {
        &:hover {
            @media (hover: hover) {
                --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
                box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
            }
        }
    }

    .transition-shadow {
        transition-property: box-shadow;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    /* 自定义斜切卡片样式 */
    .clip-slant {
        clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    }

    /* 自定义红色阴影分割线 */
    .shadow-red {
        box-shadow: 8px 8px 0 #b13a24;
    }

    /* serif 字体 */
    .font-serif {
        font-family: serif;
    }

    /* 负z-index */
    .z--1 {
        z-index: -1;
    }

    .mx-auto {
        margin-inline: auto;
    }

    .mt-2 {
        margin-top: calc(var(--spacing) * 2);
    }

    .mt-8 {
        margin-top: calc(var(--spacing) * 8);
    }

    .mb-2 {
        margin-bottom: calc(var(--spacing) * 2);
    }

    .mb-4 {
        margin-bottom: calc(var(--spacing) * 4);
    }

    .mb-6 {
        margin-bottom: calc(var(--spacing) * 6);
    }

    .flex {
        display: flex;
    }

    .min-h-screen {
        min-height: 100vh;
    }

    .w-full {
        width: 100%;
    }

    .max-w-\[500px\] {
        max-width: 500px;
    }

    .max-w-\[960px\] {
        max-width: 960px;
    }

    .flex-1 {
        flex: 1;
    }

    .cursor-pointer {
        cursor: pointer;
    }

    .flex-col {
        flex-direction: column;
    }

    .items-center {
        align-items: center;
    }

    .justify-center {
        justify-content: center;
    }

    .gap-4 {
        gap: calc(var(--spacing) * 4);
    }

    .rounded-\[5px\] {
        border-radius: 5px;
    }

    .rounded-lg {
        border-radius: var(--radius-lg);
    }

    .rounded-md {
        border-radius: var(--radius-md);
    }

    .border {
        border-style: var(--tw-border-style);
        border-width: 1px;
    }

    .border-gray-300 {
        border-color: var(--color-gray-300);
    }

    .bg-\[\#f2842a\] {
        background-color: #f2842a;
    }

    .bg-\[\#fafbfc\] {
        background-color: #fafbfc;
    }

    .bg-white {
        background-color: var(--color-white);
    }

    .p-3 {
        padding: calc(var(--spacing) * 3);
    }

    .p-4 {
        padding: calc(var(--spacing) * 4);
    }

    .px-3 {
        padding-inline: calc(var(--spacing) * 3);
    }

    .px-10 {
        padding-inline: calc(var(--spacing) * 10);
    }

    .py-3 {
        padding-block: calc(var(--spacing) * 3);
    }

    .text-center {
        text-align: center;
    }

    .text-2xl {
        font-size: var(--text-2xl);
        line-height: var(--tw-leading, var(--text-2xl--line-height));
    }

    .text-base {
        font-size: var(--text-base);
        line-height: var(--tw-leading, var(--text-base--line-height));
    }

    .text-lg {
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height));
    }

    .leading-tight {
        --tw-leading: var(--leading-tight);
        line-height: var(--leading-tight);
    }

    .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);
    }

    .font-semibold {
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold);
    }

    .text-\[\#222\] {
        color: #222;
    }

    .text-black {
        color: var(--color-black);
    }

    .text-white {
        color: var(--color-white);
    }

    .underline {
        text-decoration-line: underline;
    }

    .shadow-\[0px_3px_\#aa5815\] {
        --tw-shadow: 0px 3px var(--tw-shadow-color, #aa5815);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }

    .shadow-md {
        --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }

    .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, visibility, 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));
    }

    .hover\:bg-\[\#d96d13\] {
        &:hover {
            @media (hover: hover) {
                background-color: #d96d13;
            }
        }
    }

    .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);
            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-\[\#f2842a\] {
        &:focus {
            --tw-ring-color: #f2842a;
        }
    }

    .focus\:outline-none {
        &:focus {
            --tw-outline-style: none;
            outline-style: none;
        }
    }

    .lg\:mt-12 {
        @media (width >=64rem) {
            margin-top: calc(var(--spacing) * 12);
        }
    }

    .lg\:mb-4 {
        @media (width >=64rem) {
            margin-bottom: calc(var(--spacing) * 4);
        }
    }

    .lg\:mb-10 {
        @media (width >=64rem) {
            margin-bottom: calc(var(--spacing) * 10);
        }
    }

    .lg\:hidden {
        @media (width >=64rem) {
            display: none;
        }
    }

    .lg\:w-auto {
        @media (width >=64rem) {
            width: auto;
        }
    }

    .lg\:max-w-full {
        @media (width >=64rem) {
            max-width: 100%;
        }
    }

    .lg\:flex-row {
        @media (width >=64rem) {
            flex-direction: row;
        }
    }

    .lg\:p-8 {
        @media (width >=64rem) {
            padding: calc(var(--spacing) * 8);
        }
    }

    .lg\:text-4xl {
        @media (width >=64rem) {
            font-size: var(--text-4xl);
            line-height: var(--tw-leading, var(--text-4xl--line-height));
        }
    }

    .lg\:text-lg {
        @media (width >=64rem) {
            font-size: var(--text-lg);
            line-height: var(--tw-leading, var(--text-lg--line-height));
        }
    }
}

@property --tw-border-style {
    syntax: "*";
    inherits: false;
    initial-value: solid;
}

@property --tw-font-weight {
    syntax: "*";
    inherits: false;
}

@property --tw-rotate-x {
    syntax: "*";
    inherits: false;
    initial-value: rotateX(0);
}

@property --tw-rotate-y {
    syntax: "*";
    inherits: false;
    initial-value: rotateY(0);
}

@property --tw-rotate-z {
    syntax: "*";
    inherits: false;
    initial-value: rotateZ(0);
}

@property --tw-skew-x {
    syntax: "*";
    inherits: false;
    initial-value: skewX(0);
}

@property --tw-skew-y {
    syntax: "*";
    inherits: false;
    initial-value: skewY(0);
}

@property --tw-duration {
    syntax: "*";
    inherits: false;
}

@property --tw-ease {
    syntax: "*";
    inherits: false;
}

@property --tw-scale-x {
    syntax: "*";
    inherits: false;
    initial-value: 1;
}

@property --tw-scale-y {
    syntax: "*";
    inherits: false;
    initial-value: 1;
}

@property --tw-scale-z {
    syntax: "*";
    inherits: false;
    initial-value: 1;
}

@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-rotate-x: rotateX(0);
            --tw-rotate-y: rotateY(0);
            --tw-rotate-z: rotateZ(0);
            --tw-skew-x: skewX(0);
            --tw-skew-y: skewY(0);
            --tw-duration: initial;
            --tw-ease: initial;
            --tw-scale-x: 1;
            --tw-scale-y: 1;
            --tw-scale-z: 1;
        }
    }
}

@property --tw-leading {
    syntax: "*";
    inherits: false;
}

@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-leading: initial;
        }
    }
}

@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: 0px;
}

@property --tw-ring-offset-color {
    syntax: "*";
    inherits: false;
    initial-value: #fff;
}

@property --tw-ring-offset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}

@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-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;
        }
    }
}

@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;
}

@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;
        }
    }
}

@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-tracking: initial;
    }
}