* {
    user-select: none;
    margin: 0;
    padding: 0
}

html,body {
    min-height: 100%
}

html {
    height: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    display: flex;
    flex-direction: column;
    background:
        radial-gradient(circle at top, rgba(255, 205, 92, .12), transparent 28%),
        radial-gradient(circle at 50% 18%, rgba(255, 170, 64, .08), transparent 38%),
        radial-gradient(circle at 50% 100%, rgba(255, 180, 72, .08), transparent 24%),
        linear-gradient(180deg, #050505 0%, #0b0b0d 42%, #090709 100%);
    color: #fff;
    overflow-x: hidden;
    padding-bottom: calc(180px + env(safe-area-inset-bottom, 0px))
}

@supports (height: 100dvh) {
    body {
        min-height: 100dvh
    }
}

body::after {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 180px;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255, 194, 92, .03) 28%, rgba(16, 11, 10, .72) 100%);
    z-index: 0
}

img {
    width: 100%;
    display: block
}

.kf {
    position: fixed;
    top: 220px;
    right: 0;
    z-index: 1100
}

.kf .floatright {
    width: 76px !important;
    height: auto !important;
    cursor: pointer;
    filter: drop-shadow(0 10px 18px rgba(0,0,0,.35))
}

* {
    padding: 0px;
    margin: 0px
}

.page-shell {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding: 0 0 24px;
    box-sizing: border-box
}

.promo-banner {
    margin: 10px 12px 0;
    padding: 12px 12px 10px;
    border-radius: 18px;
    display: grid;
    grid-template-columns: clamp(82px, 11vw, 118px) minmax(0, 1fr) clamp(82px, 11vw, 118px);
    align-items: center;
    gap: 10px;
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 214, 126, .18), transparent 36%),
        linear-gradient(180deg, rgba(22, 17, 8, .96), rgba(8, 8, 9, .92));
    border: 1px solid rgba(255, 205, 110, .22);
    box-shadow: 0 16px 34px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.04);
    overflow: hidden;
    cursor: pointer;
    position: relative
}

.promo-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(255, 219, 137, .12), transparent 28%, transparent 72%, rgba(255, 166, 41, .08)),
        radial-gradient(circle at 50% 20%, rgba(255,255,255,.06), transparent 34%);
    pointer-events: none;
    mix-blend-mode: screen;
    opacity: .9
}

.promo-banner--bottom {
    margin-top: 30px
}

.promo-art {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 10px 18px rgba(0,0,0,.35))
}

.promo-art--crown {
    justify-self: start;
    max-width: 118px
}

.promo-art-shell--caishen {
    position: relative;
    justify-self: end;
    width: 100%;
    max-width: 118px;
    display: grid;
    place-items: center;
    isolation: isolate
}

.promo-art-shell--caishen::before {
    content: "";
    position: absolute;
    inset: -10%;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(117, 184, 255, .30) 0%, rgba(117, 184, 255, .16) 34%, rgba(117, 184, 255, 0) 72%);
    box-shadow:
        0 0 0 2px rgba(154, 209, 255, .22),
        0 0 26px rgba(96, 168, 255, .26),
        0 0 48px rgba(70, 138, 255, .16);
    filter: blur(1px);
    opacity: .95;
    animation: promo-caishen-ring 2.8s ease-in-out infinite;
    z-index: 0
}

.promo-art-shell--caishen::after {
    content: "";
    position: absolute;
    inset: 12%;
    border-radius: 50%;
    border: 1px solid rgba(169, 218, 255, .22);
    box-shadow:
        inset 0 0 18px rgba(110, 181, 255, .10),
        0 0 14px rgba(110, 181, 255, .12);
    opacity: .8;
    z-index: 0
}

.promo-art--caishen {
    width: 100%;
    max-width: 118px;
    position: relative;
    z-index: 1;
    filter:
        drop-shadow(0 12px 18px rgba(0,0,0,.35))
        drop-shadow(0 0 10px rgba(104, 175, 255, .18));
    transform: translateZ(0)
}

.promo-copy {
    position: relative;
    z-index: 1;
    text-align: center;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px
}

.promo-brand {
    font-size: 14px;
    line-height: 1.2;
    color: #f5d38a;
    letter-spacing: .02em;
    margin: 0;
    font-weight: 700;
    text-shadow: 0 1px 0 rgba(0,0,0,.45)
}

