.hot-list-wrapper {
    max-width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
    background: #ffffff;
    border-radius: 12px;
    padding: 4px 0;
}

.hot-list-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hot-list-item {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    background: #ffffff;
    border-bottom: 1px solid #f1f3f6;
    transition: background 0.2s ease;
    gap: 6px;
}

.hot-list-item:hover {
    background: #f8faff;
}

.hot-list-item:last-child {
    border-bottom: none;
}

.hot-list-item.is-extra {
    background: #fffbeb !important;
    border-left: 4px solid #f59e0b !important;
    border-radius: 4px 0 0 4px;
    margin-bottom: 6px;
    display: flex !important;
}

.hot-list-item.is-extra:hover {
    background: #fff7e6 !important;
}

.hot-list-rank {
    font-weight: 700;
    font-size: 17px;
    min-width: 36px;
    text-align: center;
    color: #94a3b8;
    flex-shrink: 0;
    line-height: 1.4;
}

.hot-list-rank.extra-rank {
    min-width: 32px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hot-list-emoji {
    width: 22px !important;
    height: 22px !important;
    vertical-align: middle;
    display: inline-block !important;
    object-fit: contain;
}

.hot-list-rank.rank-1 {
    color: #ef4444;
    font-size: 22px;
    font-weight: 800;
}

.hot-list-rank.rank-2 {
    color: #f59e0b;
    font-size: 20px;
    font-weight: 700;
}

.hot-list-rank.rank-3 {
    color: #3b82f6;
    font-size: 19px;
    font-weight: 700;
}

.hot-list-rank.rank-4,
.hot-list-rank.rank-5,
.hot-list-rank.rank-6,
.hot-list-rank.rank-7,
.hot-list-rank.rank-8,
.hot-list-rank.rank-9,
.hot-list-rank.rank-10,
.hot-list-rank.rank-11,
.hot-list-rank.rank-12,
.hot-list-rank.rank-13,
.hot-list-rank.rank-14,
.hot-list-rank.rank-15,
.hot-list-rank.rank-16,
.hot-list-rank.rank-17,
.hot-list-rank.rank-18,
.hot-list-rank.rank-19,
.hot-list-rank.rank-20 {
    color: #64748b;
    font-size: 16px;
}

.hot-list-title {
    flex: 1;
    font-size: 15px;
    font-weight: 500;
    color: #0f172a;
    text-decoration: none !important;
    padding: 0 10px;
    transition: color 0.2s ease;
    border-bottom: none !important;
    outline: none !important;
    box-shadow: none !important;
    line-height: 1.5;
    word-break: break-word;
}

.hot-list-title:hover {
    color: #f97316;
    text-decoration: none !important;
    border-bottom: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.hot-list-title:focus {
    text-decoration: none !important;
    border-bottom: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.hot-list-title:visited {
    color: #0f172a;
    text-decoration: none !important;
}

.hot-list-note {
    font-size: 12px;
    font-weight: 600;
    color: #f97316;
    background: #fef3c7;
    padding: 2px 12px;
    border-radius: 12px;
    flex-shrink: 0;
    margin: 0 4px;
    white-space: nowrap;
    line-height: 1.6;
}

.hot-list-badge {
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    background: #f59e0b;
    padding: 3px 14px;
    border-radius: 10px;
    flex-shrink: 0;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

.hot-list-empty {
    padding: 40px 20px;
    text-align: center;
    color: #94a3b8;
    background: #f8fafc;
    border-radius: 10px;
    font-size: 15px;
    border: 1px dashed #d1d5db;
}

@media (max-width: 768px) {
    .hot-list-item {
        padding: 8px 12px;
    }
    .hot-list-rank {
        font-size: 15px;
        min-width: 30px;
    }
    .hot-list-rank.rank-1 {
        font-size: 19px;
    }
    .hot-list-rank.rank-2 {
        font-size: 18px;
    }
    .hot-list-rank.rank-3 {
        font-size: 17px;
    }
    .hot-list-rank.extra-rank {
        min-width: 28px;
    }
    .hot-list-emoji {
        width: 20px !important;
        height: 20px !important;
    }
    .hot-list-title {
        font-size: 14px;
        padding: 0 6px;
    }
    .hot-list-note {
        font-size: 11px;
        padding: 1px 10px;
    }
    .hot-list-badge {
        font-size: 10px;
        padding: 2px 10px;
    }
}

@media (max-width: 480px) {
    .hot-list-wrapper {
        padding: 0;
        border-radius: 8px;
    }
    .hot-list-item {
        padding: 8px 10px;
        flex-wrap: wrap;
        gap: 4px;
    }
    .hot-list-item.is-extra {
        border-left-width: 3px;
    }
    .hot-list-rank {
        font-size: 14px;
        min-width: 26px;
    }
    .hot-list-rank.rank-1 {
        font-size: 17px;
    }
    .hot-list-rank.rank-2 {
        font-size: 16px;
    }
    .hot-list-rank.rank-3 {
        font-size: 15px;
    }
    .hot-list-rank.extra-rank {
        min-width: 24px;
    }
    .hot-list-emoji {
        width: 18px !important;
        height: 18px !important;
    }
    .hot-list-title {
        font-size: 13px;
        padding: 0 4px;
        flex: 1 1 60%;
        min-width: 120px;
    }
    .hot-list-note {
        font-size: 10px;
        padding: 1px 8px;
        border-radius: 10px;
    }
    .hot-list-badge {
        font-size: 9px;
        padding: 1px 8px;
        border-radius: 8px;
    }
    .hot-list-empty {
        padding: 24px 16px;
        font-size: 13px;
    }
}

@media (max-width: 360px) {
    .hot-list-item {
        padding: 6px 8px;
    }
    .hot-list-rank {
        font-size: 12px;
        min-width: 22px;
    }
    .hot-list-rank.rank-1 {
        font-size: 15px;
    }
    .hot-list-rank.rank-2 {
        font-size: 14px;
    }
    .hot-list-rank.rank-3 {
        font-size: 13px;
    }
    .hot-list-emoji {
        width: 16px !important;
        height: 16px !important;
    }
    .hot-list-title {
        font-size: 12px;
        padding: 0 4px;
        min-width: 80px;
    }
    .hot-list-note {
        font-size: 9px;
        padding: 0 6px;
    }
    .hot-list-badge {
        font-size: 8px;
        padding: 1px 6px;
    }
}

@media (prefers-color-scheme: dark) {
    .hot-list-wrapper {
        background: #1e293b;
    }
    .hot-list-item {
        background: #1e293b;
        border-bottom-color: #334155;
    }
    .hot-list-item:hover {
        background: #263548;
    }
    .hot-list-item.is-extra {
        background: #2d2a1a !important;
        border-left-color: #f59e0b !important;
    }
    .hot-list-item.is-extra:hover {
        background: #3d3520 !important;
    }
    .hot-list-rank:not(.rank-1):not(.rank-2):not(.rank-3) {
        color: #94a3b8;
    }
    .hot-list-title {
        color: #e2e8f0;
    }
    .hot-list-title:hover {
        color: #f97316;
    }
    .hot-list-title:visited {
        color: #94a3b8;
    }
    .hot-list-note {
        background: #3d3520;
        color: #fbbf24;
    }
    .hot-list-empty {
        background: #1e293b;
        color: #94a3b8;
        border-color: #334155;
    }
}