/* skin/css/index.css */

/* Banner */
.banner-section { padding: 15px; }
.main-swiper { border-radius: 8px; overflow: hidden; }
.swiper-pagination-bullet-active { background: var(--azure-primary); }

/* List */
.list-wrapper { padding: 0 15px; }
.list-card {
    display: flex; align-items: center;
    padding: 12px 0; border-bottom: 1px solid #f5f5f5;
}
.list-card:last-child { border-bottom: none; }
.list-card img { width: 50px; height: 50px; border-radius: 10px; margin-right: 12px; }
.list-card.small img { width: 40px; height: 40px; }
.lc-info { flex: 1; }
.lc-info h3 { font-size: 15px; font-weight: 600; margin-bottom: 3px; }
.lc-info p { font-size: 12px; color: #999; }

/* Grid 4 */
.grid-4 {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 15px; padding: 0 15px 15px;
}
.g4-item { text-align: center; }
.g4-item img {
    width: 44px; height: 44px; border-radius: 12px;
    margin: 0 auto 5px; box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}
.g4-item span { font-size: 11px; color: #555; width: 100%; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

/* Rank Preview */
.rank-preview { padding: 0 15px; }
.rank-row {
    display: flex; align-items: center; padding: 10px 0;
    border-bottom: 1px solid #f9f9f9;
}
.rank-row:last-child { border-bottom: none; }
.rr-idx { width: 24px; text-align: center; font-weight: bold; color: #ccc; margin-right: 10px; }
.rr-idx.top { color: var(--azure-primary); font-size: 16px; }
.rr-name { flex: 1; font-size: 14px; }
.rr-heat { font-size: 12px; color: #aaa; }