.eqb-team-lb { max-width: 760px; margin: 0 auto; font-family: inherit; box-sizing: border-box; }
.eqb-team-lb * { box-sizing: border-box; }

.eqb-team-lb-banner { text-align: center; color: #fff; border-radius: 16px; padding: 18px 16px; margin-bottom: 18px; background: linear-gradient(135deg, #4c1d95, #7c3aed 55%, #db2777); box-shadow: 0 8px 20px rgba(124,58,237,.28); position: relative; overflow: hidden; }
.eqb-team-lb-banner.is-offline { background: linear-gradient(135deg, #475569, #334155); box-shadow: 0 8px 20px rgba(51,65,85,.28); }
.eqb-team-lb-banner-line { font-weight: 800; font-size: 16px; letter-spacing: .01em; margin: 4px 0; display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; }
.eqb-team-lb-banner-title { font-size: 18px; }
.eqb-team-lb-banner-subtitle { font-size: 12px; font-weight: 600; opacity: .85; margin: 2px 0 6px; }
.eqb-team-lb-banner-status { font-size: 14px; }
.eqb-team-lb-banner-students { font-size: 15px; }
.eqb-team-lb-banner-students strong { font-size: 20px; }
.eqb-team-lb-banner-pill { display: inline-block; margin-top: 8px; background: rgba(255,255,255,.18); border-radius: 20px; padding: 4px 14px; font-size: 12px; font-weight: 700; }
.eqb-team-lb-banner-message { margin-top: 10px; font-size: 12px; font-weight: 600; background: rgba(255,255,255,.15); border-radius: 8px; padding: 6px 10px; }

.eqb-team-lb-header { display: flex; align-items: center; justify-content: center; gap: 10px; position: relative; padding: 0 70px; }
.eqb-team-lb-header h2 { margin: 0; font-size: 20px; font-weight: 800; color: #1e1b4b; white-space: nowrap; display: flex; align-items: center; gap: 8px; }
.eqb-team-lb-trophy { font-size: 20px; }
.eqb-team-lb-rule { flex: 1; height: 2px; background: linear-gradient(90deg, transparent, #c7d2fe); }
.eqb-team-lb-rule:last-of-type { background: linear-gradient(90deg, #c7d2fe, transparent); }
.eqb-team-lb-live { position: absolute; right: 0; top: 50%; transform: translateY(-50%); background: #dc2626; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .05em; padding: 4px 10px; border-radius: 20px; }
.eqb-team-lb-live.is-offline { background: #64748b; }
.eqb-team-lb-subtitle { text-align: center; color: #6366f1; font-weight: 600; font-size: 13px; margin: 4px 0 20px; }

.eqb-team-lb-podium { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; align-items: end; margin-bottom: 20px; }
.eqb-team-lb-podium-card { border-radius: 14px; padding: 22px 8px 16px; text-align: center; position: relative; background: #fff; border: 1px solid #eef0f4; border-top: 4px solid var(--eqb-team-color, #64748b); box-shadow: 0 4px 12px rgba(15,23,42,.06); }
.eqb-team-lb-podium-card.eqb-rank-1 { padding-top: 30px; transform: translateY(-10px); box-shadow: 0 8px 20px rgba(15,23,42,.1); }
.eqb-team-lb-medal { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); width: 26px; height: 26px; border-radius: 50%; background: var(--eqb-team-color, #64748b); color: #fff; font-weight: 800; font-size: 13px; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 6px rgba(0,0,0,.18); }
.eqb-team-lb-logo { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; background: #fff; margin: 8px auto 10px; display: block; border: 2px solid var(--eqb-team-color, #64748b); }
.eqb-team-lb-logo-initials { display: flex; align-items: center; justify-content: center; font-weight: 800; color: #fff; background: var(--eqb-team-color, #64748b); font-size: 17px; }
.eqb-team-lb-name { display: block; color: #1e293b; border-radius: 20px; padding: 2px 6px; font-size: 12px; font-weight: 700; margin-bottom: 8px; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.eqb-team-lb-name-short { display: none; }
.eqb-team-lb-count { display: block; font-size: 26px; font-weight: 800; line-height: 1.1; color: #0f172a; }
.eqb-team-lb-count-label { display: block; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: #94a3b8; margin-top: 2px; margin-bottom: 10px; }
.eqb-team-lb-stat-row { display: flex; justify-content: center; gap: 6px; border-top: 1px solid #f1f5f9; padding-top: 8px; }
.eqb-team-lb-stat { flex: 1; min-width: 0; }
.eqb-team-lb-stat span { display: block; font-size: 13px; font-weight: 800; color: #334155; }
.eqb-team-lb-stat small { display: block; font-size: 9px; font-weight: 600; color: #94a3b8; text-transform: uppercase; letter-spacing: .03em; }
.eqb-team-lb-live-badge, .eqb-team-lb-offline-badge { position: absolute; top: 8px; right: 8px; font-size: 8px; font-weight: 800; letter-spacing: .04em; padding: 2px 7px; border-radius: 10px; background: #dcfce7; color: #16a34a; }
.eqb-team-lb-offline-badge { background: #f1f5f9; color: #64748b; }

.eqb-team-lb-footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; background: #f8fafc; border-radius: 12px; padding: 12px 16px; margin-bottom: 16px; }
.eqb-team-lb-total { font-size: 18px; font-weight: 800; color: #1e293b; }
.eqb-team-lb-total small { display: block; font-size: 11px; font-weight: 600; color: #64748b; }
.eqb-team-lb-updated { font-size: 12px; color: #16a34a; font-weight: 600; display: flex; align-items: center; gap: 6px; }
.eqb-team-lb-dot { width: 8px; height: 8px; border-radius: 50%; background: #16a34a; display: inline-block; }

.eqb-team-lb-cta { display: block; text-align: center; background: linear-gradient(90deg, #f59e0b, #fbbf24); color: #1e1b4b; font-weight: 800; text-decoration: none; padding: 14px; border-radius: 12px; font-size: 15px; box-shadow: 0 4px 10px rgba(245,158,11,.35); }
.eqb-team-lb-cta:hover { opacity: .92; color: #1e1b4b; }

@media (max-width: 480px) {
	.eqb-team-lb-header { padding: 0 56px; }
	.eqb-team-lb-header h2 { font-size: 16px; }
	.eqb-team-lb-logo { width: 44px; height: 44px; }
	.eqb-team-lb-count { font-size: 18px; }
	.eqb-team-lb-podium { gap: 6px; }
	.eqb-team-lb-podium-card { padding: 16px 6px 12px; }
	.eqb-team-lb-banner-line { font-size: 13px; }
	.eqb-team-lb-banner-title { font-size: 15px; }
	.eqb-team-lb-banner-students strong { font-size: 17px; }
}

@media (max-width: 360px) {
	/* Show each team's short code instead of the full name so cards never overflow. */
	.eqb-team-lb-name-full { display: none; }
	.eqb-team-lb-name-short { display: inline; }
}
