.hero-zone,
.showcase-grid,
.ops-grid,
.intel-grid {
    display: grid;
    gap: 24px;
    align-items: start;
}

.hero-zone {
    grid-template-columns: minmax(0, 1.7fr) minmax(320px, 0.9fr);
    margin-bottom: 20px;
}

.hero-main {
    overflow: hidden;
    padding: 14px;
}

.hero-stage {
    position: relative;
    min-height: 500px;
    border-radius: 22px;
    overflow: hidden;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.45s ease;
}

.hero-slide.active {
    opacity: 1;
    pointer-events: auto;
}

.hero-media,
.hero-fallback {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.04);
}

.hero-fallback {
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 107, 61, 0.35), transparent 24%),
        radial-gradient(circle at 80% 20%, rgba(32, 208, 169, 0.26), transparent 26%),
        linear-gradient(135deg, #152135, #0c1421);
}

.hero-fade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(6, 11, 18, 0.88) 0%, rgba(6, 11, 18, 0.48) 46%, rgba(6, 11, 18, 0.82) 100%),
        linear-gradient(180deg, transparent 0%, rgba(6, 11, 18, 0.45) 62%, rgba(6, 11, 18, 0.92) 100%);
}

.hero-copy {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 18px;
    height: 100%;
    max-width: 56%;
    padding: 34px;
}

.hero-copy h1 {
    margin: 0;
    font-family: "Arial Black", "Trebuchet MS", "Microsoft YaHei", sans-serif;
    font-size: clamp(38px, 4vw, 66px);
    line-height: 0.98;
}

