.site-v2-body,
.site-v2-body html {
    min-height: 100%;
}

.site-v2-body {
    margin: 0;
    background: #00030c;
    color: #fff;
    font-family: "PingFang SC", "Hiragino Sans", "Microsoft YaHei", Arial, sans-serif;
}

.site-v2-shell {
    width: 100%;
    max-width: 472px;
    min-height: 100vh;
    margin: 0 auto;
    background: #00030c;
    overflow-x: hidden;
}

.activity-v2 {
    min-height: 100vh;
    padding: 0 8px 104px;
    background:
        radial-gradient(circle at 50% 0%, rgba(100, 24, 132, .58) 0, rgba(45, 6, 62, .42) 92px, transparent 190px),
        linear-gradient(180deg, #370848 0, #21002f 56px, #00030c 214px, #00030c 100%);
}

.activity-v2-header {
    display: flex;
    align-items: center;
    height: 56px;
    gap: 10px;
    margin: 0 -8px 10px;
    padding: 0 12px;
    background: rgba(64, 11, 80, .82);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.activity-v2-logo {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.activity-v2-logo img {
    width: 55px;
    height: auto;
    object-fit: contain;
}

.activity-v2-title {
    flex: 1;
    min-width: 0;
    color: #f7d9ff;
    font-size: 16px;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.activity-v2-search {
    width: 34px;
    height: 34px;
    color: #f8e8bb;
    font-size: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.activity-v2-tabs-wrap {
    position: sticky;
    top: 0;
    z-index: 1000;
    margin: 0 -8px 14px;
    padding: 10px 8px 8px;
    background: linear-gradient(180deg, rgba(34, 0, 49, .98) 0%, rgba(8, 0, 18, .95) 100%);
    box-shadow: 0 8px 18px rgba(0, 0, 0, .28);
}

.activity-v2-tabs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
}

.activity-v2-tabs::-webkit-scrollbar {
    display: none;
}

.activity-v2-tab {
    flex: 0 0 auto;
    min-width: 72px;
    padding: 8px 14px;
    border: 1px solid rgba(247, 218, 255, .18);
    border-radius: 999px;
    color: #d8c0e5;
    background: rgba(255, 255, 255, .06);
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}

.activity-v2-tab.active {
    color: #2b0835;
    border-color: rgba(255, 216, 123, .9);
    background: linear-gradient(180deg, #ffe9b2 0%, #c88a3c 100%);
    box-shadow: 0 5px 16px rgba(255, 179, 75, .2);
}

.activity-v2-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.activity-v2-link {
    color: inherit;
    text-decoration: none;
    display: block;
}

.activity-v2-card {
    position: relative;
    min-height: 38vw;
    max-height: 182px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 11px;
    overflow: hidden;
    background-color: #16051e;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .36);
}

.activity-v2-card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 54px;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .68) 100%);
}

.activity-v2-card-content {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 10px;
    z-index: 1;
    display: flex;
    align-items: center;
}

.activity-v2-card-type {
    max-width: 126px;
    height: 18px;
    object-fit: contain;
}

.activity-v2-card-date {
    margin-left: 12px;
    color: #f7e7c2;
    font-size: 12px;
    line-height: 18px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .75);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.activity-v2-empty {
    padding: 44px 16px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 12px;
    color: #bdaed0;
    background: rgba(255, 255, 255, .06);
    text-align: center;
    font-size: 14px;
}

#NavFooter.site-v2-footer {
    position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 3000;
    width: 100%;
    max-width: 472px;
    height: 72px;
    padding: 7px 34px 5px;
    transform: translateX(-50%);
    border-top: 1px solid rgba(237, 208, 143, .22);
    background:
        radial-gradient(ellipse at 50% 0%, rgba(85, 16, 116, .74) 0%, rgba(45, 6, 62, .45) 44%, transparent 76%),
        linear-gradient(180deg, #02040d 0%, #0b0015 42%, #220330 100%);
    box-shadow: 0 -9px 24px rgba(55, 5, 76, .72);
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    box-sizing: border-box;
}

#NavFooter.site-v2-footer .site-v2-footer-item {
    flex: 0 0 54px;
    color: #d8c0e5;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    line-height: 1.1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

#NavFooter.site-v2-footer .site-v2-footer-item img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    filter: drop-shadow(0 3px 6px rgba(255, 183, 75, .25));
}

#NavFooter.site-v2-footer .site-v2-footer-item span {
    margin-top: 1px;
    color: inherit;
    font-size: 12px;
    white-space: nowrap;
}

#NavFooter.site-v2-footer .site-v2-footer-item.active {
    color: #ffd77b;
}