.promo-headline {
    font-size: 19px;
    line-height: 1.18;
    color: #fff0c9;
    text-shadow: 0 2px 0 rgba(0,0,0,.5);
    margin: 0;
    font-weight: 800
}

.promo-note {
    margin: 0;
    font-size: 15px;
    line-height: 1.35;
    color: rgba(255,255,255,.82)
}

.promo-emphasis {
    color: #ffe7a6;
    text-shadow:
        0 0 6px rgba(255, 208, 96, .22),
        0 0 12px rgba(255, 186, 50, .12);
    font-weight: 900;
    letter-spacing: .01em
}

.action-strip {
    margin: 0 12px;
    padding: 10px 12px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(20, 16, 8, .92), rgba(10, 10, 10, .78));
    border: 1px solid rgba(255, 196, 92, .18);
    box-shadow: 0 10px 30px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.04);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px
}

.action-copy {
    min-width: 0;
    width: 100%
}

.copy-line {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 10px
}

.action-copy h1 {
    font-size: 19px;
    line-height: 1.15;
    margin: 0
}

.action-copy p {
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255,255,255,.74)
}

.badge-copy {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    color: #ffefbb;
    background: linear-gradient(180deg, rgba(255, 201, 98, .16), rgba(255, 167, 60, .06));
    border: 1px solid rgba(255, 205, 110, .22);
    letter-spacing: .02em
}

.consult-float {
    position: fixed;
    left: 50%;
    bottom: 24px;
    z-index: 1200;
    width: min(750px, calc(100% - 24px));
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 16px;
    background: rgba(9, 9, 10, .88);
    border: 1px solid rgba(255, 205, 110, .16);
    box-shadow: 0 14px 28px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.04);
    backdrop-filter: blur(10px)
}

.live-comment-ticker {
    position: fixed;
    left: 10px;
    bottom: calc(112px + env(safe-area-inset-bottom, 0px));
    width: min(80vw, 360px);
    z-index: 1190;
    pointer-events: none;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none
}

.live-comment-ticker__viewport {
    overflow: hidden;
    height: 152px;
    pointer-events: auto
}

.live-comment-ticker__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
    transform: translateY(0);
    transition: transform .45s cubic-bezier(.22,.8,.24,1)
}

.live-comment-ticker__item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    max-width: 100%;
    min-height: 26px;
    padding: 0 8px 0 6px;
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .45));
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
    color: #f5fbff;
    font-size: 11px;
    line-height: 1.2;
    overflow: hidden
}

.live-comment-ticker__item[data-level-band="mid"] {
    background:
        linear-gradient(180deg, rgba(12, 12, 12, .66), rgba(0, 0, 0, .5))
}

.live-comment-ticker__item[data-level-band="high"] {
    background:
        linear-gradient(180deg, rgba(46, 31, 0, .76), rgba(4, 3, 0, .56))
}

.live-comment-ticker__item[data-level-band="high"] {
    position: relative;
    border-color: rgba(255, 221, 136, .30);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.05),
        0 0 0 1px rgba(255, 214, 136, .10),
        0 0 14px rgba(255, 196, 78, .12);
    animation: live-comment-high-pulse 2.8s ease-in-out infinite;
}

.live-comment-ticker__item[data-level-band="high"]::after {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    pointer-events: none;
    background:
        linear-gradient(120deg, transparent 0%, rgba(255, 241, 194, .08) 22%, rgba(255, 211, 102, .18) 50%, rgba(255, 241, 194, .08) 78%, transparent 100%);
    transform: translateX(-120%);
    animation: live-comment-high-sheen 3.2s linear infinite;
    mix-blend-mode: screen;
}

.live-comment-ticker__badge {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    min-width: 26px;
    height: 16px;
    padding: 0 6px 0 4px;
    border-radius: 999px;
    background: rgba(0, 0, 0, .42);
    border: 1px solid rgba(255,255,255,.10);
    color: #e8f4ff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .01em
}

.live-comment-ticker__badge[data-level-band="low"] {
    background: rgba(0, 0, 0, .36);
    border-color: rgba(255,255,255,.08);
    color: rgba(232, 240, 248, .88)
}

