/* ─────────────────────────────────────────────────────────────────────────
   Radar de Antecipação — back agora (Betfair acima da justa) + green pré-jogo.
   Prefixo .ant-*.
   ───────────────────────────────────────────────────────────────────────── */
.ant-shell { margin-left: var(--sb-width-expanded); padding: 26px 30px 60px; max-width: 1500px; animation: coreFadeIn 0.35s ease both; }
body[data-app-sidebar-collapsed="true"] .ant-shell { margin-left: var(--sb-width-collapsed); }

.ant-header h1 { margin: 0; font-size: 22px; font-weight: 700; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.ant-header h1 .ant-ic { width: 30px; height: 30px; border-radius: var(--radius-md); background: linear-gradient(135deg, var(--accent), #6366f1); color: #fff; display: grid; place-items: center; }
.ant-header h1 .ant-ic svg { width: 17px; height: 17px; }
.ant-prem { font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; background: linear-gradient(135deg, #7c3aed, var(--accent)); color: #fff; padding: 3px 9px; border-radius: 999px; }
.ant-sub { color: var(--text2); font-size: 13px; margin: 8px 0 12px; max-width: 920px; line-height: 1.55; }
.ant-how { font-size: 11.5px; color: var(--text3); background: var(--bg2); border: 1px solid var(--border); border-left: 3px solid var(--accent); border-radius: 8px; padding: 10px 13px; margin-bottom: 16px; line-height: 1.55; }
.ant-how b { color: var(--text2); }

.ant-casas { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 10px 16px; margin-bottom: 14px; font-size: 12px; color: var(--text2); }
.ant-casas .lbl { font-size: 11px; font-weight: 800; text-transform: uppercase; color: var(--text3); }
.ant-casas .casa { font-weight: 700; color: var(--text); }

/* admin bar */
.ant-adminbar { display: none; align-items: center; justify-content: space-between; gap: 14px; background: var(--card); border: 1px solid var(--border); border-left: 3px solid var(--accent); border-radius: var(--radius-lg); padding: 12px 16px; margin-bottom: 14px; }
.ant-adminbar.show { display: flex; }
.ant-adminbar .st { font-size: 13px; color: var(--text2); } .ant-adminbar .st b { color: var(--text); } .ant-adminbar .when { color: var(--text3); font-size: 12px; }
.ant-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--accent); color: #fff; border: none; border-radius: var(--radius-md); padding: 10px 16px; font-size: 13px; font-weight: 700; cursor: pointer; white-space: nowrap; }
.ant-btn[disabled] { opacity: .6; cursor: default; } .ant-btn .adm { font-size: 9px; font-weight: 800; background: rgba(255,255,255,.22); padding: 2px 6px; border-radius: 5px; }

/* toolbar */
.ant-tb { display: flex; gap: 14px; align-items: flex-start; flex-wrap: wrap; background: var(--bg3); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 12px 16px; margin-bottom: 18px; }
.ant-fld { display: flex; flex-direction: column; gap: 4px; }
.ant-fld label { font-size: 9px; letter-spacing: .05em; text-transform: uppercase; color: var(--text3); font-weight: 800; }
.ant-fld select { background: var(--card); border: 1px solid var(--border); border-radius: 7px; padding: 7px 11px; font-size: 12.5px; color: var(--text); font-weight: 700; }
.ant-fld .hint { font-size: 9.5px; color: var(--text3); font-weight: 600; }
.ant-count { margin-left: auto; align-self: center; font-size: 12px; color: var(--text2); } .ant-count b { color: var(--text); }

/* grid + cards */
.ant-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(460px, 1fr)); gap: 16px; align-items: start; }
.ant-card { background: var(--card); background-image: var(--gradient-card); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); animation: coreFadeIn 0.3s ease both; }
.ant-card.forte { border-color: rgba(79,142,247,.5); box-shadow: 0 0 0 1px rgba(79,142,247,.12); }
.ant-ch { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; padding: 13px 16px; border-bottom: 1px solid var(--border); }
.ant-teams { font-size: 15px; font-weight: 800; } .ant-meta { font-size: 10.5px; color: var(--text3); margin-top: 3px; }
.ant-forca { font-size: 9px; font-weight: 800; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; white-space: nowrap; }
.ant-forca.f { color: #fff; background: linear-gradient(135deg, var(--accent), #6366f1); }
.ant-forca.m { color: var(--warning); background: rgba(251,191,36,.14); border: 1px solid rgba(251,191,36,.4); }
.ant-back { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 16px; background: rgba(79,142,247,.06); }
.ant-back .l { font-size: 10px; font-weight: 800; text-transform: uppercase; color: var(--text3); }
.ant-back .pick { font-size: 14px; font-weight: 800; margin-top: 2px; }
.ant-back .odd { font-size: 29px; font-weight: 900; color: var(--accent); line-height: 1; text-align: right; }
.ant-back .odd small { display: block; font-size: 10px; font-weight: 700; color: var(--text3); }
.ant-nums { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; padding: 12px 16px; }
.ant-num { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 9px 11px; }
.ant-num .l { font-size: 8.5px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: var(--text3); }
.ant-num .v { font-size: 19px; font-weight: 900; margin-top: 2px; }
.ant-num.gap .v { color: var(--accent); } .ant-num.ch .v { color: var(--text2); }
.ant-target { padding: 2px 16px 6px; }
.ant-tlbl { font-size: 10.5px; color: var(--text3); margin-bottom: 6px; } .ant-tlbl b { color: var(--text2); }
.ant-trk { position: relative; height: 8px; border-radius: 99px; background: var(--bg2); }
.ant-trk i { position: absolute; left: 0; top: 0; height: 100%; border-radius: 99px; background: linear-gradient(90deg, var(--accent), #6366f1); }
.ant-trk .now { position: absolute; top: -3px; width: 3px; height: 14px; border-radius: 2px; background: var(--text); }
.ant-blk { margin: 8px 16px; border-radius: var(--radius-md); padding: 10px 13px; border: 1px solid; font-size: 12px; line-height: 1.55; }
.ant-blk .top { font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 5px; }
.ant-blk.green { background: rgba(79,142,247,.08); border-color: rgba(79,142,247,.4); } .ant-blk.green .top, .ant-blk.green b { color: var(--accent); }
.ant-blk.net { background: var(--success-bg); border-color: rgba(52,211,153,.4); } .ant-blk.net .top, .ant-blk.net b { color: var(--success); }
.ant-mom { display: flex; align-items: center; gap: 8px; padding: 4px 16px 2px; font-size: 11px; color: var(--text3); }
.ant-mom .on { color: var(--success); font-weight: 700; } .ant-mom .off { color: var(--text3); }
.ant-ft { display: flex; justify-content: space-between; padding: 9px 16px; background: var(--bg3); border-top: 1px solid var(--border); font-size: 10.5px; color: var(--text3); margin-top: 8px; }

.ant-state { text-align: center; padding: 60px 20px; color: var(--text3); }
.ant-state .ic { font-size: 34px; margin-bottom: 10px; }
.ant-state .title { font-size: 15px; font-weight: 700; color: var(--text2); }
.ant-state .sub { font-size: 12px; margin-top: 6px; max-width: 470px; margin-inline: auto; line-height: 1.5; }

@media (max-width: 640px) { .ant-grid { grid-template-columns: 1fr; } }
