.robattle-health{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;padding:8px;box-sizing:border-box;background:#081823;border:1px solid #405c69;border-radius:8px}
.robattle-health[hidden]{display:none}.robattle-health article{padding:8px;background:#112a35;border-left:3px solid #53d6c2;min-width:0}.robattle-health article[data-side=enemy]{border-color:#f4a65f;background:#322921}.robattle-health strong{display:block;font-size:12px;color:#f3e4b6;margin-bottom:5px}.robattle-health article>div{display:grid;grid-template-columns:1fr auto;gap:2px 8px;font-size:10px;color:#bed5dd;margin:4px 0}.robattle-health progress{grid-column:1/-1;width:100%;height:6px;border:0;appearance:none;background:#030d15}.robattle-health progress::-webkit-progress-bar{background:#030d15;border-radius:3px}.robattle-health progress::-webkit-progress-value{background:linear-gradient(90deg,#139879,#82f0ac);border-radius:3px}.robattle-health [data-side=enemy] progress::-webkit-progress-value{background:linear-gradient(90deg,#d96f39,#f8c267)}.robattle-health [data-destroyed=true]{opacity:.6}.robattle-health [data-destroyed=true] span{color:#ff9990}
