.calculate.calculation-button{min-height:52px}.calculate.calculation-button[data-calculated=true]{color:#594300;background:#ffe36b;justify-content:center;box-shadow:inset 0 0 0 1px #e7bc28}.calculation-confirmation{justify-content:center;align-items:center;gap:8px;animation:1.5s ease-in-out both calculation-confirmed-motion;display:inline-flex}.calculation-check{color:#ffe36b;background:#594300;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.calculation-check svg{stroke-width:3px;display:block}.calculation-check svg path,.calculation-check svg polyline{stroke-dasharray:32;stroke-dashoffset:32px;animation:1.5s ease-out both calculation-check-draw}@keyframes calculation-check-draw{0%,5%{stroke-dashoffset:32px}38%,to{stroke-dashoffset:0}}@keyframes calculation-confirmed-motion{0%{opacity:0;transform:translateY(4px)scale(.94)}16%{opacity:1;transform:translateY(0)scale(1)}42%{transform:translateY(-1px)scale(1.04)}67%{transform:translateY(0)scale(1)}80%{opacity:1;transform:translateY(-1px)scale(1.015)}to{opacity:0;transform:translateY(-5px)scale(.96)}}@media (prefers-reduced-motion:reduce){.calculation-confirmation{animation:none}.calculation-check svg path,.calculation-check svg polyline{stroke-dashoffset:0;animation:none}}
