@charset "utf-8";
/* 大屏内容区 — 现代视觉增强层 */
:root {
    --dp-accent: #38bdf8;
    --dp-accent-2: #0ea5e9;
    --dp-gold: #fbbf24;
    --dp-glass: rgba(8, 18, 36, 0.52);
    --dp-glass-light: rgba(255, 255, 255, 0.08);
    --dp-glass-border: rgba(148, 163, 184, 0.22);
    --dp-text: #f1f5f9;
    --dp-shadow: 0 10px 36px rgba(0, 0, 0, 0.4);
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* 顶部信息栏（有视频背景时由 has-screen-bgvideo 规则清掉） */
.Panel.Top {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, transparent 100%);
}

.head-txt {
    background: var(--dp-glass);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--dp-glass-border);
    border-radius: 999px;
    padding: 8px 24px !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    box-shadow: var(--dp-shadow);
}

.head-txt em {
    font-size: 28px !important;
    background: linear-gradient(135deg, var(--dp-gold), #f59e0b);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 2px;
}

.top_title {
    font-size: 22px !important;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.helperpanel {
    background: var(--dp-glass);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--dp-glass-border);
    border-radius: 12px;
    padding: 8px 16px !important;
    margin-top: 18px !important;
    font-size: 15px !important;
    box-shadow: var(--dp-shadow);
}

.helperpanel .activity_key,
.bigmpcodebar .label .activity_key,
.show_qrcode .label .activity_key {
    color: var(--dp-gold) !important;
}

.mp_account_codeimage {
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.25);
    box-shadow: var(--dp-shadow);
    transition: transform 0.2s ease;
}

.mp_account_codeimage:hover {
    transform: scale(1.05);
}

.bigmpcodebar img,
.show_qrcode img {
    border-radius: 20px !important;
    border: 3px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6) !important;
}

.bigmpcodebar .label,
.show_qrcode .label {
    font-weight: 500;
    letter-spacing: 0.04em;
}

/* 底部导航（有视频背景时由 has-screen-bgvideo 规则清掉） */
.Panel.Bottom {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.28) 0%, transparent 100%) !important;
    height: 80px !important;
    pointer-events: none;
}

.Panel.Bottom .bottommenu,
.Panel.Bottom .navbar,
.Panel.Bottom .navbarmenu,
.Panel.Bottom .navbaritem {
    pointer-events: auto;
}

.bottommenu {
    position: relative;
    height: 80px !important;
}

.bottommenu .navbar {
    position: absolute !important;
    left: 16px !important;
    right: 16px !important;
    top: auto !important;
    bottom: 10px !important;
    margin-top: 0 !important;
    width: auto !important;
    background: var(--dp-glass) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--dp-glass-border);
    border-radius: 16px;
    box-shadow: var(--dp-shadow);
    height: 64px !important;
}

.navbarmenu .neicon {
    border-radius: 10px;
    transition: background 0.2s, transform 0.15s;
}

.navbarmenu .neicon:hover {
    background: var(--dp-glass-light) !important;
    transform: translateY(-2px);
}

.navbaritem.fullscreen .neicon {
    border-radius: 10px;
    padding: 6px 10px;
}

.navbaritem.fullscreen .neicon:hover {
    background: var(--dp-glass-light);
}

/* 登录弹窗（iframe 内） */
.loginform {
    width: 380px !important;
    margin-left: -190px !important;
    height: auto !important;
    margin-top: -120px !important;
    padding: 32px 28px 28px !important;
    background: var(--dp-glass) !important;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid var(--dp-glass-border);
    border-radius: 20px !important;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5);
    text-shadow: none !important;
    z-index: 10001;
}

.loginform .login-title,
.loginform > div:first-child {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 0.04em;
}

.loginform .password {
    background: rgba(0, 0, 0, 0.35) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    font-size: 16px !important;
    height: 44px !important;
    line-height: 44px !important;
    margin: 16px 0 !important;
}

.loginform .password:focus {
    outline: none;
    border-color: var(--dp-accent) !important;
    box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.35) !important;
}

.loginform .button-login {
    background: linear-gradient(135deg, var(--dp-accent), var(--dp-accent-2)) !important;
    border-radius: 12px !important;
    font-size: 18px !important;
    font-weight: 600;
    height: 48px !important;
    letter-spacing: 0.08em;
    box-shadow: 0 4px 16px rgba(56, 189, 248, 0.45) !important;
    text-shadow: none !important;
}

