@layer components{.calc-card{animation:calc-card-grow var(--calc-grow-ms, .52s) cubic-bezier(.83,0,.17,1) both}@keyframes calc-card-grow{0%{clip-path:inset(calc(50% - 20px) calc(50% - 20px) round 20px)}to{clip-path:inset(0 round 40px)}}.calc-card__body{opacity:0;animation:calc-card-body-in var(--calc-body-ms, .22s) ease-out var(--calc-body-delay, .52s) both}@keyframes calc-card-body-in{0%{opacity:0}to{opacity:1}}}@media (prefers-reduced-motion: reduce){.calc-card{clip-path:none;animation:none}.calc-card__body{opacity:1;animation:none}}
