.plant-visual,.botanical-figure{position:relative}
.plant-water-effect{position:absolute;inset:0;z-index:6;overflow:hidden;pointer-events:none}
.plant-water-effect>img{position:absolute;left:47%;top:5%;width:108px;height:108px;object-fit:contain;transform-origin:68% 50%;filter:drop-shadow(0 7px 9px rgba(49,71,62,.17));animation:watering-can-pour .9s ease-in-out forwards}
.plant-water-effect i{position:absolute;top:25%;left:49%;width:7px;height:16px;border-radius:55% 55% 60% 60%;background:linear-gradient(180deg,rgba(151,221,239,.4),#58a9c5);box-shadow:0 2px 5px rgba(53,132,160,.18);opacity:0;animation:plant-rain-drop .72s cubic-bezier(.3,.05,.65,1) forwards}
.plant-water-effect i:nth-of-type(1){left:48%;animation-delay:.18s}
.plant-water-effect i:nth-of-type(2){left:50%;width:6px;height:13px;animation-delay:.26s}
.plant-water-effect i:nth-of-type(3){left:47%;animation-delay:.34s}
.plant-water-effect i:nth-of-type(4){left:51%;width:6px;height:14px;animation-delay:.42s}
.plant-water-effect i:nth-of-type(5){left:49%;animation-delay:.5s}
.plant-water-effect i:nth-of-type(6){left:46%;width:5px;height:11px;animation-delay:.56s}
.plant-water-effect i:nth-of-type(7){left:52%;width:5px;height:12px;animation-delay:.61s}
.plant-water-effect b{position:absolute;left:50%;bottom:9%;width:62px;height:16px;border:2px solid rgba(76,157,185,.48);border-radius:50%;opacity:0;transform:translateX(-50%) scale(.25);animation:plant-water-ripple .72s .45s ease-out forwards}
.plant-card.watered-now .plant-visual,.plant-visual.watered-now,.botanical-figure.watered-now .plant-photo,.botanical-figure.watered-now>span{animation:none!important;transform:none!important}
@keyframes watering-can-pour{0%{opacity:0;transform:translate(22px,-16px) rotate(10deg) scale(.86)}18%{opacity:1}42%,75%{transform:translate(0,0) rotate(-12deg) scale(1)}100%{opacity:0;transform:translate(8px,-3px) rotate(-5deg) scale(.96)}}
@keyframes plant-rain-drop{0%{opacity:0;transform:translate3d(0,-3px,0) scale(.7)}12%{opacity:1}78%{opacity:.9}100%{opacity:0;transform:translate3d(-3px,62vh,0) scale(1)}}
@keyframes plant-water-ripple{0%{opacity:.7;transform:translateX(-50%) scale(.25)}100%{opacity:0;transform:translateX(-50%) scale(1.65)}}
@media(prefers-reduced-motion:reduce){.plant-water-effect>img,.plant-water-effect i,.plant-water-effect b{animation-duration:.01ms}}
