@font-face {
    font-family: SHanSanR;
    src: url("//staticcdn.bandaihobbysite.cn/fonts/SourceHanSansCN-Regular.otf");
}
@font-face {
    font-family: SHanSanB;
    src: url("//staticcdn.bandaihobbysite.cn/fonts/SourceHanSansCN-Bold.otf");
}
@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-scale-x: 1;
            --tw-scale-y: 1;
            --tw-scale-z: 1;
            --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-duration: initial;
            --tw-ease: initial
        }
    }
}
@layer theme {
    :root, :host {
        --font-sans: SHanSanB;
        --font-mono: SHanSanB;
        --color-gray-300: oklch(87.2% .01 258.338);
        --color-black: #000;
        --color-white: #fff;
        --spacing: .25rem;
        --text-xs: .75rem;
        --text-xs--line-height: calc(1 / .75);
        --text-sm: .875rem;
        --text-sm--line-height: calc(1.25 / .875);
        --text-base: 1rem;
        --text-base--line-height: 1.5;
        --text-lg: 1.125rem;
        --text-lg--line-height: calc(1.75 / 1.125);
        --text-2xl: 1.5rem;
        --text-2xl--line-height: calc(2 / 1.5);
        --font-weight-medium: 500;
        --font-weight-bold: 700;
        --font-weight-black: 900;
        --tracking-wide: .025em;
        --leading-tight: 1.25;
        --leading-relaxed: 1.625;
        --leading-loose: 2;
        --radius-lg: .5rem;
        --radius-2xl: 1rem;
        --radius-4xl: 2rem;
        --ease-out: cubic-bezier(0, 0, .2, 1);
        --default-transition-duration: .15s;
        --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono)
    }
}
@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;
        -o-tab-size: 4;
        tab-size: 4;
        line-height: 1.5;
        font-family: var(--default-font-family);
        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);
        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
    }

    ::-moz-placeholder {
        opacity: 1
    }

    ::placeholder {
        opacity: 1
    }

    @supports (not (-webkit-appearance:-apple-pay-button)) or (contain-intrinsic-size:1px) {
        ::-moz-placeholder {
            color: currentColor
        }

        ::placeholder {
            color: currentColor
        }

        @supports (color:color-mix(in lab,red,red)) {
            ::-moz-placeholder {
                color: color-mix(in oklab, currentcolor 50%, transparent)
            }

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

    .absolute {
        position: absolute
    }

    .fixed {
        position: fixed
    }

    .relative {
        position: relative
    }

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

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

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

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

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

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

    .bottom-full {
        bottom: 100%
    }

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

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

    .-z-10 {
        z-index: -10
    }

    .z-10 {
        z-index: 10
    }

    .z-20 {
        z-index: 20
    }

    .z-\[1\] {
        z-index: 1
    }

    .z-\[5\] {
        z-index: 5
    }

    .order-2 {
        order: 2
    }

    .container {
        width: 100%
    }

    @media (min-width: 40rem) {
        .container {
            max-width: 40rem
        }
    }@media (min-width: 48rem) {
    .container {
        max-width: 48rem
    }
}@media (min-width: 64rem) {
    .container {
        max-width: 64rem
    }
}@media (min-width: 80rem) {
    .container {
        max-width: 80rem
    }
}@media (min-width: 96rem) {
    .container {
        max-width: 96rem
    }
}.m-4 {
     margin: calc(var(--spacing) * 4)
 }

    .-mx-\[12\.5\%\] {
        margin-inline: -12.5%
    }

    .mx-1 {
        margin-inline: calc(var(--spacing) * 1)
    }

    .mx-8 {
        margin-inline: calc(var(--spacing) * 8)
    }

    .mx-auto {
        margin-inline: auto
    }

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

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

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

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

    .my-auto {
        margin-block: auto
    }

    .-mt-\[2px\] {
        margin-top: -2px
    }

    .-mt-\[17\.5\%\] {
        margin-top: -17.5%
    }

    .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-9 {
        margin-top: calc(var(--spacing) * 9)
    }

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

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

    .mr-1 {
        margin-right: calc(var(--spacing) * 1)
    }

    .mb-1 {
        margin-bottom: calc(var(--spacing) * 1)
    }

    .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-6 {
        margin-bottom: calc(var(--spacing) * 6)
    }

    .mb-8 {
        margin-bottom: calc(var(--spacing) * 8)
    }

    .mb-16 {
        margin-bottom: calc(var(--spacing) * 16)
    }

    .block {
        display: block
    }

    .flex {
        display: flex
    }

    .grid {
        display: grid
    }

    .hidden {
        display: none
    }

    .inline-block {
        display: inline-block
    }

    .inline-flex {
        display: inline-flex
    }

    .aspect-\[576\/960\] {
        aspect-ratio: 576/960
    }

    .aspect-square {
        aspect-ratio: 1
    }

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

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

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

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

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

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

    .h-\[1\.6em\] {
        height: 1.6em
    }

    .h-\[32px\] {
        height: 32px
    }

    .h-\[60\%\] {
        height: 60%
    }

    .h-\[60px\] {
        height: 60px
    }

    .h-auto {
        height: auto
    }

    .h-full {
        height: 100%
    }

    .h-screen {
        height: 100vh
    }

    .min-h-1\/4 {
        min-height: 25%
    }

    .min-h-\[3em\] {
        min-height: 3em
    }

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

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

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

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

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

    .w-\[4px\] {
        width: 4px
    }

    .w-\[57px\] {
        width: 57px
    }

    .w-\[62\.5\%\] {
        width: 62.5%
    }

    .w-\[660px\] {
        width: 660px
    }

    .w-\[var\(--content-width\)\] {
        width: var(--content-width)
    }

    .w-auto {
        width: auto
    }

    .w-full {
        width: 100%
    }

    .max-w-\[1200px\] {
        max-width: 1200px
    }

    .flex-shrink {
        flex-shrink: 1
    }

    .flex-shrink-0 {
        flex-shrink: 0
    }

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

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

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

    .translate-y-1 {
        --tw-translate-y: calc(var(--spacing) * 1);
        translate: var(--tw-translate-x) var(--tw-translate-y)
    }

    .translate-y-8 {
        --tw-translate-y: calc(var(--spacing) * 8);
        translate: var(--tw-translate-x) var(--tw-translate-y)
    }

    .scale-0 {
        --tw-scale-x: 0%;
        --tw-scale-y: 0%;
        --tw-scale-z: 0%;
        scale: var(--tw-scale-x) var(--tw-scale-y)
    }

    .-scale-x-100 {
        --tw-scale-x: -100%;
        scale: var(--tw-scale-x) var(--tw-scale-y)
    }

    .rotate-180 {
        rotate: 180deg
    }

    .rotate-x-90 {
        --tw-rotate-x: rotateX(90deg);
        transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)
    }

    .rotate-y-90 {
        --tw-rotate-y: rotateY(90deg);
        transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)
    }

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

    .cursor-copy {
        cursor: copy
    }

    .cursor-not-allowed {
        cursor: not-allowed
    }

    .cursor-pointer {
        cursor: pointer
    }

    .list-outside {
        list-style-position: outside
    }

    .list-disc {
        list-style-type: disc
    }

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

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

    .flex-col {
        flex-direction: column
    }

    .flex-wrap {
        flex-wrap: wrap
    }

    .items-baseline {
        align-items: baseline
    }

    .items-center {
        align-items: center
    }

    .items-stretch {
        align-items: stretch
    }

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

    .justify-center {
        justify-content: center
    }

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

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

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

    .gap-x-\[16px\] {
        -moz-column-gap: 16px;
        column-gap: 16px
    }

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

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

    .overflow-hidden {
        overflow: hidden
    }

    .rounded {
        border-radius: .25rem
    }

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

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

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

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

    .rounded-b-2xl {
        border-bottom-right-radius: var(--radius-2xl);
        border-bottom-left-radius: var(--radius-2xl)
    }

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

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

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

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

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

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

    .border-\[\#4f4f4f\] {
        border-color: #4f4f4f
    }

    .border-\[\#777\] {
        border-color: #777
    }

    .border-\[\#ddd\] {
        border-color: #ddd
    }

    .border-\[rgba\(255\,255\,255\,0\.5\)\] {
        border-color: #ffffff80
    }

    .border-\[var\(--color-primary\)\] {
        border-color: var(--color-primary)
    }

    .border-black {
        border-color: var(--color-black)
    }

    .border-current {
        border-color: currentColor
    }

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

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

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

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

    .bg-\[var\(--color-primary\)\] {
        background-color: var(--color-primary)
    }

    .bg-\[var\(--color-secondary\)\] {
        background-color: var(--color-secondary)
    }

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

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

    .bg-none {
        background-image: none
    }

    .object-cover {
        -o-object-fit: cover;
        object-fit: cover
    }

    .object-bottom {
        -o-object-position: bottom;
        object-position: bottom
    }

    .object-center {
        -o-object-position: center;
        object-position: center
    }

    .object-top {
        -o-object-position: top;
        object-position: top
    }

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

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

    .px-\[3vw\] {
        padding-inline: 3vw
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pb-\[\.2em\] {
        padding-bottom: .2em
    }

    .pl-4 {
        padding-left: calc(var(--spacing) * 4)
    }

    .text-center {
        text-align: center
    }

    .align-\[-0\.1em\] {
        vertical-align: -.1em
    }

    .align-bottom {
        vertical-align: bottom
    }

    .align-middle {
        vertical-align: middle
    }

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

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

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


    .displayflex{
        display: flex;
        justify-content: center;
        align-items: baseline;
    }
    .display-flex{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
    }
    .text-blue {
        color: var(--color-primary);
    }

    .text-sblue {
        color: var(--color-secondary);
    }

    .text-black {
        color: var(--color-black);
        line-height: 1.8;
    }

    .weibo-block {
        position: relative;
        width: var(--content-width);
        margin-inline: auto;
    }

    .weibo-image {
        width: 100%;
        height: auto;
        display: block;
        border-radius: var(--radius-xl, .75rem);
    }

    .weibo-overlay {
        position: absolute;
        left: 8%;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        line-height: 1.6;
        font-weight: var(--font-weight-bold, 700);
    }

    .weibo-overlay .step1,
    .weibo-overlay .step2 {
        font-size: var(--text-lg, 1.125rem);
        margin-top: calc(var(--spacing, .25rem) * 4);
    }

    /* Fallback styling for existing markup using relative/absolute */
    .relative img[alt="wb_xhs_dy"] {
        width: var(--content-width);
        height: auto;
        display: block;
        margin-inline: auto;
        border-radius: var(--radius-xl, .75rem);
    }

    .relative img[alt="wb_xhs_dy"] + .absolute {
        position: absolute;
        left: 5%;
        top: 30%;
        color: #000;
        line-height: 1.3;
        font-weight: var(--font-weight-bold, 700);
    }

    .relative img[alt="wb_xhs_dy"] + .absolute .step1{
        font-size: var(--text-sm, 1rem);
        margin-top: calc(var(--spacing, .25rem) * 4);
    }

    .relative img[alt="wb_xhs_dy"] + .absolute .step2 {
        font-size: var(--text-sm, 1rem);
        margin-top: calc(var(--spacing, .25rem) * 10);
    }

    .relative img[alt="wb_xhs_dy"] + .absolute .step21 {
        font-size: var(--text-sm, 1rem);
        margin-top: calc(var(--spacing, .25rem) * 10);
    }

    .text-\[1rem\] {
        font-size: 1rem
    }

    .text-\[4em\] {
        font-size: 4em
    }

    .text-\[8px\] {
        font-size: 8px
    }

    .text-\[10px\] {
        font-size: 10px
    }

    .text-\[150\%\] {
        font-size: 150%
    }

    .text-\[250\%\] {
        font-size: 250%
    }

    .leading-6 {
        --tw-leading: calc(var(--spacing) * 6);
        line-height: calc(var(--spacing) * 6)
    }

    .leading-\[1\.25\] {
        --tw-leading: 1.25;
        line-height: 1.25
    }

    .leading-loose {
        --tw-leading: var(--leading-loose);
        line-height: var(--leading-loose)
    }

    .leading-none {
        --tw-leading: 1;
        line-height: 1
    }

    .leading-relaxed {
        --tw-leading: var(--leading-relaxed);
        line-height: var(--leading-relaxed)
    }

    .leading-tight {
        --tw-leading: var(--leading-tight);
        line-height: var(--leading-tight)
    }

    .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-medium {
        --tw-font-weight: var(--font-weight-medium);
        font-weight: var(--font-weight-medium)
    }

    .tracking-wide {
        --tw-tracking: var(--tracking-wide);
        letter-spacing: var(--tracking-wide)
    }

    .break-all {
        word-break: break-all
    }

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

    .text-\[var\(--color-default\)\] {
        color: var(--color-default)
    }

    .text-\[var\(--color-primary\)\] {
        color: var(--color-primary)
    }

    .text-\[var\(--color-secondary\)\] {
        color: var(--color-secondary)
    }

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

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

    .not-italic {
        font-style: normal
    }

    .underline {
        text-decoration-line: underline
    }

    .opacity-0 {
        opacity: 0
    }

    .mix-blend-hard-light {
        mix-blend-mode: hard-light
    }

    .shadow {
        --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }

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

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

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

    .transition-opacity {
        transition-property: opacity;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration))
    }

    .duration-500 {
        --tw-duration: .5s;
        transition-duration: .5s
    }

    .ease-out {
        --tw-ease: var(--ease-out);
        transition-timing-function: var(--ease-out)
    }

    .perspective-\[200px\] {
        perspective: 200px
    }

    @media (min-width: 40rem) {
        .sm\:rounded-b-2xl {
            border-bottom-right-radius: var(--radius-2xl);
            border-bottom-left-radius: var(--radius-2xl)
        }
    }@media (min-width: 48rem) {
    .md\:block {
        display: block
    }

    .md\:px-\[4\.4776119403vw\] {
        padding-inline: 4.47761vw
    }
}
}

