.wc25-public-predictions { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; margin: 14px 0; }
.wc25-public-predictions h3 { grid-column: 1 / -1; margin: 0 0 6px; }
.wc25-card { background: #fff; border-radius: 12px; padding: 16px; box-shadow: 0 2px 10px rgba(0,0,0,.06); border: 1px solid #eee; }
.wc25-card-header { display: flex; justify-content: space-between; color: #888; font-size: 12px; }
.wc25-rank { background: #2271b1; color: #fff; padding: 2px 8px; border-radius: 4px; font-weight: 700; }
.wc25-card-teams { font-size: 18px; font-weight: 700; margin: 8px 0 10px; }
.wc25-card-bar { position: relative; height: 22px; background: #eef2f5; border-radius: 11px; overflow: hidden; margin-bottom: 10px; }
.wc25-card-bar-fill { background: linear-gradient(90deg, #43a047, #1e88e5); height: 100%; }
.wc25-card-bar-label { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: #fff; }
.wc25-card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 10px; font-size: 13px; }
.wc25-card-grid div span { color: #666; }
.wc25-card-grid div strong { float: right; }
.wc25-card-explain { font-size: 12px; color: #555; margin-top: 10px; padding-top: 10px; border-top: 1px dashed #ddd; }
.wc25-history-table { width: 100%; border-collapse: collapse; }
.wc25-history-table th, .wc25-history-table td { border-bottom: 1px solid #eee; padding: 8px; text-align: left; }
.wc25-public-stats ul { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 10px; }
.wc25-public-stats li { background: #f7f9fc; border-radius: 8px; padding: 10px 12px; }
