.holo{
background:rgba(15,255,120,0.06);
border:1px solid rgba(15,255,120,0.35);
backdrop-filter:blur(14px) saturate(140%);
box-shadow:0 0 25px rgba(15,255,120,0.25), inset 0 0 20px rgba(15,255,120,0.15);
transition:transform .25s ease, box-shadow .25s ease;
}
.holo:hover{
transform:translateY(-6px) scale(1.02) rotateX(4deg);
box-shadow:0 0 30px rgba(15,255,120,0.45);
}