.live-comment-ticker__badge[data-level-band="mid"] {
    background: rgba(25, 35, 62, .64);
    border-color: rgba(136, 179, 255, .24);
    color: #eef5ff
}

.live-comment-ticker__badge[data-level-band="high"] {
    background: rgba(56, 36, 0, .72);
    border-color: rgba(255, 214, 136, .28);
    color: #fff2c7
}

.live-comment-ticker__badge-icon {
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    background: linear-gradient(180deg, #d9edff 0%, #8fc3ff 48%, #4d88ff 100%);
    transform: rotate(45deg);
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(220, 236, 255, .18), 0 0 8px rgba(116, 177, 255, .16)
}

.live-comment-ticker__badge[data-level-band="mid"] .live-comment-ticker__badge-icon {
    background: linear-gradient(180deg, #ffe7b8 0%, #f7c95f 48%, #c88b18 100%);
    box-shadow: 0 0 0 1px rgba(255, 236, 191, .18), 0 0 8px rgba(247, 201, 95, .14)
}

.live-comment-ticker__badge[data-level-band="high"] .live-comment-ticker__badge-icon {
    width: 9px;
    height: 9px;
    background: linear-gradient(180deg, #fff8dc 0%, #ffe287 45%, #f0b52d 100%);
    box-shadow: 0 0 0 1px rgba(255, 244, 208, .22), 0 0 12px rgba(255, 209, 105, .26)
}

.live-comment-ticker__badge[data-level-band="high"] .live-comment-ticker__badge-icon {
    animation: live-comment-high-icon 1.8s ease-in-out infinite;
}

.live-comment-ticker__badge-count {
    line-height: 1;
    color: #f3f7ff;
    font-weight: 700
}

.live-comment-ticker__badge[data-level-band="high"] .live-comment-ticker__badge-count {
    color: #fff0c2
}

@keyframes live-comment-high-pulse {
    0%, 100% {
        box-shadow:
            inset 0 1px 0 rgba(255,255,255,.05),
            0 0 0 1px rgba(255, 214, 136, .10),
            0 0 14px rgba(255, 196, 78, .12);
    }
    50% {
        box-shadow:
            inset 0 1px 0 rgba(255,255,255,.08),
            0 0 0 1px rgba(255, 232, 168, .20),
            0 0 18px rgba(255, 211, 102, .22);
    }
}

@keyframes live-comment-high-sheen {
    0% {
        transform: translateX(-120%);
    }
    100% {
        transform: translateX(120%);
    }
}

@keyframes live-comment-high-icon {
    0%, 100% {
        transform: rotate(45deg) scale(1);
        filter: brightness(1);
    }
    50% {
        transform: rotate(45deg) scale(1.08);
        filter: brightness(1.1);
    }
}

.live-comment-ticker__name {
    flex: 0 0 auto;
    max-width: 44px;
    color: #f5d38a;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.live-comment-ticker__content {
    min-width: 0;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.consult-copy {
    min-width: 0
}

.consult-title {
    font-size: 14px;
    line-height: 1.2;
    color: #ffefbb;
    font-weight: 700;
    margin: 0 0 2px;
    text-shadow: 0 1px 0 rgba(0,0,0,.45)
}

.consult-btn {
    appearance: none;
    border: 1px solid rgba(255, 240, 193, .20);
    border-radius: 999px;
    padding: 10px 14px;
    min-width: 104px;
    font-size: 14px;
    font-weight: 700;
    color: #1b1305;
    background: linear-gradient(135deg, #fff0c2 0%, #f6cf71 42%, #eaa92c 100%);
    box-shadow: 0 10px 20px rgba(255, 176, 40, .26);
    cursor: pointer
}

.consult-btn:active {
    transform: translateY(1px);
    box-shadow: 0 8px 16px rgba(255, 176, 40, .22)
}

.content {
    margin: 10px 12px 0;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, rgba(255, 196, 92, .08), rgba(255,255,255,.03));
    border: 1px solid rgba(255, 196, 92, .18);
    box-shadow: 0 18px 46px rgba(0,0,0,.32), 0 0 0 1px rgba(255,255,255,.03) inset;
    transform-style: preserve-3d;
    perspective: 1100px;
    will-change: transform, opacity
}

.content::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 214, 126, .08), transparent 40%),
        linear-gradient(180deg, rgba(255,255,255,.025), transparent 26%);
    pointer-events: none;
    mix-blend-mode: screen;
    opacity: .45;
    z-index: 1
}

.content::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 84%;
    height: 30px;
    transform: translateX(-50%);
    background: radial-gradient(ellipse at center, rgba(255, 170, 64, .10), rgba(255, 170, 64, 0) 72%);
    filter: blur(16px);
    pointer-events: none;
    opacity: .55;
    z-index: 0
}