:root {
    --color-default: #222;
    --color-primary: #02adef;
    --color-secondary: #0252ef;
    font-size: clamp(14px, 4vw, 19px)
}
@media (min-width: 480px) {
    :root {
        font-size: 16px
    }
}

body {
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-optical-sizing: auto;
    color: var(--color-default);
    background-color: #fff;
    font-family: SHanSanB
}

rt {
    ruby-align: center;
    letter-spacing: 0;
    font-size: .5em;
    font-weight: lighter;
    line-height: 1
}

@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
}

@layer properties {
    @supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {
        .svelte-12aq0mt, .svelte-12aq0mt:before, .svelte-12aq0mt:after, .svelte-12aq0mt::backdrop {
            --tw-font-weight: initial;
            --tw-translate-x: 0;
            --tw-translate-y: 0;
            --tw-translate-z: 0;
            --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-leading: initial;
            --tw-border-style: solid;
            --tw-duration: initial;
            --tw-ease: initial;
            --tw-rotate-x: initial;
            --tw-rotate-y: initial;
            --tw-rotate-z: initial;
            --tw-skew-x: initial;
            --tw-skew-y: initial;
            --tw-scale-x: 1;
            --tw-scale-y: 1;
            --tw-scale-z: 1
        }
    }
}

.container.svelte-12aq0mt {
    color: var(--color-white, #fff);
    position: relative
}

.bg.svelte-12aq0mt {
    inset: calc(var(--spacing, .25rem) * 0);
    border-radius: var(--radius-2xl, 1rem);
    background-image: url(../dotPattern2.svg);
    scroll-padding-top: 4rem;
    position: absolute
}

h2.svelte-12aq0mt {
    font-size: var(--text-lg, 1.125rem);
    line-height: var(--tw-leading, var(--text-lg--line-height, calc(1.75 / 1.125)));
    --tw-font-weight: var(--font-weight-bold, 700);
    font-weight: var(--font-weight-bold, 700);
    justify-content: center;
    align-items: baseline;
    display: flex
}

h2.svelte-12aq0mt img:where(.svelte-12aq0mt) {
    margin-right: calc(var(--spacing, .25rem) * 1);
    --tw-translate-y: calc(var(--spacing, .25rem) * 1);
    width: auto;
    height: 1.6em;
    translate: var(--tw-translate-x) var(--tw-translate-y)
}
div.svelte-12aq0mt img:where(.svelte-13aq0mt) {
    margin-right: calc(var(--spacing, .25rem) * 1);
    --tw-translate-y: calc(var(--spacing, .25rem) * 1);
    width: auto;
    height: 1.4em;
    translate: var(--tw-translate-x) var(--tw-translate-y)
}
.svelte-14aq0mt {
    margin: calc(var(--spacing, .25rem) * 2) 0 calc(var(--spacing, .25rem) * 8);
    --tw-translate-y: calc(var(--spacing, .25rem) * 1);
    width: auto;
    translate: var(--tw-translate-x) var(--tw-translate-y)
}

.types.svelte-12aq0mt {
    margin-top: calc(var(--spacing, .25rem) * 12);
    gap: calc(var(--spacing, .25rem) * 8);
    grid-template-rows:repeat(2, minmax(0, 1fr));
    grid-template-columns:repeat(2, minmax(0, 1fr));
    display: grid
}

.type.svelte-12aq0mt {
    aspect-ratio: 1;
    background-color: var(--color-white, #fff);
    padding-bottom: calc(var(--spacing, .25rem) * 5);
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-radius: .25rem;
    flex-direction: column;
    align-items: center;
    display: flex
}

.type.svelte-12aq0mt h3:where(.svelte-12aq0mt) {
    height: calc(var(--spacing, .25rem) * 6);
    --tw-translate-y: -50%;
    width: 62.5%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
    text-align: center;
    font-size: var(--text-xs, .75rem);
    line-height: var(--tw-leading, var(--text-xs--line-height, calc(1 / .75)));
    --tw-font-weight: var(--font-weight-bold, 700);
    font-weight: var(--font-weight-bold, 700);
    background-image: linear-gradient(to right, var(--color-primary), var(--color-secondary));
    border-radius: 3.40282e38px;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
    display: flex
}

.type.svelte-12aq0mt ul:where(.svelte-12aq0mt) {
    flex-direction: column;
    align-items: center;
    margin-block: auto;
    display: flex
}

.type.svelte-12aq0mt ul:where(.svelte-12aq0mt) li:where(.svelte-12aq0mt) {
    --tw-font-weight: var(--font-weight-bold, 700);
    font-weight: var(--font-weight-bold, 700);
    color: var(--color-primary)
}

.type.svelte-12aq0mt ul:where(.svelte-12aq0mt) li:where(.svelte-12aq0mt):nth-child(n+2):before {
    content: "vs";
    height: calc(var(--spacing, .25rem) * 8);
    --tw-leading: 1;
    color: var(--color-secondary);
    justify-content: center;
    align-items: center;
    padding-bottom: .2em;
    line-height: 1;
    display: flex
}

.type.svelte-12aq0mt ul:where(.svelte-12aq0mt) li:where(.svelte-12aq0mt) b:where(.svelte-12aq0mt) {
    margin-bottom: calc(var(--spacing, .25rem) * 1);
    height: calc(var(--spacing, .25rem) * 6);
    width: calc(var(--spacing, .25rem) * 6);
    background-color: var(--color-primary);
    vertical-align: middle;
    font-size: var(--text-sm, .875rem);
    line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / .875)));
    color: var(--color-white, #fff);
    border-radius: 3.40282e38px;
    justify-content: center;
    align-items: center;
    display: inline-flex
}

