
.bll11-wrap{max-width:900px;margin:auto;background:#0b0b0b;border:2px solid #d4af37;border-radius:18px;padding:18px;color:#fff;font-family:Arial}
.top{display:flex;align-items:center;justify-content:space-between}.top h3{color:#d4af37;margin:0}.live{background:#d40000;padding:6px 10px;border-radius:99px;font-size:12px}
.score{display:flex;justify-content:space-between;align-items:center;margin:14px 0;font-weight:700}
.score div{text-align:center}.score span{font-size:34px;color:#d4af37}
#clock{font-size:12px;color:#ddd}
.field{position:relative;height:180px;border-radius:12px;background:repeating-linear-gradient(to right,#0b6e4f 0 24px,#118356 24px 48px);overflow:hidden;border:1px solid #777}
.field:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:#fff6}
.ball{position:absolute;top:82px;left:42%;width:18px;height:12px;background:#7b4b1f;border:1px solid #fff;border-radius:50%}
.stats{display:flex;justify-content:space-around;margin-top:12px}.stats div{background:#151515;padding:10px 14px;border-radius:10px;display:flex;gap:8px}
