#boss-health-bar-container{display:flex;flex-direction:column;gap:clamp(4px,1vw,6px);margin:0;align-items:stretch}#bossHealthContainer,#mothershipHealthContainer{width:100%;max-width:none;background:rgba(4,14,20,.85);border:1px solid rgba(0,255,170,.45);border-radius:10px;overflow:hidden;height:clamp(12px,1.9vw,16px);position:relative;box-shadow:inset 0 0 14px rgba(0,255,170,.18),0 0 12px rgba(0,120,255,.22)}#bossHealthBar,#mothershipHealthBar{height:100%;width:100%;background:linear-gradient(90deg,rgba(0,255,170,.95),rgba(0,120,255,.95));transition:width .5s ease,background .5s ease}#mothershipHealthBar{background:linear-gradient(90deg,rgba(255,0,255,.92),rgba(0,255,234,.92))}#bossHealthText,#mothershipHealthText{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:clamp(.56rem, 1.4vw, .74rem);font-weight:600;color:rgba(4,12,18,.94);text-shadow:0 0 6px rgba(155,231,255,.72);line-height:1}#mothershipHealthContainer{background:rgba(20,6,34,.88);border:1px solid rgba(255,0,255,.38);box-shadow:inset 0 0 16px rgba(255,0,200,.2),0 0 16px rgba(0,238,255,.28)}#mothershipHealthText{color:rgba(244,240,255,.96);text-shadow:0 0 8px rgba(255,0,255,.7)}@media (max-width:600px){#boss-health-bar-container{gap:6px}#bossHealthContainer,#mothershipHealthContainer{height:clamp(14px,3vw,18px)}}