.type.svelte-12aq0mt ul:where(.svelte-12aq0mt) li:where(.svelte-12aq0mt) i:where(.svelte-12aq0mt) {
    text-align: center;
    font-size: var(--text-sm, .875rem);
    line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / .875)));
    --tw-leading: 1;
    --tw-font-weight: var(--font-weight-medium, 500);
    line-height: 1;
    font-weight: var(--font-weight-medium, 500);
    color: var(--color-default);
    margin-top: -2px;
    font-style: normal;
    display: block
}

.carousel.svelte-12aq0mt {
    display: flex;
    overflow: hidden
}

.carousel.svelte-12aq0mt .slide:where(.svelte-12aq0mt) {
    width: calc(var(--spacing, .25rem) * 40);
    padding-inline: calc(var(--spacing, .25rem) * 4);
    flex-shrink: 0
}

.carousel.svelte-12aq0mt .slide:where(.svelte-12aq0mt) h4:where(.svelte-12aq0mt) {
    margin-bottom: calc(var(--spacing, .25rem) * 1);
    text-align: center;
    font-size: var(--text-2xl, 1.5rem);
    line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
    --tw-font-weight: var(--font-weight-bold, 700);
    font-weight: var(--font-weight-bold, 700)
}

.carousel.svelte-12aq0mt .slide:where(.svelte-12aq0mt) img:where(.svelte-12aq0mt) {
    border-radius: var(--radius-lg, .5rem);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #777;
    width: 100%;
    height: auto
}

.carousel.svelte-12aq0mt .slide:where(.svelte-12aq0mt) p:where(.svelte-12aq0mt) {
    margin-top: calc(var(--spacing, .25rem) * 2);
    text-align: center;
    --tw-font-weight: var(--font-weight-bold, 700);
    font-size: 10px;
    font-weight: var(--font-weight-bold, 700)
}

.container.svelte-12aq0mt h2:where(.svelte-12aq0mt), .container.svelte-12aq0mt p:where(.svelte-12aq0mt) {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(.4, 0, .2, 1)));
    transition-duration: var(--tw-duration, var(--default-transition-duration, .15s));
    --tw-duration: .5s;
    --tw-ease: var(--ease-out, cubic-bezier(0, 0, .2, 1));
    transition-duration: .5s;
    transition-timing-function: var(--ease-out, cubic-bezier(0, 0, .2, 1))
}

.container.svelte-12aq0mt .type:where(.svelte-12aq0mt) {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(.4, 0, .2, 1)));
    transition-duration: var(--tw-duration, var(--default-transition-duration, .15s));
    --tw-duration: .5s;
    --tw-ease: var(--ease-out, cubic-bezier(0, 0, .2, 1));
    transition-duration: .5s;
    transition-timing-function: var(--ease-out, cubic-bezier(0, 0, .2, 1));
    perspective: 200px
}

.container.svelte-12aq0mt:not(.is-visible) h2:where(.svelte-12aq0mt), .container.svelte-12aq0mt:not(.is-visible) p:where(.svelte-12aq0mt) {
    opacity: 0
}

.container.svelte-12aq0mt:not(.is-visible) .type:where(.svelte-12aq0mt) {
    --tw-rotate-x: rotateX(90deg);
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)
}

.carousel.svelte-12aq0mt .slide:where(.svelte-12aq0mt) {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(.4, 0, .2, 1)));
    transition-duration: var(--tw-duration, var(--default-transition-duration, .15s));
    --tw-duration: .5s;
    --tw-ease: var(--ease-out, cubic-bezier(0, 0, .2, 1));
    transition-duration: .5s;
    transition-timing-function: var(--ease-out, cubic-bezier(0, 0, .2, 1))
}

