.Header-module__lnUIdW__header{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#10140fe6;border-bottom:1px solid #8c93881f;justify-content:space-between;align-items:center;padding:12px 24px;display:flex;position:fixed;top:0;left:0;right:0}.Header-module__lnUIdW__logo{align-items:center;gap:10px;text-decoration:none;display:flex}.Header-module__lnUIdW__logoIcon{object-fit:contain;filter:drop-shadow(0 1px 3px #00000080);width:36px;height:36px}.Header-module__lnUIdW__logoText{color:var(--atlas-primary);letter-spacing:-.02em;font-size:1.2rem;font-weight:800}.Header-module__lnUIdW__nav{align-items:center;gap:6px;display:flex}.Header-module__lnUIdW__langBtn{color:var(--atlas-on-surface);cursor:pointer;background:0 0;border:1px solid #8c93884d;border-radius:99px;padding:6px 14px;font-size:.8rem;font-weight:600;transition:all .2s}.Header-module__lnUIdW__langBtn:hover{border-color:var(--atlas-primary);color:var(--atlas-primary)}.Header-module__lnUIdW__langBtn.Header-module__lnUIdW__active{background:var(--atlas-primary-container);border-color:var(--atlas-primary-container);color:var(--atlas-primary)}
.Hero-module___w2HtG__hero{text-align:center;background:var(--atlas-surface);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:80px 20px 40px;display:flex;position:relative;overflow:hidden}.Hero-module___w2HtG__glowOrb{filter:blur(40px);pointer-events:none;background:radial-gradient(circle,#1b5e2059 0%,#1b5e201a 40%,#0000 70%);border-radius:50%;width:600px;height:600px;animation:6s ease-in-out infinite Hero-module___w2HtG__orbPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes Hero-module___w2HtG__orbPulse{0%,to{opacity:.6;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.1)}}.Hero-module___w2HtG__floatingBg{pointer-events:none;z-index:0;position:absolute;inset:0}.Hero-module___w2HtG__floatSuit{color:var(--atlas-primary);opacity:.08;will-change:transform;font-size:2rem;position:absolute}.Hero-module___w2HtG__title{z-index:1;color:var(--atlas-primary);letter-spacing:-.03em;text-shadow:0 0 80px #a1d39966,0 0 160px #a1d39926;margin-bottom:24px;font-size:clamp(4rem,12vw,8rem);font-weight:800;position:relative}.Hero-module___w2HtG__tagline{z-index:1;flex-wrap:wrap;justify-content:center;gap:20px;margin-bottom:16px;display:flex;position:relative}.Hero-module___w2HtG__word{color:var(--atlas-on-surface);font-size:clamp(1.8rem,4vw,2.6rem);font-weight:600}.Hero-module___w2HtG__subtitle{z-index:1;color:var(--atlas-outline);white-space:pre-line;max-width:500px;margin-bottom:40px;font-size:clamp(1rem,2vw,1.2rem);line-height:1.6;position:relative}.Hero-module___w2HtG__cta{z-index:1;background:var(--atlas-primary);color:var(--atlas-on-primary);cursor:pointer;border:none;border-radius:99px;align-items:center;gap:8px;padding:16px 40px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;position:relative}.Hero-module___w2HtG__cta:hover{transform:translateY(-3px);box-shadow:0 8px 32px #a1d39966,0 0 60px #a1d39926}.Hero-module___w2HtG__scrollIndicator{color:var(--atlas-outline);cursor:pointer;z-index:1;background:0 0;border:none;flex-direction:column;align-items:center;gap:8px;padding:12px;font-size:.8rem;transition:color .2s;animation:2s infinite Hero-module___w2HtG__bounce;display:flex;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.Hero-module___w2HtG__scrollIndicator:hover{color:var(--atlas-primary)}@keyframes Hero-module___w2HtG__bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(8px)}}@media (max-width:768px){.Hero-module___w2HtG__floatSuit{opacity:.06;font-size:1.5rem}.Hero-module___w2HtG__glowOrb{width:350px;height:350px}.Hero-module___w2HtG__hero{height:100svh;min-height:auto;padding:60px 20px 48px}.Hero-module___w2HtG__scrollIndicator{bottom:16px}}@media (max-width:400px){.Hero-module___w2HtG__tagline{gap:12px}.Hero-module___w2HtG__hero{padding:48px 16px 24px}}@media (prefers-reduced-motion:reduce){.Hero-module___w2HtG__glowOrb{animation:none}.Hero-module___w2HtG__floatSuit{display:none}}
.PlayingCard-module__ZJS6oW__scene{perspective:800px;cursor:pointer;-webkit-user-select:none;user-select:none;width:200px;height:300px}.PlayingCard-module__ZJS6oW__card{width:100%;height:100%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;border-radius:12px;transition:transform .6s cubic-bezier(.4,0,.2,1);position:relative}.PlayingCard-module__ZJS6oW__card.PlayingCard-module__ZJS6oW__flipped{transform:rotateY(180deg)}.PlayingCard-module__ZJS6oW__face,.PlayingCard-module__ZJS6oW__back{backface-visibility:hidden;border-radius:12px;position:absolute;inset:0;overflow:hidden}.PlayingCard-module__ZJS6oW__face{background:var(--atlas-card-face);color:var(--atlas-suit-black);transform:translateZ(1px);box-shadow:0 4px 24px #00000080,0 1px 3px #0000004d,inset 0 0 0 1px #ffffff1a}.PlayingCard-module__ZJS6oW__faceInner{z-index:1;flex-direction:column;width:100%;height:100%;padding:12px;display:flex;position:relative}.PlayingCard-module__ZJS6oW__faceBorder{pointer-events:none;border:1px solid #00000014;border-radius:8px;position:absolute;inset:5px}.PlayingCard-module__ZJS6oW__cornerTop{flex-direction:column;align-items:flex-start;gap:0;display:flex}.PlayingCard-module__ZJS6oW__cornerBottom{flex-direction:column;align-self:flex-end;align-items:flex-start;display:flex;transform:rotate(180deg)}.PlayingCard-module__ZJS6oW__rank{font-size:1.5rem;font-weight:700;line-height:1.1}.PlayingCard-module__ZJS6oW__suitSmall{font-size:1.1rem;line-height:1}.PlayingCard-module__ZJS6oW__centerArea{flex:1;justify-content:center;align-items:center;display:flex;overflow:hidden}.PlayingCard-module__ZJS6oW__centerSvg{width:100%;height:100%;max-height:100%}.PlayingCard-module__ZJS6oW__red{color:var(--atlas-suit-red)}.PlayingCard-module__ZJS6oW__back{background:var(--atlas-surface-container);flex-direction:column;justify-content:center;padding:16px;display:flex;transform:rotateY(180deg)translateZ(1px);box-shadow:0 4px 24px #00000080,0 1px 3px #0000004d,inset 0 0 0 1px #a1d39926}.PlayingCard-module__ZJS6oW__backContent{flex-direction:column;gap:10px;display:flex}.PlayingCard-module__ZJS6oW__backTitle{color:var(--atlas-primary);font-size:1.1rem;font-weight:700}.PlayingCard-module__ZJS6oW__backDesc{color:var(--atlas-on-surface);white-space:pre-line;font-size:.82rem;line-height:1.5}.PlayingCard-module__ZJS6oW__backTags{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.PlayingCard-module__ZJS6oW__tag{background:var(--atlas-primary-container);color:var(--atlas-primary);border-radius:99px;padding:3px 10px;font-size:.7rem;font-weight:500}.PlayingCard-module__ZJS6oW__holofoil{pointer-events:none;opacity:0;mix-blend-mode:overlay;z-index:10;background:linear-gradient(115deg,#0000 10%,#a1d39926 28%,#a0cfd433 38%,#c8aaff26 48%,#a1d39926 58%,#a0cfd41a 68%,#0000 85%) 0 0/250% 250%;border-radius:12px;transition:opacity .3s;position:absolute;inset:0}.PlayingCard-module__ZJS6oW__scene:hover .PlayingCard-module__ZJS6oW__holofoil{opacity:1}@media (max-width:768px){.PlayingCard-module__ZJS6oW__scene{width:140px;height:210px}.PlayingCard-module__ZJS6oW__faceInner{padding:10px}.PlayingCard-module__ZJS6oW__rank{font-size:1.4rem}.PlayingCard-module__ZJS6oW__suitSmall{font-size:1rem}.PlayingCard-module__ZJS6oW__centerArea{padding:2px}.PlayingCard-module__ZJS6oW__back{padding:8px}.PlayingCard-module__ZJS6oW__backContent{gap:6px}.PlayingCard-module__ZJS6oW__backTitle{font-size:.9rem}.PlayingCard-module__ZJS6oW__backDesc{font-size:.7rem;line-height:1.4}.PlayingCard-module__ZJS6oW__backTags{gap:4px;margin-top:2px}.PlayingCard-module__ZJS6oW__tag{padding:2px 7px;font-size:.58rem}}@media (max-width:420px){.PlayingCard-module__ZJS6oW__scene{width:120px;height:180px}.PlayingCard-module__ZJS6oW__faceInner{padding:8px}.PlayingCard-module__ZJS6oW__rank{font-size:1.2rem}.PlayingCard-module__ZJS6oW__suitSmall{font-size:.9rem}.PlayingCard-module__ZJS6oW__centerArea{padding:1px}.PlayingCard-module__ZJS6oW__back{padding:8px}.PlayingCard-module__ZJS6oW__backContent{gap:5px}.PlayingCard-module__ZJS6oW__backTitle{font-size:.8rem}.PlayingCard-module__ZJS6oW__backDesc{font-size:.62rem;line-height:1.35}.PlayingCard-module__ZJS6oW__backTags{gap:3px;margin-top:2px}.PlayingCard-module__ZJS6oW__tag{padding:2px 6px;font-size:.52rem}}@media (prefers-reduced-motion:reduce){.PlayingCard-module__ZJS6oW__card{transition:none}.PlayingCard-module__ZJS6oW__scene:hover .PlayingCard-module__ZJS6oW__holofoil{opacity:0}}
.CardFan-module__wMCY2a__fanWrapper{flex-direction:column;align-items:center;gap:24px;padding:80px 0;display:flex}.CardFan-module__wMCY2a__fanTitle{color:var(--atlas-on-surface);letter-spacing:.03em;font-size:1.5rem;font-weight:600}.CardFan-module__wMCY2a__fanContainer{justify-content:center;align-items:center;width:100%;max-width:700px;height:360px;display:flex;position:relative}.CardFan-module__wMCY2a__fanCard{transform-origin:bottom;transition:z-index;position:absolute}.CardFan-module__wMCY2a__subtitle{color:var(--atlas-outline);letter-spacing:.03em;font-size:.95rem}@media (max-width:768px){.CardFan-module__wMCY2a__fanWrapper{gap:12px;padding:40px 0}.CardFan-module__wMCY2a__fanContainer{height:250px}.CardFan-module__wMCY2a__fanCard{transform-origin:bottom}}.CardFan-module__wMCY2a__tapHint{z-index:20;opacity:0;pointer-events:none;position:absolute;top:20%;left:50%;transform:translate(-50%,-50%)}.CardFan-module__wMCY2a__tapHintCircle{width:56px;height:56px;color:var(--atlas-primary);background:#000000a6;border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 16px #0006}@media (max-width:420px){.CardFan-module__wMCY2a__fanWrapper{gap:10px;padding:24px 0}.CardFan-module__wMCY2a__fanContainer{height:220px}.CardFan-module__wMCY2a__subtitle{font-size:.82rem}}
.GamesFan-module__Rbf2nq__section{scroll-margin-top:60px;position:relative;overflow:hidden}.GamesFan-module__Rbf2nq__sectionGlow{filter:blur(60px);pointer-events:none;background:radial-gradient(circle,#1b5e2026 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.Decks-module__TYMUnG__section{text-align:center;padding:80px 20px}.Decks-module__TYMUnG__title{color:var(--atlas-on-surface);letter-spacing:.03em;margin-bottom:40px;font-size:1.5rem;font-weight:600}.Decks-module__TYMUnG__grid{flex-wrap:wrap;justify-content:center;gap:20px;max-width:900px;margin:0 auto;display:flex}.Decks-module__TYMUnG__deckCard{perspective:600px;cursor:pointer;-webkit-user-select:none;user-select:none;width:150px;height:220px}.Decks-module__TYMUnG__deckInner{width:100%;height:100%;transform-style:preserve-3d;border-radius:10px;transition:transform .6s cubic-bezier(.4,0,.2,1);position:relative}.Decks-module__TYMUnG__deckInner.Decks-module__TYMUnG__flipped{transform:rotateY(180deg)}@media (hover:hover){.Decks-module__TYMUnG__deckCard:hover .Decks-module__TYMUnG__deckInner:not(.Decks-module__TYMUnG__flipped){transform:rotateY(180deg)}.Decks-module__TYMUnG__deckCard:hover .Decks-module__TYMUnG__deckInner.Decks-module__TYMUnG__flipped{transform:rotateY(0)}}.Decks-module__TYMUnG__deckFront,.Decks-module__TYMUnG__deckBack{backface-visibility:hidden;border-radius:10px;position:absolute;inset:0;overflow:hidden}.Decks-module__TYMUnG__deckFront{background:var(--atlas-surface-container);transition:box-shadow .3s;box-shadow:0 4px 20px #0006,inset 0 0 0 1px #ffffff14}.Decks-module__TYMUnG__deckCard:hover .Decks-module__TYMUnG__deckFront{box-shadow:0 8px 32px #0009,inset 0 0 0 1px #ffffff1f}.Decks-module__TYMUnG__deckImage{object-fit:cover;pointer-events:none;border-radius:10px;width:100%;height:100%}.Decks-module__TYMUnG__deckBack{border-radius:10px;transform:rotateY(180deg);box-shadow:0 4px 20px #0006}.Decks-module__TYMUnG__deckBackBg{object-fit:cover;pointer-events:none;border-radius:10px;width:100%;height:100%;position:absolute;inset:0}.Decks-module__TYMUnG__deckBackOverlay{background:#0009;border-radius:10px;position:absolute;inset:0}.Decks-module__TYMUnG__deckBackContent{z-index:1;flex-direction:column;justify-content:center;align-items:center;gap:8px;height:100%;padding:16px;display:flex;position:relative}.Decks-module__TYMUnG__deckBackName{color:var(--atlas-primary);text-shadow:0 1px 4px #00000080;font-size:.95rem;font-weight:700}.Decks-module__TYMUnG__deckBackDesc{color:var(--atlas-on-surface);text-align:center;text-shadow:0 1px 4px #00000080;font-size:.78rem;line-height:1.4}.Decks-module__TYMUnG__counter{color:var(--atlas-outline);letter-spacing:.03em;margin-top:32px;font-size:.95rem}@media (max-width:400px){.Decks-module__TYMUnG__grid{gap:12px}.Decks-module__TYMUnG__deckCard{width:130px;height:190px}.Decks-module__TYMUnG__deckBackName{font-size:.82rem}.Decks-module__TYMUnG__deckBackDesc{font-size:.68rem}.Decks-module__TYMUnG__deckBackContent{gap:6px;padding:10px}}@media (prefers-reduced-motion:reduce){.Decks-module__TYMUnG__deckInner{transition:none}}
.DownloadCTA-module__OOtvHG__section{text-align:center;background:radial-gradient(ellipse at 50% 50%, #1b5e2026 0%, transparent 60%), var(--atlas-surface);padding:80px 20px;position:relative;overflow:hidden}.DownloadCTA-module__OOtvHG__tagline{color:var(--atlas-on-surface);margin-bottom:48px;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700}.DownloadCTA-module__OOtvHG__stores{flex-wrap:wrap;justify-content:center;gap:28px;display:flex}.DownloadCTA-module__OOtvHG__storeCard{cursor:pointer;width:200px;text-decoration:none}.DownloadCTA-module__OOtvHG__storeInner{background:var(--atlas-surface-container);border:1px solid #0000;border-radius:16px;flex-direction:column;align-items:center;gap:16px;padding:32px 24px;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;box-shadow:0 4px 20px #0000004d,inset 0 0 0 1px #a1d39914}.DownloadCTA-module__OOtvHG__storeCard:hover .DownloadCTA-module__OOtvHG__storeInner{border-color:var(--brand-color);transform:translateY(-8px);box-shadow:0 16px 40px #00000080}.DownloadCTA-module__OOtvHG__icon{width:48px;height:48px;color:var(--atlas-outline);transition:color .3s}.DownloadCTA-module__OOtvHG__iconBg{fill:var(--atlas-outline);transition:fill .3s}.DownloadCTA-module__OOtvHG__iconFg{fill:var(--atlas-surface-container);transition:fill .3s}.DownloadCTA-module__OOtvHG__storeName{color:var(--atlas-on-surface);font-size:1rem;font-weight:600;transition:color .3s}.DownloadCTA-module__OOtvHG__imgIcon{filter:grayscale()brightness(.7);object-fit:contain}.DownloadCTA-module__OOtvHG__storeCard:hover .DownloadCTA-module__OOtvHG__imgIcon{filter:none}.DownloadCTA-module__OOtvHG__store_gp:hover .DownloadCTA-module__OOtvHG__storeName{color:#34a853}.DownloadCTA-module__OOtvHG__store_rustore:hover .DownloadCTA-module__OOtvHG__storeName{color:#07f}.DownloadCTA-module__OOtvHG__store_appgallery:hover .DownloadCTA-module__OOtvHG__iconBg{fill:#ed3e45}.DownloadCTA-module__OOtvHG__store_appgallery:hover .DownloadCTA-module__OOtvHG__iconFg{fill:#fff}.DownloadCTA-module__OOtvHG__store_appgallery:hover .DownloadCTA-module__OOtvHG__storeName{color:#ed3e45}.DownloadCTA-module__OOtvHG__ctaSuits{pointer-events:none;justify-content:center;align-items:center;gap:100px;display:flex;position:absolute;inset:0}.DownloadCTA-module__OOtvHG__ctaSuit{color:var(--atlas-primary);opacity:.04;font-size:6rem;animation:4s ease-in-out infinite alternate DownloadCTA-module__OOtvHG__ctaSuitFloat}@keyframes DownloadCTA-module__OOtvHG__ctaSuitFloat{0%{transform:translateY(0)scale(1)}to{transform:translateY(-15px)scale(1.05)}}@media (hover:none){.DownloadCTA-module__OOtvHG__storeInner{border-color:var(--brand-color)}.DownloadCTA-module__OOtvHG__imgIcon{filter:none}.DownloadCTA-module__OOtvHG__store_gp .DownloadCTA-module__OOtvHG__storeName{color:#34a853}.DownloadCTA-module__OOtvHG__store_rustore .DownloadCTA-module__OOtvHG__storeName{color:#07f}.DownloadCTA-module__OOtvHG__store_appgallery .DownloadCTA-module__OOtvHG__iconBg{fill:#ed3e45}.DownloadCTA-module__OOtvHG__store_appgallery .DownloadCTA-module__OOtvHG__iconFg{fill:#fff}.DownloadCTA-module__OOtvHG__store_appgallery .DownloadCTA-module__OOtvHG__storeName{color:#ed3e45}}@media (max-width:600px){.DownloadCTA-module__OOtvHG__ctaSuits{gap:40px}.DownloadCTA-module__OOtvHG__ctaSuit{font-size:3rem}.DownloadCTA-module__OOtvHG__storeCard{width:160px}.DownloadCTA-module__OOtvHG__storeInner{padding:24px 16px}.DownloadCTA-module__OOtvHG__icon{width:40px;height:40px}}@media (prefers-reduced-motion:reduce){.DownloadCTA-module__OOtvHG__ctaSuit{animation:none}}
.Footer-module__3hUVsW__footer{text-align:center;border-top:1px solid #8c93881a;flex-direction:column;align-items:center;gap:12px;padding:48px 20px;display:flex}.Footer-module__3hUVsW__brand{align-items:center;gap:8px;display:flex}.Footer-module__3hUVsW__logo{object-fit:contain;filter:drop-shadow(0 1px 3px #00000080);width:28px;height:28px}.Footer-module__3hUVsW__name{color:var(--atlas-primary);font-size:1rem;font-weight:700}.Footer-module__3hUVsW__tagline{color:var(--atlas-outline);font-size:.85rem}.Footer-module__3hUVsW__copy{color:var(--atlas-outline);opacity:.6;font-size:.8rem}
