@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes cardFlash{0%,to{box-shadow:0 12px 32px rgba(0,0,0,.08)}50%{box-shadow:0 0 0 3px rgba(242,74,0,.3),0 12px 32px rgba(0,0,0,.08)}}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;background:#f24a00;border-radius:50%;cursor:pointer;border:2px solid white;box-shadow:0 2px 4px rgba(0,0,0,.2);margin-top:-8px}input[type=range]::-moz-range-thumb{width:20px;height:20px;background:#f24a00;border-radius:50%;cursor:pointer;border:2px solid white;box-shadow:0 2px 4px rgba(0,0,0,.2)}input[type=range]::-moz-range-track{background:#e0e0e0;border-radius:2px;height:4px}input[type=range]::-webkit-slider-runnable-track{height:4px;border-radius:2px}