.loginform .button-login:hover {
    box-shadow: 0 6px 24px rgba(56, 189, 248, 0.55) !important;
}

/* 加载遮罩：默认隐藏。qdbase 无 hideLoading，若不关会整页发灰压住背景视频 */
.loader {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    background: transparent !important;
}
html.in-frame .loader,
html.has-screen-bgvideo .loader,
body.has-screen-bgvideo .loader,
html:has(#dp-screen-bgvideo) .loader {
    display: none !important;
}

/* 显示/隐藏导航 */
#show_hide_nav {
    opacity: 0.85;
    transition: opacity 0.2s, transform 0.2s !important;
}

#show_hide_nav:hover {
    opacity: 1;
    transform: translateX(-50%) translateY(-2px) !important;
}

/* 上墙消息气泡 */
.MsgList .MsgItem {
    background: var(--dp-glass) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--dp-glass-border) !important;
    border-radius: 14px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease;
}

.MsgList .MsgItem:hover {
    transform: translateX(4px);
}

.MsgList .MsgItem .head {
    border: 3px solid rgba(255, 255, 255, 0.5) !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.msg-box {
    background: var(--dp-glass) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--dp-glass-border);
    border-radius: 20px !important;
    box-shadow: var(--dp-shadow);
}

/* 内容区通用边距（与 top_panel 顶栏/底栏对齐） */
.Panel.MsgList,
.Panel.Lottery,
.Panel.Track,
.frame-dialog,
.skinLayer,
.videoplay {
    top: 100px !important;
    bottom: 84px !important;
    height: auto !important;
}

/* 投票页 */
.votebody h2 {
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.vote-wall {
    border-radius: 16px;
}

.lunci a {
    backdrop-filter: blur(8px);
    transition: background 0.2s, border-color 0.2s;
}

/* 游戏页全屏内容（摇大奖 height:100% 容器不能用 top/bottom 裁切，否则功能区被切掉） */
.pashuMain,
.shuqianMain {
    top: 100px;
    bottom: 84px;
}

.grab_redenvelop.screen_show {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    margin: 0 !important;
}

/* 摇一摇 / 爬树 — 欢迎层与开始按钮（避开顶栏底栏遮挡） */
body.FUN .round-welcome {
    z-index: 20;
    top: 100px;
    bottom: 84px;
    height: auto !important;
    box-sizing: border-box;
}

body.FUN .pashuMain,
body.FUN .Panel.Track {
    z-index: 1;
}

body.FUN .round-start-control {
    z-index: 30;
    pointer-events: auto;
    left: 50%;
    top: auto;
    bottom: 100px;
    transform: translateX(-50%);
    text-align: center;
    width: auto;
    min-width: 160px;
}

body.FUN .round-control {
    z-index: 25;
    pointer-events: auto;
}

body.FUN .round-welcome .button-start,
body.FUN .round-welcome .button-restart,
body.FUN .round-welcome .button.reset {
    pointer-events: auto;
    position: relative;
    z-index: 31;
    min-width: 140px;
}

body.FUN .round-welcome .label.bottom {
    bottom: 0;
    padding-bottom: 8px;
    pointer-events: none;
}

body.FUN .round-welcome .qr {
    max-width: min(430px, 38vw);
    max-height: min(430px, 38vh);
    width: min(430px, 38vw);
    height: min(430px, 38vh);
    margin-top: calc(-1 * min(215px, 19vh));
    margin-left: calc(-1 * min(215px, 19vw));
}

/* 摇一摇/数钱 使用 flex 欢迎层，取消旧版二维码负边距 */
body.SHAKE .round-welcome .qr,
body.SHUQIAN .shuqian-qr {
    margin-top: 0 !important;
    margin-left: 0 !important;
    max-width: none;
    max-height: none;
}

body.FUN .shuqian_btn_groups {
    z-index: 25;
    pointer-events: auto;
}

/* 签到页 — Panel.Lottery 已预留顶底栏，避免双重 padding */
body.QIANDAO .qiandao {
    padding-top: 12px;
    padding-bottom: 12px;
    box-sizing: border-box;
}

.qiandao {
    box-sizing: border-box;
}

::-webkit-scrollbar-thumb {
    background: rgba(56, 189, 248, 0.5) !important;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--dp-accent) !important;
}

