.coin-container{justify-content:center;align-items:center;max-width:100%;min-height:110px;margin-bottom:18px;display:flex}.coin{color:#2c3e50;-webkit-user-select:none;user-select:none;background:linear-gradient(135deg,#e0e4ed 60%,#f5fbfe 100%);border:2px solid #b8c7e0;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin:0 auto;font-size:2.1em;font-weight:700;transition:background .3s,transform .3s;display:flex;box-shadow:0 4px 22px #2c568521}.flipping{animation:1.5s cubic-bezier(.22,.61,.36,1) forwards coin-flip}.show-heads{color:#158d62;background:linear-gradient(135deg,#e6faf1 60%,#dff3fc 100%);border-color:#33e1ad}.show-tails{color:#924480;background:linear-gradient(135deg,#fae6ee 30%,#f7e6ee 100%);border-color:#f88cc4}@keyframes coin-flip{0%{transform:scale(1)rotateY(0)}40%{transform:scale(1.1)rotateY(180deg)}80%{transform:scale(1)rotateY(360deg)}to{transform:scale(1)rotateY(360deg)}}.coin-flip-game-page .coin-container{margin-bottom:0}@media (width<=420px){.coin{width:82px;height:82px;font-size:1.9em}}
