.ps-card-game{position:relative;isolation:isolate;width:100%;height:100svh;height:100dvh;min-height:0;overflow:hidden;display:grid;place-items:center;padding:clamp(8px,1.8vh,20px) 12px;color:var(--ps-text);background:var(--ps-bg)}.ps-card-game *,.ps-card-game *:before,.ps-card-game *:after{box-sizing:border-box}.ps-card-game__shell{width:min(100%,var(--ps-max-width),560px,calc((100dvh - 70px)*.76));max-height:100%;margin-inline:auto;position:relative;z-index:2}.ps-card-game__logo,.ps-card-game__logo-text{text-align:center;margin:0 auto clamp(7px,1.3vh,14px)}.ps-card-game__logo img{display:block;width:auto;max-width:min(220px,55vw);max-height:clamp(34px,6vh,58px);object-fit:contain;margin-inline:auto}.ps-card-game__logo-text{font-size:clamp(24px,4vh,40px);font-weight:800;line-height:1;letter-spacing:-.04em;color:var(--ps-accent)}.ps-card-game__panel{overflow:hidden;border-radius:var(--ps-radius);background:var(--ps-panel);box-shadow:0 24px 70px #00000024}.ps-card-game__checker{height:clamp(12px,2vh,20px);background-color:var(--ps-panel);background-image:linear-gradient(45deg,var(--ps-accent) 25%,transparent 25%),linear-gradient(-45deg,var(--ps-accent) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,var(--ps-accent) 75%),linear-gradient(-45deg,transparent 75%,var(--ps-accent) 75%);background-position:0 0,0 11px,11px -11px,-11px 0;background-size:22px 22px}.ps-card-game__content{padding:clamp(12px,2.3vh,26px) clamp(12px,4vw,38px);text-align:center}.ps-card-game__heading{margin:0;color:var(--ps-accent);font:inherit;font-size:clamp(27px,5.6vh,52px);font-weight:900;line-height:.96;letter-spacing:-.045em;text-transform:uppercase}.ps-card-game__subheading{margin-top:clamp(4px,.8vh,9px);font-size:clamp(13px,2.2vh,20px);font-weight:650}.ps-card-game__grid{width:min(100%,480px);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--ps-card-gap);margin:clamp(10px,1.8vh,18px) auto clamp(9px,1.5vh,15px);perspective:1000px}.ps-card-game__card{-webkit-appearance:none;appearance:none;display:block;width:100%;aspect-ratio:.9;padding:0;border:0;border-radius:var(--ps-card-radius);background:transparent;color:inherit;cursor:pointer;perspective:900px;-webkit-tap-highlight-color:transparent}.ps-card-game__card:not(.is-flipped):hover{transform:translateY(-5px) rotate(var(--ps-hover-rotate, -1deg))}.ps-card-game__card:nth-child(2n){--ps-hover-rotate: 1deg}.ps-card-game__card:focus-visible{outline:3px solid var(--ps-accent);outline-offset:4px}.ps-card-game__card-inner{position:relative;display:block;width:100%;height:100%;transform-style:preserve-3d;transition:transform .68s cubic-bezier(.2,.75,.25,1)}.ps-card-game__card.is-flipped{cursor:default}.ps-card-game__card.is-flipped .ps-card-game__card-inner{transform:rotateY(180deg)}.ps-card-game__face{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:12px;border:2px solid var(--ps-card-border);border-radius:var(--ps-card-radius);backface-visibility:hidden;-webkit-backface-visibility:hidden;box-shadow:0 5px color-mix(in srgb,var(--ps-card-border),transparent 72%)}.ps-card-game__face:after{content:"";position:absolute;top:5px;right:5px;bottom:5px;left:5px;pointer-events:none;border:1px solid color-mix(in srgb,var(--ps-card-border),transparent 35%);border-radius:calc(var(--ps-card-radius) - 4px)}.ps-card-game__face--back{background:var(--ps-card-bg)}.ps-card-game__face--front{transform:rotateY(180deg);background:var(--ps-card-front)}.ps-card-game__back-image,.ps-card-game__prize-media img{width:min(62%,110px);height:min(62%,110px);object-fit:contain}.ps-card-game__back-icon,.ps-card-game__prize-icon{font-size:clamp(30px,7vw,60px);line-height:1}.ps-card-game__corner{position:absolute;color:var(--ps-card-border);font-size:11px}.ps-card-game__corner--tl{top:9px;left:10px}.ps-card-game__corner--br{right:10px;bottom:9px}.ps-card-game__prize-title{position:relative;z-index:1;font-size:clamp(12px,2.3vw,18px);font-weight:900;line-height:1.05;text-transform:uppercase}.ps-card-game__prize-caption{position:relative;z-index:1;font-size:clamp(9px,1.6vw,12px);line-height:1.2;opacity:.78}.ps-card-game__status{font-size:clamp(11px,1.8vh,15px)}.ps-card-game__count{display:inline-block;margin-inline:4px;padding:3px 8px;border-radius:8px;color:var(--ps-button-text);background:var(--ps-accent)}.ps-card-game__note{max-width:560px;margin:clamp(5px,1vh,10px) auto 0;font-size:clamp(8px,1.3vh,10px);line-height:1.45;opacity:.62}.ps-card-game__confetti{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;width:100%;height:100%;pointer-events:none}.ps-card-game__complete{position:fixed;top:0;right:0;bottom:0;left:0;z-index:8;display:grid;place-items:center;padding:20px;background:color-mix(in srgb,var(--ps-bg),transparent 10%);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.ps-card-game__complete.is-visible{opacity:1;visibility:visible}.ps-card-game__complete-card{width:min(100%,480px);padding:clamp(30px,6vw,54px);text-align:center;border-radius:var(--ps-radius);background:var(--ps-panel);box-shadow:0 24px 80px #00000038;transform:scale(.92);transition:transform .42s cubic-bezier(.2,.8,.2,1)}.ps-card-game__complete.is-visible .ps-card-game__complete-card{transform:scale(1)}.ps-card-game__complete-icon{font-size:58px;line-height:1}.ps-card-game__complete h2{margin:14px 0 8px;color:var(--ps-accent);font-size:clamp(30px,6vw,48px);line-height:1}.ps-card-game__continue{display:inline-flex;justify-content:center;min-width:220px;margin-top:24px;padding:14px 24px;border-radius:999px;color:var(--ps-button-text);background:var(--ps-accent);font-weight:800;text-decoration:none}@media(max-width:520px){.ps-card-game{padding:7px}.ps-card-game__content{padding:10px 9px}.ps-card-game__grid{width:min(100%,440px);gap:min(var(--ps-card-gap),9px)}.ps-card-game__face{padding:7px;border-width:1.5px}.ps-card-game__prize-caption{display:none}.ps-card-game__checker{height:12px}.ps-card-game__logo img{max-height:38px}}@media(max-height:650px){.ps-card-game__note{display:none}.ps-card-game__grid{width:min(100%,390px)}.ps-card-game__subheading{font-size:12px}}@media(prefers-reduced-motion:reduce){.ps-card-game__card,.ps-card-game__card-inner,.ps-card-game__complete,.ps-card-game__complete-card{transition-duration:.01ms!important}.ps-card-game__card:not(.is-flipped):hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/8/compiled_assets/styles.css.map?subset=AAAAgA */
