/* DRTV Darts Battle — shared VS visual primitive.
 * Tiny dependency for DRTV sibling surfaces; no arena layout, JS, imagery or requests.
 */
.drtv-battle-shared-vs{display:grid;place-items:center;color:#fff;border-style:solid;border-color:#fff;border-radius:50%;background:linear-gradient(135deg,#ff1738 0 48.7%,#fff 49.2% 50.8%,#1689ff 51.3% 100%);box-shadow:0 14px 34px rgba(0,0,0,.42),0 0 26px rgba(255,255,255,.07);font-weight:1000;text-shadow:0 1px 8px rgba(0,0,0,.65)}
.drtv-battle-shared-vs--compact{width:50px;height:50px;border-width:3px;font-size:13px}
