/*
 * Yinse Custom Theme
 * For YinSe Store
 */
:root {
    --xn-block-gap: 18px;
    --xn-ink: #294660;
    --xn-ink-2: #385a76;
    --xn-building: #294660;
    --xn-hair: #ec7c82;
    --xn-hair-soft: #f2a1a5;
    --xn-sky: #dce8f5;
    --xn-mist: #aebfd5;
    --xn-cyan: #72dcea;
    --xn-paper: rgba(252, 253, 255, 0.80);
    --xn-paper-2: rgba(224, 235, 247, 0.62);
    --xn-line: rgba(126, 159, 196, 0.28);
    --xn-line-strong: rgba(87, 210, 226, 0.46);
    --xn-pink: #ec7c82;
    --xn-brick: #d85e6a;
    --xn-success: #49a99f;
    --xn-warning: #dca856;
    --xn-shadow: 0 18px 46px rgba(54, 83, 118, 0.16);
    --xn-shadow-hover: 0 24px 58px rgba(54, 83, 118, 0.22);
}

body.yinse-theme.xn {
    --yinse-layout-gap: var(--xn-block-gap);
    --yinse-bg: var(--xn-paper-2);
    --yinse-surface: var(--xn-paper);
    --yinse-black: var(--xn-building);
    --yinse-text: var(--xn-ink);
    --yinse-muted: #687f99;
    --yinse-muted-strong: #4b6781;
    --yinse-muted-soft: var(--xn-mist);
    --yinse-link: #357f9b;
    --yinse-border: var(--xn-line);
    --yinse-border-strong: var(--xn-line-strong);
    --yinse-accent: var(--xn-cyan);
    --yinse-accent-light: #b8f4f8;
    --yinse-accent-rgb: 114, 220, 234;
    --yinse-shadow-soft: var(--xn-shadow);
    --yinse-shadow-elevated: var(--xn-shadow-hover);
    min-height: 100vh;
    background-color: #dce8f5 !important;
    background-image:
        var(--yinse-page-background-image, none) !important;
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    color: var(--xn-ink);
}

body.yinse-theme.xn::before {
    display: none !important;
}

body.yinse-theme.xn::after {
    display: none !important;
}

body.yinse-theme.xn.yinse-bg-mask-on::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    display: block !important;
    pointer-events: none;
    background: rgba(232, 240, 250, 0.24);
}

.yinse-ribbon-wind-layer {
    position: fixed;
    inset: 0;
    z-index: 2147483647;
    overflow: visible;
    pointer-events: none;
    contain: layout paint;
}

.yinse-ribbon-wind-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.72;
    mix-blend-mode: screen;
}

@media (prefers-reduced-motion: reduce) {
    .yinse-ribbon-wind-layer {
        display: none !important;
    }
}

@media (max-width: 767.98px), (hover: none), (pointer: coarse) {
    .yinse-ribbon-wind-layer {
        display: none !important;
    }
}

body.xn .yinse-page-frame {
    min-height: 100vh;
}

body.xn .yinse-main {
    margin-top: var(--xn-block-gap) !important;
}

body.xn .yinse-nav-shell + .yinse-nav-shell,
body.xn .yinse-header + .yinse-nav-shell {
    padding-top: var(--xn-block-gap) !important;
}

body.xn .yinse-shop-layout {
    gap: var(--xn-block-gap) !important;
}

body.xn .yinse-catalog-panel,
body.xn .yinse-inline-item-panel,
body.xn .yinse-item-unified-panel,
body.xn .yinse-description-panel,
body.xn .yinse-item-panel {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

body.xn .yinse-nav,
body.xn .panel,
body.xn .yinse-item-unified-panel,
body.xn .yinse-footer-wrap,
body.xn .yinse-layer-popup,
body.xn .component-popup {
    border: 1px solid var(--xn-line) !important;
    background: rgba(248, 252, 255, 0.76) !important;
    color: var(--xn-ink) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.86),
        var(--xn-shadow) !important;
    backdrop-filter: blur(var(--yinse-container-blur, 20px)) saturate(112%) !important;
    -webkit-backdrop-filter: blur(var(--yinse-container-blur, 20px)) saturate(112%) !important;
}

body.xn .yinse-nav {
    border-radius: 18px !important;

}

body.xn .yinse-nav::after {
    display: none;
}

body.xn .yinse-brand,
body.xn .yinse-brand-name,
body.xn .yinse-nav-link,
body.xn .yinse-user-chip,
body.xn .yinse-user-name,
body.xn .yinse-user-balance,
body.xn .dropdown-item,
body.xn .form-control,
body.xn .yinse-searchbox,
body.xn .yinse-search-combo,
body.xn .yinse-category-name,
body.xn .yinse-commodity-name,
body.xn .yinse-description-body,
body.xn .yinse-notice-popup-inner {
    color: var(--xn-ink) !important;
}

body.xn .yinse-brand-mark,
body.xn .yinse-user-avatar,
body.xn .yinse-current-cat-icon,
body.xn .item-cover {
    border: 1px solid rgba(67, 184, 207, 0.36) !important;
    box-shadow: 0 0 0 4px rgba(67, 184, 207, 0.08) !important;
}

body.xn .yinse-current-cat-icon {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    filter: none !important;
}

body.xn .yinse-brand {
    position: relative;
    isolation: isolate;
    min-height: 48px;
    padding: 5px 14px 5px 6px;
    border: 1px solid transparent;
    border-radius: 15px;
    transition:
        transform 0.28s ease,
        border-color 0.28s ease,
        background-color 0.28s ease,
        box-shadow 0.28s ease;
}

body.xn .yinse-brand::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background:
        radial-gradient(circle at 22px 50%, rgba(240, 111, 139, 0.18), transparent 36px),
        radial-gradient(circle at calc(100% - 18px) 18px, rgba(67, 184, 207, 0.16), transparent 42px),
        linear-gradient(135deg, rgba(255, 255, 255, 0.48), rgba(200, 247, 253, 0.24));
    opacity: 0.62;
    transform: scale(0.98);
    transition:
        opacity 0.28s ease,
        transform 0.28s ease;
}

body.xn .yinse-brand::after {
    content: "\2726";
    position: absolute;
    right: 7px;
    top: 3px;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(240, 111, 139, 0.20);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.64);
    color: var(--xn-pink);
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    opacity: 0.78;
    transform: translateY(0) rotate(10deg) scale(0.92);
    transition:
        opacity 0.28s ease,
        transform 0.28s ease;
}

body.xn .yinse-brand-mark {
    position: relative;
    border: 1px solid rgba(67, 184, 207, 0.42) !important;
    background:
        radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.92), rgba(234, 248, 251, 0.70)) !important;
    box-shadow:
        0 0 0 3px rgba(255, 255, 255, 0.72),
        0 0 0 6px rgba(67, 184, 207, 0.08),
        0 8px 20px rgba(26, 73, 95, 0.13) !important;
    transform: translateY(0) rotate(0deg);
    transition:
        transform 0.36s cubic-bezier(0.2, 0.9, 0.2, 1.1),
        box-shadow 0.28s ease,
        border-color 0.28s ease,
        filter 0.28s ease;
    animation: yinseBrandAvatarFloat 4.8s ease-in-out infinite;
}

body.xn .yinse-brand-chip {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 32px;
    padding: 0 22px 0 8px;
    border: 0;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
}

body.xn .yinse-brand-chip::before {
    content: "";
    position: absolute;
    left: 8px;
    right: 24px;
    bottom: 3px;
    height: 5px;
    border-radius: 999px;
    background:
        linear-gradient(90deg, rgba(240, 111, 139, 0.34), rgba(67, 184, 207, 0.46), rgba(126, 232, 168, 0.30));
    opacity: 0;
    transform: scaleX(0.24) translateY(2px);
    transform-origin: left center;
    pointer-events: none;
    filter: blur(0.2px);
    transition:
        opacity 0.28s ease,
        transform 0.34s cubic-bezier(0.2, 0.9, 0.2, 1.1);
}

body.xn .yinse-brand-chip::after {
    content: "";
    position: absolute;
    right: 7px;
    top: 50%;
    width: 16px;
    height: 22px;
    border-radius: 0;
    background: url("./ice-droplet.png") center / contain no-repeat;
    opacity: 0.68;
    transform: translateY(-50%) rotate(12deg);
}

body.xn .yinse-brand-name {
    position: relative;
    z-index: 1;
    color: #294660 !important;
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    font-size: 1.1rem;
    font-weight: 900;
    text-shadow: 0 6px 18px rgba(26, 73, 95, 0.10);
    transform: translateY(0);
    transition:
        transform 0.28s ease,
        background-position 0.38s ease,
        filter 0.28s ease,
        letter-spacing 0.28s ease;
}

body.xn .yinse-brand:hover,
body.xn .yinse-brand:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(57, 164, 190, 0.22);
    background: rgba(255, 255, 255, 0.20);
    box-shadow:
        0 12px 28px rgba(26, 73, 95, 0.12),
        0 0 18px rgba(67, 184, 207, 0.10);
}

body.xn .yinse-brand:hover::before,
body.xn .yinse-brand:focus-visible::before {
    opacity: 1;
    transform: scale(1);
}

body.xn .yinse-brand:hover::after,
body.xn .yinse-brand:focus-visible::after {
    opacity: 1;
    transform: translateY(-2px) rotate(-8deg) scale(1.1);
}

body.xn .yinse-brand:hover .yinse-brand-mark,
body.xn .yinse-brand:focus-visible .yinse-brand-mark {
    border-color: rgba(240, 111, 139, 0.40) !important;
    box-shadow:
        0 0 0 3px rgba(255, 255, 255, 0.78),
        0 0 0 7px rgba(240, 111, 139, 0.10),
        0 12px 24px rgba(26, 73, 95, 0.16),
        0 0 20px rgba(67, 184, 207, 0.24) !important;
    filter: saturate(1.08);
    animation: yinseBrandLogoShake 0.72s ease both;
}

body.xn .yinse-brand:hover .yinse-brand-chip::before,
body.xn .yinse-brand:focus-visible .yinse-brand-chip::before {
    opacity: 1;
    transform: scaleX(1) translateY(0);
}

body.xn .yinse-brand:hover .yinse-brand-name,
body.xn .yinse-brand:focus-visible .yinse-brand-name {
    transform: translateY(-1px);
    background-position: 100% 50%;
    filter:
        drop-shadow(1px 0 0 rgba(240, 111, 139, 0.22))
        drop-shadow(-1px 0 0 rgba(67, 184, 207, 0.20))
        drop-shadow(0 5px 12px rgba(67, 184, 207, 0.18));
    letter-spacing: 0.018em;
}

@keyframes yinseBrandAvatarFloat {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-1.5px) rotate(2deg);
    }
}

@keyframes yinseBrandLogoShake {
    0% {
        transform: translateY(-1px) rotate(0deg) scale(1.04);
    }
    18% {
        transform: translateY(-2px) rotate(-11deg) scale(1.06);
    }
    36% {
        transform: translateY(-2px) rotate(9deg) scale(1.06);
    }
    54% {
        transform: translateY(-1px) rotate(-7deg) scale(1.05);
    }
    72% {
        transform: translateY(-1px) rotate(5deg) scale(1.045);
    }
    100% {
        transform: translateY(-1px) rotate(0deg) scale(1.04);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.xn .yinse-brand-mark {
        animation: none;
    }

    body.xn .yinse-brand:hover .yinse-brand-chip::before,
    body.xn .yinse-brand:focus-visible .yinse-brand-chip::before {
        transition: none;
    }
}

body.xn .yinse-nav-link,
body.xn .yinse-button-light,
body.xn .yinse-user-chip,
body.xn .yinse-searchbox,
body.xn .yinse-search-combo,
body.xn .form-control,
body.xn .qty-group,
body.xn .password-form .input-group {
    border-color: rgba(126, 159, 196, 0.30) !important;
    background: rgba(250, 253, 255, 0.72) !important;
    box-shadow: none !important;
}

body.xn .yinse-nav-link:hover,
body.xn .yinse-nav-link.is-active,
body.xn .yinse-button-dark,
body.xn .yinse-commodity-action-link,
body.xn .sku.is-primary,
body.xn .view-card-btn,
body.xn .component-popup .queryBtn,
body.xn .component-popup .query-button {
    border-color: #4ab9cd !important;
    background: #4fabc1 !important;
    color: #ffffff !important;
    box-shadow: 0 12px 28px rgba(70, 169, 191, 0.25) !important;
}

body.xn .yinse-button-light:hover,
body.xn .yinse-category-link:hover,
body.xn .yinse-category-link.is-active,
body.xn .yinse-dropdown-menu .dropdown-item:hover {
    border-color: rgba(57, 164, 190, 0.34) !important;
    background: rgba(232, 249, 252, 0.72) !important;
    color: #315b73 !important;
}

body.xn .yinse-nav-shell .yinse-nav-link {
    border-color: rgba(151, 180, 212, 0.28) !important;
    background: rgba(250, 253, 255, 0.66) !important;
    color: var(--xn-ink-2) !important;
    box-shadow: 0 7px 16px rgba(70, 104, 140, 0.08) !important;
}

body.xn .yinse-nav-shell .yinse-nav-link:hover,
body.xn .yinse-nav-shell .yinse-nav-link.is-active {
    border-color: #4ab9cd !important;
    background: #4fabc1 !important;
    color: #ffffff !important;
    box-shadow: 0 10px 22px rgba(70, 169, 191, 0.20) !important;
    transform: translateY(-1px);
}

body.xn .yinse-nav-shell .yinse-nav-link:hover i,
body.xn .yinse-nav-shell .yinse-nav-link.is-active i {
    color: #ffffff !important;
}

body.xn .yinse-catalog-tools .yinse-search-combo {
    border-color: rgba(149, 210, 236, 0.32) !important;
    background: rgba(248, 252, 255, 0.70) !important;
}

body.xn .yinse-catalog-tools .yinse-searchbox {
    border-color: rgba(149, 210, 236, 0.34) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(239, 250, 253, 0.62)) !important;
}

