#footer_first {
    margin-top: 0 !important;
}

.cum_page {
    background: #fff;
    color: #252525;
    overflow-x: clip;
    min-width: 0;
}

/* Hero — PC 1920×800 设计稿 */
.cum_page:not(.cum_page_mobile) .cum_hero {
    position: relative;
    width: 100%;
    height: 800px;
    overflow: visible;
    background: #000;
}

.cum_page:not(.cum_page_mobile) .cum_hero_banner {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.cum_page:not(.cum_page_mobile) .cum_hero_banner .cum_hero_banner_swiper,
.cum_page:not(.cum_page_mobile) .cum_hero_banner .home-banner-container {
    width: 100%;
    height: 100%;
}

.cum_page:not(.cum_page_mobile) .cum_hero_banner .swiper-wrapper,
.cum_page:not(.cum_page_mobile) .cum_hero_banner .swiper-slide {
    height: 100%;
}

.cum_page:not(.cum_page_mobile) .cum_hero_banner .swiper-wrapper {
    width: auto;
    max-width: none;
}

.cum_page:not(.cum_page_mobile) .cum_hero_bg {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 800px;
    object-fit: cover;
    object-position: center center;
}

.cum_page:not(.cum_page_mobile) .cum_hero_banner .swiper-pagination {
    bottom: 110px;
    z-index: 1;
}

.cum_page:not(.cum_page_mobile) .cum_hero_banner .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.cum_page:not(.cum_page_mobile) .cum_hero_banner .swiper-pagination-bullet-active {
    background: #ff8b00;
}

.cum_page:not(.cum_page_mobile) .cum_hero_actions {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 52px;
    flex-wrap: nowrap;
    pointer-events: none;
}

.cum_page:not(.cum_page_mobile) .cum_hero_actions a,
.cum_page:not(.cum_page_mobile) .cum_hero_actions .btn_submit_photo {
    pointer-events: auto;
}

.cum_page:not(.cum_page_mobile) .cum_hero_actions .cum_btn {
    display: flex;
    flex: 0 0 auto;
    width: 156px;
    min-width: 156px;
    max-width: 156px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    padding: 0 29.597px;
    justify-content: center;
    align-items: center;
    margin: 0;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0;
    white-space: nowrap;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background-color: transparent;
    background-image: linear-gradient(90deg, #ff8b00 0%, #ff8b00 100%);
    background-size: 0% 100%;
    background-position: left center;
    background-repeat: no-repeat;
}

.cum_page:not(.cum_page_mobile) .cum_hero_actions .cum_btn:hover,
.cum_page:not(.cum_page_mobile) .cum_hero_actions .cum_btn:focus {
    border: none;
    color: #fff;
    background-size: 100% 100%;
    opacity: 1;
    text-decoration: none;
}

.cum_page:not(.cum_page_mobile) .cum_hero_actions .cum_btn_outline {
    color: #fff;
    border: 1px solid #fff;
    line-height: 1;
}

.cum_page:not(.cum_page_mobile) .cum_hero_actions .btn_submit_photo {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    text-decoration: none;
}

.cum_page:not(.cum_page_mobile) .cum_hero_actions .btn_submit_photo text {
    display: flex;
    width: 156px;
    min-width: 156px;
    max-width: 156px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    padding: 0 29.597px;
    justify-content: center;
    align-items: center;
    margin: 0;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0;
    white-space: nowrap;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    color: #000;
    background-image: linear-gradient(90deg, #ff8b00 0%, #ff8b00 100%);
    background-size: 0% 100%;
    background-position: left center;
    background-repeat: no-repeat;
}

.cum_page:not(.cum_page_mobile) .cum_hero_actions .btn_submit_photo:hover text {
    border: none;
    color: #fff;
    background-size: 100% 100%;
}

.cum_page:not(.cum_page_mobile) .cum_hero::after {
    display: none;
}

/* 全站通用按钮（Hero 外复用） */
.cum_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    height: 48px;
    padding: 0 32px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s;
}

.cum_btn:hover {
    opacity: 0.88;
    text-decoration: none;
    color: inherit;
}

.cum_btn_white {
    background: #fff;
    color: #000;
}

.cum_btn_outline {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.cum_btn_dark {
    background: #000;
    color: #fff;
}

/* 白底黑边按钮：悬停橙色从左至右（同 Hero cum_btn_white） */
.cum_vision_btn,
.cum_category_submit_btn,
.cum_vote_card_vote:not(.is_voted):not(:disabled) {
    transition: color 0.3s ease-in-out, background-size 0.3s ease-in-out, border-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    background-color: #fff;
    background-image: linear-gradient(90deg, #ff8b00 0%, #ff8b00 100%);
    background-size: 0% 100%;
    background-position: left center;
    background-repeat: no-repeat;
}

.cum_vision_btn:hover,
.cum_vision_btn:focus,
.cum_category_submit_btn:hover,
.cum_category_submit_btn:focus,
.cum_vote_card_vote:not(.is_voted):not(:disabled):hover,
.cum_vote_card_vote:not(.is_voted):not(:disabled):focus {
    color: #fff;
    background-size: 100% 100%;
    border-color: #ff8b00;
    opacity: 1;
    text-decoration: none;
}

.cum_hero_scroll {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
}

.cum_hero_scroll img {
    width: 24px;
    height: 24px;
    display: block;
}

/* 主内容区（版心 1520px） */
.cum_body {
    max-width: 1520px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 120px;
    box-sizing: border-box;
    min-width: 0;
}

/* 页签栏（非导航，切换面板）— 灰底全屏宽，内容与 cum_body 同版心 */
.cum_tabs_wrap {
    position: relative;
    z-index: 99;
    padding: 0;
    box-sizing: border-box;
}

.cum_tabs_wrap::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    margin-left: 0;
    background: #f5f5f5;
}

.cum_page_tabs {
    max-width: 1520px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0 80px;
    position: relative;
    box-sizing: border-box;
}

.cum_page_tabs li {
    margin: 0;
    padding: 25px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-transform: uppercase;
    color: #000;
    border-bottom: 4px solid transparent;
    cursor: pointer;
    user-select: none;
}

.cum_page_tabs li.active {
    font-weight: 700;
    color: #ff8b00;
    border-bottom-color: #ff8b00;
}

.cum_tabs_wrap.fixed {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    padding: 0;
    box-sizing: border-box;
    background: transparent;
}

#capture-unseen-moment .cum_tabs_wrap.fixed .cum_page_tabs > li {
    margin: 0;
}

.cum_tab_panel {
    display: none;
    padding-top: 100px;
}

.cum_tab_panel.is_active {
    display: block;
}

.cum_tab_placeholder {
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 16px;
    line-height: 24px;
}

.cum_tab_blank {
    min-height: 320px;
}

.cum_block {
    margin-bottom: 150px;
}

.cum_block:last-child {
    margin-bottom: 0;
}

.cum_section_title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 32px;
    color: #000;
}

.cum_section_title_center {
    text-align: center;
}

.cum_section_title_left {
    margin-bottom: 0;
}

.cum_block_head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
}

.cum_block_head_center {
    position: relative;
    justify-content: center;
}

.cum_block_head_center .cum_text_link,
.cum_block_head_center .cum_award_claim_link,
.cum_block_head_center .cum_award_claim_link:link,
.cum_block_head_center .cum_award_claim_link:visited {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-left: 0;
    margin-top: 0;
}

.cum_text_link {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}

.cum_text_link:hover {
    color: #ff8b00;
    text-decoration: none;
}

.cum_block_head .cum_text_link,
.cum_block_head .cum_text_link:hover {
    color: #ff8b00;
    text-decoration: underline;
}

.cum_link_arrow {
    color: #252525;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.cum_link_arrow::after {
    content: ' >';
}

.cum_link_arrow:hover {
    color: #ff8b00;
}

/* Our Vision — PC 设计稿：居中文案 + 按钮 + 三步流程 */
.cum_page:not(.cum_page_mobile) .cum_vision {
    padding-top: 0;
}

.cum_page:not(.cum_page_mobile) .cum_vision > .cum_block_title {
    margin-bottom: 40px;
}