.carousel.svelte-12aq0mt .slide:where(.svelte-12aq0mt) img:where(.svelte-12aq0mt) {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(.4, 0, .2, 1)));
    transition-duration: var(--tw-duration, var(--default-transition-duration, .15s));
    --tw-duration: .5s;
    --tw-ease: var(--ease-out, cubic-bezier(0, 0, .2, 1));
    transition-duration: .5s;
    transition-timing-function: var(--ease-out, cubic-bezier(0, 0, .2, 1))
}

.carousel.svelte-12aq0mt:not(.is-visible) .slide:where(.svelte-12aq0mt) {
    opacity: 0
}

.carousel.svelte-12aq0mt:not(.is-visible) .slide:where(.svelte-12aq0mt) img:where(.svelte-12aq0mt) {
    --tw-scale-x: 0%;
    --tw-scale-y: 0%;
    --tw-scale-z: 0%;
    scale: var(--tw-scale-x) var(--tw-scale-y)
}

.prize.svelte-12aq0mt {
    row-gap: calc(var(--spacing, .25rem) * 4);
    width: var(--content-width);
    flex-direction: column;
    margin-inline: auto;
    display: flex
}

.prize.svelte-12aq0mt dl:where(.svelte-12aq0mt) {
    border-radius: var(--radius-lg, .5rem);
    border-style: var(--tw-border-style);
    background-color: var(--color-white, #fff);
    padding: calc(var(--spacing, .25rem) * 4);
    padding-bottom: calc(var(--spacing, .25rem) * 2);
    text-align: center;
    --tw-leading: var(--leading-tight, 1.25);
    line-height: var(--leading-tight, 1.25);
    border-width: 1px;
    border-color: currentColor
}

.prize.svelte-12aq0mt dl:where(.svelte-12aq0mt) b:where(.svelte-12aq0mt) {
    margin-inline: calc(var(--spacing, .25rem) * 1);
    vertical-align: -.1em;
    font-size: 150%
}

.prize.svelte-12aq0mt dt:where(.svelte-12aq0mt) {
    --tw-font-weight: var(--font-weight-black, 900);
    font-weight: var(--font-weight-black, 900)
}

.prize.svelte-12aq0mt dd:where(.svelte-12aq0mt) {
    font-size: var(--text-sm, .875rem);
    line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / .875)));
    --tw-font-weight: var(--font-weight-medium, 500);
    font-weight: var(--font-weight-medium, 500)
}

.prize.svelte-12aq0mt dd:where(.svelte-12aq0mt) b:where(.svelte-12aq0mt) {
    margin-inline: calc(var(--spacing, .25rem) * 1);
    vertical-align: -.1em;
    --tw-font-weight: var(--font-weight-black, 900);
    font-size: 250%;
    font-weight: var(--font-weight-black, 900);
    display: inline-block
}

@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
}

@layer properties {
    @supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {
        .svelte-hy1l6h, .svelte-hy1l6h:before, .svelte-hy1l6h:after, .svelte-hy1l6h::backdrop {
            --tw-border-style: solid;
            --tw-leading: initial;
            --tw-font-weight: initial;
            --tw-duration: initial;
            --tw-ease: initial;
            --tw-rotate-x: initial;
            --tw-rotate-y: initial;
            --tw-rotate-z: initial;
            --tw-skew-x: initial;
            --tw-skew-y: initial;
            --tw-scale-x: 1;
            --tw-scale-y: 1;
            --tw-scale-z: 1
        }
    }
}

.actors.svelte-hy1l6h {
    border-radius: var(--radius-2xl, 1rem);
    box-shadow: 0 0 0 4px var(--color-primary) inset;
    display: none;
}

.actor.svelte-hy1l6h {
    position: relative
}

.actor.svelte-hy1l6h:nth-child(n+2) {
    border-top-style: var(--tw-border-style);
    border-top-width: 4px;
    border-color: var(--color-primary)
}

.actor.svelte-hy1l6h .inner:where(.svelte-hy1l6h) {
    width: clamp(288px, 86.6667vw, var(--app-width) * .8);
    grid-template-columns:46.1538% 46.1538%;
    -moz-column-gap: 7.69231%;
    column-gap: 7.69231%;
    margin-inline: auto;
    display: grid
}

.actorImage.svelte-hy1l6h {
    aspect-ratio: 576/960;
    border-radius: var(--radius-2xl, 1rem);
    border-style: var(--tw-border-style);
    border-width: 4px;
    border-color: var(--color-primary);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.balloon.svelte-hy1l6h {
    z-index: 10;
    font-size: var(--text-xs, .75rem);
    line-height: var(--tw-leading, var(--text-xs--line-height, calc(1 / .75)));
    --tw-leading: 1;
    --tw-font-weight: var(--font-weight-medium, 500);
    line-height: 1;
    font-weight: var(--font-weight-medium, 500);
    color: var(--color-white, #fff);
    aspect-ratio: 180/88;
    margin-inline: -12.5%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -17.5%;
    display: flex;
    position: relative
}

.balloon.svelte-hy1l6h .bg:where(.svelte-hy1l6h) {
    inset: calc(var(--spacing, .25rem) * 0);
    z-index: -10;
    filter: drop-shadow(0 4px 8px #0003);
    position: absolute
}

.balloon.svelte-hy1l6h .bg:where(.svelte-hy1l6h) svg:where(.svelte-hy1l6h) {
    width: 100%;
    height: 100%
}

.balloon.svelte-hy1l6h b:where(.svelte-hy1l6h) {
    --tw-leading: calc(var(--spacing, .25rem) * 6);
    font-size: 1rem;
    line-height: calc(var(--spacing, .25rem) * 6);
    --tw-font-weight: var(--font-weight-black, 900);
    font-weight: var(--font-weight-black, 900);
    display: inline-block
}

.image.svelte-hy1l6h {
    margin-inline: auto;
    margin-top: calc(var(--spacing, .25rem) * 2);
    border-radius: 3.40282e38px;
    overflow: hidden
}

.name.svelte-hy1l6h {
    margin-top: calc(var(--spacing, .25rem) * 2);
    text-align: center;
    font-size: var(--text-sm, .875rem);
    line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / .875)));
    --tw-leading: var(--leading-tight, 1.25);
    line-height: var(--leading-tight, 1.25);
    --tw-font-weight: var(--font-weight-bold, 700);
    font-weight: var(--font-weight-bold, 700)
}

.actor.svelte-hy1l6h .inner:where(.svelte-hy1l6h) {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(.4, 0, .2, 1)));
    transition-duration: var(--tw-duration, var(--default-transition-duration, .15s));
    --tw-duration: .5s;
    --tw-ease: var(--ease-out, cubic-bezier(0, 0, .2, 1));
    transition-duration: .5s;
    transition-timing-function: var(--ease-out, cubic-bezier(0, 0, .2, 1))
}

.actor.svelte-hy1l6h .actorImage:where(.svelte-hy1l6h), .actor.svelte-hy1l6h .balloon:where(.svelte-hy1l6h), .actor.svelte-hy1l6h .image:where(.svelte-hy1l6h) {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(.4, 0, .2, 1)));
    transition-duration: var(--tw-duration, var(--default-transition-duration, .15s));
    --tw-duration: .5s;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(.4, 0, .4, 1.25)
}

.actor.svelte-hy1l6h:not(.is-visible) .inner:where(.svelte-hy1l6h) {
    opacity: 0
}

.actor.svelte-hy1l6h:not(.is-visible) .actorImage:where(.svelte-hy1l6h) {
    --tw-rotate-y: rotateY(90deg);
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
    perspective: 200px
}

.actor.svelte-hy1l6h:not(.is-visible) .balloon:where(.svelte-hy1l6h), .actor.svelte-hy1l6h:not(.is-visible) .image:where(.svelte-hy1l6h) {
    --tw-scale-x: 0%;
    --tw-scale-y: 0%;
    --tw-scale-z: 0%;
    scale: var(--tw-scale-x) var(--tw-scale-y)
}

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

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