body.xn .yinse-catalog-tools .yinse-searchbox i,
body.xn .yinse-catalog-tools .item-search-input {
    color: var(--xn-ink-2) !important;
}

body.xn .yinse-catalog-tools .item-search-input::placeholder {
    color: rgba(100, 123, 144, 0.52) !important;
}

body.xn .yinse-catalog-tools .item-search-trigger {
    border-color: rgba(255, 166, 186, 0.42) !important;
    background:
        radial-gradient(circle at var(--yinse-btn-rx, 50%) var(--yinse-btn-ry, 50%), rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0) 52%),
        linear-gradient(135deg, rgba(255, 168, 191, 0.96), rgba(123, 208, 246, 0.94)) !important;
    color: #ffffff !important;
    box-shadow: 0 10px 20px rgba(126, 169, 190, 0.14) !important;
}

body.xn .yinse-catalog-tools .item-search-trigger:hover {
    border-color: rgba(255, 185, 201, 0.60) !important;
    background:
        radial-gradient(circle at var(--yinse-btn-rx, 50%) var(--yinse-btn-ry, 50%), rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0) 52%),
        linear-gradient(135deg, rgba(255, 180, 197, 0.98), rgba(147, 220, 248, 0.96)) !important;
    color: #ffffff !important;
    box-shadow: 0 12px 22px rgba(125, 179, 207, 0.20) !important;
    transform: translateY(-1px);
}

body.xn .yinse-catalog-tools .item-search-trigger:active {
    transform: translateY(0) scale(0.985);
}

body.xn .panel {
    position: relative;
    border-radius: 20px !important;
    overflow: hidden;
}

body.xn .panel::before,
body.xn .yinse-hero-banner--notice::after {
    content: "";
    position: absolute;
    left: auto;
    right: -10px;
    top: -12px;
    width: min(176px, 22vw);
    height: 88px;
    z-index: 2;
    border-radius: 0;
    background: url("./butterfly-corner.svg") right top / contain no-repeat;
    opacity: 0.82;
    filter: drop-shadow(0 8px 16px rgba(64, 103, 168, 0.30)) saturate(1.28) contrast(1.10);
    box-shadow: none;
    pointer-events: none;
}

body.xn .yinse-hero-banner--notice::after {
    display: block !important;
}

body.xn .panel-header {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgba(57, 164, 190, 0.16) !important;
    background: rgba(229, 240, 250, 0.54) !important;
}

body.xn .panel-body {
    position: relative;
    z-index: 1;
}

body.xn .panel-header::after,
.yinse-hero-notice-head::after {
    display: none;
}

body.xn .yinse-catalog-heading::after {
    display: none !important;
}

body.xn .yinse-catalog-tools {
    position: absolute;
    top: 44px;
    right: 22px;
    width: min(100%, 360px);
    display: flex;
    justify-content: flex-end;
}

body.xn .yinse-catalog-tools::before {
    display: none !important;
}

body.xn .yinse-catalog-tools::after {
    display: none !important;
}

body.xn .panel-kicker,
body.xn .yinse-notice-kicker,
body.xn .yinse-commodity-muted,
body.xn .yinse-footer-copy,
body.xn .yinse-footer-icp {
    color: #607889 !important;
}

body.xn .panel-title,
body.xn .yinse-index-panel-title,
body.xn .yinse-item-inline-title,
body.xn .yinse-item-price .price,
body.xn .yinse-current-name,
body.xn .panel-title-small {
    color: var(--xn-ink-2) !important;
    text-shadow: none !important;
}

.yinse-banner-shell {
    margin-top: var(--xn-block-gap) !important;
}

body.xn .yinse-hero-banner {
    position: relative;
    min-height: 256px;
    height: 256px;
    max-height: 256px;
    padding: 0 !important;
    border: 1px solid var(--xn-line) !important;
    border-radius: 24px !important;
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.74), transparent 34%),
        radial-gradient(circle at 78% 26%, rgba(141, 226, 246, 0.20), transparent 30%),
        linear-gradient(135deg, rgba(250, 253, 255, 0.62), rgba(223, 236, 248, 0.42)) !important;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.44),
        inset 0 1px 0 rgba(255, 255, 255, 0.78),
        0 22px 54px rgba(54, 83, 118, 0.18) !important;
    backdrop-filter: blur(var(--yinse-container-blur, 20px)) saturate(112%) !important;
    -webkit-backdrop-filter: blur(var(--yinse-container-blur, 20px)) saturate(112%) !important;
    overflow: hidden;
    overflow: clip;
    isolation: isolate;
}

body.xn .yinse-hero-banner--notice {
    display: block !important;
    min-height: 256px;
    padding: 0 !important;
    background: rgba(248, 252, 255, 0.76) !important;
    backdrop-filter: blur(var(--yinse-container-blur, 20px)) saturate(112%) !important;
    -webkit-backdrop-filter: blur(var(--yinse-container-blur, 20px)) saturate(112%) !important;
    box-shadow: var(--xn-shadow) !important;
}

.yinse-hero-notice-head {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 13px 20px 12px;
    border-bottom: 1px solid rgba(57, 164, 190, 0.16);
    background: rgba(229, 240, 250, 0.54) !important;
}

.yinse-hero-notice-title {
    margin: 0;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 8px;
    color: var(--xn-ink) !important;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0;
}

.yinse-hero-notice-title i {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(57, 164, 190, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.58);
    color: #0b7f9a;
    box-shadow: 0 8px 18px rgba(26, 73, 95, 0.12);
}

.yinse-hero-news.yinse-news-ticker {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    padding: 4px 0;
    border: 0 !important;
    color: var(--xn-ink) !important;
    background: transparent !important;
    box-shadow: none !important;
}

.yinse-hero-news .yinse-news-ticker-track {
    font-size: 13px;
    line-height: 1.35;
}

.yinse-hero-notice-body {
    padding: 14px 18px 18px;
    color: var(--xn-ink) !important;
}

.yinse-hero-notice-body > :first-child {
    margin-top: 0 !important;
}

.yinse-hero-notice-body > :last-child {
    margin-bottom: 0 !important;
}

.yinse-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
    border-radius: inherit;
}

.yinse-hero-media-image {
    position: absolute;
    inset: 0;
    left: 0;
    top: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: left var(--yinse-hero-bg-y, 50%);
    user-select: none;
    -webkit-user-drag: none;
    transform: translate3d(var(--yinse-hero-shift-x, 0px), var(--yinse-hero-shift-y, 0px), 0) scale(calc(var(--yinse-hero-bg-size, 100) / 100));
    transform-origin: center center;
    will-change: transform;
    backface-visibility: hidden;
}

body.xn .yinse-hero-banner::before {
    display: none;
}

body.xn .yinse-hero-banner::after {
    display: none !important;
}

body.xn .yinse-hero-banner--notice::after {
    display: block !important;
}

body.xn .yinse-hero-banner--notice::before {
    display: none !important;
}

body.xn .yinse-hero-banner--image {
    --yinse-sign-mx: 50%;
    --yinse-sign-my: 44%;
    --yinse-title-shift-x: 0px;
    --yinse-title-shift-y: 0px;
    --yinse-title-tilt-x: 0deg;
    --yinse-title-tilt-y: 0deg;
    --yinse-ornament-shift-x: 0px;
    --yinse-ornament-shift-y: 0px;
    background:
        radial-gradient(circle at var(--yinse-sign-mx) var(--yinse-sign-my), rgba(255, 255, 255, 0.78), transparent 28%),
        radial-gradient(circle at 24% 84%, rgba(238, 178, 208, 0.12), transparent 28%),
        radial-gradient(circle at 75% 18%, rgba(117, 219, 241, 0.20), transparent 32%),
        linear-gradient(135deg, rgba(250, 253, 255, 0.66), rgba(226, 236, 248, 0.44)) !important;
}

body.xn .yinse-hero-banner--with-image {
    background:
        linear-gradient(90deg, rgba(232, 242, 252, 0.58), rgba(255, 255, 255, 0.38)),
        var(--yinse-hero-banner-image, none) center / cover no-repeat !important;
}

body.xn .yinse-hero-banner--image::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block !important;
    pointer-events: none;
    background:
        radial-gradient(circle at var(--yinse-sign-mx, 50%) var(--yinse-sign-my, 44%), rgba(255, 255, 255, 0.62), rgba(151, 224, 245, 0.18) 14%, transparent 34%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.28) 48%, rgba(255, 255, 255, 0.10));
    opacity: 0.82;
    mix-blend-mode: screen;
    transition: opacity 0.28s ease;
}

body.xn .yinse-hero-banner--image:hover::after {
    opacity: 0.95;
}

body.xn .yinse-hero-banner--image .yinse-hero-title::before {
    display: none;
}

.yinse-hero-ornaments {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
    border-radius: inherit;
    transform: translate3d(var(--yinse-ornament-shift-x, 0px), var(--yinse-ornament-shift-y, 0px), 0);
    transition: transform 0.26s ease;
}

.yinse-hero-ornaments::before {
    content: "";
    position: absolute;
    left: 19%;
    right: 19%;
    top: 50%;
    height: 1px;
    background:
        linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.86), rgba(102, 193, 226, 0.46), transparent);
    box-shadow:
        0 0 18px rgba(122, 214, 242, 0.22),
        0 12px 32px rgba(255, 255, 255, 0.28);
    transform: translateY(76px) scaleX(0.82);
    transform-origin: center;
    animation: yinseHeroLightRail 6.4s cubic-bezier(0.55, 0.05, 0.2, 1) infinite;
}

.yinse-hero-ornaments::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 47%;
    width: min(540px, 52vw);
    aspect-ratio: 1 / 0.42;
    border: 1px solid rgba(255, 255, 255, 0.40);
    border-radius: 999px;
    background:
        conic-gradient(from var(--yinse-hero-ring-angle, 0deg), transparent 0 18%, rgba(115, 213, 238, 0.30) 24%, transparent 35% 66%, rgba(255, 196, 211, 0.22) 72%, transparent 82% 100%);
    filter: blur(0.2px);
    opacity: 0.54;
    transform:
        translate(-50%, -50%)
        translate3d(calc(var(--yinse-ornament-shift-x, 0px) * -0.5), calc(var(--yinse-ornament-shift-y, 0px) * -0.5), 0)
        rotate(-2deg);
    mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
    -webkit-mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
    padding: 1px;
    animation: yinseHeroRingTrace 8.8s linear infinite;
}

.yinse-hero-orbit,
.yinse-hero-petal,
.yinse-hero-glint,
.yinse-hero-butterfly,
.yinse-hero-droplet,
.yinse-hero-floral {
    position: absolute;
    display: block;
    will-change: transform, opacity, filter;
}

.yinse-hero-orbit {
    border: 1px solid rgba(126, 206, 232, 0.34);
    border-radius: 999px;
    box-shadow:
        inset 0 0 24px rgba(255, 255, 255, 0.18),
        0 0 28px rgba(130, 223, 245, 0.12);
}

.yinse-hero-orbit--one {
    left: calc(50% - 170px);
    top: 36px;
    width: 138px;
    height: 138px;
    opacity: 0.38;
    animation: yinseHeroOrbitFloat 9.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.yinse-hero-orbit--two {
    left: calc(50% + 170px);
    bottom: -24px;
    width: 126px;
    height: 126px;
    opacity: 0.30;
    animation: yinseHeroOrbitFloat 11s cubic-bezier(0.4, 0, 0.2, 1) -2.4s infinite reverse;
}

.yinse-hero-petal {
    width: 16px;
    height: 22px;
    border-radius: 70% 30% 70% 30%;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.88), rgba(139, 224, 241, 0.38));
    filter: drop-shadow(0 5px 10px rgba(91, 184, 215, 0.16));
    opacity: 0.62;
    transform: rotate(28deg);
    animation: yinseHeroPetalDrift 7.2s ease-in-out infinite;
}

.yinse-hero-petal--one {
    left: 34%;
    top: 68px;
}

.yinse-hero-petal--two {
    left: 63%;
    top: 38px;
    width: 12px;
    height: 18px;
    animation-delay: -2.2s;
}

.yinse-hero-petal--three {
    right: 25%;
    top: 154px;
    width: 14px;
    height: 20px;
    animation-delay: -4.1s;
}

.yinse-hero-glint {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow:
        0 0 12px rgba(255, 255, 255, 0.86),
        0 0 22px rgba(122, 220, 244, 0.46);
    animation: yinseHeroGlintPulse 3.8s ease-in-out infinite;
}

.yinse-hero-glint--one {
    left: 44%;
    top: 82px;
}

.yinse-hero-glint--two {
    right: 34%;
    bottom: 72px;
    animation-delay: -1.7s;
}

.yinse-hero-butterfly {
    width: 54px;
    height: 38px;
    opacity: 0.34;
    filter:
        drop-shadow(0 10px 18px rgba(105, 158, 190, 0.15))
        blur(0.05px);
    transform-origin: center;
    animation: yinseHeroButterflyDrift 8.4s ease-in-out infinite;
}

.yinse-hero-butterfly::before,
.yinse-hero-butterfly::after {
    content: "";
    position: absolute;
    top: 6px;
    width: 30px;
    height: 26px;
    border-radius: 76% 24% 72% 28%;
    background:
        radial-gradient(circle at 62% 36%, rgba(255, 255, 255, 0.76), transparent 0 13%, rgba(255, 255, 255, 0) 36%),
        linear-gradient(135deg, rgba(173, 207, 235, 0.58), rgba(190, 226, 245, 0.26) 50%, rgba(151, 177, 222, 0.18));
    border: 1px solid rgba(255, 255, 255, 0.36);
    box-shadow: inset 0 1px 10px rgba(255, 255, 255, 0.28);
}

.yinse-hero-butterfly::before {
    left: 2px;
    transform: rotate(-24deg) skewY(-9deg);
}

.yinse-hero-butterfly::after {
    right: 2px;
    transform: scaleX(-1) rotate(-24deg) skewY(-9deg);
}

.yinse-hero-butterfly--left {
    --yinse-butterfly-rotate: -12deg;
    left: 8.2%;
    top: 50px;
    transform: rotate(-12deg);
}

