.wc2026-container { max-width: 800px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; background: #f4f7f6; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.wc2026-tabs { display: flex; background: #1a1a2e; }
.wc2026-tab-btn { flex: 1; padding: 15px; border: none; background: transparent; color: #a0a0b0; font-size: 15px; font-weight: 600; cursor: pointer; transition: 0.3s; }
.wc2026-tab-btn.active { color: #fff; background: #0f3460; border-bottom: 3px solid #e94560; }
.wc2026-tab-content { display: none; padding: 20px; }
.wc2026-tab-content.active { display: block; }
.wc2026-date-header { color: #1a1a2e; border-bottom: 2px solid #e94560; padding-bottom: 5px; margin-top: 25px; font-size: 18px; }
.wc2026-match-card { background: #fff; border-radius: 8px; padding: 15px; margin-bottom: 15px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.wc2026-match-info { display: flex; justify-content: space-between; font-size: 13px; color: #666; margin-bottom: 12px; flex-wrap: wrap; gap: 5px; }
.wc2026-teams { display: flex; justify-content: space-between; align-items: center; font-size: 16px; font-weight: bold; color: #1a1a2e; margin-bottom: 10px; }
.wc2026-team-left { flex: 1; text-align: right; padding-right: 10px; }
.wc2026-team-right { flex: 1; text-align: left; padding-left: 10px; }
.wc2026-center-block { width: 70px; text-align: center; flex-shrink: 0; display: flex; justify-content: center; align-items: center; height: 40px; }
.wc2026-vs { background: #e94560; color: white; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: bold; }
.wc2026-score { display: none; font-size: 22px; color: #1a1a2e; font-weight: 800; letter-spacing: 2px; }
.wc2026-match-finished .wc2026-vs { display: none; }
.wc2026-match-finished .wc2026-score { display: block; }

.wc2026-voting-section { margin-top: 15px; padding-top: 15px; border-top: 1px dashed #ddd; }
.wc2026-vote-title { text-align: center; font-size: 14px; color: #555; margin-bottom: 10px; }
.wc2026-vote-buttons { display: flex; gap: 10px; justify-content: center; }
.wc2026-vote-btn { flex: 1; padding: 10px; border: 1px solid #0f3460; background: #fff; color: #0f3460; border-radius: 6px; cursor: pointer; font-weight: 600; transition: 0.2s; }
.wc2026-vote-btn:hover { background: #0f3460; color: #fff; }

/* ТРИ ПРОГРЕСС-БАРА */
.wc2026-stats { margin-top: 5px; }
.wc2026-stat-row { display: flex; align-items: center; margin-bottom: 8px; font-size: 14px; color: #333; }
.wc2026-stat-label { width: 30px; font-weight: bold; text-align: center; }
.wc2026-stat-bar-bg { flex: 1; height: 22px; background: #eee; border-radius: 11px; overflow: hidden; margin: 0 10px; position: relative; }
.wc2026-stat-fill { height: 100%; border-radius: 11px; transition: width 0.6s ease; display: flex; align-items: center; justify-content: flex-end; padding-right: 8px; font-size: 11px; color: #fff; font-weight: bold; }
.fill-p1 { background: #0f3460; }
.fill-x { background: #7f8c8d; }
.fill-p2 { background: #e94560; }
.wc2026-stat-val { width: 45px; text-align: right; font-weight: bold; }
.wc2026-total-votes { display: block; text-align: center; color: #666; margin-top: 8px; font-size: 13px; }

/* Таблицы */
.wc2026-table-wrapper { margin-bottom: 30px; overflow-x: auto; }
.wc2026-table { width: 100%; border-collapse: collapse; background: #fff; font-size: 14px; }
.wc2026-table th { background: #1a1a2e; color: #fff; padding: 10px; text-align: center; }
.wc2026-table td { padding: 10px; text-align: center; border-bottom: 1px solid #eee; }
.wc2026-team-cell { text-align: left; font-weight: 600; }
.wc2026-points { font-weight: bold; color: #e94560; font-size: 16px; }

/* Плей-офф */
.wc2026-bracket-note { font-size: 13px; color: #666; font-style: italic; margin-bottom: 20px; }
.wc2026-stage-header { background: #0f3460; color: white; padding: 8px 12px; border-radius: 6px; margin-top: 20px; margin-bottom: 10px; font-size: 16px; }
.wc2026-ko-match { background: #fff; padding: 12px; border-radius: 6px; margin-bottom: 10px; border-left: 4px solid #e94560; }
.wc2026-ko-time { font-size: 12px; color: #888; display: block; margin-bottom: 5px; }
.wc2026-ko-teams { display: flex; justify-content: space-between; align-items: center; font-weight: 600; color: #1a1a2e; font-size: 15px; }
.wc2026-ko-vs { color: #e94560; font-size: 12px; margin: 0 10px; }

@media (max-width: 600px) {
    .wc2026-teams { font-size: 14px; }
    .wc2026-score { font-size: 18px; }
    .wc2026-center-block { width: 50px; }
    .wc2026-tab-btn { font-size: 13px; padding: 12px 5px; }
    .wc2026-match-info { flex-direction: column; gap: 4px; text-align: center; }
    .wc2026-team-name { word-break: break-word; line-height: 1.2; }
}