/* ═══════════════════════════════════════════════════════════
   西甲/義甲 oddsOnly 精簡預測 modal（_predModalOddsOnly）
   純市場盤口驅動、無 radar；輕量卡片式
   ═══════════════════════════════════════════════════════════ */
.oo-modal { padding: 4px 2px 8px; }

.oo-league-tag {
  display: inline-block;
  font-size: 12px; font-weight: 700;
  color: var(--accent, #f0c040);
  background: rgba(240, 192, 64, .12);
  border-radius: 999px; padding: 3px 12px; margin-bottom: 14px;
}

.oo-teams {
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 8px; margin-bottom: 6px;
}
.oo-team { flex: 1; text-align: center; min-width: 0; }
.oo-team .pred-team-flag-img,
.oo-team img { width: 52px; height: 52px; object-fit: contain; margin: 0 auto 6px; display: block; }
.oo-team-name { font-size: 14px; font-weight: 700; line-height: 1.2; word-break: break-word; }
.oo-vs { align-self: center; font-size: 13px; font-weight: 800; color: var(--text-muted, #90a4ae); padding: 0 4px; }

.oo-form { display: inline-flex; gap: 3px; margin-top: 6px; justify-content: center; }
.oo-f {
  width: 16px; height: 16px; line-height: 16px; border-radius: 4px;
  font-size: 10px; font-weight: 800; font-style: normal; color: #fff; text-align: center;
}
.oo-f-W { background: #22c55e; }
.oo-f-D { background: #94a3b8; }
.oo-f-L { background: #ef4444; }

.oo-time { text-align: center; font-size: 12px; color: var(--text-muted, #90a4ae); margin: 8px 0 14px; }

.oo-pred { background: rgba(255, 255, 255, .04); border-radius: 14px; padding: 14px; }
.oo-pred-head { font-size: 14px; font-weight: 800; margin-bottom: 12px; }
.oo-tag {
  font-size: 10px; font-weight: 700; color: #22c55e;
  background: rgba(34, 197, 94, .14); border-radius: 999px; padding: 2px 8px; margin-left: 6px;
}

.oo-probs { display: flex; flex-direction: column; gap: 10px; }
.oo-prob { display: grid; grid-template-columns: auto 42px 1fr auto; align-items: center; gap: 8px; }
.oo-prob-lbl { font-size: 12px; font-weight: 600; white-space: nowrap; max-width: 96px; overflow: hidden; text-overflow: ellipsis; }
.oo-prob-pct { font-size: 14px; font-weight: 800; text-align: right; }
.oo-bar { height: 8px; background: rgba(255, 255, 255, .08); border-radius: 999px; overflow: hidden; }
.oo-bar-fill { height: 100%; border-radius: 999px; }
.oo-win { background: linear-gradient(90deg, #22c55e, #16a34a); }
.oo-draw { background: linear-gradient(90deg, #94a3b8, #64748b); }
.oo-lose { background: linear-gradient(90deg, #f59e0b, #ef4444); }
.oo-odd { font-size: 11px; color: var(--text-muted, #90a4ae); white-space: nowrap; }

.oo-score { margin-top: 14px; text-align: center; font-size: 14px; }
.oo-score b { font-size: 20px; color: var(--accent, #f0c040); letter-spacing: 1px; }
.oo-score-sub { display: block; font-size: 11px; color: var(--text-muted, #90a4ae); margin-top: 4px; }
.oo-src { margin-top: 12px; text-align: center; font-size: 11px; color: var(--text-muted, #90a4ae); }

.oo-final { text-align: center; font-size: 15px; padding: 8px 0; }
.oo-final b { font-size: 24px; color: var(--success, #22c55e); letter-spacing: 2px; }

.oo-noodds { text-align: center; padding: 8px 4px; }
.oo-noodds-icon { font-size: 34px; margin-bottom: 8px; }
.oo-noodds-title { font-size: 15px; font-weight: 800; margin-bottom: 8px; }
.oo-noodds-sub { font-size: 12.5px; color: var(--text-muted, #90a4ae); line-height: 1.7; max-width: 320px; margin: 0 auto; }

.oo-cta-row { margin-top: 16px; text-align: center; }
.oo-cta {
  display: inline-block; font-size: 13px; font-weight: 700;
  color: #1a1200; background: var(--accent, #f0c040);
  border-radius: 999px; padding: 9px 20px; text-decoration: none;
}
.oo-cta:active { transform: scale(.97); }