.yinse-hero-butterfly--right {
    --yinse-butterfly-rotate: 16deg;
    right: 7.2%;
    top: 46px;
    width: 62px;
    height: 44px;
    opacity: 0.38;
    transform: rotate(16deg);
    animation-delay: -3.2s;
}

.yinse-hero-droplet {
    width: 18px;
    height: 24px;
    border-radius: 64% 36% 68% 32%;
    background:
        radial-gradient(circle at 42% 28%, rgba(255, 255, 255, 0.94) 0 16%, transparent 32%),
        linear-gradient(145deg, rgba(198, 246, 252, 0.78), rgba(105, 204, 232, 0.18));
    box-shadow:
        0 0 14px rgba(151, 232, 246, 0.28),
        inset 0 0 10px rgba(255, 255, 255, 0.42);
    opacity: 0.46;
    transform: rotate(18deg);
    animation: yinseHeroDropletBreath 5.6s ease-in-out infinite;
}

.yinse-hero-droplet--left {
    left: 14%;
    bottom: 48px;
}

.yinse-hero-droplet--right {
    right: 14.5%;
    bottom: 44px;
    width: 14px;
    height: 19px;
    opacity: 0.38;
    animation-delay: -2.1s;
}

.yinse-hero-floral {
    width: 260px;
    height: 196px;
    background: url("./hero-floral-spray.svg") center / contain no-repeat;
    opacity: 0.72;
    filter:
        drop-shadow(0 12px 24px rgba(64, 103, 168, 0.26))
        saturate(1.24)
        contrast(1.10);
    transform-origin: center;
    transform:
        translate3d(var(--yinse-floral-shift-x, 0px), var(--yinse-floral-shift-y, 0px), 0)
        scaleX(var(--yinse-floral-flip, 1))
        rotate(calc(var(--yinse-floral-rotate, 0deg) + var(--yinse-floral-tilt, 0deg)))
        scale(var(--yinse-floral-scale, 1));
    transition: transform 0.24s ease;
    animation: yinseHeroFloralFloat 10.5s ease-in-out infinite;
}

.yinse-hero-floral--right {
    --yinse-floral-opacity: 0.78;
    --yinse-floral-rotate: 0deg;
    --yinse-floral-scale: 1;
    --yinse-floral-flip: 1;
    right: -8px;
    top: 18px;
}

.yinse-hero-floral--left {
    --yinse-floral-opacity: 0.40;
    --yinse-floral-rotate: -12deg;
    --yinse-floral-scale: 1;
    --yinse-floral-flip: -1;
    left: -34px;
    bottom: -10px;
    width: 210px;
    height: 158px;
    opacity: 0.40;
    animation-delay: -4.8s;
}

.yinse-hero-hud,
.yinse-hero-orb,
.yinse-hero-spark-static,
.yinse-hero-ghost-label {
    position: absolute;
    display: none !important;
    z-index: 1;
    pointer-events: none;
    user-select: none;
}

.yinse-hero-hud--tl {
    left: 24px;
    top: 22px;
    width: 86px;
    height: 62px;
    border-left: 2px solid rgba(255, 255, 255, 0.36);
    border-top: 2px solid rgba(255, 255, 255, 0.36);
}

.yinse-hero-hud--br {
    right: 26px;
    bottom: 24px;
    width: 116px;
    height: 58px;
    border-right: 2px solid rgba(255, 255, 255, 0.28);
    border-bottom: 2px solid rgba(255, 255, 255, 0.28);
}

.yinse-hero-orb {
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    animation: yinseHeroOrbFloat 6s ease-in-out infinite;
}

.yinse-hero-orb::before {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: inherit;
    border: 1px dashed rgba(255, 255, 255, 0.18);
}

.yinse-hero-orb--one {
    left: 42%;
    top: 18px;
    width: 170px;
    height: 170px;
    opacity: 0.45;
}

.yinse-hero-orb--two {
    right: 84px;
    top: 58px;
    width: 90px;
    height: 90px;
    opacity: 0.25;
    animation-delay: -2s;
}

.yinse-hero-spark-static {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.45);
    animation: yinseHeroStaticSpark 3.4s ease-in-out infinite;
}

.yinse-hero-spark-static--one {
    left: 120px;
    top: 42px;
    animation-delay: -0.3s;
}

.yinse-hero-spark-static--two {
    left: 34%;
    top: 82px;
    width: 5px;
    height: 5px;
    animation-delay: -1.2s;
}

.yinse-hero-spark-static--three {
    right: 18%;
    top: 44px;
    width: 5px;
    height: 5px;
    animation-delay: -1.7s;
}

.yinse-hero-spark-static--four {
    right: 62px;
    bottom: 74px;
    width: 4px;
    height: 4px;
    animation-delay: -2.7s;
}

.yinse-hero-ghost-label {
    right: clamp(34px, 7vw, 90px);
    top: 42px;
    max-width: min(34vw, 320px);
    color: rgba(255, 255, 255, 0.34);
    font-size: clamp(22px, 3.4vw, 46px);
    line-height: 1;
    font-style: normal;
    font-weight: 1000;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0.62;
    filter: blur(0.2px) drop-shadow(0 10px 26px rgba(255, 255, 255, 0.14));
    mix-blend-mode: screen;
    transform: translate3d(0, 0, 0);
    animation: yinseHeroGhostFloat 6.8s ease-in-out infinite;
}

.yinse-hero-ghost-label::after {
    content: "";
    position: absolute;
    left: 8%;
    right: -8%;
    top: 50%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
    transform: translateY(-50%);
    opacity: 0.55;
}

.yinse-hero-title {
    position: absolute;
    left: 50%;
    top: 40%;
    bottom: auto;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    width: min(920px, calc(100% - 72px));
    text-align: center;
    pointer-events: none;
    transform:
        translate3d(calc(-50% + var(--yinse-title-shift-x)), calc(-50% + var(--yinse-title-shift-y)), 0)
        rotateX(var(--yinse-title-tilt-x))
        rotateY(var(--yinse-title-tilt-y));
    transform-style: preserve-3d;
    transition: transform 0.22s ease;
    will-change: transform;
}

.yinse-hero-title span {
    position: relative;
    display: inline-block;
    overflow: visible;
    color: rgba(96, 132, 153, 0.76);
    font-size: clamp(54px, 6.4vw, 92px);
    font-weight: 1000;
    line-height: 0.96;
    letter-spacing: 0.01em;
    background:
        linear-gradient(100deg, #83adbf 0%, #b7ecf2 18%, #f8feff 34%, #96bac8 48%, #d2fbfd 62%, #a3bfcb 78%, #789aae 100%);
    background-size: 320% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.58);
    text-shadow: none;
    filter:
        drop-shadow(0 10px 20px rgba(88, 132, 159, 0.14))
        drop-shadow(0 0 1px rgba(255, 255, 255, 0.86));
    transform-origin: center;
    animation:
        yinseHeroTitlePrism 8.2s cubic-bezier(0.45, 0, 0.18, 1) infinite,
        yinseHeroTitleFocus 5.6s ease-in-out infinite;
    transition:
        letter-spacing 0.35s ease,
        filter 0.35s ease,
        transform 0.35s ease;
}

.yinse-hero-title span::before {
    content: attr(aria-label);
    position: absolute;
    inset: 0;
    z-index: -1;
    color: transparent;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(126, 218, 237, 0.28) 58%, rgba(255, 255, 255, 0));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-stroke: 9px rgba(255, 255, 255, 0.22);
    clip-path: polygon(0 36%, 12% 31%, 25% 40%, 39% 32%, 53% 39%, 68% 31%, 83% 38%, 100% 33%, 100% 100%, 0 100%);
    filter: blur(6px);
    opacity: 0.58;
    transform: translate3d(0, 9px, -14px) scale(1.014);
    animation:
        yinseHeroTitleAura 5.8s ease-in-out infinite,
        yinseHeroTitleWaveSlice 3.8s ease-in-out infinite;
}

.yinse-hero-title span::after {
    content: attr(aria-label);
    position: absolute;
    inset: 0;
    z-index: 1;
    color: transparent;
    background:
        linear-gradient(96deg, transparent 0 22%, rgba(255, 255, 255, 0.82) 36%, rgba(154, 232, 244, 0.62) 48%, transparent 66% 100%);
    background-size: 240% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    mix-blend-mode: screen;
    opacity: 0.42;
    pointer-events: none;
    transform: translate3d(0, 0, 18px);
    animation: yinseHeroTitleWaterGlint 4.6s cubic-bezier(0.55, 0.05, 0.2, 1) infinite;
}

.yinse-hero-banner--image:hover .yinse-hero-title span,
.yinse-hero-banner--image.is-pointer-active .yinse-hero-title span {
    letter-spacing: 0.032em;
    filter:
        brightness(1.10)
        drop-shadow(0 14px 26px rgba(91, 155, 184, 0.24))
        drop-shadow(0 0 22px rgba(178, 239, 248, 0.34));
    transform: translateZ(24px) scale(1.024);
    animation:
        yinseHeroTitlePrism 5.8s cubic-bezier(0.45, 0, 0.18, 1) infinite,
        yinseHeroTitleRippleJitter 0.72s ease-in-out infinite;
}

.yinse-hero-title-ripple {
    position: absolute;
    z-index: 3;
    width: var(--yinse-ripple-size, 240px);
    height: var(--yinse-ripple-size, 240px);
    border-radius: 999px;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0.18);
    opacity: 0;
    background:
        radial-gradient(circle, transparent 0 42%, rgba(142, 230, 245, 0.28) 44%, rgba(142, 230, 245, 0.11) 48%, transparent 54%),
        radial-gradient(circle, rgba(255, 255, 255, 0.30), transparent 58%);
    box-shadow:
        0 0 28px rgba(111, 213, 239, 0.22),
        inset 0 0 28px rgba(255, 255, 255, 0.18);
    mix-blend-mode: screen;
    filter: blur(0.2px) saturate(1.18);
    animation: yinseHeroTitleRippleWave 0.98s ease-out forwards;
}

.yinse-hero-title strong {
    position: relative;
    display: block;
    margin-top: 0;
    max-width: 720px;
    color: rgba(96, 132, 153, 0.76);
    font-size: clamp(22px, 2.35vw, 30px);
    font-weight: 820;
    line-height: 1.35;
    letter-spacing: 0;
    -webkit-text-stroke: 0.35px rgba(255, 255, 255, 0.24);
    text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.78),
        0 10px 22px rgba(91, 150, 178, 0.12);
    animation: yinseHeroSubRibbon 6.2s ease-in-out infinite;
}

.yinse-hero-title strong::after {
    content: "";
    display: block;
    width: 96px;
    height: 4px;
    margin: 10px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 208, 214, 0.82), rgba(126, 219, 255, 0.76));
    box-shadow: 0 0 14px rgba(255, 255, 255, 0.26);
    transform: scaleX(0.58);
    transform-origin: center;
    animation: yinseHeroLineFlow 4.8s cubic-bezier(0.55, 0.05, 0.2, 1) infinite;
}

.yinse-hero-banner .container-fluid,
.yinse-hero-banner .yinse-nav-main,
.yinse-hero-banner .cyber-brand-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
}

.yinse-hero-banner .yinse-nav-main {
    padding: 0 !important;
    border: 0 !important;
}

.yinse-hero-actions {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: 22px;
    width: min(880px, calc(100% - 64px));
    z-index: 4;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transform: translateX(-50%);
}

.yinse-hero-actions .cyber-nav-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 11px;
    margin: 0;
}

.yinse-hero-actions .cyber-btn-item {
    min-height: 38px;
    min-width: 108px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 15px;
    border: 1px solid rgba(145, 193, 210, 0.34) !important;
    border-radius: 12px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(239, 250, 253, 0.46)) !important;
    color: rgba(93, 124, 142, 0.92) !important;
    font-size: 13px;
    font-weight: 820;
    letter-spacing: 0;
    text-decoration: none !important;
    overflow: hidden;
    box-shadow:
        0 7px 16px rgba(79, 126, 151, 0.10),
        inset 0 1px 0 rgba(255, 255, 255, 0.64);
    backdrop-filter: blur(10px) saturate(118%);
    -webkit-backdrop-filter: blur(10px) saturate(118%);
    transform: none;
    transition:
        background 0.18s ease,
        border-color 0.18s ease,
        box-shadow 0.22s ease,
        color 0.18s ease;
    animation: none;
}

.yinse-hero-actions .cyber-btn-item:nth-child(1),
.yinse-hero-actions .cyber-btn-item:nth-child(2),
.yinse-hero-actions .cyber-btn-item:nth-child(3),
.yinse-hero-actions .cyber-btn-item:nth-child(4),
.yinse-hero-actions .cyber-btn-item:nth-child(5),
.yinse-hero-actions .cyber-btn-item:nth-child(6) {
    min-width: 112px;
    color: rgba(93, 124, 142, 0.92) !important;
}

.yinse-hero-actions .cyber-btn-item::before {
    content: none;
}

.yinse-hero-actions .cyber-btn-item::after {
    content: none;
}

.yinse-hero-actions .cyber-btn-item > * {
    position: relative;
    z-index: 2;
}

.yinse-hero-actions .cyber-btn-item:hover {
    color: rgba(76, 111, 131, 0.96) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(237, 250, 253, 0.58)) !important;
    border-color: rgba(125, 184, 205, 0.44) !important;
    box-shadow:
        0 8px 18px rgba(79, 126, 151, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.yinse-hero-actions .cyber-btn-item:active {
    transform: none;
}

@keyframes yinseSignAmbientGlow {
    0%, 100% {
        opacity: 0.42;
        transform: translate3d(0, 0, 0) scale(0.98);
    }
    50% {
        opacity: 0.72;
        transform: translate3d(0, -4px, 0) scale(1.02);
    }
}

@keyframes yinseHeroOrbFloat {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-8px) rotate(8deg);
    }
}

@keyframes yinseHeroStaticSpark {
    0%, 100% {
        opacity: 0.25;
        transform: scale(0.75);
    }
    50% {
        opacity: 0.96;
        transform: scale(1.25);
    }
}

