body {
    margin: 0;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.86), transparent 28%),
        linear-gradient(180deg, #edfcfa 0%, #f8fffe 42%, #fffafb 100%);
}

.container {
    margin-bottom: 72px;
}

.hot-page,
.hot-page * {
    box-sizing: border-box;
}

.hot-page {
    min-height: 100vh;
    padding: 0 12px 22px;
    color: #355e66;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.hot-hero {
    position: relative;
    overflow: hidden;
    margin: 0 -12px;
    padding: 10px 14px 14px;
    border-radius: 0;
    background: linear-gradient(135deg, #a8edea, #fed6e3);
    box-shadow: 0 12px 28px rgba(114, 210, 198, 0.22);
    color: #355e66;
}

.hot-hero::before,
.hot-hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.13);
    pointer-events: none;
}

.hot-hero::before {
    width: 104px;
    height: 104px;
    right: -30px;
    top: -50px;
}

.hot-hero::after {
    width: 62px;
    height: 62px;
    left: 48%;
    bottom: -42px;
}

.hot-hero__nav,
.hot-hero__eyebrow,
.hot-hero__title,
.hot-hero__summary {
    position: relative;
    z-index: 1;
}

.hot-hero__nav {
    display: flex;
    min-height: 34px;
    align-items: center;
    justify-content: space-between;
}

.hot-hero__nav-group {
    display: flex;
    align-items: center;
    gap: 7px;
}

.hot-hero__nav-link {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.34);
    color: #355e66 !important;
    text-decoration: none;
    backdrop-filter: blur(5px);
    transition: transform 0.18s ease, background 0.18s ease;
}

.hot-hero__nav-link:active {
    transform: scale(0.94);
    background: rgba(255, 255, 255, 0.52);
}

.hot-hero__back {
    width: 8px;
    height: 8px;
    margin-left: 4px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
}

.hot-hero__home {
    font-size: 16px;
    line-height: 1;
}

.hot-hero__eyebrow {
    position: absolute;
    top: 20px;
    right: 15px;
    color: #52777d;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.6px;
}

.hot-hero__title {
    margin: 9px 0 0;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -0.5px;
    text-shadow: 0 3px 10px rgba(255, 255, 255, 0.3);
}

.hot-hero__title-mark {
    color: #e875a1;
}

.hot-hero__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 8px;
}

.hot-hero__copy {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    color: #52777d;
    font-size: 11px;
    line-height: 1.5;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hot-hero__count {
    display: inline-flex;
    flex: 0 0 auto;
    height: 25px;
    padding: 0 9px;
    align-items: baseline;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.36);
}

.hot-hero__number {
    color: #2f6f69;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
}

.hot-hero__unit {
    margin-left: 3px;
    color: #52777d;
    font-size: 9px;
}

.hot-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 16px 2px 9px;
}

.hot-section-head__title {
    margin: 0;
    color: #355e66;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
}

.hot-section-head__sub {
    margin: 3px 0 0;
    color: #77969a;
    font-size: 10px;
}

.hot-section-head__rule {
    width: 34px;
    height: 3px;
    margin-bottom: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #72d2c6, #fed6e3);
}