/* 各区块主标题 — 居中 */
.cum_block_title {
    margin: 0 0 80px;
    padding: 0;
    width: 100%;
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

.cum_block_head .cum_block_title {
    margin-bottom: 0;
}

.cum_page:not(.cum_page_mobile) .cum_vision_intro {
    max-width: 920px;
    margin: 0 auto 64px;
    text-align: center;
}

.cum_page:not(.cum_page_mobile) .cum_vision_text {
    margin: 0 0 40px;
}

.cum_page:not(.cum_page_mobile) .cum_vision_text p {
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    color: #000;
}

.cum_page:not(.cum_page_mobile) .cum_vision_text p:last-child {
    margin-bottom: 0;
}

.cum_page:not(.cum_page_mobile) .cum_vision_text strong {
    font-weight: 700;
}

.cum_page:not(.cum_page_mobile) .cum_vision_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    height: 40px;
    padding: 0 28px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    border: 1px solid #000;
    box-sizing: border-box;
    cursor: pointer;
}

.cum_page:not(.cum_page_mobile) .cum_vision_btn:hover,
.cum_page:not(.cum_page_mobile) .cum_vision_btn:focus {
    color: #fff;
    background-size: 100% 100%;
    border-color: #ff8b00;
    opacity: 1;
    text-decoration: none;
}

.cum_page:not(.cum_page_mobile) .cum_vision_steps {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    max-width: 1200px;
    margin: 0 auto;
}

.cum_page:not(.cum_page_mobile) .cum_vision_step {
    flex: 0 0 320px;
    width: 320px;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.cum_page:not(.cum_page_mobile) .cum_vision_step_label {
    margin: 0 0 16px;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
}

.cum_page:not(.cum_page_mobile) .cum_vision_step_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    margin: 0 0 16px;
}

.cum_page:not(.cum_page_mobile) .cum_vision_step_icon img {
    display: block;
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.cum_page:not(.cum_page_mobile) .cum_vision_step_title {
    margin: 0 0 8px;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
}

.cum_page:not(.cum_page_mobile) .cum_vision_step_text {
    margin: 0;
    max-width: 280px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}

.cum_page:not(.cum_page_mobile) .cum_vision_step_text .cum_vision_step_highlight {
    color: #ff8b00;
    font-weight: 400;
}

.cum_page:not(.cum_page_mobile) .cum_vision_step_arrow {
    flex: 0 0 48px;
    align-self: flex-start;
    width: 48px;
    height: 20px;
    margin-top: 86px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='12' viewBox='0 0 24 12' fill='none'%3E%3Cpath d='M0 6h20M20 6l-5-5M20 6l-5 5' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 24px 12px no-repeat;
}

/* 区块内二级页签（Prizes / Submission Categories / Vote 等复用） */
.cum_block > .cum_block_title + .cum_block_subtabs {
    margin-top: 0;
}

.cum_block_subtabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 8px 60px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    border-bottom: 0.5px solid #e6e6e6;
}

.cum_block_subtabs li {
    padding: 0 0 12px;
    margin-bottom: -1px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #6b6b6b;
    border-bottom: 4px solid transparent;
    cursor: pointer;
    white-space: nowrap;
}

.cum_block_subtabs li.active {
    color: #000;
    font-weight: 700;
    border-bottom-color: #ff8b00;
}



.cum_prizes > .cum_block_subtabs {
    gap: 60px;
}

.cum_prize_detail {
    display: none;
}

.cum_prize_detail.is_active {
    display: block;
}

.cum_prize_detail .cum_prize_award_meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    max-width: 100%;
}

.cum_prize_trophy {
    flex-shrink: 0;
    width: 44px;
    height: auto;
    margin: 0;
}

.cum_prize_detail .cum_prize_award_title {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    color: #ff8b00;
    text-align: center;
}

.cum_prize_detail .cum_prize_desc {
    margin: 25px auto 0;
    max-width: 520px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #666;
    text-align: center;
}

.cum_page:not(.cum_page_mobile) .cum_prize_detail.is_active .cum_prize_detail_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cum_page:not(.cum_page_mobile) .cum_prize_detail .cum_prize_copy {
    --cum-prize-meta-block: 68px;
    flex: 1;
    min-width: 0;
    min-height: 470px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
    padding-top: calc((470px - var(--cum-prize-meta-block)) / 3);
    text-align: center;
    box-sizing: border-box;
}

.cum_page:not(.cum_page_mobile) .cum_prize_detail .cum_prize_award_meta {
    flex: 0 0 auto;
    min-height: var(--cum-prize-meta-block);
    margin: 0;
    box-sizing: border-box;
}

.cum_page:not(.cum_page_mobile) .cum_prize_detail .cum_prize_desc {
    flex: 0 0 auto;
    margin: 0 auto;
}

.cum_page:not(.cum_page_mobile) .cum_prize_detail .cum_prize_wreath {
    flex-shrink: 0;
    height: var(--cum-prize-meta-block);
    width: auto;
    display: block;
}



.cum_page:not(.cum_page_mobile) .cum_prize_detail .cum_prize_visual {
    flex: 877 1 0;
    width: auto;
    max-width: 877px;
    min-width: 0;
}

.cum_page:not(.cum_page_mobile) .cum_prize_detail .cum_prize_visual img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 877 / 470;
    object-fit: cover;
    object-position: center;
}



.cum_categories_stack {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.cum_category_panel {
    display: flex;
    align-items: center;
    gap: 60px;
    width: 100%;
}

.cum_category_panel.is_reverse {
    flex-direction: row-reverse;
}

.cum_category_media {
    flex: 0 0 55%;
    max-width: 55%;
    min-width: 0;
}

.cum_category_media_link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.cum_category_video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #000;
}

.cum_category_video_thumb {
    position: relative;
    width: 100%;
    height: 100%;
}

.cum_category_video_thumbnail {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.3s;
}

.cum_category_video_has_player:hover .cum_category_video_thumbnail {
    transform: scale(1.05);
}

.cum_category_video_iframe {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: none;
    border: 0;
    pointer-events: none;
}

.cum_category_play_icon {
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 2;
    width: 20px;
    height: 20px;
    pointer-events: none;
}

.cum_category_duration {
    position: absolute;
    left: 42px;
    bottom: 16px;
    z-index: 2;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.cum_category_copy {
    flex: 1 1 45%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
}

.cum_category_title {
    margin: 0 0 30px;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    color: #000;
}

.cum_category_text {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #000;
}

.cum_category_text strong {
    font-weight: 700;
}

.cum_category_intro {
    margin: 0;
}

.cum_category_intro strong {
    font-weight: 600;
}

.cum_page:not(.cum_page_mobile) .cum_category_intro strong {
    display: block;
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-transform: none;
    color: #000;
}

.cum_category_submit_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    min-width: 200px;
    height: 40px;
    margin-top: 32px;
    padding: 0 28px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    border: 1px solid #000;
    box-sizing: border-box;
    cursor: pointer;
}

.cum_page:not(.cum_page_mobile) .cum_category_panel {
    gap: 60px;
    align-items: stretch;
    max-width: 1520px;
    min-width: 0;
}

.cum_page:not(.cum_page_mobile) .cum_category_media {
    flex: 877 1 0;
    width: auto;
    max-width: 877px;
    min-width: 0;
}

.cum_page:not(.cum_page_mobile) .cum_category_media_static {
    cursor: default;
}

.cum_page:not(.cum_page_mobile) .cum_category_video,
.cum_page:not(.cum_page_mobile) .cum_category_media_link {
    width: 100%;
    max-width: 100%;
}

.cum_page:not(.cum_page_mobile) .cum_category_video_thumbnail {
    width: 100%;
}

.cum_page:not(.cum_page_mobile) .cum_category_copy {
    flex: 583 1 0;
    width: auto;
    max-width: 583px;
    min-width: 0;
    min-height: 100%;
    align-self: stretch;
}

.cum_page:not(.cum_page_mobile) .cum_category_heading {
    margin: 0 0 12px;
    flex-shrink: 0;
    width: 100%;
}