@keyframes yinseHeroTitleBreath {
    0%, 100% {
        opacity: 0.94;
        transform: translate3d(0, 0, 0) scale(1);
        text-shadow:
            0 1px 0 rgba(255, 255, 255, 0.72),
            0 8px 18px rgba(78, 126, 158, 0.13),
            0 0 18px rgba(122, 220, 244, 0.14);
    }
    50% {
        opacity: 1;
        transform: translate3d(0, -5px, 14px) scale(1.016);
        text-shadow:
            0 1px 0 rgba(255, 255, 255, 0.86),
            0 12px 28px rgba(75, 174, 197, 0.22),
            0 0 26px rgba(122, 220, 244, 0.22);
    }
}

@keyframes yinseHeroTitlePrism {
    0%, 100% {
        background-position: 0% 50%;
        filter:
            drop-shadow(0 10px 20px rgba(88, 132, 159, 0.14))
            drop-shadow(0 0 1px rgba(255, 255, 255, 0.86));
    }
    42% {
        background-position: 74% 50%;
        filter:
            drop-shadow(0 13px 25px rgba(96, 158, 184, 0.20))
            drop-shadow(0 0 18px rgba(178, 239, 248, 0.24));
    }
    62% {
        background-position: 100% 50%;
    }
}

@keyframes yinseHeroTitleFocus {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    45% {
        transform: translate3d(0, -3px, 16px) scale(1.012);
    }
    58% {
        transform: translate3d(0, -1px, 8px) scale(1.004);
    }
}

@keyframes yinseHeroTitleAura {
    0%, 100% {
        opacity: 0.42;
        filter: blur(6px);
        transform: translate3d(0, 9px, -14px) scale(1.014);
    }
    48% {
        opacity: 0.70;
        filter: blur(10px);
        transform: translate3d(0, 13px, -18px) scale(1.03);
    }
}

@keyframes yinseHeroTitleWaveSlice {
    0%, 100% {
        clip-path: polygon(0 37%, 12% 31%, 25% 40%, 39% 32%, 53% 39%, 68% 31%, 83% 38%, 100% 33%, 100% 100%, 0 100%);
        transform: translate3d(-2px, 9px, -14px) scale(1.014);
    }
    36% {
        clip-path: polygon(0 32%, 12% 40%, 25% 31%, 39% 39%, 53% 30%, 68% 41%, 83% 32%, 100% 39%, 100% 100%, 0 100%);
        transform: translate3d(2px, 11px, -14px) scale(1.024);
    }
    68% {
        clip-path: polygon(0 40%, 12% 35%, 25% 43%, 39% 34%, 53% 42%, 68% 33%, 83% 41%, 100% 35%, 100% 100%, 0 100%);
        transform: translate3d(1px, 8px, -14px) scale(1.018);
    }
}

@keyframes yinseHeroTitleWaterGlint {
    0%, 100% {
        opacity: 0.28;
        background-position: 0% 50%;
        transform: translate3d(-2px, 0, 18px);
    }
    45% {
        opacity: 0.60;
        background-position: 92% 50%;
        transform: translate3d(2px, -1px, 18px);
    }
    70% {
        opacity: 0.38;
        background-position: 118% 50%;
        transform: translate3d(0, 1px, 18px);
    }
}

@keyframes yinseHeroTitleRippleJitter {
    0%, 100% {
        transform: translate3d(0, 0, 24px) scale(1.024);
    }
    18% {
        transform: translate3d(-1.3px, 0.6px, 24px) skewX(0.42deg) scale(1.025);
    }
    38% {
        transform: translate3d(1.1px, -0.7px, 24px) skewX(-0.34deg) scale(1.026);
    }
    62% {
        transform: translate3d(-0.5px, -0.2px, 24px) skewY(0.18deg) scale(1.023);
    }
    82% {
        transform: translate3d(0.7px, 0.5px, 24px) skewX(-0.18deg) scale(1.025);
    }
}

@keyframes yinseHeroFloralFloat {
    0%, 100% {
        opacity: var(--yinse-floral-opacity, 0.72);
        transform: translate3d(var(--yinse-floral-shift-x, 0px), var(--yinse-floral-shift-y, 0px), 0) scaleX(var(--yinse-floral-flip, 1)) rotate(calc(var(--yinse-floral-rotate, 0deg) + var(--yinse-floral-tilt, 0deg))) scale(var(--yinse-floral-scale, 1));
    }
    48% {
        opacity: calc(var(--yinse-floral-opacity, 0.72) + 0.08);
        transform: translate3d(calc(var(--yinse-floral-shift-x, 0px) - 6px), calc(var(--yinse-floral-shift-y, 0px) - 5px), 0) scaleX(var(--yinse-floral-flip, 1)) rotate(calc(var(--yinse-floral-rotate, 0deg) + var(--yinse-floral-tilt, 0deg) + 2deg)) scale(calc(var(--yinse-floral-scale, 1) + 0.018));
    }
    72% {
        transform: translate3d(calc(var(--yinse-floral-shift-x, 0px) + 4px), calc(var(--yinse-floral-shift-y, 0px) + 3px), 0) scaleX(var(--yinse-floral-flip, 1)) rotate(calc(var(--yinse-floral-rotate, 0deg) + var(--yinse-floral-tilt, 0deg) - 1.5deg)) scale(var(--yinse-floral-scale, 1));
    }
}
@keyframes yinseHeroButterflyDrift {
    0%, 100% {
        opacity: 0.28;
        transform: translate3d(0, 0, 0) rotate(var(--yinse-butterfly-rotate, -12deg)) scale(0.98);
    }
    42% {
        opacity: 0.46;
        transform: translate3d(8px, -7px, 0) rotate(calc(var(--yinse-butterfly-rotate, -12deg) + 5deg)) scale(1.04);
    }
    68% {
        opacity: 0.36;
        transform: translate3d(-4px, 3px, 0) rotate(calc(var(--yinse-butterfly-rotate, -12deg) - 3deg)) scale(1.01);
    }
}

@keyframes yinseHeroDropletBreath {
    0%, 100% {
        opacity: 0.34;
        filter: blur(0) brightness(1);
        transform: translateY(0) rotate(18deg) scale(0.96);
    }
    50% {
        opacity: 0.68;
        filter: blur(0.2px) brightness(1.08);
        transform: translateY(-8px) rotate(26deg) scale(1.08);
    }
}
@keyframes yinseHeroLightRail {
    0%, 100% {
        opacity: 0.42;
        transform: translateY(68px) scaleX(0.86);
        filter: blur(0);
    }
    48% {
        opacity: 0.82;
        transform: translateY(64px) scaleX(1);
        filter: blur(0.4px);
    }
}

@keyframes yinseHeroRingTrace {
    to {
        --yinse-hero-ring-angle: 360deg;
    }
}

@keyframes yinseHeroOrbitFloat {
    0%, 100% {
        transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
    }
    50% {
        transform: translate3d(10px, -10px, 0) rotate(10deg) scale(1.035);
    }
}

@keyframes yinseHeroPetalDrift {
    0%, 100% {
        opacity: 0.42;
        transform: translate3d(0, 0, 0) rotate(24deg) scale(0.96);
    }
    50% {
        opacity: 0.76;
        transform: translate3d(14px, -12px, 0) rotate(42deg) scale(1.08);
    }
}

@keyframes yinseHeroGlintPulse {
    0%, 100% {
        opacity: 0.22;
        transform: scale(0.76);
    }
    50% {
        opacity: 0.92;
        transform: scale(1.32);
    }
}

@keyframes yinseHeroLineIn {
    100% {
        opacity: 1;
        transform: scaleX(1);
    }
}

@keyframes yinseHeroSubRibbon {
    0%, 100% {
        opacity: 0.78;
        letter-spacing: 0.01em;
        filter: blur(0);
    }
    48% {
        opacity: 0.96;
        letter-spacing: 0.035em;
        filter: drop-shadow(0 0 10px rgba(133, 218, 241, 0.16));
    }
}

@keyframes yinseHeroLineFlow {
    0%, 100% {
        opacity: 0.46;
        transform: scaleX(0.44);
        background-position: 0% 50%;
    }
    46% {
        opacity: 0.92;
        transform: scaleX(1);
        background-position: 100% 50%;
    }
}

@keyframes yinseHeroSubIn {
    0% {
        opacity: 0;
        transform: translateY(10px);
        filter: blur(5px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

@keyframes yinseHeroDotMove {
    to {
        background-position: 12px 50%;
    }
}

body.xn .yinse-news-ticker {
    border-color: rgba(57, 164, 190, 0.22) !important;
    background: transparent !important;
    color: var(--xn-ink) !important;
    box-shadow: none !important;
}

body.xn .yinse-news-ticker-track span[style] {
    border: 1px solid rgba(236, 124, 130, 0.34) !important;
    background: rgba(255, 245, 247, 0.86) !important;
    color: #d85e6a !important;
    border-radius: 999px !important;
    box-shadow: 0 6px 16px rgba(240, 111, 139, 0.12) !important;
}

body.xn .yinse-category-link {
    position: relative;
    overflow: hidden;
    border-color: rgba(126, 159, 196, 0.24) !important;
    background: rgba(250, 253, 255, 0.56) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.52),
        0 5px 12px rgba(26, 73, 95, 0.045) !important;
    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease,
        border-color 0.28s ease,
        background 0.28s ease,
        color 0.28s ease !important;
}

body.xn .yinse-category-link::before {
    display: none;
}

body.xn .yinse-category-link > * {
    position: relative;
    z-index: 1;
}

body.xn .yinse-category-link::after {
    display: none;
}

body.xn .yinse-category-link:hover::after,
body.xn .yinse-category-link.is-active::after {
    opacity: 1;
    transform: translateY(0) rotate(0deg);
}

body.xn .yinse-category-link:hover,
body.xn .yinse-category-link.is-active {
    border-color: rgba(87, 210, 226, 0.58) !important;
    background: rgba(244, 252, 255, 0.82) !important;
    color: #2b7188 !important;
    box-shadow:
        0 9px 18px rgba(26, 73, 95, 0.10),
        0 0 14px rgba(67, 184, 207, 0.11) !important;
}

body.xn .yinse-category-link.is-active:hover {
    transform: translateY(-3px) scale(1.012);
    border-color: rgba(87, 210, 226, 0.68) !important;
    background: rgba(244, 252, 255, 0.90) !important;
    box-shadow:
        0 12px 24px rgba(26, 73, 95, 0.13),
        0 0 0 2px rgba(240, 111, 139, 0.10),
        0 0 18px rgba(67, 184, 207, 0.17) !important;
}

body.xn .yinse-category-link.is-active:hover::after {
    transform: translateY(-1px) rotate(10deg) scale(1.12);
}

body.xn .yinse-category-tree.is-floating .yinse-category-row {
    animation-name: yinseCategoryBuoy !important;
    animation-timing-function: cubic-bezier(0.42, 0, 0.26, 1) !important;
    transform-origin: 50% 62%;
}

body.xn .yinse-category-tree.is-floating .yinse-category-row:hover,
body.xn .yinse-category-tree.is-floating .yinse-category-row:has(.yinse-category-link.is-active) {
    animation-play-state: paused;
}

@keyframes yinseCategoryBuoy {
    0%, 100% {
        transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
    }
    16% {
        transform:
            translate3d(calc(var(--yinse-category-float-x1, 2px) * 0.45), calc(var(--yinse-category-float-y1, -3px) * 0.35), 0)
            rotate(calc(var(--yinse-category-float-r1, 0.35deg) * 0.45))
            scale(1.006);
    }
    38% {
        transform:
            translate3d(var(--yinse-category-float-x1, 2px), var(--yinse-category-float-y1, -3px), 0)
            rotate(var(--yinse-category-float-r1, 0.35deg))
            scale(1.012);
    }
    58% {
        transform:
            translate3d(calc(var(--yinse-category-float-x2, -3px) * 0.74), calc(var(--yinse-category-float-y2, 2px) * 0.82), 0)
            rotate(calc(var(--yinse-category-float-r2, -0.35deg) * 0.82))
            scale(1.004);
    }
    78% {
        transform:
            translate3d(var(--yinse-category-float-x3, 2px), var(--yinse-category-float-y3, 3px), 0)
            rotate(calc(var(--yinse-category-float-r2, -0.35deg) * -0.42))
            scale(1.01);
    }
}

body.xn .yinse-table-wrap,
body.xn .yinse-card-catalog-wrap,
body.xn .yinse-commodity-card,
body.xn .component-popup .fixed-table-container,
body.xn .component-popup .mcy-card {
    border-color: rgba(126, 159, 196, 0.22) !important;
    background: rgba(250, 253, 255, 0.56) !important;
    box-shadow: none !important;
    backdrop-filter: blur(var(--yinse-container-blur, 20px)) saturate(118%) !important;
    -webkit-backdrop-filter: blur(var(--yinse-container-blur, 20px)) saturate(118%) !important;
}

body.xn .yinse-commodity-table thead th,
body.xn .component-popup .bootstrap-table .fixed-table-container .table thead th {
    background: rgba(229, 240, 250, 0.62) !important;
    color: var(--xn-ink-2) !important;
}

body.xn .item-list .yinse-commodity-row:hover,
body.xn .yinse-commodity-card:hover,
body.xn .yinse-commodity-card.is-inline-active {
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 9px !important;
}

body.xn .yinse-commodity-card .row-inner {
    position: relative;
    overflow: hidden;
}

body.xn .yinse-commodity-card:hover .row-inner,
body.xn .yinse-commodity-card.is-inline-active .row-inner {
    transform: translateY(-4px) !important;
    border-color: rgba(87, 210, 226, 0.58) !important;
    background: rgba(244, 252, 255, 0.82) !important;
    box-shadow:
        0 12px 26px rgba(26, 73, 95, 0.13),
        0 0 18px rgba(67, 184, 207, 0.13) !important;
}

body.xn .yinse-commodity-card.is-inline-active .row-inner {
    border-color: rgba(236, 124, 130, 0.52) !important;
    background: rgba(248, 252, 255, 0.88) !important;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.72),
        inset 0 0 0 2px rgba(67, 184, 207, 0.12),
        0 13px 28px rgba(26, 73, 95, 0.15),
        0 0 0 2px rgba(240, 111, 139, 0.12),
        0 0 20px rgba(67, 184, 207, 0.16) !important;
}

body.xn .yinse-commodity-card.is-inline-active:hover .row-inner {
    transform: translateY(-6px) scale(1.012) !important;
    border-color: rgba(240, 111, 139, 0.62) !important;
    background: rgba(250, 253, 255, 0.94) !important;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.78),
        inset 0 0 0 2px rgba(67, 184, 207, 0.16),
        0 17px 34px rgba(26, 73, 95, 0.18),
        0 0 0 2px rgba(240, 111, 139, 0.18),
        0 0 26px rgba(67, 184, 207, 0.22) !important;
}