.main-visual {
    width: 100%;
    height: auto;
    object-fit: contain;
    cursor: pointer;
    background: transparent;
    transform-origin: center center;
    transform: translateZ(0);
    will-change: transform;
    position: relative;
    z-index: 0;
    filter: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.content .main-visual {
    display: block
}

.content > .main-visual {
    position: relative;
    z-index: 2
}

.content[data-tilt-ready="1"] {
    transition: transform .65s cubic-bezier(.2,.8,.2,1), opacity .65s ease;
}

.content[data-tilt-ready="1"].is-active {
    transform: perspective(1100px) translateY(var(--card-y, 0px)) rotateX(var(--card-rot, 0deg)) scale(1);
    opacity: var(--card-opacity, 1);
}

.content[data-tilt-ready="1"] .main-visual {
    transform: translate3d(0, 0, 0) scale(1);
    transition: transform .18s ease-out
}

@media (max-width: 480px) {
    body {
        padding-bottom: calc(220px + env(safe-area-inset-bottom, 0px))
    }

    .kf {
        top: auto;
        right: 4px;
        bottom: calc(368px + env(safe-area-inset-bottom, 0px));
        z-index: 1210
    }

    .kf .floatright {
        width: 58px !important
    }

    .promo-banner {
        grid-template-columns: 66px minmax(0, 1fr) 66px;
        gap: 6px;
        padding: 9px 9px 8px;
        border-radius: 14px
    }

    .promo-art--crown,
    .promo-art--caishen {
        max-width: 66px
    }

    .promo-art-shell--caishen {
        max-width: 66px
    }

    .promo-art-shell--caishen::before {
        inset: -12%;
        box-shadow:
            0 0 0 2px rgba(154, 209, 255, .18),
            0 0 18px rgba(96, 168, 255, .22),
            0 0 34px rgba(70, 138, 255, .12)
    }

    .promo-art-shell--caishen::after {
        inset: 14%
    }

    .promo-art--caishen {
        filter:
            drop-shadow(0 10px 14px rgba(0,0,0,.30))
            drop-shadow(0 0 8px rgba(104, 175, 255, .14))
    }

    .promo-brand {
        font-size: 11px
    }

    .promo-headline {
        font-size: 15px;
        line-height: 1.15
    }

    .promo-note {
        font-size: 11px;
        line-height: 1.25
    }

    .promo-emphasis {
        text-shadow:
            0 0 5px rgba(255, 208, 96, .18),
            0 0 10px rgba(255, 186, 50, .10)
    }

    .action-strip {
        flex-direction: column;
        align-items: stretch
    }

    .action-copy {
        text-align: center
    }

    .copy-line {
        justify-content: center
    }

    .badge-copy {
        justify-content: center
    }

    .action-copy h1 {
        font-size: 18px
    }

    .consult-float {
        left: 12px;
        right: 12px;
        bottom: calc(10px + env(safe-area-inset-bottom, 0px));
        width: auto;
        transform: none;
        padding: 8px 10px;
        border-radius: 14px;
        gap: 10px
    }

    .consult-title {
        font-size: 13px
    }

    .consult-btn {
        min-width: 92px;
        padding: 9px 12px;
        font-size: 13px
    }

    .live-comment-ticker {
        left: 10px;
        width: min(78vw, 320px);
        bottom: calc(84px + env(safe-area-inset-bottom, 0px))
    }

    .live-comment-ticker__viewport {
        height: 146px
    }

    .live-comment-ticker__item {
        min-height: 25px;
        padding: 0 7px 0 5px;
        font-size: 11px
    }

    .live-comment-ticker__name {
        max-width: 40px
    }

}

@keyframes promo-caishen-ring {
    0%, 100% {
        opacity: .85;
        transform: scale(1)
    }
    50% {
        opacity: 1;
        transform: scale(1.05)
    }
}