.hot-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hot-card {
    display: flex;
    min-width: 0;
    min-height: 76px;
    align-items: center;
    gap: 9px;
    padding: 9px 10px;
    border: 1px solid rgba(168, 237, 234, 0.54);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    color: #355e66 !important;
    text-decoration: none;
    box-shadow: 0 7px 18px rgba(114, 210, 198, 0.12);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.hot-card:active {
    transform: scale(0.988);
}

.hot-card__rank {
    display: inline-flex;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff0f5;
    color: #bd7895;
    font-size: 10px;
    font-weight: 800;
    box-shadow: inset 0 0 0 1px rgba(241, 180, 202, 0.45);
}

.hot-card__rank--1 {
    background: linear-gradient(135deg, #ffd45d, #ff9f43);
    color: #fff;
    box-shadow: 0 5px 10px rgba(255, 171, 67, 0.24);
}

.hot-card__rank--2 {
    background: linear-gradient(135deg, #c7d0e3, #98a7c3);
    color: #fff;
    box-shadow: 0 5px 10px rgba(150, 165, 194, 0.22);
}

.hot-card__rank--3 {
    background: linear-gradient(135deg, #f3ac77, #d47d43);
    color: #fff;
    box-shadow: 0 5px 10px rgba(210, 125, 67, 0.22);
}

.hot-card__visual,
.hot-card__visual--icon {
    position: relative;
    display: block;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    overflow: hidden;
    border-radius: 15px;
    background: #edf9f7;
    box-shadow: 0 6px 13px rgba(114, 210, 198, 0.16);
}

.hot-card__visual > img,
.hot-card__visual--icon > img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
    box-shadow: none;
}

.hot-card__shade {
    display: none;
}

.hot-card__body {
    min-width: 0;
    flex: 1;
    padding: 0;
}

.hot-card__title {
    display: block;
    height: auto;
    margin: 0;
    overflow: hidden;
    color: #355e66;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.35;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hot-card__title-row {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.hot-card__title-row .hot-card__title {
    min-width: 0;
    flex: 1;
}

.hot-card__flag {
    display: inline-flex;
    min-width: 0;
    max-width: 116px;
    height: 19px;
    padding: 0 7px;
    align-items: center;
    overflow: hidden;
    border-radius: 999px;
    background: #fff0d9;
    color: #d88a35;
    font-size: 9px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hot-card__meta {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 4px;
    margin-top: 5px;
    overflow: hidden;
}

.hot-card__tag {
    display: inline-flex;
    min-width: 0;
    height: 17px;
    padding: 0 6px;
    align-items: center;
    overflow: hidden;
    border-radius: 5px;
    background: #edf9f7;
    color: #5c7d84;
    font-size: 9px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hot-card__tag--hot {
    flex: 0 0 auto;
    background: #ffeaf1;
    color: #ed709c;
}

.hot-card__foot {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    margin-top: 5px;
    padding: 0;
    border: 0;
}

.hot-card__heat {
    min-width: 0;
    overflow: hidden;
    color: #77969a;
    font-size: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hot-card__heat-mark {
    color: #72d2c6;
}

.hot-card__foot-side {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 6px;
}

.hot-card__time {
    display: inline-flex;
    height: 19px;
    padding: 0 6px;
    align-items: center;
    border-radius: 999px;
    background: #edf9f7;
    color: #4f8d88;
    font-size: 9px;
    white-space: nowrap;
}

.hot-card__action {
    display: inline-flex;
    flex: 0 0 auto;
    height: 21px;
    padding: 0 8px;
    align-items: center;
    border-radius: 999px;
    background: linear-gradient(135deg, #72d2c6, #1aad19);
    color: #fff;
    font-size: 9px;
}

.hot-empty {
    display: none;
    padding: 38px 18px;
    border: 1px dashed #a8edea;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    color: #5c7d84;
    text-align: center;
}

.hot-empty__icon {
    display: flex;
    width: 48px;
    height: 48px;
    margin: 0 auto 10px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #edf9f7;
    color: #4f8d88;
    font-size: 22px;
}

.hot-load {
    padding: 14px 0 3px;
    text-align: center;
}

.hot-load__button {
    min-width: 128px;
    height: 42px;
    padding: 0 18px;
    border: 1px solid #72d2c6;
    border-radius: 999px;
    background: linear-gradient(135deg, #72d2c6, #1aad19);
    color: #fff;
    font-size: 11px;
    cursor: pointer;
    box-shadow: 0 6px 15px rgba(114, 210, 198, 0.22);
}

.hot-load__button[disabled] {
    cursor: default;
    opacity: 0.62;
}

.hot-load__end {
    color: #77969a;
    font-size: 10px;
}

@media (max-width: 350px) {
    .hot-page {
        padding-right: 9px;
        padding-left: 9px;
    }

    .hot-hero {
        margin-right: -9px;
        margin-left: -9px;
    }

    .hot-card {
        gap: 7px;
        padding-right: 8px;
        padding-left: 8px;
    }

    .hot-card__rank {
        flex-basis: 25px;
        width: 25px;
        height: 25px;
    }

    .hot-card__visual,
    .hot-card__visual--icon {
        flex-basis: 54px;
        width: 54px;
        height: 54px;
    }

    .hot-card__tag:last-child {
        display: none;
    }
}

@media (hover: hover) {
    .hot-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 11px 24px rgba(114, 210, 198, 0.2);
    }

    .hot-hero__nav-link:hover {
        background: rgba(255, 255, 255, 0.52);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hot-card,
    .hot-hero__nav-link {
        transition: none;
    }
}