@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-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
}

.carousel.svelte-10i1unk {
    margin-block: calc(var(--spacing, .25rem) * 8);
    justify-content: center;
    display: flex
}

.slide.svelte-10i1unk {
    flex-shrink: 0;
    width: 660px;
    height: 60px;
}

.bottom12 {
    margin-bottom: calc(var(--spacing, .25rem) * 16);
}
.p-fnav__bne {
    width: 244px;
}
.displaynone {
    display: none;
}

main.svelte-1rfij2f {
    z-index: 10;
    margin-bottom: calc(var(--spacing, .25rem) * 8);
    padding-bottom: calc(var(--spacing, .25rem) * 16 + 60px);
    position: relative
}

.kv.svelte-1rfij2f {
    margin-inline: auto;
    position: relative;
    overflow: hidden
}

@media (min-width: 40rem) {
    .kv.svelte-1rfij2f {
        border-bottom-right-radius: var(--radius-2xl, 1rem);
        border-bottom-left-radius: var(--radius-2xl, 1rem)
    }
}

.kv.svelte-1rfij2f {
    width: min(100vw, 100%);
    height: min(calc(432px / 1042 * 1353), calc(100vw / 1042 * 1353));
    margin-bottom: calc(var(--spacing, .25rem) * 8);
}

.kv.svelte-1rfij2f img:where(.svelte-1rfij2f):first-child {
    inset: calc(var(--spacing, .25rem) * 0);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 52% 45%;
    object-position: 52% 45%;
    width: 100%;
    height: 100%;
    position: absolute
}

.kv.svelte-1rfij2f img:where(.svelte-1rfij2f):nth-child(2) {
    top: calc(var(--spacing, .25rem) * 0);
    right: calc(var(--spacing, .25rem) * 0);
    margin: calc(var(--spacing, .25rem) * 4);
    width: calc(var(--app-width) / 396 * 64);
    position: absolute
}

.kv.svelte-1rfij2f img:where(.svelte-1rfij2f):nth-child(3) {
    top: calc(var(--spacing, .25rem) * 0);
    left: calc(var(--spacing, .25rem) * 0);
    margin: calc(var(--spacing, .25rem) * 4);
    width: calc(var(--app-width) / 396 * 132);
    position: absolute
}

.kv.svelte-1rfij2f img:where(.svelte-1rfij2f):nth-child(4) {
    left: calc(var(--app-width) / 960 * 60);
    width: calc(var(--app-width) / 960 * 322);
    position: absolute;
    top: 17.5%
}

h1.svelte-1rfij2f {
    width: calc(var(--app-width) / 396 * 306);
    margin-inline: auto;
    margin-top: clamp(-25%, 100vh - var(--app-width) * 2, -8.75%);
    position: relative
}

@layer properties {
    @supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {
        .svelte-cdaqnx, .svelte-cdaqnx:before, .svelte-cdaqnx:after, .svelte-cdaqnx::backdrop {
            --tw-border-style: solid;
            --tw-leading: initial;
            --tw-font-weight: initial
        }
    }
}

.box.svelte-cdaqnx {
    padding-bottom: calc(var(--spacing, .25rem) * 12);
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: min(50vh, 432px);
    display: flex
}

.box.svelte-cdaqnx:nth-child(n+2) {
    border-top-style: var(--tw-border-style);
    border-top-width: 4px;
    border-color: var(--color-primary)
}

