body { padding-bottom: 60px; background: #f5f5f5; font-family: -apple-system, "Microsoft YaHei", sans-serif; }
.match-card { transition: transform 0.2s, box-shadow 0.2s; cursor: pointer; border: none; border-radius: 12px; overflow: hidden; }
.match-card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.12); }
.team-badge { width: 48px; height: 48px; border-radius: 50%; background: #1a1a2e; color: #1db954; display: inline-flex; align-items: center; justify-content: center; font-size: 20px; font-weight: bold; margin-bottom: 4px; }
.fbg-danger { background: #c62828 !important; }
.text-danger-custom { color: #c62828; }
.form-char { width: 36px; height: 36px; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; font-size: 16px; font-weight: bold; margin: 2px; }
.form-char.win { background: #e8f5e9; color: #2e7d32; }
.form-char.draw { background: #fff3e0; color: #f57c00; }
.form-char.loss { background: #ffebee; color: #c62828; }
.gap-1 { gap: 4px; }
.gap-2 { gap: 8px; }
.btn-success { background: #1db954; border-color: #1db954; }
.btn-danger { background: #c62828; border-color: #c62828; }
.badge-danger { background: #c62828; }
.jc-odds-item { display: inline-flex; flex-direction: column; align-items: center; padding: 6px 10px; margin: 2px; background: #f9f9f9; border-radius: 6px; cursor: pointer; transition: all 0.15s; border: 1px solid #eee; min-width: 60px; }
.jc-odds-item:hover { background: #fff3e0; border-color: #f57c00; transform: scale(1.05); }
.jc-odds-label { font-size: 12px; color: #666; }
.jc-odds-val { font-size: 16px; font-weight: bold; color: #c62828; }
.stake-input { width: 120px; text-align: center; font-size: 18px; font-weight: bold; border: 2px solid #ddd; border-radius: 8px; padding: 4px; }
.slip-item { display: flex; align-items: center; padding: 8px; background: #f9f9f9; border-radius: 8px; margin-bottom: 4px; }
.live-header { padding: 24px; color: #fff; border-radius: 12px; margin-bottom: 16px; }
.live-header.live { background: linear-gradient(135deg, #c62828, #e53935); }
.live-header.finished { background: linear-gradient(135deg, #37474f, #546e7a); }
.score-display { font-size: 56px; font-weight: bold; }
