#tape-calc-wrapper{font-family:'Inter',sans-serif;line-height:1.6}#tape-calc-wrapper *{box-sizing:border-box}#tape-calc-wrapper .input-group:focus-within label{color:#ea580c}#tape-calc-wrapper input{margin:0!important}.tape-path{stroke-dasharray:2000;stroke-dashoffset:2000;animation:drawTape 2s ease-out forwards}@keyframes drawTape{to{stroke-dashoffset:0}}@keyframes coldAttack{0%{transform:translateY(0);opacity:0}50%{opacity:1}100%{transform:translateY(30px);opacity:0}}.cold-arrow{animation:coldAttack 2s infinite linear;fill:#60a5fa}@keyframes pulseHeat{0%{opacity:.3;stroke-width:6}50%{opacity:.6;stroke-width:10}100%{opacity:.3;stroke-width:6}}.heat-glow{animation:pulseHeat 2s infinite ease-in-out}