*{box-sizing:border-box;margin:0;padding:0}.pill{background:#fff0;flex-direction:column;justify-content:center;align-items:center;width:6vmin;height:16vmin;animation:4s linear infinite spin;display:flex;transform:rotate(180deg)}@keyframes spin{to{transform:rotate(-540deg)}}.pill .side{background:#f7c340;border-radius:4vmin 4vmin 0 0;width:3vmin;height:4vmin;position:relative;overflow:hidden}.pill .side+.side{background:#d9680c;border-top:.6vmin solid #621e1a;border-radius:0 0 4vmin 4vmin;animation:2s ease-in-out infinite open}@keyframes open{0%,20%,80%,to{margin-top:0}30%,70%{margin-top:4vmin}}.pill .side:before{content:"";background:#fff2;border-radius:1vmin 1vmin 0 0;width:1vmin;height:3vmin;animation:1s ease-out -1s infinite alternate-reverse shine;position:absolute;bottom:0;right:.7vmin}.pill .side+.side:before{bottom:inherit;border-radius:0 0 1vmin 1vmin;top:0}.pill .side:after{content:"";border:1vmin solid #0002;border-width:.6vmin 1vmin 0;border-radius:4vmin 4vmin 0 0;width:100%;height:100%;animation:1s -1s infinite alternate-reverse shadow;position:absolute;bottom:0;left:0}.pill .side+.side:after{bottom:inherit;border-top-width:0;border-bottom-width:.6vmin;top:0}@keyframes shine{0%,46%{right:1vmin}54%,to{right:4vmin}}@keyframes shadow{0%,49.999%{left:0;transform:rotateY(0)}50%,to{left:-1.6vmin;transform:rotateY(180deg)}}.medicine{background:#fff0;border-radius:2.5vmin;flex-wrap:wrap;justify-content:center;align-items:center;width:calc(100% - 2vmin);height:calc(100% - 4vmin);display:flex;position:absolute}.medicine i{background:#47c;border-radius:100%;width:.6vmin;height:.6vmin;animation:1.75s infinite alternate medicine-dust;position:absolute}.medicine i:nth-child(2n+2){width:1vmin;height:1vmin;margin-top:-2vmin;margin-right:-2vmin;animation-delay:-.2s}.medicine i:nth-child(3n+3){width:1.3vmin;height:1.3vmin;margin-top:1.5vmin;margin-right:1vmin;animation-delay:-.33s}.medicine i:nth-child(4){margin-top:-2vmin;margin-right:2vmin;animation-delay:-.4s}.medicine i:nth-child(5){margin-top:2vmin;margin-right:-2vmin;animation-delay:-.5s}@keyframes medicine-dust{0%,to{transform:translateZ(-.1vmin)}25%{transform:translate(.15vmin,2.5vmin)}75%{transform:translate3d(-.1vmin,-2vmin,.15vmin)}}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}