body.xn .yinse-commodity-card.is-inline-active:hover .row-inner::before {
    transform: translateY(-1px) rotate(10deg) scale(1.12);
}

body.xn .yinse-commodity-card .row-inner::before {
    display: none;
}

body.xn .yinse-commodity-card:hover .row-inner::before,
body.xn .yinse-commodity-card.is-inline-active .row-inner::before {
    opacity: 1;
    transform: translateY(0) rotate(0deg);
}

body.xn .yinse-commodity-thumb,
body.xn .yinse-category-icon {
    outline: 3px solid rgba(255, 255, 255, 0.52);
    outline-offset: -3px;
}

body.xn .yinse-commodity-thumb {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background-origin: border-box;
    transition:
        transform 0.34s cubic-bezier(0.2, 0.9, 0.2, 1.1),
        filter 0.34s ease,
        box-shadow 0.34s ease,
        border-color 0.34s ease !important;
}

body.xn .yinse-commodity-thumb::before {
    content: "";
    position: absolute;
    inset: -35%;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(115deg, transparent 34%, rgba(255, 255, 255, 0.72) 45%, rgba(141, 234, 242, 0.42) 51%, transparent 64%);
    opacity: 0;
    transform: translateX(-48%) rotate(8deg);
}

body.xn .yinse-commodity-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    border-radius: inherit;
    background:
        radial-gradient(circle at 18% 18%, rgba(240, 111, 139, 0.18), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent 58%);
    opacity: 0;
    transition: opacity 0.24s ease;
}

body.xn .yinse-card-logo-motion .yinse-commodity-card:hover .yinse-commodity-thumb,
body.xn .yinse-card-logo-motion .yinse-commodity-card.is-inline-active .yinse-commodity-thumb {
    animation: yinseLogoStickerPop 0.72s cubic-bezier(0.2, 0.9, 0.2, 1.1) both !important;
    border-color: rgba(240, 111, 139, 0.34) !important;
    filter: saturate(1.12) contrast(1.03);
    box-shadow:
        0 0 0 4px rgba(255, 255, 255, 0.52),
        0 10px 22px rgba(26, 73, 95, 0.15),
        0 0 20px rgba(67, 184, 207, 0.22),
        0 0 14px rgba(240, 111, 139, 0.13) !important;
}

body.xn .yinse-card-logo-motion .yinse-commodity-card:hover .yinse-commodity-thumb::before,
body.xn .yinse-card-logo-motion .yinse-commodity-card.is-inline-active .yinse-commodity-thumb::before {
    animation: yinseLogoScan 0.86s ease both;
}

body.xn .yinse-card-logo-motion .yinse-commodity-card:hover .yinse-commodity-thumb::after,
body.xn .yinse-card-logo-motion .yinse-commodity-card.is-inline-active .yinse-commodity-thumb::after {
    opacity: 1;
}

body.xn .yinse-card-logo-border-off .yinse-commodity-thumb {
    border: 0 !important;
    outline: 0 !important;
}

body.xn .yinse-card-logo-border-off.yinse-card-logo-motion .yinse-commodity-card:hover .yinse-commodity-thumb,
body.xn .yinse-card-logo-border-off.yinse-card-logo-motion .yinse-commodity-card.is-inline-active .yinse-commodity-thumb {
    border: 0 !important;
}

body.xn .yinse-card-logo-border-off .yinse-commodity-thumb::before,
body.xn .yinse-card-logo-border-off .yinse-commodity-thumb::after {
    border: 0 !important;
    outline: 0 !important;
}

body.xn .yinse-card-logo-glow-off .yinse-commodity-thumb,
body.xn .yinse-card-logo-glow-off.yinse-card-logo-motion .yinse-commodity-card:hover .yinse-commodity-thumb,
body.xn .yinse-card-logo-glow-off.yinse-card-logo-motion .yinse-commodity-card.is-inline-active .yinse-commodity-thumb {
    box-shadow: none !important;
    filter: none !important;
}

body.xn .yinse-card-logo-glow-off .yinse-commodity-thumb::after,
body.xn .yinse-card-logo-glow-off.yinse-card-logo-motion .yinse-commodity-card:hover .yinse-commodity-thumb::after,
body.xn .yinse-card-logo-glow-off.yinse-card-logo-motion .yinse-commodity-card.is-inline-active .yinse-commodity-thumb::after {
    opacity: 0 !important;
    animation: none !important;
    box-shadow: none !important;
}

@keyframes yinseLogoStickerPop {
    0% {
        transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
    }
    24% {
        transform: translate3d(0, -5px, 0) rotate(-5deg) scale(1.08);
    }
    48% {
        transform: translate3d(0, -3px, 0) rotate(4deg) scale(1.045);
    }
    72% {
        transform: translate3d(0, -4px, 0) rotate(-2deg) scale(1.06);
    }
    100% {
        transform: translate3d(0, -3px, 0) rotate(0deg) scale(1.055);
    }
}

@keyframes yinseLogoScan {
    0% {
        opacity: 0;
        transform: translateX(-52%) rotate(8deg);
    }
    24% {
        opacity: 0.95;
    }
    100% {
        opacity: 0;
        transform: translateX(52%) rotate(8deg);
    }
}

body.xn .yinse-pill,
body.xn .badge-soft,
body.xn .badge-soft-primary {
    border-color: rgba(57, 164, 190, 0.18) !important;
    background: rgba(234, 248, 251, 0.82) !important;
    color: #315b73 !important;
}

body.xn .badge-money {
    --yinse-badge-money-bg: #eaf8fb !important;
    --yinse-badge-money-border: rgba(57, 164, 190, 0.30) !important;
    color: #315b73 !important;
}

body.xn .status-badge.status-paid,
body.xn .badge-soft-success {
    background: rgba(67, 184, 207, 0.12) !important;
    color: #315b73 !important;
}

body.xn .goods-sku.a-badge-warning {
    background: rgba(240, 170, 56, 0.16) !important;
    color: #9b6716 !important;
}

/* Item purchase panel: badges, price, sku and form controls. */
body.xn .yinse-item-form-wrap {
    color: var(--xn-ink);
}

body.xn .yinse-item-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0 16px;
}

body.xn .yinse-item-badges .badge-soft,
body.xn .badge-soft,
body.xn .yinse-pill,
body.xn .snap-up,
body.xn .goods-sku,
body.xn .a-badge-primary,
body.xn .a-badge-warning,
body.xn .a-badge-success,
body.xn .a-badge-danger {
    position: relative;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 5px 11px !important;
    border: 1px solid rgba(126, 159, 196, 0.28) !important;
    border-radius: 9px !important;
    background: rgba(241, 248, 253, 0.82) !important;
    color: #496c86 !important;
    font-size: 0.82rem !important;
    font-weight: 850 !important;
    line-height: 1.2;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.74),
        0 5px 12px rgba(54, 82, 105, 0.06) !important;
    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        background 0.22s ease,
        box-shadow 0.22s ease,
        color 0.22s ease;
}

body.xn .yinse-item-badges .badge-soft::after {
    display: none;
}

body.xn .yinse-item-badges .badge-soft:hover,
body.xn .yinse-pill:hover,
body.xn .goods-sku:hover,
body.xn .a-badge-primary:hover,
body.xn .a-badge-warning:hover,
body.xn .a-badge-success:hover,
body.xn .a-badge-danger:hover {
    transform: translateY(-2px);
    border-color: rgba(67, 184, 207, 0.42) !important;
    background: rgba(247, 252, 255, 0.94) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        0 9px 18px rgba(54, 82, 105, 0.10),
        0 0 14px rgba(67, 184, 207, 0.14) !important;
}

body.xn .badge-soft-success {
    border-color: rgba(67, 184, 207, 0.26) !important;
    color: #315b73 !important;
}

body.xn .badge-soft-danger,
body.xn .a-badge-danger {
    border-color: rgba(138, 31, 61, 0.26) !important;
    background:
        radial-gradient(circle at 10px 8px, rgba(240, 111, 139, 0.12), transparent 34px),
        linear-gradient(135deg, rgba(255, 255, 255, 0.80), rgba(255, 229, 214, 0.50)) !important;
    color: #db4567 !important;
}

body.xn .badge-soft-info,
body.xn .shared-button {
    cursor: pointer;
}

body.xn .yinse-item-price {
    position: relative;
    margin: 8px 0 18px;
    padding: 14px 16px;
    overflow: hidden;
    border: 1px solid rgba(126, 159, 196, 0.26);
    border-radius: 14px;
    background: rgba(250, 253, 255, 0.66);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.70),
        0 10px 24px rgba(54, 82, 105, 0.07);
}

body.xn .yinse-item-price::after {
    display: none;
}

body.xn .yinse-item-price .price {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    margin: 0;
    color: #1d4055 !important;
    font-size: clamp(2rem, 4vw, 3.1rem) !important;
    font-weight: 950 !important;
    line-height: 1;
    letter-spacing: 0;
    text-shadow: 0 10px 28px rgba(67, 184, 207, 0.15) !important;
}

body.xn .yinse-item-price .unit {
    color: var(--xn-hair);
    font-size: 0.48em;
    font-weight: 950;
}

body.xn .yinse-form-stack {
    gap: 14px !important;
}

body.xn .yinse-field {
    position: relative;
    padding: 13px;
    border: 1px solid rgba(126, 159, 196, 0.22);
    border-radius: 14px;
    background: rgba(250, 253, 255, 0.56);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

body.xn .yinse-field .form-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 9px !important;
    color: #38556a !important;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.06em;
}

body.xn .yinse-field .form-label::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--xn-pink);
    box-shadow: 0 0 0 4px rgba(240, 111, 139, 0.12);
}

body.xn .sku-list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    padding-top: 2px !important;
}

body.xn .sku {
    position: relative;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 13px !important;
    border: 1px solid rgba(126, 159, 196, 0.32) !important;
    border-radius: 10px !important;
    background: rgba(250, 253, 255, 0.78) !important;
    color: #385a76 !important;
    font-weight: 900 !important;
    line-height: 1.25;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.72),
        0 5px 14px rgba(54, 82, 105, 0.06) !important;
    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        background 0.22s ease,
        box-shadow 0.22s ease,
        color 0.22s ease;
}

body.xn .sku:hover {
    transform: translateY(-3px);
    border-color: rgba(67, 184, 207, 0.48) !important;
    background: rgba(241, 251, 254, 0.92) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        0 10px 22px rgba(54, 82, 105, 0.11),
        0 0 16px rgba(67, 184, 207, 0.15) !important;
}

body.xn .sku.is-primary {
    border-color: #dc6b73 !important;
    background: #ec7c82 !important;
    color: #ffffff !important;
    box-shadow:
        0 12px 28px rgba(240, 111, 139, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.24) !important;
}

body.xn .sku.is-primary:hover {
    transform: translateY(-3px) scale(1.015);
    box-shadow:
        0 16px 34px rgba(240, 111, 139, 0.26),
        0 0 20px rgba(67, 184, 207, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.30) !important;
}

body.xn .sku-label {
    position: relative;
    z-index: 1;
}

body.xn .badge-money {
    min-height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 7px !important;
    border: 1px solid rgba(67, 184, 207, 0.22) !important;
    border-radius: 7px !important;
    background: rgba(255, 255, 255, 0.62) !important;
    color: #db5976 !important;
    font-size: 0.72rem !important;
    font-weight: 950 !important;
    line-height: 1;
    box-shadow: 0 5px 12px rgba(67, 184, 207, 0.10) !important;
}

body.xn .sku.is-primary .badge-money {
    color: #38556a !important;
    background: rgba(255, 255, 255, 0.84) !important;
}

body.xn .yinse-form-stack .form-control,
body.xn .yinse-form-stack input.form-control,
body.xn .yinse-form-stack input.captcha-input,
body.xn .yinse-captcha-group,
body.xn .qty-group,
body.xn .password-form .input-group {
    min-height: 42px;
    border: 1px solid rgba(126, 159, 196, 0.34) !important;
    border-radius: 12px !important;
    background: rgba(251, 253, 255, 0.80) !important;
    color: var(--xn-ink) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.74),
        0 5px 14px rgba(54, 82, 105, 0.045) !important;
    transition:
        border-color 0.22s ease,
        background 0.22s ease,
        box-shadow 0.22s ease,
        transform 0.22s ease;
}

body.xn .yinse-form-stack .form-control:focus,
body.xn .yinse-form-stack input.captcha-input:focus {
    border-color: rgba(87, 210, 226, 0.76) !important;
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.88),
        0 0 0 4px rgba(114, 220, 234, 0.15),
        0 8px 20px rgba(54, 82, 105, 0.08) !important;
    outline: 0 !important;
}

body.xn .yinse-form-stack .form-control::placeholder,
body.xn .yinse-form-stack input.captcha-input::placeholder {
    color: rgba(65, 94, 115, 0.52) !important;
}

body.xn .qty-group {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 6px;
    padding: 5px !important;
}

body.xn .qty-group .form-control {
    min-height: 34px;
    border: 0 !important;
    border-radius: 9px !important;
    background: rgba(255, 255, 255, 0.52) !important;
    box-shadow: none !important;
    font-weight: 900;
}

