.coin-box{border-radius:32px;width:1200px;height:auto;background-color:#fff;margin-top:32px;margin-bottom:32px;padding-top:80px;padding-bottom:80px;display:flex;justify-content:center;align-items:center}.coin-scope-box{border-radius:24px;width:1040px;height:auto;background:radial-gradient(circle,#f8f8f8 88%,transparent 100%);padding-bottom:20px;display:flex;flex-wrap:wrap;justify-content:center}.coin-flip-box{border-radius:24px;width:1000px;height:480px;background-color:#fff;margin-top:20px;display:flex;justify-content:center;align-items:center}.coin-flip-scope-box{border-radius:50%;width:480px;height:480px;display:flex;justify-content:center;align-items:center;perspective:1000px;transition:z-index 0s}.coin-flip-scope-box.is-flipping{z-index:10240}.coin{border-radius:50%;width:440px;height:440px;display:flex;justify-content:center;align-items:center;position:relative;transform-style:preserve-3d}.coin.flip-active{animation:flip 1.6s forwards}@keyframes flip{0%{transform:translateY(0) rotateX(0);animation-timing-function:cubic-bezier(0.33,1,0.68,1)}40%{transform:translateY(-260px) rotateX(1800deg);animation-timing-function:cubic-bezier(0.32,0,0.67,0)}82%{transform:translateY(0) rotateX(var(--final-rotation,3600deg))}90%{transform:translateY(-25px) rotateX(var(--final-rotation,3600deg));animation-timing-function:ease-out}95%{transform:translateY(0) rotateX(var(--final-rotation,3600deg))}98%{transform:translateY(-8px) rotateX(var(--final-rotation,3600deg))}100%{transform:translateY(0) rotateX(var(--final-rotation,3600deg))}}.coin-face{width:440px;height:440px;display:flex;justify-content:center;align-items:center;position:absolute;backface-visibility:hidden}.heads{border-radius:50%;border:10px solid #f8f8f8;background-color:gold;color:#fffffe;font-size:44px;font-weight:700}.tails{border-radius:50%;border:10px solid #f8f8f8;background-color:silver;color:#fffffe;font-size:44px;font-weight:700;transform:rotateX(180deg)}.coin-info-box{border-radius:24px;width:1000px;height:188px;background-color:#fff;margin-top:20px;padding:20px;position:relative;display:none}.coin-reset-box{border-radius:22px;width:98px;height:44px;display:flex;justify-content:center;align-items:center;cursor:pointer;position:absolute;top:-20px;left:50%;transform:translateX(-50%);z-index:999;display:none}.coin-info-box:hover .coin-reset-box{display:flex}.coin-reset-scope-box{border-radius:18px;width:90px;height:36px;background-color:#fff;display:flex;justify-content:center;align-items:center}.coin-reset-scope-box span{background:linear-gradient(270deg,red,#f90,#ff0,#3c3,#39f,#90f,#f09,red);background-size:400% 400%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:rainbow 8s ease infinite}@keyframes rainbow{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}.coin-info-stats-box{border-radius:24px;width:960px;height:84px;display:flex;justify-content:center;align-items:center}.coin-info-stats-scope-box{border-radius:24px;width:286px;height:84px}.coin-info-stats-scope-box div{border-radius:18px;width:90px;height:36px;float:left;margin-top:4px;margin-left:4px;display:flex;justify-content:center;align-items:center}.coin-info-recent-box{border-radius:22px;width:960px;height:44px;margin-top:20px;display:flex;justify-content:center;align-items:center}.coin-info-recent-scope-box{border-radius:22px;width:480px;height:44px;display:flex;justify-content:center;align-items:center}.coin-info-recent-overflow-box{border-radius:22px;width:304px;height:44px;padding-left:2px;padding-right:2px;overflow-x:auto;overflow-y:hidden;display:block;text-align:center}.coin-info-inner{display:inline-flex;justify-content:center;flex-wrap:nowrap;gap:20px;flex-direction:row-reverse}@keyframes bump{0%{transform:scale(1);opacity:1}30%{transform:scale(1.5);opacity:.8}100%{transform:scale(1);opacity:1}}.number-bump{display:inline-block;animation:bump .8s ease}.coin-recent-item{border-radius:22px;width:44px;height:44px;flex-shrink:0;display:flex;justify-content:center;align-items:center}.coin-info-inner .coin-recent-item:first-child{animation:spin 2.5s linear infinite}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}@media (min-width:640px) and (max-width:1263.98px){.coin-box{padding-top:20px;padding-bottom:20px}.coin-scope-box{width:100%}.coin-flip-box{width:100%;margin-left:20px;margin-right:20px}.coin-info-box{width:100%;margin-top:10px;margin-left:20px;margin-right:20px}.coin-info-stats-box{width:100%}.coin-info-recent-box{width:100%}}@media (min-width:768px) and (max-width:1263.98px){.coin-box{padding-top:40px;padding-bottom:40px}.coin-scope-box{margin-left:40px;margin-right:40px}.coin-info-box{margin-top:20px}}@media (min-width:1024px) and (max-width:1263.98px){.coin-box{padding-top:60px;padding-bottom:60px}.coin-scope-box{margin-left:60px;margin-right:60px}}@media (min-width:0px) and (max-width:767.98px){.coin-box{padding-top:10px;padding-bottom:10px}.coin-scope-box{width:100%;height:auto;padding-bottom:10px;margin-left:10px;margin-right:10px}.coin-flip-box{width:100%;height:auto;margin-top:10px;margin-left:10px;margin-right:10px}.coin-flip-scope-box{border-radius:50%;width:306px;height:306px}.coin{width:286px;height:286px}.coin-face{width:286px;height:286px}.coin-info-box{width:100%;height:158px;margin-top:10px;margin-left:10px;margin-right:10px;padding:10px}.coin-reset-scope-box span{display:inline-block;transform:rotate(-15deg)}.coin-info-stats-box{width:100%}.coin-info-recent-box{width:100%;margin-top:10px}.coin-info-recent-scope-box{border-radius:22px;width:176px;height:44px}}@media (min-width:390px) and (max-width:767.98px){.coin-info-recent-scope-box{width:304px;height:44px}}