/* TT Rivals P7.3 — Revancha instantánea */
.v73-rematch-badge{display:inline-flex;align-items:center;gap:5px;margin-right:7px;padding:4px 7px;border:1px solid rgba(61,224,151,.25);border-radius:999px;background:rgba(34,204,129,.09);color:#4be49b;font-size:9px;font-weight:950;letter-spacing:.1em;vertical-align:middle}
.v73-rematch-status{min-height:18px;margin:2px 0 0;color:#8fa9bc;font-size:11px;text-align:center}
.v73-rematch-status.success{color:#46df99}.v73-rematch-status.error{color:#ff7188}
.v71-rematch.is-pending{border-color:rgba(64,219,151,.32);background:linear-gradient(135deg,#138e5d,#20b97b);box-shadow:0 12px 32px rgba(22,181,116,.2)}
.challenge-row.is-rematch-v73{position:relative;border-color:rgba(60,213,145,.2);background:linear-gradient(100deg,rgba(31,190,120,.07),rgba(255,255,255,.02))}
.challenge-row.is-rematch-v73:before{content:"";position:absolute;inset:8px auto 8px 0;width:2px;border-radius:2px;background:#38d991}

.v71-rematch.is-declined{border-color:rgba(255,91,116,.34)!important;background:rgba(255,91,116,.12)!important;color:#ff879a!important;box-shadow:none!important}


/* P7.4.5 — Solicitud de revancha sobre el resultado */
.v745-rematch-modal{z-index:1800;padding:20px;background:rgba(3,9,20,.72)}
.v745-rematch-card{width:min(430px,calc(100vw - 32px));padding:34px 28px 26px;border:1px solid rgba(69,218,153,.34);border-radius:26px;background:linear-gradient(155deg,#15233a,#0a1627 72%);box-shadow:0 28px 80px rgba(0,0,0,.52);text-align:center}
.v745-rematch-icon{display:grid;place-items:center;width:66px;height:66px;margin:0 auto 17px;border:1px solid rgba(63,222,151,.34);border-radius:22px;background:rgba(31,203,126,.12);color:#43e399;font-size:34px;font-weight:900}
.v745-rematch-card .eyebrow{margin:0 0 8px;color:#75e8b3}
.v745-rematch-card h2{margin:0;color:#f4f8ff;font-size:clamp(25px,6vw,34px);line-height:1.05}
.v745-rematch-card>p:not(.eyebrow):not(.v745-rematch-status){margin:13px 0 24px;color:#a9b8ca;font-size:15px}
.v745-rematch-actions{display:grid;gap:10px}
.v745-rematch-actions .btn{width:100%;min-height:52px}
.v745-rematch-status{min-height:18px;margin:12px 0 0;color:#9cb0c4;font-size:12px}
.v745-rematch-status.error{color:#ff7f94}
@media(max-width:560px){.v745-rematch-card{padding:29px 20px 22px;border-radius:22px}.v745-rematch-actions .btn{min-height:54px}}
