.top-list-section { padding: 20px 0 56px; background: #141620; }
.top-list-section .top-list-header { display: flex; align-items: center; gap: 16px; margin-bottom: 8px; }
.top-list-section .top-list-header h2 { margin-bottom: 0; font-size: 36px; font-weight: 800; color: #E8EAF0; }
.top-list-section .editor-badge { display: inline-flex; align-items: center; gap: 6px; background: #2D2010; border: 1px solid #4A3A18; color: #D97706; font-size: 12px; font-weight: 700; padding: 4px 12px; border-radius: 100px; letter-spacing: 0.3px; }
.top-list-section .list-meta { font-size: 14px; color: #8B93A8; margin-bottom: 28px; }
.top-list-section .tl-list { display: flex; flex-direction: column; gap: 12px; }
.top-list-section .tl-card { background: #1A1D27; border: 1px solid #2A2D3E; border-radius: 12px; padding: 18px 24px 14px; display: flex; align-items: center; gap: 16px; transition: box-shadow 0.2s, border-color 0.2s; position: relative; overflow: hidden; flex-wrap: wrap; }
.top-list-section .tl-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.3); border-color: #E53935; }
.top-list-section .tl-card.tl-featured { border: 2px solid #F59E0B; background: linear-gradient(to right, #1D1208, #1A1D27); }
.top-list-section .tl-card .tl-rank { font-size: 22px; font-weight: 900; color: #5A6273; min-width: 36px; text-align: center; flex-shrink: 0; }
.top-list-section .tl-card.tl-featured .tl-rank { color: #F59E0B; }
.top-list-section .tl-card .tl-logo { flex-shrink: 0; width: 120px; display: flex; align-items: center; justify-content: center; background: #FFFFFF; border-radius: 8px; padding: 6px 8px; }
.top-list-section .tl-card .tl-logo img { max-width: 110px; height: 44px; object-fit: contain; display: block; }
.top-list-section .tl-card .tl-info { flex: 1; min-width: 0; }
.top-list-section .tl-card .tl-name { font-size: 16px; font-weight: 700; color: #E8EAF0; margin-bottom: 4px; }
.top-list-section .tl-card .tl-bonus { font-size: 15px; color: #E53935; font-weight: 600; margin-bottom: 4px; }
.top-list-section .tl-card .tl-terms { font-size: 12px; color: #5A6273; }
.top-list-section .tl-card .tl-rating { display: flex; flex-direction: column; align-items: center; gap: 4px; flex-shrink: 0; }
.top-list-section .tl-card .rating-stars { display: flex; gap: 2px; }
.top-list-section .tl-card .rating-num { font-size: 13px; font-weight: 700; color: #F59E0B; white-space: nowrap; }
.top-list-section .tl-card .tl-btn { display: inline-block; background: #E53935; color: #FFFFFF; padding: 12px 22px; border-radius: 8px; font-weight: 700; font-size: 14px; text-decoration: none; white-space: nowrap; flex-shrink: 0; transition: background 0.2s; }
.top-list-section .tl-card .tl-btn:hover { background: #B71C1C; text-decoration: none; }
.top-list-section .tl-card.tl-featured .tl-btn { background: #F59E0B; color: #0F172A; }
.top-list-section .tl-card.tl-featured .tl-btn:hover { background: #D97706; }
.top-list-section .list-footer { margin-top: 16px; font-size: 13px; color: #5A6273; text-align: center; }
.top-list-section .hero-cta { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; justify-content: center; }
.top-list-section .tl-card .tl-badge { position: absolute; top: 0; right: 24px; background: #E53935; color: #FFFFFF; font-size: 11px; font-weight: 700; padding: 4px 12px 6px; border-radius: 0 0 8px 8px; letter-spacing: 0.3px; text-transform: uppercase; }
.top-list-section .tl-card .tl-badge.badge-gold { background: #F59E0B; color: #0F172A; }
.top-list-section .tl-card .tl-badge.badge-green { background: #22C55E; color: #052E16; }
.top-list-section .tl-card .tl-badge.badge-blue { background: #3B82F6; color: #FFFFFF; }
.top-list-section .tl-card .tl-rating-badge { display: flex; align-items: center; gap: 6px; background: #1F2230; border: 1px solid #2A2D3E; border-radius: 8px; padding: 8px 12px; flex-shrink: 0; }
.top-list-section .tl-card .tl-rating-badge .rating-score { font-size: 20px; font-weight: 900; color: #F59E0B; line-height: 1; }
.top-list-section .tl-card .tl-rating-badge .rating-max { font-size: 13px; font-weight: 600; color: #5A6273; line-height: 1; }
.top-list-section .tl-card .tl-rating-badge .rating-bar { width: 48px; height: 4px; background: #2A2D3E; border-radius: 2px; overflow: hidden; }
.top-list-section .tl-card .tl-rating-badge .rating-bar-fill { height: 100%; background: #F59E0B; border-radius: 2px; }
.top-list-section .tl-card .tl-payment-icons { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 0; }
.top-list-section .tl-card .tl-payment-icons .pay-icon { display: inline-flex; align-items: center; justify-content: center; background: #141620; border: 1px solid #2A2D3E; border-radius: 4px; padding: 3px 8px; font-size: 10px; font-weight: 700; color: #8B93A8; letter-spacing: 0.3px; line-height: 1.4; }
.top-list-section .tl-card .tl-payment-icons .pay-icon-img { display: inline-block; height: 16px; width: auto; background: #FFFFFF; border-radius: 3px; padding: 3px 6px; object-fit: contain; }
.top-list-section .tl-card .tl-highlights { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 6px; }
.top-list-section .tl-card .tl-highlights .highlight-tag { display: inline-flex; align-items: center; gap: 4px; padding: 3px 10px; background: rgba(229,57,53,0.1); border: 1px solid rgba(229,57,53,0.2); border-radius: 100px; font-size: 11px; font-weight: 600; color: #F4A0A0; }
.top-list-section .tl-card .tl-highlights .highlight-tag svg { flex-shrink: 0; }
.top-list-section .tl-card .tl-meta-row { width: 100%; display: flex; align-items: center; gap: 16px; padding-top: 6px; margin-top: 0; border-top: 1px solid #1F2230; }
@media (max-width: 768px) {
  .top-list-section { padding: 48px 0; }
  .top-list-section .top-list-header { flex-wrap: wrap; }
  .top-list-section .top-list-header h2 { font-size: 28px; }
  .top-list-section .tl-list { gap: 10px; }
  .top-list-section .tl-card { display: grid; grid-template-columns: auto 1fr auto; grid-template-rows: auto auto auto auto; gap: 0; padding: 14px 14px 12px; align-items: start; }
  .top-list-section .tl-card .tl-badge { right: 14px; font-size: 10px; padding: 3px 10px 5px; }
  .top-list-section .tl-card .tl-rank { grid-column: 1; grid-row: 1; font-size: 18px; min-width: 28px; padding-top: 6px; }
  .top-list-section .tl-card .tl-logo { grid-column: 2; grid-row: 1; width: auto; max-width: 100px; padding: 4px 6px; }
  .top-list-section .tl-card .tl-logo img { max-width: 90px; height: 34px; }
  .top-list-section .tl-card .tl-rating-badge { grid-column: 3; grid-row: 1; padding: 6px 8px; }
  .top-list-section .tl-card .tl-rating-badge .rating-score { font-size: 16px; }
  .top-list-section .tl-card .tl-rating-badge .rating-max { font-size: 11px; }
  .top-list-section .tl-card .tl-rating-badge .rating-bar { width: 36px; }
  .top-list-section .tl-card .tl-info { grid-column: 1 / -1; grid-row: 2; padding-top: 10px; }
  .top-list-section .tl-card .tl-name { font-size: 15px; }
  .top-list-section .tl-card .tl-bonus { font-size: 14px; }
  .top-list-section .tl-card .tl-terms { font-size: 11px; }
  .top-list-section .tl-card .tl-highlights { margin-top: 6px; gap: 4px; }
  .top-list-section .tl-card .tl-highlights .highlight-tag { font-size: 10px; padding: 2px 8px; }
  .top-list-section .tl-card .tl-btn { grid-column: 1 / -1; grid-row: 3; width: auto; text-align: center; padding: 12px; margin-top: 10px; font-size: 15px; display: block; justify-self: stretch; white-space: normal; }
  .top-list-section .tl-card .tl-meta-row { grid-column: 1 / -1; grid-row: 4; padding-top: 8px; margin-top: 8px; }
  .top-list-section .tl-card .tl-payment-icons { gap: 4px; }
  .top-list-section .tl-card .tl-payment-icons .pay-icon-img { height: 14px; padding: 2px 5px; }
}