.cum_page:not(.cum_page_mobile) .cum_category_title {
    margin: 0 0 30px;
    font-size: 28px;
    line-height: 34px;
}

.cum_page:not(.cum_page_mobile) .cum_category_subtitle {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-transform: none;
    color: #000;
}

.cum_page:not(.cum_page_mobile) .cum_category_text {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
}

.cum_page:not(.cum_page_mobile) .cum_category_submit_btn {
    margin-top: auto;
    flex-shrink: 0;
}

/* Captured Highlights / Stories / FAQ — 标题居中，右侧链接绝对定位 */
.cum_page:not(.cum_page_mobile) .cum_highlights > .cum_block_head,
.cum_page:not(.cum_page_mobile) .cum_stories > .cum_block_head,
.cum_page:not(.cum_page_mobile) .cum_rules > .cum_block_head {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 80px;
}

.cum_page:not(.cum_page_mobile) .cum_highlights > .cum_block_head .cum_block_title,
.cum_page:not(.cum_page_mobile) .cum_stories > .cum_block_head .cum_block_title,
.cum_page:not(.cum_page_mobile) .cum_rules > .cum_block_head .cum_block_title {
    display: inline-block;
    width: auto;
    max-width: 100%;
    margin: 0;
    text-align: center;
    vertical-align: bottom;
}

.cum_page:not(.cum_page_mobile) .cum_highlights > .cum_block_head .cum_text_link,
.cum_page:not(.cum_page_mobile) .cum_stories > .cum_block_head .cum_text_link,
.cum_page:not(.cum_page_mobile) .cum_rules > .cum_block_head .cum_text_link {
    position: absolute;
    right: 0;
    bottom: 0;
}

.cum_page:not(.cum_page_mobile) .cum_rules > .cum_block_head .cum_text_link,
.cum_page:not(.cum_page_mobile) .cum_rules > .cum_block_head .cum_text_link:link,
.cum_page:not(.cum_page_mobile) .cum_rules > .cum_block_head .cum_text_link:visited,
.cum_page:not(.cum_page_mobile) .cum_rules > .cum_block_head .cum_text_link:hover {
    color: #ff8b00;
    text-decoration: underline;
}

/* Highlights — infinite scroll carousel (same pattern as gallery featured_photos_swiper) */
.cum_highlights {
    padding-top: 0;
    overflow: visible;
}

.cum_highlights_swiper {
    position: relative;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-bottom: 70px;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
}

.cum_highlights_swiper .swiper-wrapper {
    display: flex;
    flex-shrink: 0;
    width: auto;
    max-width: none;
    min-width: 0;
    height: auto;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    transition-property: none;
    animation-name: cumHighlightsLeftFlow;
    animation-duration: 80s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-play-state: running;
    cursor: pointer;
}

.cum_highlights_swiper:hover .swiper-wrapper {
    animation-play-state: paused;
}

@keyframes cumHighlightsLeftFlow {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes cumHighlightsScrollbarDrag {
    0% {
        left: 0;
    }

    100% {
        left: calc(100% - 100px);
    }
}

.cum_highlights_swiper .swiper-slide {
    width: 20vw;
    aspect-ratio: 384 / 516;
    margin-right: 12px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

.cum_highlights_swiper img.item_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-style: preserve-3d;
}

.cum_highlights_swiper img.item_img.back-img {
    transform: rotateY(180deg);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    backface-visibility: hidden;
}

.cum_highlights_swiper .has_two_imgs_slide:hover .item_img.front-img {
    transform: rotateY(180deg);
}

.cum_highlights_swiper .has_two_imgs_slide:hover .item_img.back-img {
    transform: rotateY(0deg);
}

.cum_highlights_swiper .swiper-scrollbar {
    position: absolute;
    bottom: 0;
    left: calc(50% - 223.5px);
    width: 447px;
    height: 3px;
    border-radius: 3px;
    background: #e6e6e6;
}

.cum_highlights_swiper .swiper-scrollbar-drag {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100%;
    border-radius: 3px;
    background: #ff8b00;
    animation-name: cumHighlightsScrollbarDrag;
    animation-duration: 80s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-play-state: running;
}

.cum_highlights_swiper:hover .swiper-scrollbar-drag {
    animation-play-state: paused;
}

.cum_page:not(.cum_page_mobile) .cum_highlights_swiper .swiper-wrapper {
    justify-content: flex-start;
}

.cum_page:not(.cum_page_mobile) .cum_highlights_swiper .swiper-slide {
    width: 20vw;
    max-width: 384px;
    height: 548px;
    aspect-ratio: 384 / 516;
    margin-right: 16px;
    flex-shrink: 0;
}

.cum_page:not(.cum_page_mobile) .cum_highlights_swiper img.item_img {
    height: 548px;
}

.cum_page:not(.cum_page_mobile) .cum_highlights_swiper .swiper-slide .item-info {
    padding: 6px 20px 16px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    pointer-events: none;
}

.cum_page:not(.cum_page_mobile) .cum_highlights_swiper .swiper-slide .item-info .title {
    color: rgba(255, 255, 255, 0.86);
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    max-height: 34px;
    margin: 0;
}

.cum_page:not(.cum_page_mobile) .cum_highlights_swiper .swiper-slide .info-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
    pointer-events: auto;
}

