/* Step 2B15 – Tablet lock helper
   Keep this file tiny and conflict-free. */

.rtp-toast-host{position:fixed; left:0; right:0; bottom:14px; display:flex; justify-content:center; pointer-events:none; z-index:999999;}
.rtp-toast{max-width:92vw; background:rgba(17,17,17,.92); color:#fff; padding:10px 14px; border-radius:999px; box-shadow:0 10px 26px rgba(0,0,0,.35); font-size:14px; transform:translateY(12px); opacity:0; transition:opacity .22s ease, transform .22s ease;}
.rtp-toast.is-on{opacity:1; transform:translateY(0);}

/* Markers (mainly for debugging). We hide finished play buttons via JS. */
.rtp-match-live{outline:1px solid rgba(255,255,255,.12); outline-offset:2px;}
.rtp-match-finished{opacity:.5;}
