
html, body { margin: 0; padding: 0; height: 100%; }
* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
a, button, input, textarea, select { -webkit-tap-highlight-color: transparent; outline: none; }
a { -webkit-touch-callout: none; }
.hall-card-full,
.hall-card,
.hall-cat,
.hall-earn,
.hall-ticker {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    tap-highlight-color: transparent;
}
.hall-card-full:active,
.hall-card:active,
.hall-cat:active,
.hall-earn:active {
    opacity: .92;
    background: inherit;
}
body.hall-body {
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", "Microsoft YaHei", sans-serif;
    background: #ebecf5;
    color: #0b1028;
}
.hall-app {
    max-width: 480px;
    margin: 0 auto;
    min-height: 100vh;
    background: #ebecf5;
    padding-bottom: 72px;
    position: relative;
}
body.hall-rank-body,
body.hall-rank-body .hall-app {
    background: #fff;
    padding-bottom: 16px;
}

/* header */
.hall-top {
    display: flex;
    align-items: center;
    padding: 10px 10px 8px;
    gap: 6px;
    background: #f4f6fa;
    position: sticky;
    top: 0;
    z-index: 20;
}
.hall-title {
    flex: 1;
    text-align: center;
    font-size: 17px;
    font-weight: 800;
    color: #0b1028;
    letter-spacing: .5px;
    pointer-events: none;
    min-width: 0;
}
.hall-logo {
    height: 36px;
    width: 36px;
    border-radius: 10px;
    object-fit: cover;
    display: block;
    flex-shrink: 0;
    background: #111;
    position: relative;
    z-index: 1;
}
.hall-back {
    width: 36px; height: 36px;
    border: 0; background: none;
    font-size: 22px; color: #1a1a2e;
    cursor: pointer; flex-shrink: 0;
    position: relative; z-index: 1;
}
.hall-dl-img {
    flex-shrink: 0;
    height: 28px;
    line-height: 0;
    position: relative;
    z-index: 1;
}
.hall-dl-img img {
    height: 28px;
    width: auto;
    display: block;
}
.hall-bell {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    height: 32px;
    padding: 0 11px 0 6px;
    border-radius: 16px;
    border: 1.5px solid #cbb8ff;
    background: linear-gradient(180deg, #f7f2ff, #eee6ff);
    color: #6e4dff;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}
.hall-bell .ico-well {
    width: 22px; height: 22px; border-radius: 50%;
    background: rgba(110,77,255,.12);
    display: inline-flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.hall-bell svg { width: 13px; height: 13px; display: block; }
.hall-top-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

/* banner + ticker */
.hall-banner {
    margin: 8px 12px 10px;
    border-radius: 14px;
    overflow: hidden;
    line-height: 0;
    box-shadow: 0 6px 18px rgba(80,60,140,.12);
    position: relative;
}
.hall-banner-track {
    display: flex;
    transition: transform .35s ease;
    will-change: transform;
}
.hall-poster {
    flex: 0 0 100%;
    width: 100%;
    display: block;
    line-height: 0;
    position: relative;
}
.hall-poster-cap {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,.55);
    pointer-events: none;
}
.hall-poster-cap b {
    display: block;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .5px;
}
.hall-poster-cap span {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    opacity: .95;
}
.hall-banner img,
.hall-poster img {
    width: 100%;
    height: auto;
    display: block;
}
.hall-banner-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    display: flex;
    justify-content: center;
    gap: 6px;
    z-index: 2;
    pointer-events: none;
}
.hall-banner-dots i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255,255,255,.45);
    box-shadow: 0 0 0 1px rgba(0,0,0,.12);
}
.hall-banner-dots i.on {
    background: #fff;
}
.hall-ticker-row {
    display: flex;
    align-items: stretch;
    gap: 8px;
    margin: 0 12px 12px;
}
.hall-ticker {
    flex: 1;
    min-width: 0;
    margin: 0;
    background: #fff;
    border-radius: 12px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 2px 10px rgba(80,60,140,.06);
    overflow: hidden;
    cursor: pointer;
}
.hall-earn {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden;
    display: block;
    position: relative;
    background: #c41e12;
    box-shadow: 0 3px 10px rgba(196, 40, 20, .28);
}
.hall-rank-mini {
    background: #c9a227;
    box-shadow: 0 3px 10px rgba(160, 110, 20, .28);
}
.hall-earn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    position: relative;
    z-index: 1;
}
.hall-earn,
.hall-rank-mini,
.hall-earn img,
.hall-rank-mini img {
    animation: none !important;
    transform: none !important;
    filter: none !important;
}
.hall-earn::before,
.hall-earn::after,
.hall-rank-mini::before,
.hall-rank-mini::after {
    content: none !important;
    display: none !important;
    animation: none !important;
}
.hall-ticker-ico {
    width: 22px; height: 22px; flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #7b5cff, #b57aff);
    display: flex; align-items: center; justify-content: center;
}
.hall-ticker-ico svg { width: 12px; height: 12px; }
.hall-ticker-track {
    flex: 1; overflow: hidden; height: 20px; position: relative;
}
.hall-ticker-track span {
    display: inline-block;
    white-space: nowrap;
    color: #5a4a88;
    font-size: 12px;
    line-height: 20px;
    animation: hall-marquee 22s linear infinite;
    padding-left: 100%;
}
@keyframes hall-marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