body.xn .change-num-sub,
body.xn .change-num-add {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(67, 184, 207, 0.24) !important;
    border-radius: 9px !important;
    background: rgba(250, 253, 255, 0.78) !important;
    color: #385a76 !important;
    box-shadow: 0 5px 12px rgba(54, 82, 105, 0.06) !important;
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
}

body.xn .change-num-sub:hover,
body.xn .change-num-add:hover {
    transform: translateY(-2px);
    border-color: rgba(240, 111, 139, 0.50) !important;
    background: #4fabc1 !important;
    color: #ffffff !important;
    box-shadow: 0 10px 20px rgba(67, 184, 207, 0.22) !important;
}

body.xn .optional-card,
body.xn .view-card-btn {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    border: 1px solid rgba(67, 184, 207, 0.24) !important;
    border-radius: 12px !important;
    background: rgba(250, 253, 255, 0.78) !important;
    color: #385a76 !important;
    font-weight: 900;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.78),
        0 6px 16px rgba(54, 82, 105, 0.08) !important;
    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        background 0.22s ease,
        box-shadow 0.22s ease;
}

body.xn .optional-card:hover,
body.xn .view-card-btn:hover {
    transform: translateY(-2px);
    border-color: rgba(67, 184, 207, 0.50) !important;
    background: rgba(241, 251, 254, 0.92) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.84),
        0 10px 22px rgba(54, 82, 105, 0.12) !important;
}

body.xn .yinse-captcha-group {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px !important;
}

body.xn .yinse-captcha-group .form-control {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.xn .captcha-img,
body.xn .input-group-text.captcha-img {
    min-width: 104px;
    height: 34px;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(67, 184, 207, 0.22) !important;
    border-radius: 9px !important;
    background: rgba(255, 255, 255, 0.66) !important;
}

body.xn .wholesale-table,
body.xn table.wholesale-table {
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(67, 184, 207, 0.20) !important;
    border-radius: 14px !important;
    background: rgba(247, 252, 255, 0.66) !important;
    --bs-table-bg: transparent !important;
    --bs-table-color: var(--xn-ink) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.70),
        0 8px 18px rgba(54, 82, 105, 0.07) !important;
}

body.xn .wholesale-table th,
body.xn .wholesale-table td {
    border-color: rgba(67, 184, 207, 0.14) !important;
    background: transparent !important;
    color: var(--xn-ink) !important;
}

body.xn .cash-pay {
    padding: 13px;
    border: 1px solid rgba(67, 184, 207, 0.16);
    border-radius: 14px;
    background: rgba(250, 253, 255, 0.56);
}

body.xn .cash-pay > .form-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #38556a !important;
    font-weight: 900;
}

body.xn .pay-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

body.xn .pay-list .pay {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 6px 12px;
    border: 1px solid rgba(67, 184, 207, 0.24);
    border-radius: 12px;
    background: rgba(250, 253, 255, 0.78);
    color: #385a76;
    font-weight: 900;
    box-shadow: 0 6px 16px rgba(54, 82, 105, 0.07);
    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        background 0.22s ease,
        box-shadow 0.22s ease;
}

body.xn .pay-list .pay img {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    object-fit: cover;
}

body.xn .pay-list .pay:hover,
body.xn .pay-list .pay.active,
body.xn .pay-list .pay.pay-selected {
    transform: translateY(-2px);
    border-color: rgba(240, 111, 139, 0.50);
    background: #4fabc1 !important;
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(67, 184, 207, 0.22);
}

/* Order lookup heading. */
body.xn .yinse-query-panel {
    overflow: hidden;
}

body.xn .yinse-query-heading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 13px;
    min-height: 92px;
    padding: 17px 20px !important;
    overflow: hidden;
    border-bottom: 1px solid rgba(57, 164, 190, 0.16) !important;
    background: rgba(229, 240, 250, 0.54) !important;
}

body.xn .yinse-query-heading-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(57, 164, 190, 0.26);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.58);
    color: #0b7f9a;
    font-size: 17px;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(26, 73, 95, 0.10);
    flex: 0 0 auto;
}

body.xn .yinse-query-heading::after {
    display: none;
}

body.xn .yinse-query-heading-copy {
    min-width: 0;
    display: grid;
    gap: 4px;
}

body.xn .yinse-query-heading .panel-kicker {
    margin: 0;
    color: #607889 !important;
    font-size: 0.66rem;
    letter-spacing: 0.12em;
}

body.xn .yinse-query-title {
    margin: 0;
    color: var(--xn-ink-2) !important;
    font-size: clamp(1.28rem, 2.2vw, 1.72rem);
    line-height: 1.05;
    font-weight: 950;
    text-shadow: none !important;
}

body.xn .yinse-query-summary {
    margin: 0;
    max-width: 560px;
    color: #607889 !important;
    font-size: 0.84rem;
    line-height: 1.45;
}

/* Order lookup results. */
body.xn .order-results .panel-body {
    padding: 18px;
}

body.xn .order-list {
    display: grid;
    gap: 14px;
}

body.xn .order-item {
    position: relative;
    overflow: hidden;
    padding: 16px !important;
    border: 1px solid rgba(57, 164, 190, 0.22) !important;
    border-radius: 16px !important;
    background:
        radial-gradient(circle at 24px 20px, rgba(240, 111, 139, 0.10), transparent 86px),
        linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(223, 247, 251, 0.46)) !important;
    color: var(--xn-ink);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.72),
        0 12px 28px rgba(26, 73, 95, 0.10) !important;
    transition:
        transform 0.24s ease,
        border-color 0.24s ease,
        background 0.24s ease,
        box-shadow 0.24s ease;
}

body.xn .order-item::before {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    top: 0;
    height: 4px;
    border-radius: 0 0 999px 999px;
    background: rgba(114, 220, 234, 0.72);
    opacity: 0.68;
}

body.xn .order-item::after {
    display: none;
    content: "\2726";
    position: absolute;
    top: 12px;
    right: 14px;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(240, 111, 139, 0.22);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.58);
    color: var(--xn-pink);
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    transform: rotate(8deg);
}

body.xn .order-item:hover {
    transform: translateY(-3px);
    border-color: rgba(240, 111, 139, 0.34) !important;
    background:
        radial-gradient(circle at 24px 20px, rgba(240, 111, 139, 0.14), transparent 92px),
        linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(211, 246, 251, 0.58)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.78),
        0 16px 34px rgba(26, 73, 95, 0.14),
        0 0 22px rgba(67, 184, 207, 0.12) !important;
}

body.xn .order-header,
body.xn .goods-section {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 14px;
    min-width: 0;
}

body.xn .order-header {
    padding: 4px 30px 14px 0;
    border-bottom: 1px solid rgba(57, 164, 190, 0.16);
}

body.xn .order-left {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-width: 0;
}

body.xn .order-status {
    flex: 0 0 auto;
}

body.xn .status-badge,
body.xn .shipment-badge {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 5px 11px !important;
    border: 1px solid rgba(57, 164, 190, 0.24) !important;
    border-radius: 9px !important;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(225, 248, 252, 0.54)) !important;
    color: #315b73 !important;
    font-size: 0.82rem !important;
    font-weight: 900 !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.74),
        0 5px 12px rgba(26, 73, 95, 0.06) !important;
}

body.xn .status-badge.status-paid,
body.xn .shipment-badge.shipment-paid {
    border-color: rgba(35, 185, 135, 0.26) !important;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(218, 250, 240, 0.58)) !important;
    color: #16835f !important;
}

body.xn .order-basic {
    display: grid;
    gap: 5px;
    min-width: 0;
    color: #35586b;
    font-size: 0.88rem;
    font-weight: 750;
}

body.xn .order-no {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    color: var(--xn-ink-2);
    font-size: 1rem;
    font-weight: 950;
    line-height: 1.25;
    word-break: break-all;
}

body.xn .order-no::before {
    content: "Order";
    display: inline-flex;
    align-items: center;
    margin-right: 7px;
    padding: 2px 7px;
    border: 1px solid rgba(67, 184, 207, 0.22);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.58);
    color: #315b73;
    font-size: 0.66rem;
    font-weight: 950;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body.xn .order-copy-btn {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    padding: 0;
    border: 0 !important;
    border-radius: 8px;
    background: transparent !important;
    color: #258eaa !important;
    box-shadow: none !important;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition:
        transform 0.18s ease,
        background-color 0.18s ease,
        color 0.18s ease,
        filter 0.18s ease;
}

body.xn .order-copy-btn i {
    color: currentColor !important;
    font-size: 14px;
    line-height: 1;
    filter: drop-shadow(0 4px 8px rgba(67, 184, 207, 0.18));
}

body.xn .order-copy-btn:hover,
body.xn .order-copy-btn:focus-visible {
    border: 0 !important;
    background: rgba(114, 220, 234, 0.16) !important;
    color: #e66f87 !important;
    box-shadow: none !important;
    outline: 0;
    transform: translateY(-1px);
}

body.xn .order-copy-btn:active {
    transform: translateY(0) scale(0.94);
}

body.xn .payment-method {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

body.xn .payment-icon {
    width: 20px;
    height: 20px;
    border-radius: 7px;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(26, 73, 95, 0.10);
}

body.xn .order-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
}

body.xn .order-amount {
    min-width: 118px;
    display: grid;
    gap: 5px;
    justify-items: end;
    padding: 10px 12px;
    border: 1px solid rgba(57, 164, 190, 0.18);
    border-radius: 13px;
    background: rgba(248, 253, 255, 0.58);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68);
}

body.xn .amount-label {
    color: #607889;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body.xn .amount-value {
    color: #13b56f;
    font-size: 1.45rem;
    font-weight: 950;
    line-height: 1;
    text-shadow: 0 8px 18px rgba(19, 181, 111, 0.14);
}

body.xn .goods-section {
    margin-top: 14px;
    padding: 13px;
    border: 1px solid rgba(57, 164, 190, 0.16);
    border-radius: 14px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.54), rgba(226, 247, 251, 0.28));
}

body.xn .goods-thumb {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    overflow: hidden;
    border: 1px solid rgba(57, 164, 190, 0.24);
    border-radius: 12px;
    background: rgba(248, 253, 255, 0.68);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.72),
        0 7px 16px rgba(26, 73, 95, 0.08);
}

body.xn .goods-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.xn .goods-details {
    min-width: 0;
    display: grid;
    align-content: center;
    gap: 8px;
    flex: 1 1 auto;
}

body.xn .goods-name {
    margin: 0;
    color: var(--xn-ink-2);
    font-size: 1rem;
    font-weight: 950;
    line-height: 1.35;
}

body.xn .goods-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

body.xn .card-section {
    margin-top: 14px;
    overflow: hidden;
    border: 1px solid rgba(57, 164, 190, 0.18) !important;
    border-radius: 15px !important;
    background:
        radial-gradient(circle at 22px 18px, rgba(240, 111, 139, 0.08), transparent 78px),
        linear-gradient(135deg, rgba(255, 255, 255, 0.64), rgba(223, 247, 251, 0.38)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.70),
        0 9px 20px rgba(26, 73, 95, 0.07) !important;
}

body.xn .card-section .card-header {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(57, 164, 190, 0.14);
    background: rgba(230, 247, 251, 0.36);
}

body.xn .shipment-content,
body.xn .card-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
    color: var(--xn-ink-2);
    font-size: 1rem !important;
    font-weight: 950;
}

body.xn .shipment-title {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

body.xn .shipment-title i {
    color: #0f9f9f;
}

body.xn .card-content-no-password,
body.xn .card-password-section,
body.xn .card-content {
    padding: 13px 14px;
    color: var(--xn-ink);
    font-weight: 750;
    line-height: 1.72;
}

body.xn .card-display {
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border: 1px dashed rgba(57, 164, 190, 0.24);
    border-radius: 12px;
    background: rgba(248, 253, 255, 0.56);
    color: var(--xn-ink-2);
    word-break: break-word;
}

body.xn .btn-copy-unified,
body.xn .btn-unified {
    min-height: 30px;
    padding: 4px 10px !important;
    border: 1px solid rgba(57, 164, 190, 0.26);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.68);
    color: #315b73 !important;
    font-weight: 900;
    text-decoration: none !important;
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
}

body.xn .btn-copy-unified:hover,
body.xn .btn-unified:hover {
    transform: translateY(-2px);
    border-color: rgba(67, 184, 207, 0.46);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 8px 18px rgba(26, 73, 95, 0.10);
}

@media (max-width: 767.98px) {
    body.xn .yinse-query-heading {
        align-items: flex-start;
        min-height: auto;
        padding: 14px !important;
    }

    body.xn .yinse-query-heading-icon {
        width: 36px;
        height: 36px;
        margin-right: 10px;
        border-radius: 10px;
        font-size: 14px;
    }

    body.xn .yinse-query-heading::after {
        right: 12px;
        top: 12px;
    }

    body.xn .yinse-query-title {
        font-size: 1.28rem;
    }

    body.xn .yinse-query-summary {
        font-size: 0.8rem;
    }

    body.xn .order-header,
    body.xn .goods-section {
        flex-direction: column;
    }

    body.xn .order-left {
        flex-direction: column;
    }

    body.xn .order-right,
    body.xn .order-amount {
        width: 100%;
        justify-items: start;
    }
}

body.xn .yinse-description-body a,
body.xn .btn-copy-card,
body.xn .cyber-back-btn {
    border-color: rgba(57, 164, 190, 0.32) !important;
    background: rgba(234, 248, 251, 0.82) !important;
    color: #315b73 !important;
    box-shadow: none !important;
}

body.xn .yinse-description-body a:hover,
body.xn .btn-copy-card:hover,
body.xn .cyber-back-btn:hover {
    background: #349db7 !important;
    color: #ffffff !important;
}

body.xn .yinse-description-body blockquote {
    position: relative;
    margin: 16px 0 !important;
    padding: 18px 20px 18px 24px !important;
    overflow: hidden;
    border: 1px solid rgba(57, 164, 190, 0.22) !important;
    border-left: 0 !important;
    border-radius: 14px !important;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(223, 247, 251, 0.46)) !important;
    color: var(--xn-ink) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.70),
        0 12px 28px rgba(26, 73, 95, 0.10) !important;
}