/* 嵌在 frame 时隐藏子页顶栏/底栏/人数/二维码，避免与父页重复 */
html.in-frame .Panel.Top,
html.in-frame .Panel.Bottom,
html.in-frame #show_hide_nav {
    display: none !important;
}

html.in-frame .Panel.MsgList,
html.in-frame .Panel.Lottery,
html.in-frame .Panel.Track,
html.in-frame .Panel.kaimu,
html.in-frame .frame-dialog,
html.in-frame .skinLayer,
html.in-frame .videoplay,
html.in-frame .wall-empty,
html.in-frame .qd-empty,
html.in-frame .danye-empty,
html.in-frame .pashuMain,
html.in-frame .shuqianMain,
html.in-frame .container {
    top: 16px !important;
    bottom: 100px !important;
}

html.in-frame .grab_redenvelop.screen_show {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    margin: 0 !important;
}

html.in-frame body.SHAKE .shake-welcome {
    inset: 16px 0 100px 0 !important;
}

html.in-frame body.PASHU .round-welcome,
html.in-frame body.SHUQIAN .shuqian-welcome {
    top: 16px !important;
    bottom: 100px !important;
}

html.in-frame body.FUN .round-start-control {
    bottom: 110px;
}


/* ===== 2026 大屏效果增强 ===== */
.MsgList .MsgItem {
    animation: dp-msg-in 0.55s ease both;
}
.MsgList .MsgItem .head {
    background-size: cover !important;
    background-position: center !important;
    object-fit: cover;
}
.MsgList .MsgItem .u-msgword,
.MsgList .MsgItem .msgword {
    line-height: 1.45;
    letter-spacing: 0.02em;
}
@keyframes dp-msg-in {
    from { opacity: 0; transform: translateY(18px) scale(0.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.msg-box .header .head,
.msg-box .header img {
    object-fit: cover;
    border-radius: 50%;
}

/* 签到墙卡片 */
body.QIANDAO .qiandao ul li.qiaodaosf {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    transition: transform 0.25s ease;
}
body.QIANDAO .qiandao ul li.qiaodaosf:hover {
    transform: translateY(-2px);
}
body.QIANDAO .qiaodaotx {
    transition: box-shadow 0.3s ease;
}

/* 投票 */
body.FUN .votebody,
.votebody {
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}
.bar-item .bar.active {
    box-shadow: 0 0 16px rgba(56, 189, 248, 0.35);
    transition: width 0.6s ease;
}
.lunci a {
    border-radius: 10px !important;
}

/* 摇一摇欢迎层 CTA */
body.SHAKE .shake-welcome__btn,
body.SHAKE .button-start,
body.SHAKE .shake-start-btn {
    box-shadow: 0 8px 28px rgba(14, 165, 233, 0.45);
}

html.in-frame body.FUN.WALL,
html.in-frame body.FUN.WALL.QIANDAO,
html.in-frame body.FUN.WALL.THREED,
html.in-frame body.SHAKE,
html.in-frame.html,
html.in-frame body {
    background: transparent !important;
    background-image: none !important;
    background-color: transparent !important;
}
/* 内页自带视频：用不透明黑底托住原片，禁止再被改成透明（透明会整页发灰） */
html.has-screen-bgvideo,
html.has-screen-bgvideo body,
html.in-frame.has-screen-bgvideo body,
html.in-frame.has-screen-bgvideo body.FUN.WALL,
html.in-frame.has-screen-bgvideo body.FUN.WALL.QIANDAO,
html.in-frame.has-screen-bgvideo body.FUN.WALL.THREED,
body.has-screen-bgvideo,
body.has-screen-bgvideo.FUN.WALL.QIANDAO {
    background: #000 !important;
    background-color: #000 !important;
    background-image: none !important;
}
html.in-frame body.FUN.WALL::before,
html.in-frame body.FUN.WALL.QIANDAO::before,
html.in-frame body.FUN.WALL.THREED::before,
html.in-frame body.SHAKE::before,
html.has-parent-bgvideo body::before,
html.has-parent-bgvideo body::after,
body.has-parent-bgvideo::before,
body.has-parent-bgvideo::after {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    content: none !important;
}
/* 签到区半透明底在视频背景下会发灰，改为全透明 */
html.in-frame body.FUN.WALL.QIANDAO .qiandao,
html.has-parent-bgvideo .qiandao,
html.has-screen-bgvideo .qiandao,
body.has-screen-bgvideo .qiandao,
body.has-parent-bgvideo .qiandao,
html:has(#dp-screen-bgvideo) .qiandao,
body:has(#dp-screen-bgvideo) .qiandao,
.qiandao {
    background: transparent !important;
    background-color: transparent !important;
}
html:has(#dp-screen-bgvideo) .Panel.Lottery,
body:has(#dp-screen-bgvideo) .Panel.Lottery,
html.has-screen-bgvideo .Panel.Lottery,
body.has-screen-bgvideo .Panel.Lottery {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
}

/* 视频背景：去除蒙版 */
html.has-screen-bgvideo .Panel.Top,
body.has-screen-bgvideo .Panel.Top,
html.has-parent-bgvideo .Panel.Top,
body.has-parent-bgvideo .Panel.Top,
html.has-screen-bgvideo .Panel.Bottom,
body.has-screen-bgvideo .Panel.Bottom,
html.has-parent-bgvideo .Panel.Bottom,
body.has-parent-bgvideo .Panel.Bottom {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
}
html.has-screen-bgvideo .head-txt,
html.has-screen-bgvideo .helperpanel,
body.has-screen-bgvideo .head-txt,
body.has-screen-bgvideo .helperpanel,
html.has-parent-bgvideo .head-txt,
html.has-parent-bgvideo .helperpanel,
html.has-screen-bgvideo .qd-empty__inner,
html.has-screen-bgvideo .wall-empty__inner,
html.has-screen-bgvideo .danye-empty__inner,
body.has-screen-bgvideo .qd-empty__inner,
body.has-screen-bgvideo .wall-empty__inner,
html.has-parent-bgvideo .qd-empty__inner,
html.has-parent-bgvideo .wall-empty__inner {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
    border-color: rgba(255, 255, 255, 0.35) !important;
}
html.has-screen-bgvideo .qd-empty__title,
html.has-screen-bgvideo .qd-empty__hint,
html.has-screen-bgvideo .wall-empty__title,
html.has-screen-bgvideo .wall-empty__hint,
body.has-screen-bgvideo .qd-empty__title,
body.has-screen-bgvideo .qd-empty__hint,
html.has-parent-bgvideo .qd-empty__title,
html.has-parent-bgvideo .wall-empty__title {
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.85), 0 0 20px rgba(0, 0, 0, 0.5) !important;
}
html.has-screen-bgvideo .dp-screen-bgvideo,
html.has-parent-bgvideo #dp-iframe-bgvideo,
body.has-screen-bgvideo .dp-screen-bgvideo,
#dp-iframe-bgvideo,
.dp-screen-bgvideo {
    filter: none !important;
    -webkit-filter: none !important;
}
html.has-screen-bgvideo,
body.has-screen-bgvideo,
html.has-parent-bgvideo,
body.has-parent-bgvideo {
    --dp-glass: transparent;
    --dp-stage-card: transparent;
}

/* ===== 20260906 大屏舞台增强 ===== */
:root {
    --dp-stage-card: transparent;
    --dp-stage-line: linear-gradient(90deg, transparent, #38bdf8, transparent);
}

/* 空状态舞台卡 */
.wall-empty__inner,
.qd-empty__inner,
.danye-empty__inner {
    position: relative;
    padding: 36px 40px 32px;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 24px;
    box-shadow: none;
    max-width: 620px;
}

.wall-empty__title,
.qd-empty__title,
.danye-empty__title {
    position: relative;
    font-size: clamp(32px, 3.6vw, 52px) !important;
    font-weight: 700;
    letter-spacing: 0.18em !important;
    color: #f0f9ff !important;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
}

.wall-empty__title::after,
.qd-empty__title::after {
    content: '';
    display: block;
    width: 72px;
    height: 3px;
    margin: 14px auto 0;
    border-radius: 2px;
    background: var(--dp-stage-line);
}

.wall-empty__hint,
.qd-empty__hint {
    color: rgba(226, 232, 240, 0.88) !important;
    font-size: clamp(16px, 1.6vw, 22px) !important;
}

.wall-empty__qr,
.qd-empty__qr {
    width: clamp(220px, 30vmin, 320px) !important;
    height: clamp(220px, 30vmin, 320px) !important;
    padding: 14px !important;
    border-radius: 18px !important;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(56, 189, 248, 0.2) !important;
}

/* 上墙消息卡 */
body.FUN.WALL .MsgList .MsgItem {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.72), rgba(8, 18, 36, 0.55)) !important;
    border: 1px solid rgba(148, 163, 184, 0.22) !important;
    border-left: 3px solid rgba(56, 189, 248, 0.75) !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
    margin-bottom: 10px !important;
    overflow: hidden;
}

body.FUN.WALL .MsgList .MsgItem .u-head,
body.FUN.WALL .MsgList .MsgItem .head {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35), 0 0 0 2px rgba(125, 211, 252, 0.35);
}

body.FUN.WALL .MsgList .MsgItem .nickname-bg {
    background: linear-gradient(90deg, rgba(2, 6, 23, 0.75), rgba(2, 6, 23, 0.35)) !important;
    backdrop-filter: blur(4px);
}

body.FUN.WALL .msg-box {
    background: linear-gradient(160deg, rgba(15, 23, 42, 0.88), rgba(8, 18, 36, 0.82)) !important;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 22px !important;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.55);
}

body.FUN.WALL .jbshow {
    background: rgba(2, 6, 23, 0.82) !important;
    backdrop-filter: blur(8px);
}

body.FUN.WALL .jbshow .fxtx {
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.4) !important;
}

body.FUN.WALL .jbshow .jbmz {
    background: linear-gradient(0deg, rgba(2, 6, 23, 0.85), rgba(2, 6, 23, 0.35)) !important;
    letter-spacing: 0.02em;
}

/* 签到墙头像环 */
body.QIANDAO .qiaodaotx,
body.FUN.WALL.QIANDAO .qiaodaotx {
    border-radius: 50% !important;
    box-shadow:
        0 6px 20px rgba(0, 0, 0, 0.4),
        0 0 0 3px rgba(56, 189, 248, 0.35),
        0 0 0 6px rgba(15, 23, 42, 0.35) !important;
}

body.FUN.WALL.QIANDAO .qiandao ul li.qiaodaosf.is-new .qiaodaotx {
    box-shadow:
        0 8px 28px rgba(14, 165, 233, 0.45),
        0 0 0 3px rgba(251, 191, 36, 0.85),
        0 0 0 8px rgba(56, 189, 248, 0.25) !important;
    animation: dp-sign-ring 1.2s ease;
}

@keyframes dp-sign-ring {
    0% { transform: scale(0.7); opacity: 0.4; }
    60% { transform: scale(1.08); opacity: 1; }
    100% { transform: scale(1); opacity: 1; }
}

body.FUN.WALL.QIANDAO .qiaodaoxm {
    font-weight: 600;
    letter-spacing: 0.04em;
}

body.FUN.WALL.QIANDAO .tuchuk {
    border-radius: 20px !important;
    overflow: hidden;
}

/* 投票面板 */
.votebody h2 {
    letter-spacing: 0.1em !important;
}
.vote-wall {
    background: rgba(8, 18, 36, 0.45) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(148, 163, 184, 0.2) !important;
    border-radius: 18px !important;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.32) !important;
}
.bar-item .bar.active {
    background-image: linear-gradient(90deg, #0ea5e9, #38bdf8, #7dd3fc) !important;
    border-radius: 8px;
    box-shadow: 0 0 18px rgba(56, 189, 248, 0.35);
    transition: width 0.7s cubic-bezier(0.22, 1, 0.36, 1) !important;
}
.bar-item .num-rank {
    box-shadow: 0 4px 12px rgba(14, 165, 233, 0.35);
}
.lunci a {
    border-radius: 12px !important;
    transition: transform 0.15s, box-shadow 0.2s, border-color 0.2s !important;
}
.lunci a:hover {
    transform: translateY(-1px);
}

/* 顶栏人数徽章 */
.head-txt {
    box-shadow: var(--dp-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

.helperpanel {
    letter-spacing: 0.03em;
}

/* 开幕/闭幕标题可读性 */
body.FUN .Panel.kaimu,
body.FUN .Panel.bimu,
.Panel.kaimu,
.Panel.bimu {
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.45);
}

/* 减少强光闪烁：尊重系统偏好 */
@media (prefers-reduced-motion: reduce) {
    body::before,
    .tp-1,
    #box,
    .wall-empty__qr,
    .qd-empty__qr,
    .MsgList .MsgItem {
        animation: none !important;
    }
}