/* cats */
.hall-cats {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 12px 14px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.hall-cats::-webkit-scrollbar { display: none; }
.hall-cat {
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 60px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 13px;
    background: transparent;
}
.hall-cat img {
    width: 56px;
    height: 60px;
    object-fit: contain;
    display: none;
    background: transparent;
}
.hall-cat .cat-off { display: block; }
.hall-cat.on .cat-off { display: none; }
.hall-cat.on .cat-on { display: block; }
.hall-rank-panel {
    position: relative;
    flex-direction: column;
    margin: 0 12px 20px;
    padding: 0;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(70,50,130,.08);
    min-height: 420px;
    max-height: calc(100vh - 210px);
    overflow: hidden;
    gap: 0;
}
.hall-rank-page {
    display: flex;
    max-height: calc(100vh - 70px);
    min-height: calc(100vh - 70px);
    margin-top: 4px;
}
.hall-rank-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px 10px;
    border-bottom: 1px solid #eef2f6;
    flex-shrink: 0;
}
.hall-rank-hd h3 {
    margin: 0;
    font-size: 17px;
    color: #c47a00;
}

/* one card per row */
.hall-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 12px 20px;
}
.hall-list.hall-rank-panel {
    padding: 0;
    gap: 0;
}
.hall-card-full {
    display: block;
    border-radius: 14px;
    overflow: hidden;
    line-height: 0;
    background: #fff;
    box-shadow: 0 8px 20px rgba(70,50,130,.08);
    border: 1px solid rgba(123,92,255,.08);
}
.hall-card-full img {
    width: 100%;
    height: auto;
    aspect-ratio: 1380 / 480;
    object-fit: cover;
    object-position: center;
    display: block;
}
.hall-list-predict .hall-card-full img {
    object-fit: cover;
    object-position: center;
    background: #fff;
}
.hall-card {
    display: flex;
    align-items: stretch;
    min-height: 118px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 8px 20px rgba(70,50,130,.08);
    position: relative;
}
.hall-card-info {
    flex: 1;
    min-width: 0;
    padding: 16px 8px 14px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}
.hall-card-info h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 800;
    color: #1a1633;
    letter-spacing: .3px;
}
.hall-card-info p {
    margin: 4px 0 12px;
    font-size: 11px;
    color: #a8a0c0;
    letter-spacing: 1px;
    font-weight: 600;
}
.hall-enter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 0 14px;
    border-radius: 14px;
    background: linear-gradient(90deg, #7b5cff, #9b6bff);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    width: max-content;
    box-shadow: 0 4px 10px rgba(123,92,255,.28);
}
.hall-card-art {
    width: 46%;
    max-width: 200px;
    position: relative;
    background: #f3f0ff;
}
.hall-card-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 118px;
}
.hall-card-art::before {
    content: "";
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 28px;
    background: linear-gradient(90deg, #fff, transparent);
    z-index: 1;
    pointer-events: none;
}

.hall-page { display: none; }
.hall-page.on { display: block; }
.hall-empty { text-align: center; color: #8b90a8; padding: 40px 12px; font-size: 14px; }

.hall-line-pop {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 2600;
    align-items: flex-end;
    justify-content: center;
}
.hall-line-pop.show { display: flex; }
.hall-line-mask {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.45);
}
.hall-line-box {
    position: relative;
    width: 100%;
    max-width: 600px;
    max-height: 72vh;
    background: #fff;
    border-radius: 18px 18px 0 0;
    overflow: hidden;
    box-shadow: 0 -8px 30px rgba(0,0,0,.12);
}
.hall-line-hd {
    padding: 14px 16px 8px;
    font-size: 16px;
    font-weight: 800;
    color: #1a1633;
}
.hall-line-list {
    padding: 0 12px 18px;
    overflow-y: auto;
    max-height: calc(72vh - 52px);
}
.hall-line-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 12px;
    margin-bottom: 10px;
    border: 1px solid #ececf3;
    border-radius: 12px;
    background: #fff;
    text-align: left;
    cursor: pointer;
}
.hall-line-item.bad { opacity: .72; }
.hall-line-main b {
    display: block;
    font-size: 15px;
    color: #1a1633;
    margin-bottom: 4px;
}
.hall-line-main span {
    display: block;
    font-size: 12px;
    color: #9aa0b5;
}
.hall-line-side {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    color: #c0c4d4;
    font-size: 18px;
}
.hall-line-tag {
    font-style: normal;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 10px;
    background: #eef8ef;
    color: #2f9b44;
}
.hall-line-tag.bad {
    background: #fff0f0;
    color: #d94848;
}
.hall-line-loading, .hall-line-empty {
    text-align: center;
    color: #8b90a8;
    padding: 28px 12px;
    font-size: 14px;
}