.count.svelte-cdaqnx {
    height: calc(var(--spacing, .25rem) * 8);
    width: calc(var(--spacing, .25rem) * 24);
    border-bottom-right-radius: var(--radius-2xl, 1rem);
    border-bottom-left-radius: var(--radius-2xl, 1rem);
    background-color: var(--color-primary);
    font-size: var(--text-xs, .75rem);
    line-height: var(--tw-leading, var(--text-xs--line-height, calc(1 / .75)));
    --tw-leading: 1;
    --tw-font-weight: var(--font-weight-black, 900);
    line-height: 1;
    font-weight: var(--font-weight-black, 900);
    color: var(--color-white, #fff);
    justify-content: center;
    align-items: baseline;
    display: flex
}

.count.svelte-cdaqnx b:where(.svelte-cdaqnx) {
    font-size: 200%
}

.question.svelte-cdaqnx {
    margin-top: calc(var(--spacing, .25rem) * 6);
    margin-bottom: calc(var(--spacing, .25rem) * 2);
    text-align: center;
    min-height: 3em;
    font-size: var(--text-2xl, 1.5rem);
    line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
    --tw-font-weight: var(--font-weight-black, 900);
    font-weight: var(--font-weight-black, 900);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.answers.svelte-cdaqnx {
    margin-top: calc(var(--spacing, .25rem) * 6);
    align-items: stretch;
    row-gap: calc(var(--spacing, .25rem) * 4);
    width: var(--content-width);
    flex-direction: column;
    display: flex
}

.answer.svelte-cdaqnx {
    height: calc(var(--spacing, .25rem) * 16);
    cursor: pointer;
    border-style: var(--tw-border-style);
    border-width: 4px;
    border-color: var(--color-primary);
    background-color: var(--color-white, #fff);
    --tw-leading: var(--leading-tight, 1.25);
    line-height: var(--leading-tight, 1.25);
    --tw-font-weight: var(--font-weight-bold, 700);
    font-weight: var(--font-weight-bold, 700);
    border-radius: 3.40282e38px;
    justify-content: center;
    align-items: center;
    display: flex
}

.answer.svelte-cdaqnx:not(:disabled):hover {
    background-color: var(--color-primary);
    color: var(--color-white, #fff)
}

.answer.svelte-cdaqnx.selected {
    background-color: var(--color-primary);
    color: var(--color-white, #fff)
}

.answer.svelte-cdaqnx:disabled {
    cursor: not-allowed
}

.answer.svelte-cdaqnx:disabled:not(.selected) {
    border-color: var(--color-gray-300, oklch(87.2% .01 258.338));
    color: var(--color-gray-300, oklch(87.2% .01 258.338))
}

@layer properties {
    @supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {
        .svelte-1lq0tx5, .svelte-1lq0tx5:before, .svelte-1lq0tx5:after, .svelte-1lq0tx5::backdrop {
            --tw-font-weight: initial;
            --tw-leading: initial;
            --tw-border-style: solid
        }
    }
}

.box.svelte-1lq0tx5 {
    margin-top: calc(var(--spacing, .25rem) * 16);
    border-radius: var(--radius-2xl, 1rem);
    padding-block: calc(var(--spacing, .25rem) * 12);
    background-image: url(../dotPattern1.svg);
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    scroll-padding-top: 4rem;
    display: flex
}

@media (min-width: 480px) {
    .box.svelte-1lq0tx5 {
        margin-bottom: calc(var(--spacing, .25rem) * 16)
    }
}

h2.svelte-1lq0tx5 {
    text-align: center;
    --tw-font-weight: var(--font-weight-bold, 700);
    font-weight: var(--font-weight-bold, 700);
    color: var(--color-primary)
}

form.svelte-1lq0tx5 {
    margin-top: calc(var(--spacing, .25rem) * 6);
    row-gap: calc(var(--spacing, .25rem) * 6);
    width: var(--content-width);
    flex-direction: column;
    display: flex
}

form.svelte-1lq0tx5 .button:where(.svelte-1lq0tx5) {
    width: 100%
}

.question.svelte-1lq0tx5 {
    text-align: center;
    --tw-leading: 1.25;
    --tw-font-weight: var(--font-weight-medium, 500);
    line-height: 1.25;
    font-weight: var(--font-weight-medium, 500)
}

.answers.svelte-1lq0tx5 {
    margin-top: calc(var(--spacing, .25rem) * 4);
    gap: calc(var(--spacing, .25rem) * 4);
    flex-wrap: wrap;
    display: flex
}

input.svelte-1lq0tx5 {
    display: none
}

label.svelte-1lq0tx5:has(input:where(.svelte-1lq0tx5)) {
    height: calc(var(--spacing, .25rem) * 10);
    cursor: pointer;
    border-style: var(--tw-border-style);
    background-color: var(--color-white, #fff);
    border-width: 1px;
    border-color: #ddd;
    border-radius: .25rem;
    flex-shrink: 1;
    flex-basis: calc(50% - .5rem);
    justify-content: center;
    align-items: center;
    display: flex
}

label.svelte-1lq0tx5:has(input:where(.svelte-1lq0tx5)):has(input[name=gender]:where(.svelte-1lq0tx5)) {
    flex-basis: calc(33.3333% - .666667rem)
}

label.svelte-1lq0tx5:has(input:where(.svelte-1lq0tx5)):has(input[name=media]:where(.svelte-1lq0tx5)) {
    flex-basis: 100%
}

label.svelte-1lq0tx5:has(input:where(.svelte-1lq0tx5)):has(input:where(.svelte-1lq0tx5):checked) {
    color: var(--color-primary);
    border-color: currentColor
}

@layer properties {
    @supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {
        .svelte-18ijxcd, .svelte-18ijxcd:before, .svelte-18ijxcd:after, .svelte-18ijxcd::backdrop {
            --tw-border-style: solid
        }
    }
}

.title.svelte-18ijxcd {
    width: min(var(--app-width) * .75, 270px);
    padding-top: calc(var(--spacing, .25rem) * 12);
    margin-inline: auto
}

.questions.svelte-18ijxcd {
    margin-top: calc(var(--spacing, .25rem) * 12);
    border-radius: var(--radius-2xl, 1rem);
    border-style: var(--tw-border-style);
    border-width: 4px;
    border-color: var(--color-primary)
}

.spacer.svelte-18ijxcd {
    height: 30vh
}

@layer properties {
    @supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {
        .svelte-1km0xeo, .svelte-1km0xeo:before, .svelte-1km0xeo:after, .svelte-1km0xeo::backdrop {
            --tw-font-weight: initial;
            --tw-translate-x: 0;
            --tw-translate-y: 0;
            --tw-translate-z: 0
        }
    }
}

@layer properties {
    @supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {
        .svelte-1km0xeo, .svelte-1km0xeo:before, .svelte-1km0xeo:after, .svelte-1km0xeo::backdrop {
            --tw-font-weight: initial;
            --tw-translate-x: 0;
            --tw-translate-y: 0;
            --tw-translate-z: 0
        }
    }
}

.accordion.svelte-1km0xeo {
    width: var(--content-width);
    border-radius: var(--radius-4xl, 2rem);
    background-color: var(--color-white, #fff);
    grid-template-rows:auto 0fr;
    margin-inline: auto;
    transition: grid-template-rows .3s;
    display: grid
}

.accordion.open.svelte-1km0xeo {
    grid-template-rows:auto 1fr
}

.accordion.svelte-1km0xeo .accordion_content:where(.svelte-1km0xeo) {
    overflow: hidden
}

.accordion.svelte-1km0xeo .accordion_content:where(.svelte-1km0xeo) dl:where(.svelte-1km0xeo) {
    text-align: center
}

.accordion.svelte-1km0xeo .accordion_content:where(.svelte-1km0xeo) dl:where(.svelte-1km0xeo) dt:where(.svelte-1km0xeo) {
    height: calc(var(--spacing, .25rem) * 8);
    width: calc(var(--spacing, .25rem) * 40);
    background-color: var(--color-secondary);
    --tw-font-weight: var(--font-weight-bold, 700);
    font-weight: var(--font-weight-bold, 700);
    color: var(--color-white, #fff);
    border-radius: 3.40282e38px;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
    display: flex
}

.accordion.svelte-1km0xeo .accordion_content:where(.svelte-1km0xeo) dl:where(.svelte-1km0xeo) dt:where(.svelte-1km0xeo):nth-of-type(n+2) {
    margin-top: calc(var(--spacing, .25rem) * 12);
    position: relative
}

.accordion.svelte-1km0xeo .accordion_content:where(.svelte-1km0xeo) dl:where(.svelte-1km0xeo) dt:where(.svelte-1km0xeo):nth-of-type(n+2):before {
    content: "";
    margin-bottom: calc(var(--spacing, .25rem) * 5);
    height: calc(var(--spacing, .25rem) * 3);
    width: calc(var(--spacing, .25rem) * 4);
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
    background-color: var(--color-primary);
    clip-path: polygon(0 0%, 50% 100%, 100% 0%);
    position: absolute;
    bottom: 100%;
    left: 50%
}

.accordion.svelte-1km0xeo .accordion_content:where(.svelte-1km0xeo) dl:where(.svelte-1km0xeo) dd:where(.svelte-1km0xeo) {
    margin-top: calc(var(--spacing, .25rem) * 4);
    font-size: var(--text-sm, .875rem);
    line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / .875)))
}

.accordion.svelte-1km0xeo .accordion_content:where(.svelte-1km0xeo) dl:where(.svelte-1km0xeo) dd:where(.svelte-1km0xeo) a:where(.svelte-1km0xeo):not(.buttonLink) {
    color: var(--color-primary);
    text-decoration-line: underline
}

.accordion.svelte-1km0xeo .accordion_content:where(.svelte-1km0xeo) dl:where(.svelte-1km0xeo) dd:where(.svelte-1km0xeo) button:where(.svelte-1km0xeo), .accordion.svelte-1km0xeo .accordion_content:where(.svelte-1km0xeo) dl:where(.svelte-1km0xeo) dd:where(.svelte-1km0xeo) .buttonLink:where(.svelte-1km0xeo) {
    margin-top: calc(var(--spacing, .25rem) * 4);
    height: calc(var(--spacing, .25rem) * 12);
    background-color: var(--color-primary);
    --tw-font-weight: var(--font-weight-bold, 700);
    width: 100%;
    font-weight: var(--font-weight-bold, 700);
    color: var(--color-white, #fff);
    border-radius: 3.40282e38px;
    justify-content: center;
    align-items: center;
    display: flex
}

.button.svelte-1km0xeo {
    width: 100%;
    color: var(--color-default);
    background-image: none
}

@layer properties {
    @supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {
        .svelte-u1brlq, .svelte-u1brlq:before, .svelte-u1brlq:after, .svelte-u1brlq::backdrop {
            --tw-border-style: solid;
            --tw-leading: initial;
            --tw-font-weight: initial
        }
    }
}

.terms.svelte-u1brlq {
    margin-inline: auto;
    margin-top: calc(var(--spacing, .25rem) * 12);
    border-radius: var(--radius-2xl, 1rem);
    border-style: var(--tw-border-style);
    padding-inline: calc(var(--spacing, .25rem) * 4);
    padding-block: calc(var(--spacing, .25rem) * 6);
    font-size: var(--text-xs, .75rem);
    line-height: var(--tw-leading, var(--text-xs--line-height, calc(1 / .75)));
    --tw-leading: var(--leading-relaxed, 1.625);
    line-height: var(--leading-relaxed, 1.625);
    color: var(--color-white, #fff);
    max-height: min(50vh, var(--content-width));
    width: var(--content-width);
    border-width: 1px;
    border-color: #ffffff80;
    display: none;
    overflow: auto
}

.terms.svelte-u1brlq::-webkit-scrollbar {
    width: 20px
}

.terms.svelte-u1brlq::-webkit-scrollbar-thumb {
    background-color: #ffffff80;
    background-clip: content-box;
    border: 8px solid #0000;
    border-radius: 8px
}

.terms.svelte-u1brlq::-webkit-scrollbar-track {
    background-color: #0000
}

.terms.svelte-u1brlq h3:where(.svelte-u1brlq), .terms.svelte-u1brlq h4:where(.svelte-u1brlq) {
    --tw-font-weight: var(--font-weight-bold, 700);
    font-weight: var(--font-weight-bold, 700)
}

.terms.svelte-u1brlq h3:where(.svelte-u1brlq):not(:first-child), .terms.svelte-u1brlq h4:where(.svelte-u1brlq):not(:first-child) {
    margin-top: calc(var(--spacing, .25rem) * 4)
}

.terms.svelte-u1brlq p:where(.svelte-u1brlq), .terms.svelte-u1brlq > ul:where(.svelte-u1brlq) {
    margin-top: calc(var(--spacing, .25rem) * 4);
    word-break: break-all
}

.terms.svelte-u1brlq p:where(.svelte-u1brlq):is(h4:where(.svelte-u1brlq)+:where(.svelte-u1brlq)), .terms.svelte-u1brlq > ul:where(.svelte-u1brlq):is(h4:where(.svelte-u1brlq)+:where(.svelte-u1brlq)) {
    margin-top: calc(var(--spacing, .25rem) * 2)
}

.terms.svelte-u1brlq ul:where(.svelte-u1brlq) {
    padding-left: calc(var(--spacing, .25rem) * 4);
    list-style-type: disc;
    list-style-position: outside
}

.terms.svelte-u1brlq ul:where(.svelte-u1brlq) li:where(.svelte-u1brlq) {
    margin-top: calc(var(--spacing, .25rem) * 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)))) {
        .svelte-119rxen, .svelte-119rxen:before, .svelte-119rxen:after, .svelte-119rxen::backdrop {
            --tw-border-style: solid;
            --tw-leading: initial;
            --tw-font-weight: initial
        }
    }
}

.container.svelte-119rxen {
    margin-top: calc(var(--spacing, .25rem) * 12);
    margin-bottom: calc(var(--spacing, .25rem) * 8);
    border-radius: var(--radius-2xl, 1rem);
    padding: calc(var(--spacing, .25rem) * 10) calc(var(--spacing, .25rem) * 8);
    /*background-image: linear-gradient(to bottom, var(--color-secondary), var(--color-primary))*/
    background: linear-gradient(90deg, #E3F2FA 43%, #B5DBEF 100%);
}

.prize.svelte-119rxen {
    margin-inline: auto;
    margin-block: calc(var(--spacing, .25rem) * 2);
    row-gap: calc(var(--spacing, .25rem) * 4);
    flex-direction: column;
    display: flex
}

.prize.svelte-119rxen dl:where(.svelte-119rxen) {
    border-radius: var(--radius-lg, .5rem);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-white, #fff);
    padding: calc(var(--spacing, .25rem) * 4);
    padding-bottom: calc(var(--spacing, .25rem) * 3);
    text-align: center;
    --tw-leading: var(--leading-tight, 1.25);
    line-height: var(--leading-tight, 1.25);
    color: var(--color-white, #fff)
}

.prize.svelte-119rxen dl:where(.svelte-119rxen) b:where(.svelte-119rxen) {
    margin-inline: calc(var(--spacing, .25rem) * 1);
    vertical-align: -.1em;
    font-size: 150%
}

.prize.svelte-119rxen dt:where(.svelte-119rxen) {
    --tw-font-weight: var(--font-weight-black, 900);
    font-weight: var(--font-weight-black, 900)
}

.prize.svelte-119rxen dd:where(.svelte-119rxen) {
    font-size: var(--text-sm, .875rem);
    line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / .875)));
    --tw-font-weight: var(--font-weight-medium, 500);
    font-weight: var(--font-weight-medium, 500)
}

.prize.svelte-119rxen dd:where(.svelte-119rxen) b:where(.svelte-119rxen) {
    margin-inline: calc(var(--spacing, .25rem) * 1);
    vertical-align: -.1em;
    --tw-font-weight: var(--font-weight-black, 900);
    font-size: 250%;
    font-weight: var(--font-weight-black, 900);
    display: inline-block
}

.notice.svelte-119rxen {
    margin-inline: auto;
    /*margin-block: calc(var(--spacing, .25rem) * 8);*/
    font-size: var(--text-lg, .75rem);
    line-height: 2.5;
    color: var(--color-primary, #02ADEF);
    /*width: var(--content-width);*/
    background: #BBF7FF;
    border-radius: 15px 15px 0px 0px;
}

.notice-content {
    background: linear-gradient(0deg, #FFFFFF 0%, #FFFFFF 100%);
    padding: calc(var(--spacing, .25rem) * 4);
    line-height: 1.8;
}

.attention.svelte-119rxen {
    margin-inline: auto;
    font-size: var(--text-lg, .75rem);
    line-height: 2.5;
    color: var(--color-white, #fff);
    background: var(--color-primary, #02ADEF);
    border-radius: 15px 15px 0px 0px;
}

.attention-content {
    background: linear-gradient(0deg, #9de9f9 0%, #9de9f9 100%);
    padding: calc(var(--spacing, .25rem) * 4);
    line-height: 1.8;
}

@layer properties {
    @supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {
        .svelte-1lwihu1, .svelte-1lwihu1:before, .svelte-1lwihu1:after, .svelte-1lwihu1::backdrop {
            --tw-leading: initial;
            --tw-font-weight: initial;
            --tw-tracking: initial;
            --tw-border-style: solid
        }
    }
}

@keyframes svelte-1lwihu1-fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes svelte-1lwihu1-zoom {
    0% {
        opacity: 0;
        transform: scale(10)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.title.svelte-1lwihu1, .summary.svelte-1lwihu1, .card.svelte-1lwihu1 :where(.bg:where(.svelte-1lwihu1),.type:where(.svelte-1lwihu1),.productName:where(.svelte-1lwihu1)) {
    animation: 1s linear forwards svelte-1lwihu1-fadeIn
}

.productImage.svelte-1lwihu1 {
    animation: .5s ease-out forwards svelte-1lwihu1-zoom
}

.title.svelte-1lwihu1 {
    width: calc(var(--app-width) / 396 * 162);
    justify-content: center;
    align-items: center;
    height: 60px;
    margin-inline: auto;
    display: flex;
    position: relative
}

.card.svelte-1lwihu1 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative
}

.card.svelte-1lwihu1 .bg:where(.svelte-1lwihu1) {
    inset: calc(var(--spacing, .25rem) * 0);
    border-radius: var(--radius-2xl, 1rem);
    position: absolute;
    overflow: hidden
}

.card.svelte-1lwihu1 .bg:where(.svelte-1lwihu1):before {
    content: "";
    inset-inline: calc(var(--spacing, .25rem) * 0);
    bottom: calc(var(--spacing, .25rem) * 0);
    clip-path: polygon(0 40%, 0 100%, 100% 100%, 100% 0);
    background-color: #cee8f5;
    height: 60%;
    position: absolute
}

.card.svelte-1lwihu1 .bg:where(.svelte-1lwihu1):after {
    content: "";
    inset: calc(var(--spacing, .25rem) * 0);
    mix-blend-mode: soft-light;
    opacity: 1;
    background-image: radial-gradient(circle, #fff, #000);
    background-position: 50%;
    background-size: 150%;
    position: absolute
}

.card.svelte-1lwihu1 .type:where(.svelte-1lwihu1), .card.svelte-1lwihu1 .productName:where(.svelte-1lwihu1) {
    z-index: 10;
    position: relative
}

.card.svelte-1lwihu1 .type:where(.svelte-1lwihu1) {
    padding-top: calc(var(--spacing, .25rem) * 6);
    text-align: center;
    --tw-leading: var(--leading-tight, 1.25);
    line-height: var(--leading-tight, 1.25);
    --tw-font-weight: var(--font-weight-black, 900);
    font-weight: var(--font-weight-black, 900);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.card.svelte-1lwihu1 .type:where(.svelte-1lwihu1) b:where(.svelte-1lwihu1) {
    font-size: 4em
}

.card.svelte-1lwihu1 .productImage:where(.svelte-1lwihu1) {
    z-index: 5;
    width: max(150%, 60vh);
    position: relative
}

.card.svelte-1lwihu1 .productImage:where(.svelte-1lwihu1) img:where(.svelte-1lwihu1) {
    margin: -25% 0 -20%
}

.card.svelte-1lwihu1 .productName:where(.svelte-1lwihu1) {
    min-height: 25%;
    padding-bottom: calc(var(--spacing, .25rem) * 6);
    text-align: center;
    font-size: var(--text-sm, .875rem);
    line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / .875)));
    --tw-font-weight: var(--font-weight-black, 900);
    font-weight: var(--font-weight-black, 900);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.card.svelte-1lwihu1 .productName:where(.svelte-1lwihu1) img:where(.svelte-1lwihu1) {
    margin-right: calc(var(--spacing, .25rem) * 1);
    height: calc(var(--spacing, .25rem) * 6);
    vertical-align: bottom;
    width: auto;
    display: inline-block
}

.card.svelte-1lwihu1 .productName:where(.svelte-1lwihu1) b:where(.svelte-1lwihu1) {
    margin-top: calc(var(--spacing, .25rem) * 2);
    font-size: var(--text-2xl, 1.5rem);
    line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
    --tw-leading: var(--leading-tight, 1.25);
    line-height: var(--leading-tight, 1.25)
}

.personality.svelte-1lwihu1, .productDetails.svelte-1lwihu1 {
    margin-inline: auto;
    margin-top: calc(var(--spacing, .25rem) * 9);
    font-size: var(--text-sm, .875rem);
    line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / .875)));
    --tw-leading: var(--leading-loose, 2);
    line-height: var(--leading-loose, 2);
    --tw-font-weight: var(--font-weight-medium, 500);
    font-weight: var(--font-weight-medium, 500);
    --tw-tracking: var(--tracking-wide, .025em);
    letter-spacing: var(--tracking-wide, .025em);
    width: var(--content-width)
}

.productDetails.svelte-1lwihu1 h3:where(.svelte-1lwihu1) {
    margin-bottom: calc(var(--spacing, .25rem) * 4);
    text-align: center;
    font-size: var(--text-base, 1rem);
    line-height: var(--tw-leading, var(--text-base--line-height, 1.5));
    --tw-leading: var(--leading-tight, 1.25);
    line-height: var(--leading-tight, 1.25);
    --tw-font-weight: var(--font-weight-bold, 700);
    font-weight: var(--font-weight-bold, 700)
}

.productDetails.svelte-1lwihu1 .detailsLink:where(.svelte-1lwihu1) {
    margin-top: calc(var(--spacing, .25rem) * 8);
    text-align: center
}

.productDetails.svelte-1lwihu1 .detailsLink:where(.svelte-1lwihu1) a:where(.svelte-1lwihu1) {
    height: calc(var(--spacing, .25rem) * 12);
    border-style: var(--tw-border-style);
    border-width: 2px;
    border-color: var(--color-black, #000);
    background-color: var(--color-white, #fff);
    --tw-font-weight: var(--font-weight-bold, 700);
    font-weight: var(--font-weight-bold, 700);
    width: calc(var(--content-width) / 3 * 2);
    border-radius: 3.40282e38px;
    justify-content: center;
    align-items: center;
    display: inline-flex
}

.productDetails.svelte-1lwihu1 .detailsLink:where(.svelte-1lwihu1) a:where(.svelte-1lwihu1):hover {
    background-color: var(--color-black, #000);
    color: var(--color-white, #fff)
}

.notice.svelte-1lwihu1 {
    margin-bottom: calc(var(--spacing, .25rem) * 6);
    text-align: center;
    font-size: var(--text-xs, .75rem);
    line-height: var(--tw-leading, var(--text-xs--line-height, calc(1 / .75)))
}

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

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

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

/*! tailwindcss v4.1.12 | 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)))) {
        .svelte-13bu5ry, .svelte-13bu5ry:before, .svelte-13bu5ry:after, .svelte-13bu5ry::backdrop {
            --tw-translate-x: 0;
            --tw-translate-y: 0;
            --tw-translate-z: 0;
            --tw-font-weight: initial
        }
    }
}

.main.svelte-13bu5ry {
    --app-width: calc(100vw + 2rem);
    --left-offset: calc(min(100% - var(--app-width), 0px) / 2);
    --content-width: clamp(270px, 80vw, calc(var(--app-width) * .8));
    width: var(--app-width);
    left: var(--left-offset);
    margin-inline: auto;
    position: relative
}

@media (min-width: 480px) {
    .main.svelte-13bu5ry {
        --app-width: 432px
    }
}

.bg.svelte-13bu5ry {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%
}

.gb45thLogo.svelte-13bu5ry {
    z-index: 20;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
    display: none;
    position: fixed;
    top: 50%
}

@media (min-width: 48rem) {
    .gb45thLogo.svelte-13bu5ry {
        display: block
    }
}

.gb45thLogo.svelte-13bu5ry {
    left: 15%
}

.gb45thLogo.svelte-13bu5ry img:where(.svelte-13bu5ry) {
    width: auto;
    height: min(192px, 15vw)
}

.cpLogo.svelte-13bu5ry {
    z-index: 20;
    --tw-translate-x: 50%;
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
    display: none;
    position: fixed;
    top: 50%
}

@media (min-width: 48rem) {
    .cpLogo.svelte-13bu5ry {
        display: block
    }
}

.cpLogo.svelte-13bu5ry {
    right: 15%
}

.cpLogo.svelte-13bu5ry img:where(.svelte-13bu5ry) {
    width: auto;
    height: min(152px, 8vw)
}

.button {
    height: calc(var(--spacing, .25rem) * 16);
    cursor: pointer;
    --tw-font-weight: var(--font-weight-bold, 700);
    font-weight: var(--font-weight-bold, 700);
    color: var(--color-white, #fff);
    width: var(--content-width);
    background-image: linear-gradient(to right, var(--color-primary), var(--color-secondary) 50%, var(--color-primary));
    background-size: 200%;
    border-radius: 3.40282e38px;
    justify-content: center;
    align-items: center;
    transition: background-position .3s;
    display: inline-flex
}

.button:hover {
    background-position: 100% 0
}

.button:disabled {
    cursor: not-allowed;
    background: #ccc
}

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

.poster-modal {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
}

.poster-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.6);
}

.poster-content {
    position: relative;
    background: #fff;
    border-radius: var(--radius-xl, .75rem);
    padding: calc(var(--spacing, .25rem) * 4);
    max-width: 90vw;
    max-height: 90vh;
    box-sizing: border-box;
    overflow: hidden;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    place-items: center;
    box-shadow: 0 10px 30px rgba(0,0,0,.3);
}

.poster-img {
    width: auto;
    height: auto;
    max-width: min(1024px, 100%);
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    border-radius: var(--radius-lg, .5rem);
    -webkit-touch-callout: default;
}

.poster-actions {
    margin-top: calc(var(--spacing, .25rem) * 4);
    display: flex;
    gap: calc(var(--spacing, .25rem) * 2);
    justify-content: center;
}
.poster-loading {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    padding: calc(var(--spacing, .25rem) * 4);
}
.poster-loading-text {
    margin-top: calc(var(--spacing, .25rem) * 2);
    font-weight: var(--font-weight-medium, 500);
}
.poster-spinner {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid rgba(0,0,0,.1);
    border-top-color: #0B74DE;
    animation: poster-spin 1s linear infinite;
}
@keyframes poster-spin {
    to { transform: rotate(360deg); }
}
