.apbt-wrap{margin:0 auto;font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial}
.apbt-card{background:#111;border-radius:14px;padding:14px 16px;margin:16px 0;color:#f5f5f5}
.apbt-card.st-won{box-shadow:0 0 0 2px #2ecc71AA}
.apbt-card.st-lost{box-shadow:0 0 0 2px #e74c3cAA}
.apbt-card.st-pending{box-shadow:0 0 0 2px #9996}
.apbt-head{display:flex;justify-content:space-between;gap:10px;align-items:center;border-bottom:1px solid #ffffff22;padding-bottom:8px;margin-bottom:10px}
.apbt-head .apbt-money span{margin-left:12px;opacity:.9}
.apbt-legs{list-style:decimal;margin:0;padding-left:0}
.apbt-legs .leg{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:8px;border-bottom:1px dashed #ffffff17}
.apbt-legs .lg-label{flex:1;min-width:0}
.apbt-legs .lg-right{display:flex;align-items:center;gap:10px}
.apbt-legs .lg-odds{font-weight:700}
.apbt-legs .lg-result{background:#000;color:#fff;border:1px solid #333;border-radius:6px;padding:2px 6px}
.apbt-legs .leg.st-lost {background: rgba(239, 68, 68, .25);}
.apbt-legs .leg.st-won {background: rgba(16, 185, 129, .15);}