/* find */
.find-wrap { padding: 12px 12px 20px; }
.find-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 10px;
}
.find-hero, .find-tile {
    position: relative;
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
    border-radius: 14px;
}
.find-hero { height: 148px; }
.find-tile { height: 112px; }
.find-hero img, .find-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.find-hero span, .find-tile span {
    position: absolute;
    left: 14px;
    bottom: 12px;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    text-shadow: 0 2px 10px rgba(0,0,0,.55);
    letter-spacing: 1px;
    z-index: 1;
}
.find-tile span { font-size: 16px; left: 12px; bottom: 10px; }
.tone-stage { background: linear-gradient(135deg, #4b2d8a, #8b5cff); }
.tone-notice { background: linear-gradient(135deg, #5b4dff, #9b7cff); }
.tone-promo { background: linear-gradient(135deg, #7b3cff, #c56bff); }
.tone-gift { background: linear-gradient(135deg, #6e4dff, #ff8ec8); }
.tone-kefu { background: linear-gradient(135deg, #3d5bff, #7b8cff); }
.find-tabs {
    display: flex;
    background: #fff;
    border-bottom: 1px solid #eceaf4;
}
.find-tab {
    flex: 1;
    height: 46px;
    border: 0;
    background: none;
    font-size: 16px;
    font-weight: 700;
    color: #8b90a8;
    cursor: pointer;
    position: relative;
}
.find-tab.on { color: #6e4dff; }
.find-tab.on::after {
    content: "";
    position: absolute;
    left: 28%;
    right: 28%;
    bottom: 0;
    height: 3px;
    border-radius: 3px 3px 0 0;
    background: linear-gradient(90deg, #7b5cff, #b57aff);
}
.find-pane { display: none; }
.find-pane.on { display: block; }
.find-stack { padding: 12px 12px 20px; display: flex; flex-direction: column; gap: 14px; }
.stage-cover img { width: 100%; height: 140px; object-fit: cover; display: block; }
.stage-composer {
    background: #fff;
    margin: 10px 12px;
    padding: 12px;
    border-radius: 14px;
}
.stage-composer textarea {
    width: 100%;
    min-height: 72px;
    border: 1px solid #eceaf4;
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
    resize: vertical;
    font-family: inherit;
}
.stage-composer-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}
.stage-pick {
    font-size: 13px;
    color: #6e4dff;
    font-weight: 700;
    cursor: pointer;
}
.stage-pick input { display: none; }
.stage-file-name { flex: 1; font-size: 12px; color: #9aa; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.stage-send {
    height: 32px;
    padding: 0 16px;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(90deg, #7b5cff, #9b6bff);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}
.stage-login {
    display: block;
    text-align: center;
    color: #6e4dff;
    font-weight: 700;
    text-decoration: none;
    padding: 8px 0;
}
.stage-feed { padding: 0 12px 20px; }
.stage-post {
    display: flex;
    gap: 10px;
    background: #fff;
    border-radius: 14px;
    padding: 12px;
    margin-bottom: 10px;
}
.stage-av {
    width: 40px; height: 40px; border-radius: 50%;
    background: linear-gradient(135deg, #7b5cff, #c9b8ff);
    color: #fff; font-weight: 800;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.stage-body { flex: 1; min-width: 0; }
.stage-nick { font-size: 14px; font-weight: 700; color: #1a1633; }
.stage-off { font-style: normal; margin-left: 6px; font-size: 11px; color: #6e4dff; background: #efe8ff; padding: 1px 6px; border-radius: 8px; }
.stage-time { font-size: 11px; color: #9aa; margin: 2px 0 8px; }
.stage-txt { font-size: 14px; line-height: 1.6; color: #333; white-space: pre-wrap; }
.stage-post-img { width: 100%; border-radius: 10px; margin-top: 8px; display: block; }

/* stage / notices */
.sub-cover img { width: 100%; height: 180px; object-fit: cover; display: block; }
.sub-body { padding: 16px 16px 28px; }
.sub-body h2 { margin: 0 0 10px; font-size: 20px; }
.sub-body .sub-txt {
    white-space: pre-wrap;
    line-height: 1.7;
    color: #3a3f55;
    font-size: 14px;
}
.sub-cta {
    display: block;
    margin-top: 18px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    background: linear-gradient(90deg, #7b5cff, #9b6bff);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
.notice-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    margin: 0 12px 10px;
    padding: 14px 12px;
    border-radius: 14px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(80,60,140,.06);
}
.notice-item .n-ico {
    width: 40px; height: 40px; border-radius: 12px; flex-shrink: 0;
    background: linear-gradient(135deg, #7b5cff, #c9b8ff);
    display: flex; align-items: center; justify-content: center;
}
.notice-item .n-ico svg { width: 20px; height: 20px; }
.notice-item .n-main { flex: 1; min-width: 0; }
.notice-item .n-title {
    font-size: 15px; font-weight: 700; color: #1a1633;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.notice-item .n-time { font-size: 11px; color: #9aa; margin-top: 4px; }
.notice-item .n-arrow { color: #c5c0d8; font-size: 22px; }

.find-list {
    padding: 10px 12px 20px;
}
.find-row {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    border: 0;
    background: #fff;
    border-radius: 14px;
    padding: 14px 12px;
    margin-bottom: 10px;
    cursor: pointer;
    text-align: left;
    box-shadow: 0 4px 12px rgba(80,60,140,.06);
}
.find-row-ico {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    display: block;
    overflow: visible;
    background: transparent;
}
.find-row-ico svg,
.find-row-ico img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    display: block;
}
.find-row-name {
    flex: 1;
    min-width: 0;
    font-size: 16px;
    font-weight: 700;
    color: #1a1633;
}
.find-badge, .tab-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 16px;
    padding: 0 5px;
    border-radius: 8px;
    background: #ff3b30;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    font-style: normal;
    line-height: 1;
}
.find-row-thumb {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}
.find-row-go {
    color: #c5c0d8;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
}

/* tabs */
.hall-tabbar {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    max-width: 480px;
    height: 64px;
    background: #f7f7fb;
    border-top: 0;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -6px 18px rgba(40,30,80,.08);
    display: flex;
    z-index: 40;
    padding-bottom: env(safe-area-inset-bottom);
}
.hall-tab {
    flex: 1;
    border: 0;
    background: none;
    color: #9aa0b8;
    font-size: 11px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    font-weight: 600;
}
.hall-tab.on { color: #6e4dff; }
.hall-tab svg { width: 22px; height: 22px; }
.tab-find-wrap {
    position: relative;
    width: 30px;
    height: 30px;
    display: block;
}
.tab-find-svg {
    width: 30px !important;
    height: 30px !important;
    display: block;
    filter: grayscale(1) opacity(.55);
}
.hall-tab.on .tab-find-svg,
.hall-tab.tab-find.on .tab-find-svg {
    filter: none;
}
.tab-find-wrap .tab-badge {
    position: absolute;
    top: -4px;
    right: -10px;
}

.hall-mine {
    background: #f5f7fb;
    color: #222;
    min-height: calc(100vh - 130px);
    padding: 16px 14px 24px;
}
.hall-mine .my-kv { background: #fff; }
.hall-login-gate {
    text-align: center;
    margin-top: 28px;
    background: #fff;
    border-radius: 20px;
    padding: 40px 22px 32px;
    box-shadow: 0 8px 24px rgba(70,50,130,.08);
}
.hall-login-gate p {
    color: #667;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}
.hall-login-gate a {
    display: inline-block;
    margin-top: 18px;
    background: linear-gradient(90deg, #7b5cff, #9b6bff);
    color: #fff;
    text-decoration: none;
    padding: 10px 28px;
    border-radius: 22px;
    font-weight: 700;
}
.hall-login-gate .gate-reg {
    display: block;
    margin-top: 14px;
    background: none;
    color: #6e4dff;
    padding: 0;
    font-weight: 600;
}

.hall-toast {
    position: fixed; left: 50%; top: 45%; transform: translate(-50%,-50%);
    background: rgba(0,0,0,.78); color: #fff; padding: 10px 16px; border-radius: 8px;
    font-size: 14px; z-index: 99; display: none;
}
.hall-toast.show { display: block; }

.hall-pop {
    display: none;
    position: fixed; inset: 0; z-index: 80;
    align-items: center; justify-content: center;
}
.hall-pop.show { display: flex; }
.hall-pop-mask { position: absolute; inset: 0; background: rgba(20,16,40,.45); }
.hall-pop-box {
    position: relative; z-index: 1;
    width: 86%; max-width: 340px;
    background: #fff;
    border-radius: 16px;
    padding: 22px 18px 16px;
    box-shadow: 0 16px 40px rgba(0,0,0,.18);
}
.hall-pop-box h3 { margin: 0 0 12px; text-align: center; font-size: 18px; }
.hall-pop-box .pop-body {
    max-height: 46vh; overflow: auto;
    font-size: 14px; line-height: 1.7; color: #444;
    white-space: pre-wrap;
}
.hall-pop-box .pop-ok {
    display: block; width: 100%; margin-top: 16px;
    height: 40px; border: 0; border-radius: 20px;
    background: linear-gradient(90deg, #7b5cff, #9b6bff);
    color: #fff; font-weight: 700; cursor: pointer;
}
.hall-pop-box .pop-more {
    display: block; text-align: center; margin-top: 8px;
    color: #6e4dff; font-size: 13px; text-decoration: none; cursor: pointer;
    background: none; border: 0; width: 100%;
}

.help-wrap { padding: 8px 12px 20px; }
.help-hero {
    background: linear-gradient(180deg, #f7f2ff, #fff);
    border-radius: 16px;
    padding: 22px 16px 18px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(70,50,130,.06);
    margin-bottom: 12px;
}
.help-hero-mail {
    width: 56px; height: 56px; margin: 0 auto 10px;
    border-radius: 18px;
    background: linear-gradient(135deg, #7b5cff, #c4a0ff);
    display: flex; align-items: center; justify-content: center;
    color: #fff;
}
.help-hero-mail .ico-well { width: 32px; height: 32px; background: transparent; display: flex; align-items: center; justify-content: center; }
.help-hero-mail svg { width: 28px; height: 28px; }
.help-hero h2 { margin: 0 0 8px; font-size: 18px; color: #2b2150; }
.help-hero p { margin: 0; font-size: 13px; line-height: 1.7; color: #7a7394; }
.help-card {
    background: #fff;
    border-radius: 16px;
    padding: 16px 14px 18px;
    margin-bottom: 12px;
    box-shadow: 0 6px 16px rgba(70,50,130,.05);
}
.help-label {
    font-size: 14px; font-weight: 700; color: #2b2150; margin: 4px 0 10px;
}
.help-label span { font-weight: 500; color: #9aa; font-size: 12px; margin-left: 6px; }
.help-types { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.help-types button {
    border: 1px solid #e4def6;
    background: #f7f5ff;
    color: #6a6288;
    border-radius: 16px;
    padding: 6px 12px;
    font-size: 13px;
    cursor: pointer;
}
.help-types button.on {
    background: linear-gradient(90deg, #7b5cff, #9b6bff);
    color: #fff;
    border-color: transparent;
}
.help-card textarea {
    width: 100%;
    min-height: 110px;
    border: 1px solid #ebe6f6;
    border-radius: 12px;
    padding: 10px 12px;
    font-size: 14px;
    resize: vertical;
    background: #fbfaff;
    color: #333;
    margin-bottom: 12px;
}
.help-up {
    width: 72px; height: 72px;
    border: 1px dashed #cbb8ff;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    color: #9b6bff;
    font-size: 28px;
    cursor: pointer;
    background: #f7f5ff;
    margin-bottom: 16px;
}
.help-up input { display: none; }
.help-submit {
    display: block;
    width: 100%;
    height: 44px;
    border: 0;
    border-radius: 22px;
    background: linear-gradient(90deg, #7b5cff, #9b6bff);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    line-height: 44px;
    text-decoration: none;
}
.help-mine { min-height: 40px; }
.help-item {
    border-top: 1px solid #f0ecf8;
    padding: 12px 0 4px;
}
.help-item:first-child { border-top: 0; padding-top: 0; }
.help-item-hd { display: flex; justify-content: space-between; gap: 8px; font-size: 13px; }
.help-item-hd b { color: #6e4dff; }
.help-item-hd span { color: #9aa; font-size: 12px; }
.help-item-txt { margin-top: 6px; font-size: 14px; line-height: 1.6; color: #333; white-space: pre-wrap; word-break: break-word; }
.help-item-img { display: block; max-width: 120px; max-height: 120px; border-radius: 8px; margin-top: 8px; }
.help-item-st { margin-top: 6px; font-size: 12px; color: #9aa; }

.hall-app.stage-mode { padding-bottom: 0; background: #fff; }
.xy-stage { background: #fff; min-height: 100vh; }
.xy-stage-top {
    height: 264px;
    background: #1a1030 center/cover no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
}
.xy-stage-head, .xy-pf-head {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    flex-shrink: 0;
}
.xy-stage-back, .xy-moment-back {
    width: 36px; height: 36px;
    border: 0; background: none;
    color: #fff; font-size: 28px; line-height: 1;
    cursor: pointer; text-align: left; padding: 0;
}
.xy-stage-title { color: #fff; font-size: 14px; font-weight: 500; flex: 1; text-align: center; }
.xy-stage-tools { width: 36px; display: flex; justify-content: flex-end; }
.xy-stage-cam { width: 28px; height: 28px; border: 0; background: none; padding: 0; cursor: pointer; }
.xy-stage-cam svg { width: 22px; height: 20px; display: block; }
.xy-stage-person {
    margin-top: auto;
    padding: 0 17px 8px;
    transform: translateY(28px);
}
.xy-stage-person-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 13px;
}
.xy-stage-cover-name {
    font-size: 18px; font-weight: 700; color: #fff;
    transform: translateY(-10px);
}
.xy-stage-cover-av {
    width: 71px; height: 71px;
    border-radius: 5px;
    object-fit: cover;
    display: block;
    background: #111;
    cursor: pointer;
}
.xy-stage-sign,
.xy-pf-sign {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    color: #acb3ca;
    font-size: 11px;
    margin-top: 8px;
    line-height: 1.2;
}
.xy-stage-sign { text-align: right; padding-right: 0; }
.xy-pf-sign { justify-content: flex-start; }
.xy-sign-ico {
    font-size: 11px;
    color: #acb3ca;
    line-height: 1;
    transform: translateY(-0.5px);
}
.xy-sign-txt { line-height: 1.2; }
.xy-stage-feed { padding: 52px 0 24px; background: #fff; min-height: 40vh; }
.xy-post {
    display: flex;
    justify-content: flex-start;
    padding: 0 0 17px;
    margin-top: 17px;
    border-bottom: 1px solid #f7f7f7;
}
.xy-post-av {
    width: 39px; height: 39px;
    margin-left: 22px;
    border-radius: 5px;
    object-fit: cover;
    flex-shrink: 0;
    cursor: pointer;
    background: #ddd;
}
.xy-post-body { margin-left: 11px; width: calc(100% - 72px); padding-right: 17px; }
.xy-post-name { font-size: 14px; font-weight: 700; color: #5d6b9d; display: flex; align-items: center; gap: 6px; }
.xy-off-badge {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 42px; height: 16px; padding: 0 6px;
    font-size: 10px; font-style: normal; color: #b8391c; font-weight: 700;
    background: linear-gradient(90deg, #f6d9a6, #e8b56a);
    border-radius: 2px;
}
.xy-post-txt { font-size: 14px; color: #161616; margin-top: 4px; line-height: 21px; white-space: pre-wrap; word-break: break-all; }
.xy-post-imgs { margin-top: 6px; }
.xy-post-img { width: 150px; height: 150px; object-fit: cover; display: block; border-radius: 4px; }
.xy-post-bar {
    display: flex; align-items: center; justify-content: space-between;
    margin-top: 13px; position: relative;
}
.xy-post-time { font-size: 13px; color: #b4b4b4; }
.xy-post-more {
    width: 27px; height: 16px; border: 0; border-radius: 4px;
    background: #f7f7f7; color: #586b96; font-size: 14px; letter-spacing: 1px;
    cursor: pointer; line-height: 1;
}
.xy-post-act {
    display: none;
    position: absolute; right: 32px; top: -6px;
    width: 160px; height: 34px;
    background: #4c4c4c; border-radius: 3px;
    overflow: hidden;
}
.xy-post-act.show { display: flex; }
.xy-post-act button {
    flex: 1; border: 0; background: none; color: #fff; font-size: 12px; cursor: pointer;
}
.xy-post-act button:first-child { border-right: 1px solid #020101; }

.xy-profile { background: #fff; min-height: 100vh; }
.xy-pf-top {
    height: 264px;
    background: #160c28 center/cover no-repeat;
    position: relative;
}
.xy-pf-head { display: flex; align-items: center; justify-content: space-between; padding: 10px 12px 0; }
.xy-pf-album { display: none !important; }
.xy-pf-person {
    position: absolute; left: 0; right: 0; bottom: -25px;
    display: flex; align-items: center;
    padding-left: 23px;
}
.xy-pf-av {
    width: 68px; height: 68px; border-radius: 8px;
    object-fit: cover; background: #111; flex-shrink: 0;
}
.xy-pf-meta { margin-left: 10px; }
.xy-pf-name { font-size: 18px; font-weight: 700; color: #fff; }
.xy-pf-gico {
    width: 46px; height: 46px; border-radius: 50%;
    background: #f3f4fa;
    color: #5d6b9d; font-size: 10px; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    text-align: center; line-height: 1.15; padding: 0;
    overflow: hidden;
    border: 0;
    box-shadow: none;
    outline: none;
}
.xy-pf-gico img {
    width: 100%; height: 100%; object-fit: cover; border-radius: 50%; display: block;
    border: 0;
    box-shadow: none;
    outline: none;
}
.xy-pf-row {
    margin-top: 50px;
    width: 100%;
    height: 77px;
    border: 0; background: #fff;
    border-top: 1px solid #ebedf6;
    border-bottom: 8px solid #f3f4fa;
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 20px 0 17px;
    font-size: 14px; color: #0b1028; font-weight: 500; cursor: pointer;
}
.xy-pf-row span { color: #c5c0d8; font-size: 22px; }
.xy-pf-block { border-bottom: 8px solid #f3f4fa; padding: 0 0 16px; }
.xy-pf-switch {
    display: flex; align-items: center; justify-content: space-between;
    height: 45px; padding: 0 13px 0 17px;
    font-size: 12px; color: #5d6b9d;
}
.xy-switch {
    width: 40px; height: 24px; border-radius: 12px;
    background: #e5e7ef; position: relative; cursor: pointer; display: block;
}
.xy-switch::after {
    content: "";
    width: 20px; height: 20px; border-radius: 50%;
    background: #fff; position: absolute; top: 2px; left: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
}
.xy-switch.on { background: #3084ff; }
.xy-switch.on::after { left: 18px; }
.xy-pf-stat {
    width: calc(100% - 32px);
    margin: 0 auto;
    min-height: 41px;
    background: #f3f4fa;
    border-radius: 5px;
    display: flex; align-items: center; justify-content: space-between;
    padding: 10px 14px;
    font-size: 14px; color: #5d6b9d;
    gap: 16px;
}
.xy-pf-stat span {
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
    white-space: nowrap;
}
.xy-pf-stat b {
    font-variant-numeric: tabular-nums;
    min-width: 72px;
    text-align: right;
}
.xy-pf-stat .blue { color: #3084ff; font-weight: 500; }
.xy-pf-stat .green { color: #09ae5b; font-weight: 500; }
.xy-pf-stat .red { color: #e54545; font-weight: 500; }
.xy-pf-h { font-size: 18px; font-weight: 500; color: #0b1028; margin: 14px 0 8px; padding-left: 17px; }
.xy-pf-games { display: flex; padding: 0 10px 8px; gap: 0; }
.xy-pf-game {
    width: 85px; display: flex; flex-direction: column; align-items: center;
    text-decoration: none; color: inherit; margin-top: 8px;
}
.xy-pf-gt { font-size: 12px; color: #0b1028; margin-top: 10px; text-align: center; }
.xy-pf-go { font-size: 13px; color: #5d6b9d; margin-top: 4px; }

.xy-moment { background: #fff; min-height: 100vh; }
.xy-moment-head {
    height: 45px; display: flex; align-items: center; justify-content: space-between;
    padding: 0 18px; background: #fff;
}
.xy-moment-back { color: #0b1028; }
.xy-moment-title { font-size: 15px; font-weight: 500; color: #0b1028; }
.xy-moment-ok {
    width: 40px; height: 21px; border: 0; border-radius: 5px;
    background: #03d163; color: #fff; font-size: 13px; cursor: pointer;
}
.xy-moment textarea {
    width: 100%; min-height: 140px; border: 0; padding: 30px;
    font-size: 15px; line-height: 22px; resize: vertical; font-family: inherit;
}
.xy-moment textarea::placeholder { color: #b5b5b5; }
.xy-moment-imgs { padding: 0 25px; display: flex; align-items: center; gap: 10px; }
.xy-moment-up {
    width: 100px; height: 100px; background: #f5f5f5;
    display: flex; align-items: center; justify-content: center;
    font-size: 36px; color: #bbb; cursor: pointer;
}
.xy-moment-up input { display: none; }
.xy-moment-tip { padding: 16px 25px; font-size: 12px; color: #9aa; }

body.stage-only,
body.stage-only .hall-app,
#pageStage.hall-page.on,
.stage-mode #pageStage {
    background: #fff;
}
.wz-board {
    background: #fff;
    padding: 0 0 8px;
}
.wz-hero {
    margin: 10px 12px 0;
    border-radius: 12px;
    padding: 16px 14px 14px;
    background: linear-gradient(135deg, #7b1c1c 0%, #c45a1a 48%, #e2a23a 100%);
    color: #fff;
}
.wz-hero-title { font-size: 22px; font-weight: 800; letter-spacing: 1px; }
.wz-hero-sub { margin-top: 6px; font-size: 14px; opacity: .95; }
.wz-ticker {
    margin: 10px 12px;
    background: #fff7e6;
    border: 1px solid #ffe7ba;
    border-radius: 20px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: hidden;
    min-height: 36px;
}
.wz-ticker-ico {
    flex-shrink: 0;
    background: #fa541c;
    color: #fff;
    font-size: 11px;
    border-radius: 10px;
    padding: 3px 8px;
    font-weight: 700;
    line-height: 1.2;
}
.wz-ticker-track {
    overflow: hidden;
    flex: 1;
    min-width: 0;
    height: 22px;
    position: relative;
}
.wz-ticker-move {
    display: inline-flex;
    white-space: nowrap;
    animation: wz-ticker-marquee 22s linear infinite;
    will-change: transform;
}
.wz-ticker-move span {
    padding-right: 48px;
    font-size: 14px;
    line-height: 22px;
    color: #613400;
    font-weight: 600;
}
@keyframes wz-ticker-marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
    .wz-ticker-move { animation: none; }
    .wz-ticker-move span:last-child { display: none; }
    .wz-ticker-track {
        height: auto;
        min-height: 22px;
    }
    .wz-ticker-move {
        display: block;
        white-space: normal;
    }
    .wz-ticker-move span {
        padding-right: 0;
        line-height: 1.4;
    }
}
.wz-meta {
    padding: 0 16px 8px;
    font-size: 12px;
    color: #888;
}
.wz-meta .rank-cd-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    margin-top: 4px;
}
.wz-meta .rank-refresh { margin-left: auto; color: #556; }
.wz-hd, .wz-row {
    display: grid;
    grid-template-columns: 44px 1fr 72px 64px 44px;
    gap: 6px;
    align-items: center;
    padding: 8px 14px;
    font-size: 12px;
}
.wz-hd { color: #99a; font-weight: 600; }
.wz-row { border-bottom: 1px solid #f2f4f7; font-size: 13px; color: #222; }
.wz-no { font-weight: 800; text-align: center; color: #889; }
.wz-row:nth-child(1) .wz-no { color: #faad14; }
.wz-row:nth-child(2) .wz-no { color: #8c8c8c; }
.wz-row:nth-child(3) .wz-no { color: #d48806; }
.wz-name { min-width: 0; }
.wz-name i { display: block; font-style: normal; font-size: 11px; color: #99a; }
.wz-num { text-align: right; font-variant-numeric: tabular-nums; }
.wz-num.red { color: #cf1322; }
.wz-num.green { color: #389e0d; }
.wz-num.blue { color: #1677ff; }
.wz-list { padding-bottom: 8px; }

/* 兼职赚钱页 */
body.earn-body,
body.earn-body .earn-app {
    background: #1a0c0c;
    padding-bottom: 28px;
    color: #fff7e8;
}
.earn-hero {
    margin: 8px 12px 14px;
    padding: 22px 16px 20px;
    border-radius: 18px;
    text-align: center;
    background: radial-gradient(circle at 50% 0%, #7a1a12 0%, #3a0b0b 62%, #1a0808 100%);
    box-shadow: 0 10px 28px rgba(0,0,0,.28);
}
.earn-hero-logo {
    width: 76px;
    height: 76px;
    border-radius: 18px;
    object-fit: cover;
    display: block;
    margin: 0 auto 14px;
    box-shadow: 0 8px 20px rgba(255, 180, 40, .28);
}
.earn-quote {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.45;
    color: #ffe08a;
    text-shadow: 0 2px 0 #7a1a00;
}
.earn-lead {
    margin: 10px 8px 0;
    font-size: 13px;
    line-height: 1.7;
    color: rgba(255,247,232,.82);
}
.earn-lead.strong {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}
.earn-block, .earn-card {
    margin: 0 12px 12px;
    background: #2a1212;
    border: 1px solid rgba(255, 196, 90, .16);
    border-radius: 16px;
    padding: 14px 14px 12px;
}
.earn-k {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    color: #3a1208;
    background: linear-gradient(90deg, #ffd36a, #ffb03a);
    border-radius: 999px;
    padding: 3px 10px;
    margin-bottom: 8px;
}
.earn-block p, .earn-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
    color: #ffe9c8;
}
.earn-block b { color: #ffe08a; }
.earn-block.gold {
    background: linear-gradient(180deg, #3a1a0c, #2a1212);
}
.earn-card-tit {
    font-size: 14px;
    font-weight: 800;
    color: #ffe08a;
    margin-bottom: 10px;
}
.earn-poster {
    width: 72%;
    max-width: 240px;
    display: block;
    margin: 0 auto 10px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,.35);
}
.earn-shot {
    width: 100%;
    display: block;
    border-radius: 12px;
}
.earn-tip {
    margin-top: 10px !important;
    font-size: 12px !important;
    color: rgba(255, 224, 138, .78) !important;
}
.earn-copy {
    display: block;
    width: 100%;
    margin-top: 12px;
    height: 44px;
    border: 0;
    border-radius: 22px;
    background: linear-gradient(90deg, #ffb03a, #ff6a1a);
    color: #3a1208;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
}
.earn-body .hall-top {
    background: #1a0c0c;
}
.earn-body .hall-back,
.earn-body .hall-title {
    color: #ffe08a;
}
