#ocean-aqua-prototype .oa-tank-health{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:14px 0 8px;color:#94c4d0}
#ocean-aqua-prototype .oa-health-item{min-width:0;padding:12px;border:1px solid #19404e;border-radius:14px;background:#0a222f}
#ocean-aqua-prototype .oa-health-heading{display:flex;justify-content:space-between;align-items:center;gap:5px;font-size:11px}
#ocean-aqua-prototype .oa-health-heading strong{color:#40d4df;font-size:15px}
#ocean-aqua-prototype .oa-health-track{height:6px;margin-top:10px;background:#163b47;border-radius:6px;overflow:hidden}
#ocean-aqua-prototype .oa-health-track i{display:block;height:100%;background:#40d4df;border-radius:inherit;transition:width .4s}
#ocean-aqua-prototype [data-health="food"] .oa-health-track i{background:#f5bc70}
#ocean-aqua-prototype [data-low="true"] .oa-health-heading strong{color:#ff927f}
#ocean-aqua-prototype .oa-user-coral{scale:var(--oa-coral-health,1);transition:scale .5s}
#ocean-aqua-prototype .oa-care-fish-dead .oa-hero-fish,#ocean-aqua-prototype .oa-care-coral-dead .oa-user-coral{display:none!important}


#ocean-aqua-prototype .oa-algae-layer{position:absolute;inset:0;z-index:7;pointer-events:none;border-radius:inherit;background:rgba(65,130,78,.48);opacity:0;transition:opacity .6s,filter .6s}