.hero-copy p {
    margin: 0;
    max-width: 40rem;
    color: #dbe5f2;
    line-height: 1.8;
    font-size: 16px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-nav {
    position: absolute;
    right: 24px;
    bottom: 24px;
    z-index: 2;
    display: inline-flex;
    gap: 10px;
}

.hero-dot {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}

.hero-dot.active {
    transform: scale(1.15);
    background: var(--accent);
}

.hero-side {
    display: grid;
    gap: 14px;
    height: 100%;
}

.hero-side .side-panel {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pulse-band {
    margin-bottom: 18px;
}

.pulse-band-grid {
    display: grid;
    grid-template-columns: minmax(240px, 0.9fr) 1.4fr;
    gap: 16px;
    margin-top: 16px;
}

.pulse-band-meta {
    display: flex;
    align-items: stretch;
}

.pulse-band-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.pulse-band .pulse-item {
    height: 100%;
}

.pulse-band-meta {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
    padding: 20px;
    border-radius: 24px;
    background:
        radial-gradient(circle at top left, rgba(255, 107, 61, 0.16), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.pulse-band-copy h3 {
    margin: 10px 0 10px;
    font-size: 28px;
    line-height: 1.08;
}

.pulse-band-copy p {
    margin: 0;
    color: #d2dced;
    line-height: 1.75;
}

.pulse-band-label {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--accent-3);
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.pulse-chip-cloud {
    margin-top: 0;
}

.pulse-chip {
    background: rgba(255, 255, 255, 0.08);
}

.pulse-card {
    display: grid;
    grid-template-rows: 180px auto;
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.pulse-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
}

.pulse-card-media {
    display: block;
}

.pulse-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pulse-card-copy {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px;
}

.pulse-card-tag {
    color: var(--accent-3);
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.pulse-card-copy b {
    font-size: 20px;
    line-height: 1.2;
}

.pulse-card-meta {
    color: var(--muted);
    font-size: 14px;
}

.pulse-card-action {
    margin-top: auto;
    color: #fff0de;
    font-weight: 700;
}

.side-panel,
.pulse-panel,
.showcase-side,
.ops-side,
.intel-side,
.pulse-band,
.type-belt,
.showcase-main,
.ops-panel,
.intel-main,
.battle-strip {
    padding: 20px;
}

.panel-head h2 {
    font-size: 22px;
}

.notice-stack,
.pulse-list,
.rank-board,
.ops-list,
.guide-feed,
.watch-list,
.focus-stack {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.rank-board {
    gap: 12px;
}

.notice-item,
.pulse-item,
.rank-row,
.ops-row,
.guide-row,
.watch-row,
.focus-row {
    align-items: center;
    padding: 13px 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.rank-row {
    padding: 14px;
}

.notice-item:hover,
.pulse-item:hover,
.rank-row:hover,
.ops-row:hover,
.guide-row:hover,
.watch-row:hover,
.focus-row:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.12);
}

.notice-item {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    padding: 9px 12px;
}

.notice-badge,
.watch-no {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255, 107, 61, 0.14);
    color: var(--accent);
    font-weight: 700;
}

.notice-title {
    line-height: 1.35;
    font-size: 14px;
}

.notice-date {
    color: var(--muted);
    font-size: 12px;
}

.chip-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.chip {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--text);
    font-size: 14px;
}

.chip:hover {
    background: rgba(255, 107, 61, 0.14);
}

.pulse-item,
.ops-row,
.guide-row {
    display: grid;
    gap: 14px;
}

.pulse-item {
    grid-template-columns: 72px 1fr;
}

.pulse-item img,
.ops-row img,
.guide-row img,
.rank-row img {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    object-fit: cover;
}

.pulse-item b,
.ops-copy strong,
.guide-row-copy strong {
    display: block;
    margin-bottom: 6px;
}

.pulse-item span,
.ops-copy span,
.guide-row-copy span,
.rank-type {
    color: var(--muted);
    font-size: 13px;
}

.guide-row {
    align-items: flex-start;
}

.guide-row-copy {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.guide-row-copy strong {
    margin-bottom: 0;
    line-height: 1.35;
}

.guide-row-desc {
    margin: 0;
    color: #d2dced;
    font-size: 14px;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.type-belt {
    margin-bottom: 18px;
}

.battle-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}

.battle-item {
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.battle-link {
    display: block;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.battle-link:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.battle-label {
    display: block;
    margin-bottom: 8px;
    color: var(--accent-3);
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.battle-item strong {
    display: block;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.2;
}

.battle-item small {
    color: var(--muted);
}

.type-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.type-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 154px;
    padding: 18px;
    border-radius: 24px;
    overflow: hidden;
    color: #fdfdfd;
}

.type-card::after {
    content: "";
    position: absolute;
    inset: auto -40px -40px auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.type-card strong,
.type-card small,
.type-index {
    position: relative;
    z-index: 1;
}

.type-card strong {
    font-size: 22px;
}

.type-index {
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
    letter-spacing: 0.14em;
}

.type-tone-1 { background: linear-gradient(135deg, #ff6b3d, #ff9258); }
.type-tone-2 { background: linear-gradient(135deg, #20d0a9, #14a2c7); }
.type-tone-3 { background: linear-gradient(135deg, #5568ff, #34b8ff); }
.type-tone-4 { background: linear-gradient(135deg, #ff4f87, #ff8c59); }
.type-tone-5 { background: linear-gradient(135deg, #8270ff, #a4dd32); }
.type-tone-6 { background: linear-gradient(135deg, #ffc857, #ff7b54); }

.showcase-grid,
.intel-grid {
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.8fr);
    margin-bottom: 18px;
}

.showcase-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
}

.game-show-card {
    overflow: hidden;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.game-show-media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
}

.game-show-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.game-show-rank {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(6, 11, 18, 0.78);
    color: var(--accent-3);
    font-weight: 700;
    letter-spacing: 0.08em;
}

.game-show-body {
    padding: 18px;
}

.game-show-head {
    display: flex;
    gap: 14px;
    justify-content: space-between;
    align-items: baseline;
}

.game-show-head h3 {
    margin: 0;
    font-size: 22px;
}

.game-show-head span,
.game-show-meta {
    color: var(--muted);
}

.game-show-body p {
    margin: 12px 0 14px;
    color: #d2dced;
    line-height: 1.7;
}

.game-show-meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 13px;
}

.rank-row {
    display: grid;
    grid-template-columns: 34px 54px 1fr auto;
    gap: 12px;
}

.rank-row img {
    width: 54px;
    height: 54px;
    border-radius: 16px;
}

.rank-no {
    color: var(--accent-3);
    font-size: 24px;
    font-family: "Arial Black", "Trebuchet MS", "Microsoft YaHei", sans-serif;
}

.ops-grid {
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.8fr);
    margin-bottom: 18px;
    align-items: stretch;
}

.ops-tabs {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ops-side {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ops-tab {
    border: 0;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: var(--muted);
    cursor: pointer;
}

.ops-tab.active {
    background: rgba(255, 107, 61, 0.16);
    color: var(--text);
}

.ops-list {
    display: none;
}

.ops-list.active {
    display: grid;
}

.ops-row {
    grid-template-columns: 74px 1fr auto;
}

.ops-tag {
    min-width: 58px;
    padding: 8px 10px;
    border-radius: 999px;
    text-align: center;
    background: rgba(255, 107, 61, 0.14);
    color: var(--accent);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.08em;
}

.ops-tag.warm {
    background: rgba(255, 203, 82, 0.14);
    color: var(--accent-3);
}

.ops-tag.cool {
    background: rgba(32, 208, 169, 0.14);
    color: var(--accent-2);
}

.flash-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.flash-box {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 86px;
    padding: 20px 16px;
    border-radius: 18px;
    font-weight: 700;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.flash-icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--accent-3);
}

.flash-icon svg {
    width: 20px;
    height: 20px;
}

.flash-text {
    flex: 1;
    line-height: 1.3;
}

.focus-row {
    display: grid;
    grid-template-columns: 1fr auto;
    margin-top: 14px;
    padding: 18px 14px;
}

.focus-row span {
    color: var(--muted);
    font-size: 13px;
}

.focus-arrow {
    color: var(--accent);
    font-size: 22px;
}

.feature-guide {
    display: grid;
    grid-template-columns: minmax(280px, 0.95fr) 1.1fr;
    gap: 20px;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.feature-guide-media {
    display: block;
    aspect-ratio: 4 / 3;
    border-radius: 20px;
    overflow: hidden;
}

.feature-guide-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-guide-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.feature-guide-tag {
    align-self: flex-start;
    margin-bottom: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 107, 61, 0.14);
    color: var(--accent);
    font-weight: 700;
}

.feature-guide-copy h3 {
    margin: 0 0 12px;
    font-size: 32px;
    line-height: 1.1;
}

.feature-guide-copy p {
    margin: 0;
    color: #d6dfed;
    line-height: 1.8;
}

.feature-guide-meta {
    display: flex;
    gap: 18px;
    margin-top: 16px;
    color: var(--muted);
    font-size: 14px;
}

.guide-row {
    grid-template-columns: 88px 1fr;
}

.guide-row img {
    width: 88px;
    height: 88px;
}

.watch-row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
}

.intel-side {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.intel-subsection {
    padding-top: 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.intel-subhead {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 14px;
}

.intel-subkicker {
    color: var(--accent-3);
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.intel-subhead h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.15;
}

.intel-mini-list {
    display: grid;
    gap: 12px;
}

.intel-mini-row {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 12px;
    align-items: center;
    padding: 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.intel-mini-row:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.12);
}

.intel-mini-thumb {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    object-fit: cover;
}

.intel-mini-copy {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.intel-mini-copy b {
    font-size: 16px;
    line-height: 1.25;
}

.intel-mini-copy small {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.45;
}

@media (max-width: 1220px) {
    .hero-zone,
    .showcase-grid,
    .ops-grid,
    .intel-grid,
    .feature-guide,
    .pulse-band-grid,
    .battle-strip {
        grid-template-columns: 1fr;
    }

    .hero-copy {
        max-width: 72%;
    }

    .type-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .intel-subsection {
        padding-top: 0;
        border-top: 0;
    }
}

@media (max-width: 900px) {
    .showcase-cards,
    .flash-grid {
        grid-template-columns: 1fr;
    }

    .type-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-stage {
        min-height: 460px;
    }

    .hero-copy {
        max-width: 100%;
        padding: 28px;
    }
}

@media (max-width: 620px) {
    .hero-copy h1 {
        font-size: 32px;
    }

    .hero-stage {
        min-height: 420px;
    }

    .side-panel,
    .pulse-panel,
    .showcase-side,
    .ops-side,
    .intel-side,
    .pulse-band,
    .type-belt,
    .showcase-main,
    .ops-panel,
    .intel-main,
    .hero-main,
    .battle-strip {
        padding: 16px;
    }

    .type-grid {
        grid-template-columns: 1fr;
    }

    .ops-row,
    .rank-row {
        grid-template-columns: 60px 1fr;
    }

    .ops-tag,
    .rank-type {
        display: none;
    }

    .feature-guide-copy h3 {
        font-size: 26px;
    }
}

@media (max-width: 900px) {
    .pulse-band-list {
        grid-template-columns: 1fr;
    }

    .pulse-card {
        grid-template-columns: 100px 1fr;
        grid-template-rows: none;
    }

    .section-top,
    .panel-head,
    .game-show-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .intel-side {
        gap: 18px;
    }

    .ops-tabs {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 4px;
        flex-wrap: nowrap;
    }

    .notice-item {
        grid-template-columns: auto 1fr;
    }

    .notice-date {
        display: none;
    }

    .feature-guide-meta,
    .game-show-meta {
        flex-wrap: wrap;
    }
}

@media (max-width: 620px) {
    .hero-copy {
        padding: 22px;
        gap: 14px;
    }

    .hero-copy p {
        font-size: 14px;
        line-height: 1.7;
    }

    .pulse-item,
    .guide-row {
        grid-template-columns: 60px 1fr;
        gap: 12px;
    }

    .pulse-band-meta {
        padding: 16px;
        border-radius: 20px;
    }

    .pulse-band-copy h3 {
        font-size: 22px;
    }

    .pulse-item img,
    .ops-row img,
    .guide-row img,
    .rank-row img {
        width: 60px;
        height: 60px;
        border-radius: 16px;
    }

    .feature-guide {
        padding: 14px;
    }

    .intel-mini-row {
        grid-template-columns: 56px 1fr;
        padding: 10px;
    }

    .intel-mini-thumb {
        width: 56px;
        height: 56px;
        border-radius: 14px;
    }

    .guide-row-desc {
        font-size: 13px;
        line-height: 1.55;
        -webkit-line-clamp: 2;
    }

    .pulse-card {
        grid-template-columns: 84px 1fr;
    }

    .pulse-card-copy {
        padding: 12px;
        gap: 6px;
    }

    .pulse-card-copy b {
        font-size: 17px;
    }

    .flash-box {
        padding: 14px 12px;
        font-size: 14px;
    }

    .flash-icon {
        flex-basis: 36px;
        width: 36px;
        height: 36px;
        border-radius: 12px;
    }
}

@media (max-width: 480px) {
    .hero-stage {
        min-height: 380px;
    }

    .hero-nav {
        right: 16px;
        bottom: 16px;
    }

    .section-top h2,
    .panel-head h2 {
        font-size: 24px;
    }

    .type-card {
        min-height: 132px;
    }

    .type-card strong {
        font-size: 20px;
    }
}

[data-theme="light"] .hero-fallback {
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 107, 61, 0.18), transparent 24%),
        radial-gradient(circle at 80% 20%, rgba(32, 208, 169, 0.18), transparent 26%),
        linear-gradient(135deg, #ffffff, #eef4fb);
}

[data-theme="light"] .hero-fade {
    background:
        linear-gradient(90deg, rgba(244, 248, 253, 0.95) 0%, rgba(244, 248, 253, 0.56) 46%, rgba(244, 248, 253, 0.86) 100%),
        linear-gradient(180deg, transparent 0%, rgba(244, 248, 253, 0.26) 62%, rgba(244, 248, 253, 0.94) 100%);
}

[data-theme="light"] .hero-copy p,
[data-theme="light"] .pulse-band-copy p,
[data-theme="light"] .game-show-body p,
[data-theme="light"] .guide-row-desc,
[data-theme="light"] .feature-guide-copy p {
    color: #4c6077;
}

[data-theme="light"] .notice-item,
[data-theme="light"] .battle-item,
[data-theme="light"] .game-show-card,
[data-theme="light"] .rank-row,
[data-theme="light"] .ops-row,
[data-theme="light"] .flash-box,
[data-theme="light"] .focus-row,
[data-theme="light"] .watch-row,
[data-theme="light"] .guide-row,
[data-theme="light"] .feature-guide,
[data-theme="light"] .pulse-card,
[data-theme="light"] .pulse-band-meta {
    background: rgba(255, 255, 255, 0.78);
    border-color: rgba(128, 146, 171, 0.22);
}

[data-theme="light"] .pulse-band-meta {
    background:
        radial-gradient(circle at top left, rgba(255, 107, 61, 0.08), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 253, 0.96));
}

[data-theme="light"] .hero-copy h1,
[data-theme="light"] .feature-guide-copy h3 a,
[data-theme="light"] .game-show-head h3 a,
[data-theme="light"] .pulse-card-action {
    color: #18263a;
}

[data-theme="light"] .game-show-rank {
    background: rgba(255, 255, 255, 0.88);
}

[data-theme="light"] .flash-icon,
[data-theme="light"] .pulse-band-label {
    background: rgba(24, 38, 58, 0.06);
}
