﻿/*! tailwindcss v4.0.7 | MIT License | https://tailwindcss.com */
@layer base {

    *,
    :after,
    :before,
    ::backdrop {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

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

    html,
    :host {
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        line-height: 1.5;
        font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
        font-feature-settings: var(--default-font-feature-settings, normal);
        font-variation-settings: var(--default-font-variation-settings, normal);
        -webkit-tap-highlight-color: transparent
    }

    body {
        line-height: inherit
    }

    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px
    }

    abbr:where([title]) {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: inherit;
        font-weight: inherit
    }

    a {
        color: inherit;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: inherit;
        text-decoration: inherit
    }

    b,
    strong {
        font-weight: bolder
    }

    code,
    kbd,
    samp,
    pre {
        font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
        font-feature-settings: var(--default-mono-font-feature-settings, normal);
        font-variation-settings: var(--default-mono-font-variation-settings, normal);
        font-size: 1em
    }

    small {
        font-size: 80%
    }

    sub,
    sup {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative
    }

    sub {
        bottom: -.25em
    }

    sup {
        top: -.5em
    }

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

    :-moz-focusring {
        outline: auto
    }

    progress {
        vertical-align: baseline
    }

    summary {
        display: list-item
    }

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

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

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

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

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

    :where(select:is([multiple], [size])) optgroup {
        font-weight: bolder
    }

    :where(select:is([multiple], [size])) optgroup option {
        padding-inline-start: 20px
    }

    ::file-selector-button {
        margin-inline-end: 4px
    }

    ::placeholder {
        opacity: 1;
        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
    }

    :-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 utilities {
    .pointer-events-none {
        pointer-events: none
    }

    .fixed {
        position: fixed
    }

    .static {
        position: static
    }

    .top-0 {
        top: 0
    }

    .left-0 {
        left: 0
    }

    .z-10 {
        z-index: 10
    }

    .my-12 {
        margin-block: .12rem
    }

    .mt-6 {
        margin-top: .06rem
    }

    .mt-10 {
        margin-top: .1rem
    }

    .mt-14 {
        margin-top: .14rem
    }

    .mt-15 {
        margin-top: .15rem
    }

    .mt-30 {
        margin-top: .3rem
    }

    .mt-34 {
        margin-top: .34rem
    }

    .mr-4 {
        margin-right: .04rem
    }

    .mb-12 {
        margin-bottom: .12rem
    }

    .mb-14 {
        margin-bottom: .14rem
    }

    .block {
        display: block
    }

    .flex {
        display: flex
    }

    .hidden {
        display: none
    }

    .h-3 {
        height: .03rem
    }

    .h-16 {
        height: .16rem
    }

    .h-20 {
        height: .2rem
    }

    .h-28 {
        height: .28rem
    }

    .h-30 {
        height: .3rem
    }

    .h-45 {
        height: .45rem
    }

    .h-60 {
        height: .6rem
    }

    .h-90 {
        height: .9rem
    }

    .h-126 {
        height: 1.26rem
    }

    .h-180 {
        height: 1.8rem
    }

    .h-300 {
        height: 3rem
    }

    .h-screen {
        height: 100vh
    }

    .w-7 {
        width: .07rem
    }

    .w-15 {
        width: .15rem
    }

    .w-16 {
        width: .16rem
    }

    .w-18 {
        width: .18rem
    }

    .w-22 {
        width: .22rem
    }

    .w-30 {
        width: .3rem
    }

    .w-58 {
        width: .58rem
    }

    .w-65 {
        width: .65rem
    }

    .w-74 {
        width: .74rem
    }

    .w-90 {
        width: .9rem
    }

    .w-110 {
        width: 1.1rem
    }

    .w-140 {
        width: 1.4rem
    }

    .w-142 {
        width: 1.42rem
    }

    .w-180 {
        width: 1.8rem
    }

    .w-300 {
        width: 3rem
    }

    .w-screen {
        width: 100vw
    }

    .flex-1 {
        flex: 1
    }

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

    .flex-col {
        flex-direction: column
    }

    .items-center {
        align-items: center
    }

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

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

    .justify-center {
        justify-content: center
    }

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

    .gap-2 {
        gap: .02rem
    }

    .gap-5 {
        gap: .05rem
    }

    .gap-x-2 {
        column-gap: .02rem
    }

    .gap-x-10 {
        column-gap: .1rem
    }

    .gap-y-6 {
        row-gap: .06rem
    }

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

    .overflow-hidden {
        overflow: hidden
    }

    .rounded-\[0\.05rem\] {
        border-radius: .05rem
    }

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

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

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

    .border-\[\#EEE\] {
        border-color: #eee
    }

    .bg-\[\#4A4A4E\] {
        background-color: #4a4a4e
    }

    .bg-\[\#E9E9EC\] {
        background-color: #e9e9ec
    }

    .bg-\[\#F9F9F9\] {
        background-color: #f9f9f9
    }

    .bg-\[\#f5be45\] {
        background-color: #f5be45
    }

    .bg-\[\#f9f9f9\] {
        background-color: #f9f9f9
    }

    .px-15 {
        padding-inline: .15rem
    }

    .px-22 {
        padding-inline: .22rem
    }

    .py-14 {
        padding-block: .14rem
    }

    .py-15 {
        padding-block: .15rem
    }

    .py-17 {
        padding-block: .17rem
    }

    .pt-12 {
        padding-top: .12rem
    }

    .pt-16 {
        padding-top: .16rem
    }

    .pt-18 {
        padding-top: .18rem
    }

    .pb-10 {
        padding-bottom: .1rem
    }

    .pb-12 {
        padding-bottom: .12rem
    }

    .pb-25 {
        padding-bottom: .25rem
    }

    .pb-26 {
        padding-bottom: .26rem
    }

    .text-center {
        text-align: center
    }

    .text-0 {
        font-size: 0
    }

    .text-12 {
        font-size: .12rem
    }

    .text-13 {
        font-size: .13rem
    }

    .text-14 {
        font-size: .14rem
    }

    .text-20 {
        font-size: .2rem
    }

    .text-23 {
        font-size: .23rem
    }

    .text-24 {
        font-size: .24rem
    }

    .text-60 {
        font-size: .6rem
    }

    .font-bold {
        --tw-font-weight: 700;
        font-weight: 700
    }

    .text-\[\#7B7B7B\] {
        color: #7b7b7b
    }

    .text-\[\#999\] {
        color: #999
    }

    .text-\[\#1989FA\],
    .text-\[\#1989fa\] {
        color: #1989fa
    }

    .text-\[\#fff\] {
        color: #fff
    }

    .text-\[red\] {
        color: red
    }

    .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;
        transition-timing-function: var(--tw-ease, ease);
        transition-duration: var(--tw-duration, 0s)
    }

    .select-none {
        -webkit-user-select: none;
        user-select: none
    }

    .active\:opacity-50:active {
        opacity: .5
    }
}

html {
    font-size: 26.6667vw
}

@media (min-width:750px) {
    html {
        font-size: 100px
    }
}

body {
    font-size: 12px
}

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

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