.cum_page:not(.cum_page_mobile) .cum_highlights_swiper .swiper-slide .info-bottom .user-fa {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.cum_page:not(.cum_page_mobile) .cum_highlights_swiper .swiper-slide .info-bottom .user-fa img.avatar {
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 6px;
    flex-shrink: 0;
}

.cum_page:not(.cum_page_mobile) .cum_highlights_swiper .swiper-slide .info-bottom .user-fa .user-name {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: none;
}

.cum_page:not(.cum_page_mobile) .cum_highlights_swiper .swiper-slide .like-fa {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.cum_page:not(.cum_page_mobile) .cum_highlights_swiper .swiper-slide .like-icon {
    width: 20px;
    height: 20px;
    background: url('/image/catalog/kficons/like-grey.png') no-repeat center;
    background-size: 100% 100%;
    margin-right: 6px;
    cursor: pointer;
}

.cum_page:not(.cum_page_mobile) .cum_highlights_swiper .swiper-slide .like-icon.active {
    background: url('/image/catalog/kficons/like-on.png') no-repeat center;
    background-size: 100% 100%;
}

.cum_page:not(.cum_page_mobile) .cum_highlights_swiper .swiper-slide .like-num {
    color: rgba(255, 255, 255, 0.86);
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
}

/* Stories — 版心 1520px（继承 .cum_body） */
.cum_story_featured {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
    align-items: stretch;
}

.cum_story_featured_copy {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    padding: 8px 0;
}

.cum_story_featured_main {
    flex: 1;
    min-width: 0;
    max-height: 320px;
    overflow: hidden;
}

.cum_story_featured_title {
    margin: 0 0 24px;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    color: #000;
}

.cum_story_featured_excerpt {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #6b6b6b;
}

.cum_story_featured_media {
    flex: 0 0 740px;
    max-width: 740px;
    display: block;
    overflow: hidden;
}

.cum_story_featured_media img {
    width: 100%;
    aspect-ratio: 740 / 420;
    object-fit: cover;
    display: block;
}

.cum_page:not(.cum_page_mobile) .cum_story_featured {
    gap: 60px;
    max-width: 1520px;
    min-width: 0;
    width: 100%;
}

.cum_page:not(.cum_page_mobile) .cum_story_featured_copy {
    flex: 610 1 0;
    width: auto;
    max-width: 610px;
    min-width: 0;
}

.cum_page:not(.cum_page_mobile) .cum_story_featured_media {
    flex: 850 1 0;
    width: auto;
    max-width: 850px;
    min-width: 0;
}

.cum_page:not(.cum_page_mobile) .cum_story_featured_media img {
    width: 100%;
    height: auto;
    aspect-ratio: 850 / 478;
    max-width: 100%;
    object-fit: cover;
}

.cum_story_author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding-top: 32px;
    color: inherit;
    text-decoration: none;
}

a.cum_story_author:hover,
a.cum_story_author:focus {
    color: inherit;
    text-decoration: none;
}

.cum_story_featured_title a,
.cum_story_card_title a {
    color: inherit;
    text-decoration: none;
}

.cum_story_featured_title a:hover,
.cum_story_card_title a:hover {
    color: #ff8b00;
}

.cum_story_avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.cum_story_featured .cum_story_avatar {
    width: 42px;
    height: 42px;
}

.cum_story_featured .cum_story_author_name {
    height: 29px;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
}

.cum_story_author_name {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #000;
}

.cum_story_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 32px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cum_story_card {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.cum_story_card_media {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.cum_story_card_media img {
    width: 100%;
    aspect-ratio: 485 / 320;
    object-fit: cover;
    display: block;
}

.cum_story_card_body {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
}

.cum_story_card_title {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
}

.cum_story_card_excerpt {
    margin: 0;
    max-height: 75px;
    overflow: hidden;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #6b6b6b;
}

.cum_story_card .cum_story_author {
    margin-top: auto;
    padding-top: 20px;
}

.cum_story_card .cum_story_author_name {
    letter-spacing: 0.02em;
}

.cum_page:not(.cum_page_mobile) .cum_story_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    justify-content: stretch;
}

.cum_page:not(.cum_page_mobile) .cum_story_card {
    width: 100%;
    max-width: 496px;
}

.cum_page:not(.cum_page_mobile) .cum_story_card_media {
    margin-bottom: 20px;
}

.cum_page:not(.cum_page_mobile) .cum_story_card_media img {
    width: 100%;
    height: auto;
    aspect-ratio: 496 / 331;
    max-width: 100%;
    object-fit: cover;
}



/* Event Rules / FAQ — reuse activity/giveaway event_rules_ul expand effect */
.cum_page:not(.cum_page_mobile) .cum_rules .event_rules_content {
    width: 100%;
    margin: 0 auto;
}

.cum_page:not(.cum_page_mobile) .cum_rules .final_interpretation_rights {
    padding: 30px 0 80px;
}

.cum_page:not(.cum_page_mobile) .cum_rules .cum_rules_footnote_label {
    color: var(--event-rules-text-color-3);
    font-weight: 600;
}

.cum_page:not(.cum_page_mobile) .cum_rules .cum_rules_footnote_body {
    color: var(--event-rules-text-color-2);
}

/* Highlights tab */
.cum_vote {
    padding-top: 0;
}

.cum_vote > .cum_block_title {
    margin-bottom: 30px;
}

.cum_vote_cards {
    display: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 40px;
}

.cum_vote_cards.is_active {
    display: grid;
}

.cum_highlights_empty {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #6b6b6b;
    text-align: center;
}

.cum_vote_empty {
    grid-column: 1 / -1;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #6b6b6b;
    text-align: center;
}

.cum_vote_card {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 496px;
    min-width: 0;
    height: 100%;
}

.cum_vote_card_media {
    width: 100%;
    height: 372px;
    overflow: hidden;
}

.cum_vote_card_media_link {
    display: block;
    width: 100%;
    height: 100%;
}

.cum_vote_card_media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cum_vote_card_body {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 0;
    padding-top: 16px;
}

.cum_vote_card_title {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
}

.cum_vote_card_title a {
    color: inherit;
    text-decoration: none;
}

.cum_vote_card_title a:hover,
.cum_vote_card_title a:focus {
    color: inherit;
    text-decoration: underline;
}

.cum_vote_card_author {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.cum_vote_card_avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.cum_vote_card_handle {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #6b6b6b;
}

.cum_vote_card_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
}

.cum_vote_card_count {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
}

.cum_page:not(.cum_page_mobile) .cum_vote_card_count_num {
    font-weight: 700;
}

.cum_vote_card_vote {
    min-width: 100px;
    padding: 8px 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    border: 1px solid #000;
    cursor: pointer;
    text-transform: uppercase;
    box-sizing: border-box;
}

.cum_vote_card_vote.is_voted {
    background: #d9d9d9;
    background-image: none;
    color: #000;
    border: none;
    text-transform: uppercase;
    cursor: default;
    border: 1px solid #d9d9d9;
}

.cum_vote_card_vote:disabled {
    cursor: not-allowed;
    opacity: 0.45;
}

.cum_vote_card_vote.is_voted:disabled {
    opacity: 1;
    cursor: default;
}

.cum_vote_confirm_body {
    box-sizing: border-box;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 24px 20px;
}

.cum_vote_confirm_body .confirm-delete-title {
    margin-bottom: 16px;
}

.cum_vote_confirm_body p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #666;
}

/* How to Claim a Reward — kfConfirm modal */
.confirm-box:has(.cum_claim_reward_body) {
    width: 420px;
    max-width: calc(100vw - 32px);
    height: auto;
    min-height: 0;
    padding-bottom: 8px;
}

.confirm-box:has(.cum_claim_reward_body) .confirm-content {
    padding: 0 24px;
}

.confirm-box:has(.cum_claim_reward_body) .confirm-btns {
    padding: 20px 24px 28px;
}

.confirm-box:has(.cum_claim_reward_body) .confirm-btns button.btns-primary {
    width: 100%;
    max-width: 496px;
    height: 52px;
    margin: 0;
    padding: 0 24px;
    font-size: 14px;
    font-weight: 700;
    line-height: 52px;
    border-radius: 2px;
}

.cum_claim_reward_body {
    box-sizing: border-box;
    padding: 28px 0 8px;
    text-align: center;
}

.cum_claim_reward_title {
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #000;
}

.cum_claim_reward_intro {
    margin: 0 0 28px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
}

.cum_claim_link,
.cum_claim_link:link,
.cum_claim_link:visited {
    color: #ff8b00;
    font-weight: 700;
    text-decoration: underline;
}

.cum_claim_link:hover,
.cum_claim_link:focus {
    color: #f2994a;
}

.cum_claim_reward_steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.cum_claim_step {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 320px;
}

.cum_claim_step_num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-bottom: 12px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.cum_claim_step_title {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
}

.cum_claim_step_desc {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #777;
}

.cum_claim_step_arrow {
    display: block;
    width: 0;
    height: 0;
    margin: 16px auto 20px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid #ff8b00;
}

.cum_claim_step_last .cum_claim_step_arrow {
    display: none;
}

.cum_claim_reward_footer {
    margin: 24px 0 0;
    padding-top: 20px;
    border-top: 1px solid #e8e8e8;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #999;
}

/* Award Winning Works — static layout per design */


.cum_award_head {
    display: flex;
    align-items: flex-end;
    gap: 24px;
    width: 100%;
    margin-bottom: 48px;
}

.cum_award_head.cum_block_head_center {
    position: relative;
    justify-content: center;
}

.cum_page:not(.cum_page_mobile) .cum_award_works > .cum_award_head {
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.cum_award_head .cum_award_title,
.cum_award_head .cum_block_title {
    margin: 0;
    font-size: 42px;
    font-weight: 600;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
}

.cum_award_claim_link,
.cum_award_claim_link:link,
.cum_award_claim_link:visited {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    text-decoration: underline;
    white-space: nowrap;
    flex-shrink: 0;
}

.cum_award_claim_link:hover,
.cum_award_claim_link:focus {
    color: #f2994a;
}

.cum_award_body {
    width: 100%;
}

.cum_award_rows {
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.cum_page:not(.cum_page_mobile) .cum_award_row_inner {
    width: 100%;
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.cum_award_row_extra {
    display: none;
}

.cum_award_works.is_expanded .cum_award_row_extra {
    display: block;
}

.cum_award_row .cum_prize_award_meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    max-width: 100%;
    margin-bottom: 24px;
}

.cum_page:not(.cum_page_mobile) .cum_award_row .cum_prize_award_meta {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.cum_page:not(.cum_page_mobile) .cum_award_row .cum_prize_wreath {
    flex-shrink: 0;
    height: 68px;
    width: auto;
    display: block;
}

.cum_award_row .cum_prize_award_title {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    color: #ff8b00;
    text-align: center;
}

.cum_page:not(.cum_page_mobile) .cum_award_row .cum_prize_award_title {
    flex: 0 1 auto;
    max-width: 300px;
}

.cum_award_items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cum_page:not(.cum_page_mobile) .cum_award_row_inner .cum_award_items {
    width: 100%;
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    box-sizing: border-box;
}

.cum_award_item {
    width: 100%;
    max-width: 496px;
    min-width: 0;
}

.cum_award_item_media {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 496 / 372;
    overflow: hidden;
    margin-bottom: 12px;
    background: #f5f5f5;
}

.cum_award_item_media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.cum_award_item_author {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.cum_award_item_avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    background: #e8e8e8;
}

.cum_award_item_handle,
.cum_award_item_handle:link,
.cum_award_item_handle:visited {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cum_award_item_handle:hover,
.cum_award_item_handle:focus {
    color: #f2994a;
}

.cum_award_fold_wrap {
    margin-top: 56px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.cum_award_fold_btn {
    display: block;
    width: 496px;
    height: 52px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

.cum_award_fold_btn:hover {
    background: #fafafa;
}

.cum_ranking {
    overflow: visible;
}

.cum_ranking_grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: visible;
}

.cum_ranking_row {
    display: grid;
    gap: 16px;
}

.cum_ranking_row_tall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: end;
    min-height: 661px;
    overflow: visible;
}

.cum_ranking_row_wide {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cum_ranking_item {
    overflow: visible;
}

.cum_ranking_item_link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cum_ranking_item_link img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.cum_page:not(.cum_page_mobile) .cum_ranking_grid .item-info {
    padding: 6px 20px 16px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.cum_page:not(.cum_page_mobile) .cum_ranking_item:hover .item-info {
    opacity: 1;
    visibility: visible;
}

.cum_page:not(.cum_page_mobile) .cum_ranking_grid .item-info .title {
    color: rgba(255, 255, 255, 0.86);
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    max-height: 34px;
    margin: 0;
}

.cum_page:not(.cum_page_mobile) .cum_ranking_grid .info-bottom {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.cum_page:not(.cum_page_mobile) .cum_ranking_grid .info-bottom .user-fa {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.cum_page:not(.cum_page_mobile) .cum_ranking_grid .info-bottom .user-fa img.avatar {
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 6px;
    flex-shrink: 0;
}

.cum_page:not(.cum_page_mobile) .cum_ranking_grid .info-bottom .user-fa .user-name {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: none;
}

.cum_ranking_empty {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #6b6b6b;
    text-align: center;
}

.cum_ranking_item_tall {
    position: relative;
    overflow: visible;
    width: 100%;
    max-width: 496px;
    height: 580px;
}

.cum_ranking_item_tall_center {
    height: 661px;
}

.cum_ranking_badge_wrap {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 2;
    display: inline-block;
    line-height: 0;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease, visibility 0.2s ease;
    background-color: #fff;
    border-radius: 15px;
    padding: 6px 12px;
    box-sizing: border-box;
}

.cum_ranking_item_tall:hover .cum_ranking_badge_wrap {
    opacity: 1;
    visibility: visible;
}

.cum_ranking_badge {
    display: block;
    width: auto;
    height: auto;
    max-width: none;
    object-fit: contain;
    vertical-align: top;
    background-color: #fff;
}

.cum_ranking_item_wide {
    width: 100%;
    max-width: 496px;
    height: auto;
    aspect-ratio: 496 / 372;
}

.cum_featured_creators {
    margin-bottom: 0;
}


.cum_creators_grid {
    display: grid;
    grid-template-columns: repeat(4, 368px);
    gap: 16px;
    align-items: stretch;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cum_creator_card {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    align-content: start;
    width: 368px;
    max-width: 100%;
    height: 100%;
    padding: 68px 32px 88px;
    gap: 20px;
    background: #f7f7f7;
    border-radius: 2px;
    box-sizing: border-box;
    text-align: center;
}

.cum_creator_avatar_link {
    grid-row: 1;
    display: inline-block;
    flex-shrink: 0;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    line-height: 0;
    text-decoration: none;
}

.cum_creator_avatar_link .cum_creator_avatar,
.cum_creator_avatar {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.cum_creator_bio {
    grid-row: 2;
    align-self: center;
    justify-self: center;
    width: 100%;
    max-width: 313px;
    max-height: 110px;
    margin: 0;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #666;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-clamp: 5;
}

.cum_creator_handle,
.cum_creator_handle:link,
.cum_creator_handle:visited,
.cum_creator_handle:hover,
.cum_creator_handle:focus {
    grid-row: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 0;
    width: calc(100% - 26px);
    max-width: 313px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    color: #fff;
    background: #000;
    text-decoration: none;
    box-sizing: border-box;
}

@media (max-width: 1520px) {
    .cum_body {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 1200px) {
    .cum_body,
    .cum_page_tabs {
        padding-left: 16px;
        padding-right: 16px;
    }

    .cum_page:not(.cum_page_mobile) .cum_hero {
        height: clamp(420px, 41.67vw, 800px);
    }

    .cum_page:not(.cum_page_mobile) .cum_hero_bg,
    .cum_page:not(.cum_page_mobile) .cum_hero_banner .swiper-slide img {
        min-height: clamp(420px, 41.67vw, 800px);
    }

    .cum_page:not(.cum_page_mobile) .cum_hero_actions {
        bottom: clamp(32px, 3.125vw, 60px);
    }

    .cum_vote_cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: stretch;
    }

    .cum_page:not(.cum_page_mobile) .cum_story_grid,
    .cum_points_redeem_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cum_creators_grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        justify-content: stretch;
    }

    .cum_creator_card {
        width: 100%;
        max-width: none;
    }

    .cum_ranking_row_tall {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: stretch;
        min-height: 0;
    }

    .cum_ranking_row_wide {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: stretch;
    }

    .cum_award_items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: stretch;
    }
}

@media (max-width: 768px) {
    .cum_page:not(.cum_page_mobile) .cum_vision_intro {
        margin-bottom: 48px;
    }

    .cum_page:not(.cum_page_mobile) .cum_vision_steps {
        flex-direction: column;
        align-items: center;
        gap: 32px;
        max-width: 320px;
    }

    .cum_page:not(.cum_page_mobile) .cum_vision_step {
        flex: none;
        width: 100%;
        max-width: 320px;
    }

    .cum_page:not(.cum_page_mobile) .cum_vision_step_arrow {
        flex: 0 0 24px;
        width: 24px;
        height: 48px;
        margin-top: 0;
        transform: rotate(90deg);
        background-position: center;
    }

    .cum_block_title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 80px;
    }

    .cum_block_head .cum_block_title {
        margin-bottom: 0;
    }

    .cum_story_featured {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 40px;
    }

    .cum_story_featured_title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 16px;
    }

    .cum_story_featured_media {
        flex: none;
        max-width: 100%;
        order: -1;
    }

    .cum_story_featured_media img {
        aspect-ratio: 16 / 10;
    }

    .cum_story_author {
        padding-top: 20px;
    }

    .cum_story_grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .cum_page_tabs {
        gap: 0 20px;
        padding-bottom: 8px;
    }

    .cum_page_tabs li {
        padding: 18px 0;
    }

    .cum_category_panel,
    .cum_category_panel.is_reverse {
        flex-direction: column;
        gap: 32px;
    }

    .cum_category_media,
    .cum_category_copy {
        flex: none;
        width: 100%;
        max-width: 100%;
    }

    .cum_category_title {
        font-size: 20px;
        line-height: 26px;
    }

    .cum_page:not(.cum_page_mobile) .cum_category_subtitle {
        font-size: 14px;
        line-height: 20px;
    }

    .cum_vote_cards,
    .cum_ranking_row_tall,
    .cum_ranking_row_wide,
    .cum_award_items {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .cum_award_head {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .cum_award_head .cum_award_title,
    .cum_award_head .cum_block_title {
        font-size: 28px;
    }

    .cum_award_claim_link,
    .cum_award_claim_link:link,
    .cum_award_claim_link:visited {
        margin-top: 0;
    }

    .cum_award_fold_btn {
        width: 496px;
        max-width: 100%;
        height: 52px;
        line-height: 52px;
    }

    .cum_award_item,
    .cum_award_item_media {
        width: 100%;
    }

    .cum_award_item_media {
        height: auto;
        aspect-ratio: 496 / 372;
    }

    .cum_ranking_row_tall {
        min-height: 0;
    }

    .cum_vote_card,
    .cum_ranking_item_tall,
    .cum_ranking_item_tall_center,
    .cum_ranking_item_wide {
        width: 100%;
        max-width: 496px;
        margin-left: auto;
        margin-right: auto;
    }

    .cum_ranking_item_tall_center {
        height: 661px;
    }

    .cum_page:not(.cum_page_mobile) .cum_creators_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: stretch;
    }

    .cum_page:not(.cum_page_mobile) .cum_creator_card {
        width: 100%;
        max-width: none;
        margin-left: 0;
        margin-right: 0;
    }

    .cum_predict_grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .cum_predict_card {
        width: 100%;
        max-width: 746px;
        height: auto;
        min-height: 186px;
        margin-left: auto;
        margin-right: auto;
    }

    .cum_predict_options {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px 20px;
    }

    .cum_predict_play_steps {
        flex-direction: column;
        align-items: center;
        gap: 32px;
        max-width: 320px;
    }

    .cum_predict_play_step {
        flex: none;
        width: 100%;
        max-width: 320px;
    }

    .cum_predict_play_arrow {
        flex: 0 0 24px;
        width: 24px;
        height: 48px;
        margin-top: 0;
        transform: rotate(90deg);
        background-position: center;
    }

    .cum_predict_submit {
        width: 496px;
        max-width: 100%;
    }

    .cum_points_redeem_head {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .cum_points_redeem_title {
        grid-column: auto;
        grid-row: auto;
        width: 100%;
    }

    .cum_points_redeem_balance {
        grid-column: auto;
        grid-row: auto;
        justify-self: auto;
        margin-top: 0;
    }

    .cum_predict_play_head {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .cum_predict_play_title {
        grid-column: auto;
        grid-row: auto;
        width: 100%;
    }

    .cum_predict_play_link,
    .cum_predict_play_link:link,
    .cum_predict_play_link:visited {
        grid-column: auto;
        grid-row: auto;
        justify-self: auto;
        margin-top: 0;
    }

    .cum_points_redeem_grid {
        grid-template-columns: 1fr;
    }

    .cum_points_redeem_card {
        width: 100%;
        max-width: 496px;
        height: auto;
        min-height: 259px;
        margin-left: auto;
        margin-right: auto;
    }

    .cum_points_redeem_body {
        flex-direction: column;
        align-items: center;
        min-height: 0;
        padding: 16px;
    }

    .cum_points_redeem_media,
    .cum_points_redeem_coupon_left {
        flex: 0 0 auto;
        width: 100%;
        max-width: none;
    }

    .cum_points_redeem_coupon_worth {
        font-size: 48px;
    }

    .cum_earn_point_list {
        grid-template-columns: 1fr;
    }

    .cum_earn_point_card {
        max-width: 356px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Points Reward — Predict the Unseen */


.cum_predict_title {
    margin: 0 0 12px;
    padding: 0;
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

.cum_predict_subtitle {
    margin: 0 0 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #000;
}

.cum_predict_grid {
    display: grid;
    grid-template-columns: repeat(2, 746px);
    gap: 28px;
    margin-bottom: 40px;
}

.cum_predict_card {
    position: relative;
    box-sizing: border-box;
    width: 746px;
    height: 186px;
    padding: 28px;
    background: #f2f2f2;
    text-align: center;
}

.cum_predict_card_badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 28px;
    padding: 0 10px;
    border-radius: 0 0 6px 6px;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
}

.cum_predict_card_question {
    margin: 30px 0 30px;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
}

.cum_predict_options {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cum_predict_form {
    width: 100%;
}

.cum_predict_empty {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #666;
}

.cum_predict_option {
    min-width: 0;
    flex: 0 1 auto;
}

.cum_predict_option_label_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin: 0;
    cursor: pointer;
}

.cum_predict_form.is_submitted .cum_predict_option_label_wrap {
    cursor: default;
}

.cum_predict_option_input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.cum_predict_option_box {
    display: block;
    width: 22px;
    height: 22px;
    box-sizing: border-box;
    border: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Crect x='0.5' y='0.5' width='21' height='21' fill='%23fff' stroke='%23bdbdbd' stroke-width='1' stroke-dasharray='3 2'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.cum_predict_option_input:checked + .cum_predict_option_box {
    border: 1px solid #ff8b00;
    background: #ff8b00;
    background-image: none;
    box-shadow: inset 0 0 0 3px #fff;
}

.cum_predict_option_label {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    white-space: nowrap;
}

.cum_predict_submit_wrap {
    display: flex;
    justify-content: center;
    width: 100%;
}

.cum_predict_submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 746px;
    max-width: 100%;
    height: 52px;
    margin: 0;
    padding: 0 24px;
    border: none;
    border-radius: 0;
    background: #ff8b00;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
}

.cum_predict_submit:disabled,
.cum_predict_form.is_submitted .cum_predict_submit {
    background: #f2f2f2;
    color: #999;
    cursor: not-allowed;
}


.cum_predict_play_head {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 24px;
}

.cum_predict_play_title {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    font-size: 42px;
    font-weight: 600;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

.cum_predict_play_link,
.cum_predict_play_link:link,
.cum_predict_play_link:visited {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    align-self: start;
    margin-top: 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    text-decoration: underline;
    white-space: nowrap;
}

.cum_predict_play_link::after {
    content: '>>';
}

.cum_predict_play_link:hover,
.cum_predict_play_link:focus {
    color: #ff8b00;
}

.cum_predict_play_track {
    box-sizing: border-box;
}

.cum_predict_play_inner {
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
}

.cum_predict_play_steps {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    max-width: 1200px;
    margin: 0 auto;
}

.cum_predict_play_step {
    flex: 1 1 0;
    width: auto;
    max-width: 320px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.cum_predict_play_num {
    margin: 0 0 16px;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
}

.cum_predict_play_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    margin: 0 0 16px;
    border-radius: 50%;
    background: #fff5eb;
    box-sizing: border-box;
}

.cum_predict_play_icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cum_predict_play_step_title {
    margin: 0 0 8px;
    padding: 0;
    max-width: 280px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
}

.cum_predict_play_step_text {
    margin: 0;
    max-width: 320px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}

.cum_predict_play_arrow {
    flex: 0 0 48px;
    align-self: flex-start;
    /* step num (20px + 16px margin) + half icon (60px) - half arrow (10px) */
    margin-top: calc(16px + 20px + 60px - 10px);
    width: 48px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='12' viewBox='0 0 24 12' fill='none'%3E%3Cpath d='M0 6h20M20 6l-5-5M20 6l-5 5' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 24px 12px no-repeat;
}

/* Points Reward — redeem grid */


.cum_points_redeem_head {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 40px;
}

.cum_points_redeem_title {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

.cum_points_redeem_balance {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    align-self: start;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin: 8px 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    white-space: nowrap;
}

.cum_points_redeem_balance .cum_points_redeem_score,
.cum_points_redeem_balance .total_points_num {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
}

.cum_points_redeem_coin {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin: 0;
    display: block;
    object-fit: contain;
}

.cum_points_redeem_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 40px;
}

.cum_points_redeem_card {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 496px;
    height: auto;
    min-height: 259px;
    border: 1px solid #e6e6e6;
    background: #fff;
}

.cum_points_redeem_badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    height: 24px;
    padding: 0 8px;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

.cum_points_redeem_badge_num {
    margin-right: 2px;
    font-weight: 600;
    color: #ff8b00;
}

.cum_points_redeem_body {
    display: flex;
    align-items: center;
    gap: 50px;
    height: 100%;
    padding: 16px;
    box-sizing: border-box;
}

.cum_points_redeem_media {
    flex: 0 0 180px;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.cum_points_redeem_media img {
    display: block;
    max-width: 180px;
    max-height: 180px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.cum_points_redeem_coupon_left {
    flex: 0 0 168px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 0;
}

.cum_points_redeem_coupon_worth {
    margin: 0;
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
    color: #000;
}

.cum_points_redeem_coupon_meta {
    margin: 16px 0 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #9e9ea6;
}

.cum_points_redeem_content {
    flex: 0 0 200px;
    width: 200px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
}

.cum_points_redeem_copy_top {
    min-height: 0;
}

.cum_points_redeem_item_title {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cum_points_redeem_info_link,
.cum_points_redeem_info_link:link,
.cum_points_redeem_info_link:visited,
p.cum_points_redeem_info_link {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    color: #ff8b00;
    text-decoration: underline;
    cursor: pointer;
}

.cum_points_redeem_info_link:hover,
.cum_points_redeem_info_link:focus {
    color: #f2994a;
}

.cum_points_redeem_info_describe {
    margin: 0;
    cursor: pointer;
}

.cum_points_redeem_meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.cum_points_redeem_cost {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
}

.cum_points_redeem_cost span {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}

.cum_points_redeem_cost img {
    width: 24px;
    height: 24px;
    margin-left: 6px;
}

.cum_points_redeem_progress {
    width: 100%;
    height: 3px;
    margin: 0;
    background: transparent;
    overflow: hidden;
}

.cum_points_redeem_progress_bar {
    display: block;
    height: 100%;
    background: #ff8b00;
}

.cum_points_redeem_progress_text {
    display: block;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    color: #ff8b00;
}

.cum_points_redeem_exchange,
.cum_points_redeem_exchange:link,
.cum_points_redeem_exchange:visited,
button.cum_points_redeem_exchange {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    height: 36px;
    padding: 0 16px;
    border: none;
    border-radius: 0;
    background: #ff8b00;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    text-transform: none;
    cursor: pointer;
}

.cum_points_redeem_exchange:hover,
.cum_points_redeem_exchange:focus {
    color: #fff;
    text-decoration: none;
}

.cum_points_redeem_exchange.is_disabled,
.cum_points_redeem_exchange:disabled {
    background: #cfcfcf;
    color: #fff;
    cursor: not-allowed;
}

.cum_points_redeem_empty {
    width: 100%;
    margin: 0;
    padding: 24px 16px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    text-align: center;
}

/* Earn Point */
.cum_earn_point {
    margin-bottom: 100px;
}

.cum_earn_point_title {
    margin: 0 0 40px;
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

.cum_earn_point_list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cum_earn_point_list > li {
    margin: 0;
    padding: 0;
}

.cum_earn_point_card,
.cum_earn_point_card:link,
.cum_earn_point_card:visited {
    display: block;
    position: relative;
    box-sizing: border-box;
    min-height: 274px;
    padding: 0 28px 78px;
    background: #fff;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.03);
    text-align: center;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.cum_earn_point_icon {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 3px;
    object-fit: contain;
}

.cum_earn_point_name {
    margin: 0 -20px 2px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #b49977;
}

.cum_earn_point_points {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #000;
}

.cum_earn_point_points img {
    width: 14px;
    height: 14px;
    margin-left: 3px;
}

.cum_earn_point_btn {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 44px;
    padding: 0 14px;
    border-radius: 4px;
    background: #f9f6f1;
    color: #b49977;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    box-sizing: border-box;
    pointer-events: none;
}

.cum_earn_point_btn span {
    flex: 1;
    min-width: 0;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cum_earn_point_btn::after {
    content: '\2192';
    flex-shrink: 0;
    margin-left: 12px;
    font-size: 14px;
    line-height: 1;
    color: #b49977;
}

.cum_earn_point_card:hover .cum_earn_point_btn,
.cum_earn_point_card:focus .cum_earn_point_btn {
    background: #ff8b00;
    color: #fff;
}

.cum_earn_point_card:hover .cum_earn_point_btn::after,
.cum_earn_point_card:focus .cum_earn_point_btn::after {
    color: #fff;
}

/* View Past & My Answers modal */
body.cum_past_modal_open {
    overflow: hidden;
}

.cum_past_modal_overlay {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.45);
    box-sizing: border-box;
}

.cum_past_modal_overlay.is_open {
    display: flex;
}

.cum_past_modal {
    position: relative;
    width: 1615px;
    max-width: calc(100vw - 48px);
    height: 954px;
    max-height: calc(100vh - 48px);
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden;
}

.cum_past_modal_close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #b3b3b3;
    cursor: pointer;
    transition: color 0.2s ease;
}

.cum_past_modal_close:hover,
.cum_past_modal_close:focus {
    color: #333;
}

.cum_past_modal_close_icon {
    display: block;
    width: 16px;
    height: 16px;
}

.cum_past_modal_inner {
    display: flex;
    width: 100%;
    height: 100%;
}

.cum_past_sidebar {
    flex: 0 0 340px;
    width: 340px;
    height: 100%;
    border-right: 1px solid #eee;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #d9d9d9 transparent;
}

.cum_past_sidebar::-webkit-scrollbar {
    width: 4px;
}

.cum_past_sidebar::-webkit-scrollbar-track {
    background: transparent;
}

.cum_past_sidebar::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #d9d9d9;
}

.cum_past_sidebar::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
}

.cum_past_question_list {
    list-style: none;
    margin: 0;
    padding: 48px 0 48px 40px;
    box-sizing: border-box;
}

.cum_past_question_item {
    position: relative;
    display: flex;
    align-items: flex-start;
    min-height: 118px;
    padding: 0 20px 0 0;
    cursor: pointer;
    box-sizing: border-box;
}

.cum_past_question_item.is_active {
    overflow: visible;
}

.cum_past_question_item.is_last {
    min-height: auto;
}

.cum_past_question_line {
    position: absolute;
    left: 15px;
    top: 32px;
    bottom: -8px;
    width: 0;
    border-left: 1px dashed #d9d9d9;
}

.cum_past_question_dot {
    position: relative;
    z-index: 1;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    margin-right: 16px;
    border-radius: 50%;
    background: #d9d9d9;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
}

.cum_past_question_dot.is_active {
    background: #ff8b00;
}

.cum_past_question_copy {
    flex: 1;
    min-width: 0;
    padding-top: 2px;
}

.cum_past_question_label {
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #000;
    letter-spacing: 0.02em;
}

.cum_past_question_item.is_active .cum_past_question_label {
    color: #ff8b00;
}

.cum_past_question_date {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 16px;
    color: #999;
}

.cum_past_question_badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    max-width: 100%;
    height: 22px;
    padding: 0 8px;
    border-radius: 11px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.cum_past_question_badge_completed {
    background: #e8f7ef;
    color: #22a06b;
}

.cum_past_question_badge_missed {
    background: #f5f5f5;
    color: #666;
}

.cum_past_question_badge_pending {
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #999;
}

.cum_past_question_score {
    margin: 8px 0 0;
    font-size: 12px;
    line-height: 16px;
    color: #999;
}

.cum_past_question_active_mark {
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background: #ff8b00;
}

.cum_past_question_active_mark::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    transform: translate(-100%, -50%);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #ff8b00;
}

.cum_past_main {
    flex: 1;
    min-width: 0;
    height: 100%;
    padding: 48px 64px 48px 48px;
    box-sizing: border-box;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #d9d9d9 transparent;
}

.cum_past_main::-webkit-scrollbar {
    width: 4px;
}

.cum_past_main::-webkit-scrollbar-track {
    background: transparent;
}

.cum_past_main::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #d9d9d9;
}

.cum_past_main::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
}

.cum_past_main_panel.is_hidden {
    display: none;
}

.cum_past_main_head {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: clamp(16px, 2.5vw, 40px);
    margin-bottom: 0;
}

.cum_past_main_intro {
    flex: 1;
    min-width: 0;
    max-width: 720px;
    padding-top: 2px;
}

.cum_past_challenge_label {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    color: #ff8b00;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cum_past_challenge_title {
    margin: 0 0 14px;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    color: #000;
    letter-spacing: 0;
}

.cum_past_challenge_desc {
    margin: 0 0 16px;
    max-width: 620px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #333;
}

.cum_past_challenge_date {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #666;
}

.cum_past_challenge_date svg {
    flex: 0 0 16px;
}

.cum_past_challenge_date_text {
    font-weight: 700;
    color: #666;
}

.cum_past_summary {
    container-type: inline-size;
    flex: 0 1 678px;
    width: min(678px, 100%);
    max-width: 678px;
    min-width: 0;
    height: auto;
    aspect-ratio: 678 / 194;
    display: flex;
    align-items: stretch;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    box-sizing: border-box;
    background: #fff;
}

.cum_past_summary_card {
    flex: 1;
    display: flex;
    align-items: center;
    gap: clamp(10px, 2.95cqi, 20px);
    min-width: 0;
    padding: 0 clamp(16px, 5.9cqi, 40px);
    box-sizing: border-box;
}

.cum_past_summary_divider {
    flex: 0 0 0;
    align-self: stretch;
    margin: clamp(12px, 3.54cqi, 24px) 0;
    border-left: 1px dashed #e5e5e5;
}

.cum_past_summary_icon {
    flex: 0 0 clamp(48px, 11.8cqi, 80px);
    width: clamp(48px, 11.8cqi, 80px);
    height: clamp(48px, 11.8cqi, 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.cum_past_summary_icon svg,
.cum_past_summary_icon img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 80px;
    max-height: 80px;
    object-fit: contain;
}

.cum_past_summary_icon_score {
    background: #e8f7ef;
}

.cum_past_summary_icon_points {
    background: #fff3e6;
}

.cum_past_summary_copy {
    min-width: 0;
}

.cum_past_summary_label {
    display: block;
    margin-bottom: clamp(4px, 0.88cqi, 6px);
    font-size: clamp(9px, 1.62cqi, 11px);
    font-weight: 500;
    line-height: clamp(12px, 2.06cqi, 14px);
    color: #999;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cum_past_summary_value {
    display: block;
    margin: 0;
    font-size: 0;
    line-height: 0;
    color: #000;
}

.cum_past_summary_value.is_pending,
.cum_past_summary_value_points.is_pending {
    font-size: clamp(16px, 3.54cqi, 24px);
    font-weight: 700;
    line-height: clamp(20px, 4.13cqi, 28px);
    color: #000;
}

.cum_past_score_fraction {
    font-size: clamp(16px, 3.54cqi, 24px);
    font-weight: 700;
    line-height: clamp(20px, 4.13cqi, 28px);
    color: #000;
}

.cum_past_score_suffix {
    margin-left: clamp(2px, 0.59cqi, 4px);
    font-size: clamp(11px, 2.06cqi, 14px);
    font-weight: 400;
    line-height: clamp(20px, 4.13cqi, 28px);
    color: #000;
}

.cum_past_summary_value_points {
    display: inline-flex;
    align-items: center;
    gap: clamp(4px, 0.88cqi, 6px);
    font-size: clamp(16px, 3.54cqi, 24px);
    font-weight: 700;
    line-height: clamp(20px, 4.13cqi, 28px);
    color: #000;
}

.cum_past_summary_value_points img {
    width: clamp(14px, 2.65cqi, 18px);
    height: clamp(14px, 2.65cqi, 18px);
}

.cum_past_answers_title {
    margin: 40px 0 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #000;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cum_past_answers_table {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

.cum_past_answer_row {
    display: grid;
    grid-template-columns: 48px minmax(240px, 1fr) 148px 148px 128px;
    align-items: center;
    column-gap: 24px;
    min-height: 96px;
    padding: 0 28px;
    box-sizing: border-box;
    border-top: 1px solid #eee;
}

.cum_past_answer_row:first-child {
    border-top: 0;
}

.cum_past_qbadge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    background: #f0f0f0;
}

.cum_past_qbadge_correct {
    color: #22a06b;
    background: #e8f7ef;
}

.cum_past_qbadge_neutral,
.cum_past_qbadge_unanswered {
    color: #000;
    background: #f0f0f0;
}

.cum_past_qbadge_wrong {
    color: #e5484d;
    background: #fdecec;
}

.cum_past_question_text {
    margin: 0;
    padding-right: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
}

.cum_past_answer_col {
    min-width: 0;
}

.cum_past_col_label {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #999;
}

.cum_past_col_value {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #000;
}

.cum_past_col_value.is_pending {
    color: #000;
}

.cum_past_col_value_empty {
    font-weight: 400;
    color: #000;
}

.cum_past_result {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}

.cum_past_result_icon {
    flex: 0 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

.cum_past_result_icon_correct {
    background: #22a06b;
}

.cum_past_result_icon_wrong {
    background: #e5484d;
}

.cum_past_result_correct {
    color: #22a06b;
}

.cum_past_result_wrong {
    color: #e5484d;
}

.cum_past_empty_panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 520px;
    text-align: center;
}

.cum_past_empty_title {
    margin: 0 0 12px;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
}

.cum_past_empty_desc {
    margin: 0;
    max-width: 420px;
    font-size: 14px;
    line-height: 22px;
    color: #666;
}

@media (max-width: 1680px) {
    .cum_past_modal {
        width: calc(100vw - 48px);
        height: calc(100vh - 48px);
    }

    .cum_past_main {
        padding: 40px 48px 40px 32px;
    }

    .cum_past_main_head {
        gap: clamp(16px, 2vw, 24px);
    }

    .cum_past_challenge_title {
        font-size: 28px;
        line-height: 34px;
    }

    .cum_past_summary {
        flex: 0 1 678px;
        max-width: min(678px, 52%);
        min-width: 0;
    }

    .cum_past_answer_row {
        grid-template-columns: 48px minmax(180px, 1fr) 120px 120px 110px;
        column-gap: 16px;
        padding: 0 20px;
    }
}

#cum-points-redeem-modals .rewards_mask,
#cum-points-redeem-modals .gift-redeem-popup,
#cum-points-redeem-modals .ver_mask {
    display: none;
}

#cum-points-redeem-modals .rewards_mask,
#cum-points-redeem-modals .gift-redeem-popup,
#cum-points-redeem-modals .redeem-success,
#cum-points-redeem-modals .ver_mask,
.cum_coupon_redeem_popup {
    z-index: 10060;
}

.cum_coupon_redeem_popup {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
}

.cum_coupon_redeem_content {
    position: relative;
    width: 420px;
    max-width: calc(100% - 32px);
    padding: 48px 40px 40px;
    border-radius: 15px;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
}

.cum_coupon_redeem_close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.cum_coupon_redeem_title {
    margin: 0 0 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
}

.cum_coupon_redeem_code_label {
    margin: 0 0 12px;
    font-size: 14px;
    color: #666;
}

.cum_coupon_redeem_code_row {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

.cum_coupon_redeem_code_input {
    flex: 1;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    text-align: center;
}

.cum_coupon_redeem_copy,
.cum_coupon_redeem_use {
    min-width: 88px;
    height: 40px;
    border: none;
    background: #ff8b00;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.cum_coupon_redeem_use {
    width: 100%;
    margin-top: 24px;
}

.cum_coupon_redeem_copy_success {
    margin: 0;
    font-size: 12px;
    color: #ff8b00;
}

/* gift-redeem-popup confirm/cancel — 对齐 account/points get-rewards (stylesheet.css .gift-redeem-body) */
#cum-points-redeem-modals .gift-redeem-body .bottom {
    margin-top: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

#cum-points-redeem-modals .gift-redeem-body .bottom button {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 36px;
    margin: 0;
    padding: 0;
    line-height: 12px;
    vertical-align: middle;
}

#cum-points-redeem-modals .gift-redeem-body .confirm-btn {
    border: none;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    background: rgb(255, 139, 0);
}

#cum-points-redeem-modals .gift-redeem-body .cancel-btn {
    border: 1px solid rgb(230, 230, 230);
    color: rgb(0, 0, 0);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    background: #fff;
}