body.xn .yinse-description-body blockquote::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 12px;
    width: 4px;
    border-radius: 999px;
    background: rgba(114, 220, 234, 0.78);
    box-shadow: 0 0 18px rgba(67, 184, 207, 0.24);
}

body.xn .yinse-description-body blockquote::after {
    display: none;
    content: "\2726";
    position: absolute;
    top: 10px;
    right: 12px;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(240, 111, 139, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.58);
    color: var(--xn-pink);
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}

body.xn .yinse-description-body blockquote p {
    margin: 0 0 10px !important;
}

body.xn .yinse-description-body blockquote p:last-child,
body.xn .yinse-description-body blockquote > :last-child {
    margin-bottom: 0 !important;
}

body.xn .yinse-description-body blockquote ul,
body.xn .yinse-description-body blockquote ol {
    margin: 8px 0 0 !important;
    padding-left: 18px !important;
}

body.xn .yinse-description-body a,
body.xn .btn-copy-card,
body.xn .cyber-back-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 40px;
    margin: 5px 6px;
    padding: 9px 38px 9px 16px;
    border: 1px solid rgba(57, 164, 190, 0.34) !important;
    border-radius: 9px;
    background:
        radial-gradient(circle at 18px 12px, rgba(240, 111, 139, 0.11), transparent 48px),
        linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(222, 248, 252, 0.68)) !important;
    color: #315b73 !important;
    font-size: 0.94rem;
    font-weight: 900;
    line-height: 1.35;
    text-decoration: none !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.78),
        0 8px 18px rgba(26, 73, 95, 0.10) !important;
    overflow: hidden;
    transition:
        transform 0.24s ease,
        border-color 0.24s ease,
        background-color 0.24s ease,
        box-shadow 0.24s ease,
        color 0.24s ease;
}

body.xn .yinse-description-body a::after,
body.xn .btn-copy-card::after,
body.xn .cyber-back-btn::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 7px;
    width: 16px;
    height: 20px;
    display: block;
    border: 0;
    border-radius: 0;
    background: url("./ice-droplet.png") center / contain no-repeat;
    color: transparent;
    font-size: 0;
    line-height: 1;
    filter: drop-shadow(0 4px 8px rgba(67, 184, 207, 0.22));
    transform: rotate(-9deg) scale(0.9);
    transform-origin: center;
    transition:
        transform 0.24s ease,
        filter 0.24s ease,
        opacity 0.24s ease;
}

body.xn .yinse-description-body a:hover,
body.xn .btn-copy-card:hover,
body.xn .cyber-back-btn:hover {
    transform: translateY(-3px);
    border-color: rgba(67, 184, 207, 0.68) !important;
    background:
        radial-gradient(circle at 18px 12px, rgba(240, 111, 139, 0.18), transparent 54px),
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(198, 244, 251, 0.82)) !important;
    color: #294f68 !important;
    text-shadow: 0 1px 8px rgba(255, 255, 255, 0.36);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        0 10px 22px rgba(26, 73, 95, 0.14),
        0 0 18px rgba(67, 184, 207, 0.18) !important;
}

body.xn .yinse-description-body a:hover::after,
body.xn .btn-copy-card:hover::after,
body.xn .cyber-back-btn:hover::after {
    background: url("./ice-droplet.png") center / contain no-repeat;
    filter: drop-shadow(0 5px 10px rgba(67, 184, 207, 0.30));
    transform: rotate(7deg) scale(1.12);
}

body.xn .yinse-description-body blockquote {
    padding: 20px 22px 18px 24px !important;
    border: 1px solid rgba(57, 164, 190, 0.24) !important;
    border-left: 1px solid rgba(57, 164, 190, 0.24) !important;
    background:
        radial-gradient(circle at 24px 20px, rgba(240, 111, 139, 0.13), transparent 78px),
        linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(223, 247, 251, 0.48)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.70),
        0 12px 28px rgba(26, 73, 95, 0.10) !important;
    transform: translateY(0);
    transition:
        transform 0.26s ease,
        border-color 0.26s ease,
        background-color 0.26s ease,
        box-shadow 0.26s ease;
}

body.xn .yinse-description-body blockquote::before {
    left: 18px;
    top: 0;
    bottom: auto;
    width: 88px;
    height: 5px;
    border-radius: 0 0 999px 999px;
    background: rgba(114, 220, 234, 0.78);
    box-shadow: 0 8px 20px rgba(67, 184, 207, 0.20);
}

body.xn .yinse-description-body blockquote::after {
    content: "";
    width: 20px;
    height: 25px;
    border: 0;
    background: url("./ice-droplet.png") center / contain no-repeat;
    color: transparent;
    font-size: 0;
    filter: drop-shadow(0 6px 12px rgba(67, 184, 207, 0.18));
    transition:
        transform 0.26s ease,
        filter 0.26s ease;
}

body.xn .yinse-description-body blockquote:hover {
    transform: translateY(-3px);
    border-color: rgba(67, 184, 207, 0.42) !important;
    background:
        radial-gradient(circle at 24px 20px, rgba(240, 111, 139, 0.16), transparent 86px),
        linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(211, 246, 251, 0.58)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.78),
        0 16px 34px rgba(26, 73, 95, 0.14),
        0 0 22px rgba(67, 184, 207, 0.12) !important;
}

body.xn .yinse-description-body blockquote:hover::after {
    transform: rotate(8deg) scale(1.08);
    background: url("./ice-droplet.png") center / contain no-repeat;
    filter: drop-shadow(0 8px 16px rgba(67, 184, 207, 0.26));
}

body.xn .yinse-description-body blockquote.red {
    --xn-quote-accent: #73d8e9;
    --xn-quote-accent-rgb: 115, 216, 233;
}

body.xn .yinse-description-body blockquote.blue,
body.xn .yinse-description-body blockquote.blud {
    --xn-quote-accent: #77a8cf;
    --xn-quote-accent-rgb: 119, 168, 207;
}

body.xn .yinse-description-body blockquote.green {
    --xn-quote-accent: #9bdfe4;
    --xn-quote-accent-rgb: 155, 223, 228;
}

body.xn .yinse-description-body blockquote.cyan {
    --xn-quote-accent: #22c7d8;
    --xn-quote-accent-rgb: 34, 199, 216;
}

body.xn .yinse-description-body blockquote.red.has-xn-quote-accent,
body.xn .yinse-description-body blockquote[style*="#c24f4a"],
body.xn .yinse-description-body blockquote[style*="194, 79, 74"] {
    --xn-quote-accent: #73d8e9 !important;
    --xn-quote-accent-rgb: 115, 216, 233 !important;
}

body.xn .yinse-description-body blockquote.red,
body.xn .yinse-description-body blockquote.blue,
body.xn .yinse-description-body blockquote.blud,
body.xn .yinse-description-body blockquote.green,
body.xn .yinse-description-body blockquote.cyan,
body.xn .yinse-description-body blockquote.has-xn-quote-accent,
body.xn .yinse-description-body blockquote[style*="border-left-color"],
body.xn .yinse-description-body blockquote[style*="border-color"] {
    border-color: color-mix(in srgb, var(--xn-quote-accent, var(--xn-hair)) 42%, transparent) !important;
    background:
        radial-gradient(circle at 24px 20px, rgba(var(--xn-quote-accent-rgb, 255, 79, 163), 0.12), transparent 78px),
        linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(223, 247, 251, 0.48)) !important;
}

body.xn .yinse-description-body blockquote.red::before,
body.xn .yinse-description-body blockquote.blue::before,
body.xn .yinse-description-body blockquote.blud::before,
body.xn .yinse-description-body blockquote.green::before,
body.xn .yinse-description-body blockquote.cyan::before,
body.xn .yinse-description-body blockquote.has-xn-quote-accent::before,
body.xn .yinse-description-body blockquote[style*="border-left-color"]::before,
body.xn .yinse-description-body blockquote[style*="border-color"]::before {
    background: color-mix(in srgb, var(--xn-quote-accent, var(--xn-hair)) 76%, rgba(255, 255, 255, 0.56));
    box-shadow: 0 8px 20px rgba(67, 184, 207, 0.16);
}

body.xn .yinse-description-body blockquote.red::after,
body.xn .yinse-description-body blockquote.blue::after,
body.xn .yinse-description-body blockquote.blud::after,
body.xn .yinse-description-body blockquote.green::after,
body.xn .yinse-description-body blockquote.cyan::after,
body.xn .yinse-description-body blockquote.has-xn-quote-accent::after,
body.xn .yinse-description-body blockquote[style*="border-left-color"]::after,
body.xn .yinse-description-body blockquote[style*="border-color"]::after {
    border-color: transparent;
    color: transparent;
    filter: drop-shadow(0 6px 12px rgba(var(--xn-quote-accent-rgb, 53, 201, 213), 0.18));
}

body.xn .yinse-description-body blockquote.red:hover,
body.xn .yinse-description-body blockquote.blue:hover,
body.xn .yinse-description-body blockquote.blud:hover,
body.xn .yinse-description-body blockquote.green:hover,
body.xn .yinse-description-body blockquote.cyan:hover,
body.xn .yinse-description-body blockquote.has-xn-quote-accent:hover,
body.xn .yinse-description-body blockquote[style*="border-left-color"]:hover,
body.xn .yinse-description-body blockquote[style*="border-color"]:hover {
    border-color: color-mix(in srgb, var(--xn-quote-accent, var(--xn-hair)) 60%, transparent) !important;
    background:
        radial-gradient(circle at 24px 20px, rgba(var(--xn-quote-accent-rgb, 255, 79, 163), 0.16), transparent 86px),
        linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(211, 246, 251, 0.58)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.78),
        0 16px 34px rgba(26, 73, 95, 0.14),
        0 0 22px rgba(var(--xn-quote-accent-rgb, 53, 201, 213), 0.12) !important;
}

body.xn .cyber-note {
    border-left-color: var(--xn-hair) !important;
    background: rgba(241, 251, 253, 0.82) !important;
    color: var(--xn-ink) !important;
}

body.xn .yinse-payment-notice {
    position: relative;
    margin: 2px 0 0;
    padding: 14px 16px;
    border: 1px solid rgba(67, 184, 207, 0.24);
    border-radius: 12px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.78), rgba(224, 245, 250, 0.58)),
        var(--yinse-page-background-image, none);
    background-size: cover;
    background-position: center;
    color: var(--xn-ink-2);
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.58;
    text-align: center;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        0 12px 26px rgba(26, 73, 95, 0.10);
    overflow: hidden;
}

body.xn .yinse-payment-notice::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(240, 111, 139, 0.14), transparent 34%),
        radial-gradient(circle at 88% 82%, rgba(67, 184, 207, 0.18), transparent 30%),
        linear-gradient(135deg, rgba(67, 184, 207, 0.08), rgba(255, 255, 255, 0.04));
    pointer-events: none;
}

body.xn .yinse-payment-notice > * {
    position: relative;
    z-index: 1;
}

body.xn .yinse-payment-notice p {
    margin: 0;
}

body.xn .yinse-payment-notice p + p {
    margin-top: 2px;
}

body.xn .yinse-payment-notice a {
    display: inline-flex;
    align-items: center;
    min-height: 0;
    margin: 0 2px;
    padding: 0;
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    color: #db5976 !important;
    font-size: inherit;
    font-weight: 900;
    line-height: inherit;
    text-decoration: underline !important;
    text-underline-offset: 3px;
    box-shadow: none !important;
    transform: none !important;
}

body.xn .yinse-payment-notice a::after {
    display: none !important;
}

body.xn .yinse-payment-notice a:hover {
    color: #f06f8b !important;
    text-shadow: 0 0 12px rgba(240, 111, 139, 0.24);
}

body.xn .yinse-payment-panel {
    margin-top: var(--yinse-layout-gap);
    overflow: hidden;
}

body.xn .yinse-payment-heading {
    min-height: 96px;
    align-items: center;
}

body.xn .yinse-payment-body {
    padding: 18px;
}

body.xn .cash-pay--independent {
    position: relative;
    padding: 18px;
    border: 1px solid rgba(57, 164, 190, 0.18);
    border-radius: 14px;
    background:
        radial-gradient(circle at 24px 18px, rgba(240, 111, 139, 0.10), transparent 78px),
        linear-gradient(135deg, rgba(255, 255, 255, 0.64), rgba(223, 247, 251, 0.40));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.70),
        0 10px 24px rgba(26, 73, 95, 0.08);
}

body.xn .cash-pay--independent::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 0;
    width: 88px;
    height: 5px;
    border-radius: 0 0 999px 999px;
    background: rgba(114, 220, 234, 0.78);
    box-shadow: 0 8px 20px rgba(67, 184, 207, 0.18);
}

body.xn .cash-pay--independent .pay-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body.xn .cash-pay--independent .pay-list:empty {
    min-height: 38px;
}

body .yinse-layer-popup.layui-layer,
body.xn .layui-layer.layui-layer-page,
body.xn .component-popup {
    background: rgba(255, 255, 255, 0.86) !important;
    border-color: rgba(57, 164, 190, 0.24) !important;
    color: var(--xn-ink) !important;
    box-shadow: var(--xn-shadow-hover) !important;
}

body .yinse-layer-popup .layui-layer-content,
body .yinse-layer-popup .yinse-notice-title,
body .yinse-layer-popup .yinse-notice-popup-inner,
body .yinse-layer-popup .yinse-notice-tip {
    color: var(--xn-ink) !important;
}

body .yinse-layer-popup .yinse-notice-modal-head {
    background: linear-gradient(180deg, #eaf8fb, #ffffff) !important;
    border-bottom-color: rgba(57, 164, 190, 0.16) !important;
}

.yinse-form-stack input.form-control,
.yinse-form-stack input.captcha-input {
    color: var(--xn-ink) !important;
}

.yinse-form-stack input.form-control::placeholder,
.yinse-form-stack input.captcha-input::placeholder {
    color: #7b93a1 !important;
}

body.xn .yinse-back-to-top,
#backToTop {
    border-color: rgba(57, 164, 190, 0.30) !important;
    background: rgba(255, 255, 255, 0.84) !important;
    color: #315b73 !important;
    box-shadow: var(--xn-shadow) !important;
}

