@keyframes hcFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.hc-hacimden-kutle-hesaplama-result.visible {
    display: block;
    animation: hcFadeIn 0.3s ease-in-out;
}
