/* skin/css/index.css */

/* Banner */
.banner-area { margin-bottom: 25px; }
.main-swiper { border-radius: 16px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.swiper-pagination-bullet-active { background: var(--warm-primary); }

/* List Wrapper */
.list-wrapper { display: flex; flex-direction: column; }
.row-card {
    display: flex; align-items: center; padding: 15px; margin-bottom: 15px;
}
.row-card img { width: 56px; height: 56px; border-radius: 14px; margin-right: 15px; }
.rc-info { flex: 1; }
.rc-info h3 { font-size: 16px; font-weight: bold; margin-bottom: 4px; }
.rc-info p { font-size: 12px; color: var(--text-grey); }
.rc-tag { font-size: 10px; color: var(--warm-primary); background: #fff5e6; padding: 2px 6px; border-radius: 4px; display: inline-block; margin-top: 4px; }

/* Grid 4 */
.grid-4-box {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px;
    padding: 15px;
}
.grid-item { text-align: center; }
.grid-item img { width: 44px; height: 44px; border-radius: 12px; margin: 0 auto 6px; }
.grid-item span { font-size: 11px; color: #555; }

/* Mini List */
.mini-list { padding: 10px 20px; }
.mini-row {
    display: flex; align-items: center; padding: 10px 0;
    border-bottom: 1px dashed #eee;
}
.mini-row:last-child { border-bottom: none; }
.mini-row img { width: 36px; height: 36px; border-radius: 8px; margin-right: 10px; }
.mr-txt { flex: 1; }
.mr-txt h4 { font-size: 13px; font-weight: bold; }
.mr-txt p { font-size: 11px; color: #999; }

/* Rank Home */
.rank-home { padding: 10px 20px; }
.rank-line {
    display: flex; align-items: center; padding: 10px 0;
    border-bottom: 1px solid #f9f9f9;
}
.rank-line:last-child { border-bottom: none; }
.rl-n { width: 24px; text-align: center; font-weight: 900; color: #ddd; margin-right: 10px; }
.rl-n.n1 { color: #ff6b6b; font-size: 18px; }
.rl-n.n2 { color: #ffa502; font-size: 18px; }
.rl-n.n3 { color: #ffeaa7; font-size: 18px; }
.rl-name { flex: 1; font-weight: bold; font-size: 14px; }
.rl-hot { font-size: 12px; color: #aaa; }