body{overflow-x:hidden}.faq,.features,.main-section,.more-tools,.rps-box{max-width:100%}.rps-box{width:1200px;margin:32px 0;padding:80px 0;border-radius:32px;background:#fff;display:flex;justify-content:center}.rps-scope-box{width:1040px;padding:20px;border-radius:24px;background:radial-gradient(circle,#f8f8f8 88%,transparent 100%);box-sizing:border-box}.rps-arena{min-height:430px;padding:44px 54px;border-radius:24px;background-color:#f3eee4;background-image:linear-gradient(115deg,rgba(126,161,116,.12) 0 38%,transparent 38% 62%,rgba(211,133,116,.11) 62% 100%);display:grid;grid-template-columns:minmax(210px,1fr) minmax(220px,0.9fr) minmax(210px,1fr);align-items:center;gap:32px;box-sizing:border-box;overflow:hidden;isolation:isolate;position:relative}.rps-computer-card,.rps-player-card{--pointer-x:50%;--pointer-y:50%;--move-x:0px;--move-y:0px;--tilt-x:0deg;--tilt-y:0deg;width:100%;min-width:0;min-height:280px;padding:18px;border:0;border-radius:0;background:0 0;box-shadow:none;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0;box-sizing:border-box;isolation:isolate;overflow:visible;position:relative;z-index:1;transform-style:preserve-3d;transition:transform 180ms ease,background 180ms ease}.rps-computer-card>*,.rps-player-card>*{position:relative;z-index:2}.rps-computer-card::before,.rps-player-card::before{content:"";position:absolute;width:210px;height:210px;border-radius:50%;background:#bed5a9;z-index:-1;transition:transform 240ms cubic-bezier(.22, 1, .36, 1)}.rps-computer-card::before{background:#e6b1a5}.rps-move-symbol{width:120px;height:120px;min-height:120px;color:#393b36;display:grid;place-items:center;font-size:82px;line-height:1;filter:drop-shadow(0 14px 0 rgba(72, 68, 59, .09));transform:translateZ(0);transform-origin:center;transition:transform 180ms cubic-bezier(.22, 1, .36, 1),filter 180ms ease;will-change:transform}.rps-move-symbol.is-placeholder{color:rgba(87,89,82,.46);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:76px;font-weight:650;text-shadow:none;filter:none}.rps-move-name{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}@media (hover:hover) and (pointer:fine){.rps-arena .rps-computer-card.is-pointer-active,.rps-arena .rps-player-card.is-pointer-active,.rps-arena.is-loss .rps-computer-card.is-pointer-active,.rps-arena.is-win .rps-player-card.is-pointer-active{transform:none}.rps-computer-card.is-pointer-active .rps-move-symbol,.rps-player-card.is-pointer-active .rps-move-symbol{transform:translate(var(--move-x),calc(var(--move-y) - 5px)) scale(1.04);filter:drop-shadow(0 10px 12px rgba(76, 88, 80, .13))}.rps-computer-card.is-pointer-active .rps-move-symbol.is-placeholder,.rps-player-card.is-pointer-active .rps-move-symbol.is-placeholder{filter:none}}.rps-round-center{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;position:relative;z-index:1}.rps-round-copy{display:flex;flex-direction:column;align-items:center;gap:10px}.rps-battle-emblem,.rps-battle-emblem[data-phase="1"],.rps-battle-emblem[data-phase="2"],.rps-battle-emblem[data-phase="3"],.rps-battle-emblem[data-phase=go]{width:44px;height:44px;border-radius:0;background:0 0;color:#69746d;box-shadow:none;display:grid;place-items:center;overflow:visible;position:relative}.rps-battle-emblem strong{color:inherit;font-size:15px;font-weight:800;font-style:normal;line-height:1;letter-spacing:.08em}.rps-battle-emblem[data-phase="1"] strong,.rps-battle-emblem[data-phase="2"] strong,.rps-battle-emblem[data-phase="3"] strong{font-size:23px;letter-spacing:0}.rps-battle-emblem strong.is-pulsing{animation:rpsCountTextIn 260ms cubic-bezier(.16,1,.3,1)}#rpsRoundResult{color:#302f2b;font-size:29px;line-height:1.2}.rps-round-detail{max-width:230px;color:#726f67;font-size:14px;line-height:1.55}.rps-arena.is-win #rpsRoundResult{color:#5c9c65}.rps-arena.is-loss #rpsRoundResult{color:#b97883}.rps-arena.is-draw #rpsRoundResult{color:#a383bd}.rps-controls{width:100%;margin:24px 0 28px;padding:24px 28px 26px;border-radius:24px;background:#fff;box-shadow:none;display:flex;flex-direction:column;align-items:center;gap:18px;box-sizing:border-box}.rps-choice-heading{min-height:28px;padding:5px 13px;border-radius:999px;background:#f0f3ed;color:#5d6a62;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.rps-choice-list{width:min(100%,660px);min-width:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.rps-choice-button{min-width:0;min-height:148px;padding:18px 14px 17px;border:0;background:#fff;color:#53645b;box-shadow:none;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;overflow:hidden;position:relative;transform-origin:center;transition:transform 190ms cubic-bezier(.22, 1, .36, 1),filter 190ms ease,background-color 190ms ease}.rps-choice-button .rps-choice-icon{width:58px;height:58px;border-radius:46% 54% 42% 58%;background:rgba(255,255,255,.48);display:grid;place-items:center;font-size:38px;line-height:1;transition:transform 190ms cubic-bezier(.22, 1, .36, 1),border-radius 190ms ease}.rps-choice-button strong{margin-top:3px;font-size:16px}.rps-choice-button small{color:currentColor;font-size:10px;font-weight:650;line-height:1.2;opacity:.62}.rps-choice-button.rps-rock{border-radius:38% 14% 34% 10%/24% 42% 16% 36%;background:linear-gradient(127deg,#d8d6cf,#e6e2da 46%,#d4d5cf 100%);background-size:220% 220%;transform:translateY(5px) rotate(-2.3deg);animation:rpsRockFluid 9.7s cubic-bezier(.45,.05,.35,.95) infinite,rpsChoiceSurface 13.1s linear infinite alternate}.rps-choice-button.rps-paper{border-radius:16% 40% 12% 36%/38% 18% 42% 14%;background:linear-gradient(143deg,#d4e7c3,#e4efd7 43%,#cfe2bd 100%);background-size:220% 220%;transform:translateY(-4px) rotate(1.9deg);animation:rpsPaperFluid 11.3s cubic-bezier(.37,.12,.29,.98) infinite reverse,rpsChoiceSurface 14.7s linear infinite alternate-reverse}.rps-choice-button.rps-scissors{border-radius:34% 10% 42% 18%/16% 38% 12% 44%;background:linear-gradient(119deg,#e7cfea,#f0dff2 48%,#dfc4e5 100%);background-size:220% 220%;transform:translateY(3px) rotate(-1.4deg);animation:rpsScissorsFluid 8.9s cubic-bezier(.41,.03,.24,1) infinite,rpsChoiceSurface 12.4s linear infinite alternate}.rps-choice-button.is-selected,.rps-choice-button:focus-visible,.rps-choice-button:hover{box-shadow:none;outline:0;transform:translateY(-5px) rotate(0) scale(1.025);filter:saturate(1.08)}.rps-choice-button.is-selected .rps-choice-icon,.rps-choice-button:focus-visible .rps-choice-icon,.rps-choice-button:hover .rps-choice-icon{border-radius:58% 42% 55% 45%;transform:translateY(-3px) rotate(-7deg) scale(1.09)}.rps-choice-button:active{transform:translateY(-1px) scale(.98)}.rps-choice-button:disabled{cursor:default;opacity:.58;transform:none}.rps-choice-button.is-selected:disabled{opacity:1;transform:translateY(-5px) rotate(0) scale(1.025)}.rps-stats-box{--rps-win-background:#e5f1d8;--rps-win-foreground:#607f58;--rps-draw-background:#eee2f1;--rps-draw-foreground:#846c8d;--rps-loss-background:#f4ddd8;--rps-loss-foreground:#9a6d64;padding:26px 30px 30px;border-radius:22px;background:#fff}.rps-stats-heading{color:#64736b;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:12px;font-size:16px;font-weight:700}.rps-score-heading-label{justify-self:start;color:#64736b;font-size:16px;font-weight:700}.rps-rounds-inline{min-height:30px;padding:5px 11px;border-radius:999px;background:#f1ead0;color:#6a6759;display:inline-flex;align-items:center;justify-self:center;gap:5px;font-size:11px;font-weight:750;letter-spacing:.03em;text-transform:uppercase}.rps-rounds-inline strong{color:#494b44;font-size:17px;font-variant-numeric:tabular-nums;line-height:1}.rps-panel-actions{display:flex;align-items:center;justify-self:end;gap:8px}.rps-reset-button,.rps-sound-button{border:0;border-radius:999px;background:#edf2e8;color:#59665e;font:inherit;cursor:pointer}.rps-sound-button{width:38px;height:38px;padding:0;display:inline-flex;align-items:center;justify-content:center}.rps-sound-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.rps-sound-button .sound-off-icon{display:none}.rps-sound-button.is-muted .sound-on-icon{display:none}.rps-sound-button.is-muted .sound-off-icon{display:block}.rps-sound-button.is-muted{background:#f0efeb;color:#8a8881}.rps-reset-button{width:38px;height:38px;padding:0;display:inline-grid;place-items:center}.rps-reset-button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;transition:transform .3s cubic-bezier(.22, 1, .36, 1)}.rps-reset-button:focus-visible,.rps-reset-button:hover,.rps-sound-button:focus-visible,.rps-sound-button:hover{background:#dde9d5;color:#394a40;outline:0}.rps-reset-button:focus-visible svg,.rps-reset-button:hover svg{transform:rotate(-42deg)}.rps-stats-grid{margin-top:20px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.rps-stats-box>.rps-stats-grid>div{min-height:102px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;overflow:hidden;position:relative;transform-origin:center;transition:transform 180ms cubic-bezier(.22, 1, .36, 1),filter 180ms ease}.rps-history-item.is-win,.rps-stats-box>.rps-stats-grid>.rps-stat-win{background:var(--rps-win-background);color:var(--rps-win-foreground)}.rps-history-item.is-draw,.rps-stats-box>.rps-stats-grid>.rps-stat-draw{background:var(--rps-draw-background);color:var(--rps-draw-foreground)}.rps-history-item.is-loss,.rps-stats-box>.rps-stats-grid>.rps-stat-loss{background:var(--rps-loss-background);color:var(--rps-loss-foreground)}.rps-stats-box>.rps-stats-grid>.rps-stat-win{border-radius:30% 12% 26% 9%/20% 34% 15% 30%;transform:translateY(5px) rotate(-2.2deg)}.rps-stats-box>.rps-stats-grid>.rps-stat-draw{border-radius:10% 31% 8% 27%/29% 16% 32% 13%;transform:translateY(-5px) rotate(1.9deg)}.rps-stats-box>.rps-stats-grid>.rps-stat-loss{border-radius:27% 8% 32% 14%/14% 30% 11% 34%;transform:translateY(3px) rotate(-1.3deg)}.rps-stats-box>.rps-stats-grid>div:hover{transform:translateY(-3px) rotate(0) scale(1.015);filter:saturate(1.05)}.rps-stats-grid strong{color:inherit;font-size:26px}.rps-stats-grid strong.is-updated{animation:rpsStatPulse 360ms ease}.rps-stats-grid span{color:inherit;font-size:12px;font-weight:600;text-transform:uppercase}.rps-history-heading{margin-top:26px;color:#64736b;font-size:14px;font-weight:700;display:flex;justify-content:space-between;align-items:center}.rps-history{min-height:54px;max-width:100%;margin-top:12px;padding-top:7px;padding-bottom:5px;display:flex;flex-wrap:nowrap;align-items:center;gap:8px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 16px,#000 100%);mask-image:linear-gradient(90deg,transparent 0,#000 16px,#000 100%)}.rps-history::-webkit-scrollbar{display:none}.rps-history-empty{color:#9aa39e;font-size:14px;line-height:34px}.rps-history-item{margin:5px 3px;padding:9px 14px;border-radius:20px 8px 17px 6px;color:#6d7b74;box-shadow:none;font-size:13px;font-weight:700;white-space:nowrap;flex:0 0 auto;scroll-snap-align:end;transform:translateY(2px) rotate(-1.8deg);transform-origin:center;transition:transform 170ms cubic-bezier(.22, 1, .36, 1),filter 170ms ease}.rps-history-item:nth-child(2n){border-radius:7px 20px 6px 18px;transform:translateY(-2px) rotate(2deg)}.rps-history-item:nth-child(3n){border-radius:17px 6px 21px 11px;transform:translateY(1px) rotate(-.9deg)}.rps-history-item:nth-child(4n){border-radius:9px 18px 12px 22px;transform:translateY(-1px) rotate(1.2deg)}.rps-history-item:hover{transform:translateY(-3px) rotate(0) scale(1.035);filter:saturate(1.07)}.rps-history-item.is-new{margin:4px 5px;padding:9px 55px 9px 13px;border-radius:18px 8px 15px 10px;position:relative;transform:rotate(-2.5deg);animation:rpsLatestTicketArrive 420ms cubic-bezier(.22,1,.36,1)}.rps-history-item.is-new::after{content:attr(data-new-label);position:absolute;top:-5px;right:8px;padding:4px 7px;border-radius:7px 4px 8px 5px;background:#4f5b54;color:#fffdf5;font-size:8px;font-weight:800;letter-spacing:.06em;line-height:1;transform:rotate(5deg)}.rps-choice-delivery{position:fixed;width:54px;height:54px;border-radius:46% 54% 48% 52%;display:grid;place-items:center;color:#3f4a44;font-size:34px;line-height:1;box-shadow:none;pointer-events:none;z-index:10000;will-change:transform,opacity}.rps-choice-delivery.is-rock{background:#d8d6cf}.rps-choice-delivery.is-paper{background:#d4e7c3}.rps-choice-delivery.is-scissors{background:#e7cfea}.rps-arena.is-receiving .rps-player-card::before{animation:rpsReceiveTarget 620ms cubic-bezier(.22,.8,.28,1) both}.rps-arena.is-receiving .rps-player-card .rps-move-symbol{opacity:.18;transform:scale(.88)}.rps-arena.is-playing .rps-player-card .rps-move-symbol{animation:rpsChosenHold 1.26s ease-in-out both}.rps-arena.is-playing .rps-computer-card .rps-move-symbol.is-placeholder{animation:rpsQuestionWait 1.26s ease-in-out both}.rps-arena.is-playing .rps-computer-card::before,.rps-arena.is-playing .rps-player-card::before{animation:rpsDuelPool 1.26s ease-in-out both}.rps-arena.is-revealing .rps-player-card .rps-move-symbol{animation:rpsPlayerResolve 680ms cubic-bezier(.16,1,.3,1) both}.rps-arena.is-revealing .rps-computer-card .rps-move-symbol{animation:rpsComputerResolve 680ms cubic-bezier(.16,1,.3,1) both}.rps-arena.is-revealing .rps-computer-card::before,.rps-arena.is-revealing .rps-player-card::before{animation:rpsDuelPoolResolve 680ms cubic-bezier(.16,1,.3,1) both}.rps-move-symbol.is-delivered{animation:rpsChoiceLand 380ms cubic-bezier(.16,1,.3,1) both!important}@media (max-width:1303.98px){.rps-box{width:calc(100% - 64px)}.rps-scope-box{width:calc(100% - 96px)}}@media (max-width:911.98px){.rps-box{padding:48px 0}.rps-scope-box{width:calc(100% - 48px)}.rps-arena{padding:34px 28px;grid-template-columns:1fr 150px 1fr;gap:18px}.rps-computer-card::before,.rps-player-card::before{width:175px;height:175px}}@media (max-width:767.98px){header{grid-template-columns:88px minmax(0,1fr)}.header-right-box{display:none}.hero{min-width:0;padding-inline:12px}.hero h1{font-size:clamp(30px, 9vw, 38px)}html[lang=es] .hero h1,html[lang=ru] .hero h1{font-size:clamp(24px, 6.5vw, 32px)}.hero-underline-title{white-space:normal;overflow-wrap:break-word}.hero-subtitle{min-width:0;font-size:16px;line-height:1.5;overflow-wrap:break-word}.hero-subtitle .hero-underline{white-space:normal}.rps-box{width:calc(100% - 24px);margin:16px 0 24px;padding:12px 0;border-radius:24px}.rps-scope-box{width:calc(100% - 16px);padding:8px;border-radius:20px}.rps-arena{min-height:0;padding:16px 12px 14px;border-radius:18px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-rows:160px auto;gap:4px 10px;background-image:linear-gradient(115deg,rgba(126,161,116,.12) 0 42%,transparent 42% 58%,rgba(211,133,116,.11) 58% 100%)}.rps-computer-card,.rps-player-card{min-height:150px;padding:8px 4px;gap:5px}.rps-player-card{grid-column:1;grid-row:1}.rps-computer-card{grid-column:2;grid-row:1}.rps-computer-card::before,.rps-player-card::before{width:112px;height:112px}.rps-move-symbol{width:82px;height:82px;min-height:82px;font-size:52px}.rps-move-symbol.is-placeholder{font-size:48px}.rps-round-center{grid-column:1/-1;grid-row:2;min-height:74px;padding:10px 12px;border-radius:16px;background:rgba(255,255,255,.52);display:grid;grid-template-columns:40px minmax(0,1fr);column-gap:12px;text-align:left}.rps-round-copy{min-width:0;align-items:flex-start;gap:4px}.rps-battle-emblem,.rps-battle-emblem[data-phase="1"],.rps-battle-emblem[data-phase="2"],.rps-battle-emblem[data-phase="3"],.rps-battle-emblem[data-phase=go]{width:40px;height:40px}.rps-battle-emblem strong{font-size:14px}.rps-battle-emblem[data-phase="1"] strong,.rps-battle-emblem[data-phase="2"] strong,.rps-battle-emblem[data-phase="3"] strong{font-size:21px}#rpsRoundResult{font-size:16px}.rps-round-detail{max-width:none;display:block;font-size:10px;line-height:1.35}.rps-controls{width:100%;margin:18px 0;padding:17px 14px 19px;border-radius:20px}.rps-choice-list{gap:8px}.rps-choice-button{min-height:116px;padding:11px 5px 10px;gap:3px}.rps-choice-button .rps-choice-icon{width:46px;height:46px;font-size:30px}.rps-choice-button strong{margin-top:1px;font-size:12px}.rps-choice-button small{font-size:8px}.rps-stats-box{padding:20px 14px;border-radius:18px}.rps-stats-grid{gap:6px}.rps-stats-grid span{font-size:9px}.rps-stats-box>.rps-stats-grid>.rps-stat-win{transform:translateY(3px) rotate(-1.4deg)}.rps-stats-box>.rps-stats-grid>.rps-stat-draw{transform:translateY(-3px) rotate(1.2deg)}.rps-stats-box>.rps-stats-grid>.rps-stat-loss{transform:translateY(2px) rotate(-.8deg)}.rps-rounds-inline{padding-inline:9px;font-size:9px}.rps-rounds-inline strong{font-size:15px}.rps-panel-actions{gap:5px}.rps-sound-button{width:34px;height:34px}.rps-sound-button svg{width:18px;height:18px}.rps-history{margin-inline:-2px}.rps-choice-delivery{width:46px;height:46px;font-size:29px}}@media (max-width:359.98px){.rps-arena{grid-template-rows:146px auto;padding-inline:8px}.rps-computer-card::before,.rps-player-card::before{width:94px;height:94px}.rps-move-symbol{width:74px;height:74px;min-height:74px;font-size:47px}.rps-move-symbol.is-placeholder{font-size:44px}.rps-round-center{grid-template-columns:38px minmax(0,1fr);column-gap:9px}}@keyframes rpsRockFluid{0%,100%{border-radius:38% 14% 34% 10%/24% 42% 16% 36%}19%{border-radius:18% 36% 11% 43%/41% 17% 38% 13%}47%{border-radius:44% 9% 27% 21%/15% 33% 12% 46%}73%{border-radius:12% 42% 32% 16%/36% 11% 45% 22%}}@keyframes rpsPaperFluid{0%,100%{border-radius:16% 40% 12% 36%/38% 18% 42% 14%}23%{border-radius:43% 11% 35% 17%/14% 44% 19% 31%}52%{border-radius:10% 33% 46% 13%/29% 12% 36% 47%}81%{border-radius:31% 18% 9% 45%/46% 27% 13% 22%}}@keyframes rpsScissorsFluid{0%,100%{border-radius:34% 10% 42% 18%/16% 38% 12% 44%}17%{border-radius:9% 46% 16% 31%/43% 14% 35% 19%}43%{border-radius:41% 15% 23% 10%/12% 47% 21% 34%}76%{border-radius:20% 32% 8% 44%/36% 9% 48% 16%}}@keyframes rpsChoiceSurface{0%{background-position:0 28%}37%{background-position:74% 8%}68%{background-position:100% 86%}100%{background-position:18% 100%}}@keyframes rpsCountTextIn{0%{opacity:0;transform:translateY(4px)}100%{opacity:1;transform:none}}@keyframes rpsDuelPool{0%,100%,28%,61%,94%{transform:scale(1);border-radius:50%}16%,49%,82%{transform:scale(.94);border-radius:46% 54% 52% 48%}23%,56%,89%{transform:scale(1.035);border-radius:53% 47% 45% 55%}}@keyframes rpsPlayerResolve{0%{opacity:.35;transform:translate(-32px,-9px) rotate(-14deg) scale(.7)}54%{opacity:1;transform:translate(13px,1px) rotate(5deg) scale(1.13)}76%{transform:translate(-4px,0) rotate(-2deg) scale(.98)}100%{transform:none}}@keyframes rpsComputerResolve{0%{opacity:.35;transform:translate(32px,-9px) rotate(14deg) scale(.7)}54%{opacity:1;transform:translate(-13px,1px) rotate(-5deg) scale(1.13)}76%{transform:translate(4px,0) rotate(2deg) scale(.98)}100%{transform:none}}@keyframes rpsDuelPoolResolve{0%{transform:scale(.84);border-radius:45% 55% 48% 52%}56%{transform:scale(1.08);border-radius:54% 46% 56% 44%}100%{transform:scale(1);border-radius:50%}}@keyframes rpsStatPulse{50%{transform:scale(1.18);color:#72a878}}@keyframes rpsLatestTicketArrive{0%{opacity:0;transform:translateX(22px) rotate(3deg) scale(.88)}72%{opacity:1;transform:translateX(-2px) rotate(-3deg) scale(1.03)}100%{transform:rotate(-2.5deg)}}@keyframes rpsReceiveTarget{0%{transform:scale(1)}52%{transform:scale(1.055)}100%{transform:scale(1)}}@keyframes rpsChoiceLand{0%{opacity:0;transform:translateY(12px) scale(.72)}64%{opacity:1;transform:translateY(-3px) scale(1.08)}100%{opacity:1;transform:none}}@keyframes rpsChosenHold{0%,100%{transform:none}28%,62%{transform:translateY(-3px) scale(1.025)}}@keyframes rpsQuestionWait{0%,100%{opacity:.42;transform:scale(.96)}50%{opacity:.68;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.rps-choice-button,.rps-computer-card,.rps-move-symbol,.rps-player-card{transition:none}.rps-arena.is-playing .rps-computer-card .rps-move-symbol.is-placeholder,.rps-arena.is-playing .rps-computer-card::before,.rps-arena.is-playing .rps-player-card .rps-move-symbol,.rps-arena.is-playing .rps-player-card::before,.rps-arena.is-receiving .rps-player-card::before,.rps-arena.is-revealing .rps-computer-card .rps-move-symbol,.rps-arena.is-revealing .rps-computer-card::before,.rps-arena.is-revealing .rps-player-card .rps-move-symbol,.rps-arena.is-revealing .rps-player-card::before,.rps-battle-emblem strong.is-pulsing,.rps-choice-button.rps-paper,.rps-choice-button.rps-rock,.rps-choice-button.rps-scissors,.rps-move-symbol.is-delivered,.rps-stats-grid strong.is-updated{animation:none!important}}