body.xn .yinse-back-to-top:hover,
#backToTop:hover {
    background: #349db7 !important;
    color: #ffffff !important;
}

html::-webkit-scrollbar-track,
#yinse-category-tree::-webkit-scrollbar-track {
    background: rgba(222, 234, 247, 0.72) !important;
}

html::-webkit-scrollbar-thumb,
#yinse-category-tree::-webkit-scrollbar-thumb {
    background: #86bed2 !important;
    border-color: rgba(222, 234, 247, 0.72) !important;
}

html::-webkit-scrollbar-thumb:hover,
#yinse-category-tree::-webkit-scrollbar-thumb:hover {
    background: #69aabf !important;
}

@media (max-width: 767px) {
    :root {
        --xn-block-gap: 14px;
    }

    body.xn .yinse-nav-wrap,
    body.xn .yinse-shell,
    body.xn .yinse-shell--narrow,
    body.xn .yinse-footer-wrap {
        width: calc(100% - 20px);
    }

    body.yinse-theme.xn {
        position: relative;
        overflow-x: hidden;
        background-color: #dce8f5 !important;
        background-image: none !important;
    }

    body.yinse-theme.xn::after {
        content: "";
        position: fixed;
        inset: 0;
        z-index: 0;
        display: block !important;
        pointer-events: none;
        background-image: var(--yinse-page-background-image, none) !important;
        background-size: cover !important;
        background-position: center top !important;
        background-repeat: no-repeat !important;
        transform: translateZ(0);
    }

    body.yinse-theme.xn.yinse-bg-mask-on::before {
        z-index: 1;
    }

    body.xn .yinse-page-frame {
        position: relative;
        z-index: 2;
    }

    .yinse-banner-shell {
        margin-top: var(--xn-block-gap) !important;
    }

    body.xn .yinse-hero-banner {
        min-height: 244px;
        height: 244px;
        max-height: 244px;
        border-radius: 20px !important;
        background:
            radial-gradient(circle at 50% 26%, rgba(255, 255, 255, 0.72), transparent 34%),
            radial-gradient(circle at 18% 82%, rgba(238, 178, 208, 0.12), transparent 30%),
            linear-gradient(135deg, rgba(250, 253, 255, 0.66), rgba(226, 236, 248, 0.44)) !important;
    }

    body.xn .panel::before,
    body.xn .yinse-hero-banner--notice::after {
        right: -12px;
        top: -10px;
        width: 124px;
        height: 62px;
        opacity: 0.40;
    }
    body.xn .yinse-sidebar-panel {
        position: static !important;
        inset: auto !important;
        width: 100% !important;
        height: auto !important;
        transform: none !important;
        border-radius: 24px !important;
        overflow: hidden !important;
        background-clip: padding-box;
        isolation: isolate;
    }

    body.xn .yinse-sidebar-panel .panel-body {
        overflow: hidden !important;
        border-radius: 0 0 24px 24px !important;
    }

    body.xn .yinse-hero-banner--image::before {
        display: none !important;
    }

    body.xn .yinse-hero-banner--notice {
        padding: 0 !important;
        min-height: auto;
    }

    .yinse-hero-notice-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .yinse-hero-news.yinse-news-ticker {
        width: 100%;
    }

    body.xn .yinse-catalog-tools {
        position: static;
        width: 100%;
    }

    body.xn .yinse-catalog-tools::before,
    body.xn .yinse-catalog-tools::after {
        display: none !important;
    }

    .yinse-hero-media {
        inset: 0;
    }

    .yinse-hero-media-image {
        left: -12px;
        top: -4px;
        width: calc(100% + 24px);
        height: calc(100% + 8px);
        object-fit: cover;
        object-position: 64% 43%;
        transform: translate3d(var(--yinse-hero-shift-x, 0px), var(--yinse-hero-shift-y, 0px), 0) scale(1.03);
    }

    .yinse-hero-orb--two {
        display: none;
    }

    .yinse-hero-hud--tl {
        left: 14px;
        top: 14px;
        width: 54px;
        height: 42px;
    }

    .yinse-hero-hud--br {
        right: 14px;
        bottom: 14px;
        width: 74px;
        height: 40px;
    }

    .yinse-hero-orb--one {
        left: auto;
        right: -36px;
        top: 18px;
        width: 128px;
        height: 128px;
        opacity: 0.22;
    }

    .yinse-hero-ghost-label {
        right: 18px;
        top: 22px;
        max-width: 42vw;
        font-size: clamp(16px, 5vw, 26px);
        opacity: 0.38;
        letter-spacing: 0.08em;
    }

    .yinse-hero-actions {
        left: 50%;
        right: auto;
        bottom: 14px;
        width: calc(100% - 32px);
        padding: 0;
        transform: translateX(-50%);
    }

    .yinse-hero-title {
        left: 50%;
        right: auto;
        top: 38%;
        bottom: auto;
        width: calc(100% - 36px);
        gap: 7px;
        align-items: center;
        text-align: center;
        transform:
            translate3d(calc(-50% + var(--yinse-title-shift-x)), calc(-50% + var(--yinse-title-shift-y)), 0)
            rotateX(var(--yinse-title-tilt-x))
            rotateY(var(--yinse-title-tilt-y));
    }

    .yinse-hero-title span {
        max-width: 100%;
        font-size: clamp(32px, 10vw, 48px);
        line-height: 0.96;
        text-wrap: balance;
    }

    .yinse-hero-title strong {
        max-width: min(100%, 380px);
        font-size: clamp(15px, 4.4vw, 20px);
        line-height: 1.22;
        text-wrap: balance;
    }

    .yinse-hero-title strong::after {
        width: 78px;
        height: 4px;
        margin-top: 8px;
    }

    .yinse-hero-ornaments::before {
        left: 10%;
        right: 10%;
        transform: translateY(58px) scaleX(0.84);
    }

    .yinse-hero-orbit {
        display: none;
    }

    .yinse-hero-petal {
        opacity: 0.36;
        transform: scale(0.8);
    }

    .yinse-hero-butterfly {
        width: 38px;
        height: 28px;
        opacity: 0.24;
    }

    .yinse-hero-butterfly::before,
    .yinse-hero-butterfly::after {
        top: 5px;
        width: 21px;
        height: 18px;
    }

    .yinse-hero-butterfly--left {
        left: 7%;
        top: 44px;
    }

    .yinse-hero-butterfly--right {
        right: 7%;
        top: 48px;
        width: 42px;
        height: 30px;
    }

    .yinse-hero-droplet {
        display: none;
    }

    .yinse-hero-floral {
        width: 138px;
        height: 104px;
        opacity: 0.48;
        filter: drop-shadow(0 8px 18px rgba(64, 103, 168, 0.20)) saturate(1.16) contrast(1.06);
    }

    .yinse-hero-floral--right {
        right: -28px;
        top: 18px;
    }

    .yinse-hero-floral--left {
        display: none;
    }

    .yinse-hero-actions .cyber-nav-buttons {
        justify-content: center;
        align-items: center;
        gap: 7px;
        max-height: none;
        overflow: hidden;
    }

    .yinse-hero-actions .cyber-btn-item {
        flex: 0 0 calc((100% - 14px) / 3);
        width: calc((100% - 14px) / 3);
        min-width: 0 !important;
        max-width: calc((100% - 14px) / 3);
        min-height: 32px;
        padding: 0 8px;
        border-radius: 11px;
        font-size: 12px;
        line-height: 1.15;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        box-shadow: 0 8px 18px rgba(26, 73, 95, 0.12);
    }

    .yinse-hero-actions .cyber-btn-item:nth-child(1),
    .yinse-hero-actions .cyber-btn-item:nth-child(2),
    .yinse-hero-actions .cyber-btn-item:nth-child(3) {
        min-width: 0 !important;
    }

}

@media (max-width: 420px) {
    body.xn .yinse-hero-banner {
        min-height: 248px;
        height: 248px;
        max-height: 248px;
    }

    .yinse-hero-media-image {
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 21% 50%;
    }

    .yinse-hero-title {
        left: 50%;
        top: 38%;
        width: calc(100% - 32px);
        bottom: auto;
    }

    .yinse-hero-title span {
        font-size: clamp(30px, 9.4vw, 42px);
    }

    .yinse-hero-title strong {
        font-size: clamp(14px, 4vw, 17px);
    }

    .yinse-hero-actions .cyber-nav-buttons {
        gap: 6px;
        max-height: none;
    }

    .yinse-hero-actions {
        bottom: 12px;
    }

    .yinse-hero-actions .cyber-btn-item {
        flex-basis: calc((100% - 12px) / 3);
        width: calc((100% - 12px) / 3);
        max-width: calc((100% - 12px) / 3);
        min-width: 0 !important;
        min-height: 31px;
        padding: 0 7px;
        font-size: 11px;
    }
}
/* 閸忣剙鍙￠幓鎰絿閺嶅嘲绱￠敍灞藉櫤鐏忔垿鍣告径宥勫敩閻?*/
.bt-pro,
.bt-red,
.bt-blue,
.bt-green {
    /* 姒涙顓婚崺鍝勫櫙鐎涙褰?4px閿涘苯鍞撮懕鏀晅yle="font-size:XXpx"閸欘垵顩惄鏍︽叏閺€鐟般亣鐏?*/
    font-size: 14px;
    font-weight: 900;
    position: relative;
    top: 0px;
    left: 5px;
    /* em = 閼奉亣闊ゝont-size閸婂秵鏆熼敍灞炬瀮鐎涙褰夋径褑绔熺捄婵嗘倱濮濄儱褰夋径?*/
    margin: 0 calc(0.625em) calc(0.125em) 0;
    padding: calc(0.14em) calc(0.71em);
    /* 閸﹀棜顫楅梾蹇撶摟閸欑柉鍤滈柅鍌氱安閿?em=瑜版挸澧犻弬鍥х摟婢堆冪毈 */
    border-radius: 1em;
    display: inline-block;
    line-height: 1.2;
    color: #ffffff !important;
}
/* 婢舵俺澹婂顏嗗箚閺嶅洨顒?*/
.bt-pro {
    background: rgba(255, 0, 0, 0.8);
    text-shadow: 0 0 calc(0.5em) #ff0000, 0 0 calc(1em) #ff0000;
    animation: yinsehd 8s infinite linear;
}
@keyframes yinsehd {
    0%,100% {
        background: #ff0000;
        color: #ffffff;
        text-shadow: 0 0 calc(0.5em) #ff0000, 0 0 calc(1em) #ff0000;
    }
    25% {
        background: #ff5500;
        color: #fff;
        text-shadow: 0 0 calc(0.5em) #ff5500, 0 0 calc(1em) #ff5500;
    }
    50% {
        background: #00d114;
        color: #fff;
        text-shadow: 0 0 calc(0.5em) #00d114, 0 0 calc(1em) #00d114;
    }
    75% {
        background: #0066ff;
        color: #fff;
        text-shadow: 0 0 calc(0.5em) #0066ff, 0 0 calc(1em) #0066ff;
    }
}

/* 缁俱垼澹婂〒鎰綁閺嶅洨顒?*/
.bt-red {
    background: rgba(255, 0, 0, 0.8);
    text-shadow: 0 0 calc(0.5em) #ff0000, 0 0 calc(1em) #ff0000;
    animation: yinsehd-alone-red 8s infinite linear;
}
@keyframes yinsehd-alone-red {
    0%,100% {
        background: #ff0000;
        color: #ffffff;
        text-shadow: 0 0 calc(0.5em) #ff0000, 0 0 calc(1em) #ff0000;
    }
    33% {
        background: var(--tokyo-accent,#ff2266); /* 閸忔粌绨虫妯款吇閼硅绱濋弮鐘插綁闁插繋绗夐幎銉╂晩 */
        color: #ffffff;
        text-shadow: 0 0 calc(0.5em) var(--tokyo-accent,#ff2266), 0 0 calc(1em) var(--tokyo-accent,#ff2266);
    }
    66% {
        background: #ff71be;
        color: #ffffff;
        text-shadow: 0 0 calc(0.5em) #ff71be, 0 0 calc(1em) #ff71be;
    }
}

/* 閽冩繆澹婂〒鎰綁閺嶅洨顒?*/
.bt-blue {
    background: rgba(0, 102, 255, 0.8);
    text-shadow: 0 0 calc(0.5em) #0066ff, 0 0 calc(1em) #0066ff;
    animation: yinsehd-alone-blue 8s infinite linear;
}
@keyframes yinsehd-alone-blue {
    0%,100% {
        background: #0066ff;
        color: #ffffff;
        text-shadow: 0 0 calc(0.5em) #0066ff, 0 0 calc(1em) #0066ff;
    }
    33% {
        background: #00d2ff;
        color: #ffffff;
        text-shadow: 0 0 calc(0.5em) #00d2ff, 0 0 calc(1em) #00d2ff;
    }
    66% {
        background: #74b9ff;
        color: #ffffff;
        text-shadow: 0 0 calc(0.5em) #74b9ff, 0 0 calc(1em) #74b9ff;
    }
}

/* 缂佽儻澹婂〒鎰綁閺嶅洨顒?*/
.bt-green {
    background: rgba(0, 209, 20, 0.8);
    text-shadow: 0 0 calc(0.5em) #00d114, 0 0 calc(1em) #00d114;
    animation: yinsehd-alone-green 8s infinite linear;
}
@keyframes yinsehd-alone-green {
    0%,100% {
        background: #00d114;
        color: #ffffff;
        text-shadow: 0 0 calc(0.5em) #00d114, 0 0 calc(1em) #00d114;
    }
    33% {
        background: #a2f82c;
        color: #ffffff;
        text-shadow: 0 0 calc(0.5em) #a2f82c, 0 0 calc(1em) #a2f82c;
    }
    66% {
        background: #00b894;
        color: #ffffff;
        text-shadow: 0 0 calc(0.5em) #00b894, 0 0 calc(1em) #00b894;
    }
}
