@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap";:root{font-family:DM Sans,sans-serif;color:#f6f5f8;background:#101014;font-synthesis:none;color-scheme:dark;--muted:#a2a1af;--purple:#b39aff;--line:#2a2932}*{box-sizing:border-box}body{margin:0}button,input,a{-webkit-tap-highlight-color:transparent}button,input{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}button{color:inherit}button:disabled{cursor:default;opacity:.65}button:focus-visible,a:focus-visible,input:focus-visible{outline:2px solid var(--purple);outline-offset:5px}html{scroll-behavior:smooth;scroll-padding-top:30px}.shell{width:min(1240px,calc(100% - 96px));margin:auto}header{border-bottom:1px solid var(--line)}.nav{height:92px;display:flex;align-items:center;gap:70px}.brand{font-family:Manrope,sans-serif;font-weight:800;font-size:30px;letter-spacing:-1.5px;display:inline-flex;align-items:center}.brand-mark{width:31px;height:31px;background:var(--purple);color:#17121f;border-radius:9px;display:grid;place-items:center;font-size:17px;margin-right:11px;letter-spacing:0}.brand-dot{color:var(--purple)}.nav-link{font-size:14px;color:#d7d5de}.nav-right{margin-left:auto;display:flex;gap:30px;align-items:center}.locale{font-size:12px;letter-spacing:1px}.locale span{color:var(--muted)}.cart-button{background:#222129;border:1px solid #35333e;border-radius:9px;padding:11px 14px;display:flex;gap:10px;align-items:center;font-size:14px}.cart-button b{font-size:12px;background:var(--purple);color:#17121f;width:22px;height:22px;border-radius:5px;display:grid;place-items:center}.hero{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:52px 0 56px;align-items:center}.eyebrow{font-size:11px;letter-spacing:2px;font-weight:700;display:flex;align-items:center;gap:9px}.eyebrow i{width:6px;height:6px;background:var(--purple);border-radius:50%}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Manrope,sans-serif}h1{font-size:clamp(32px,3.65vw,51px);line-height:1.18;letter-spacing:-2px;margin:22px 0 19px;font-weight:800}h1 em{font-style:normal;color:var(--purple)}.hero-copy>p{color:var(--muted);font-size:16px;line-height:1.8}.primary{display:inline-flex;align-items:center;justify-content:center;gap:20px;background:var(--purple);color:#191222;border:0;border-radius:8px;font-weight:700;font-size:14px;padding:15px 20px;transition:background .2s}.primary:hover{background:#cab8ff}.hero .primary{margin-top:27px}.hero-note{display:block;font-size:12px;color:#85838f;margin-top:17px}.hero-art{height:350px;position:relative;border-radius:14px;overflow:hidden;background:#242825;border:1px solid #393b38}.hero-art>img{height:100%;width:100%;object-fit:cover;object-position:center;transform:scale(1.06)}.hero-shade{position:absolute;inset:0;background:linear-gradient(180deg,#10161566,transparent 35%,#0a0c10f5)}.feature-label{position:absolute;top:22px;left:24px;right:24px;font-size:10px;font-weight:700;letter-spacing:2px;display:flex;justify-content:space-between}.feature-label span{color:#d0d0c4;letter-spacing:1px}.feature-bottom{position:absolute;bottom:25px;left:26px;right:26px;display:flex;justify-content:space-between;align-items:end}.feature-bottom span{font-size:10px;letter-spacing:2px;color:#d2d4b0}.feature-bottom h2{font-size:32px;letter-spacing:-1px;margin:6px 0}.feature-bottom p{font-size:12px;color:#bfbdc8}.feature-button{height:44px;width:44px;border:1px solid #ffffff55;background:#ffffff12;border-radius:50%;display:grid;place-items:center}.catalogue{padding:12px 0 25px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:15px}.muted{color:var(--muted)}.section-head h2{font-size:27px;letter-spacing:-1px;margin-top:10px}.section-head h2 span{color:var(--purple)}#results{font-size:12px;padding-bottom:4px}.toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:27px 0 26px}.filters{display:flex;gap:6px;flex-wrap:wrap}.filter{padding:10px 15px;border:1px solid transparent;background:transparent;border-radius:7px;color:var(--muted);font-size:13px}.filter:hover{color:#fff;background:#202027}.filter.active{background:#282332;border-color:#594871;color:#cfbcff}.search{display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:8px;padding:10px 13px;color:#888693;background:#17171d}.search input{width:185px;border:0;outline:none;background:transparent;font-size:13px;color:#fff}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}.game{background:#19191f;border:1px solid #2b2a32;border-radius:12px;overflow:hidden;transition:transform .2s,border-color .2s}.game:hover{transform:translateY(-4px);border-color:#66567c}.game-image{padding:0;position:relative;display:block;border:0;background:#292735;width:100%;overflow:hidden;aspect-ratio:460/215}.game-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}.game-image:hover img{transform:scale(1.05)}.image-action{position:absolute;inset:auto 12px 12px auto;background:#15121ee8;padding:8px 11px;border-radius:6px;font-size:12px;display:flex;gap:8px;align-items:center;opacity:0;transition:opacity .2s}.game-image:hover .image-action,.game-image:focus-visible .image-action{opacity:1}.game-body{padding:21px}.game-meta{display:flex;justify-content:space-between;color:#9895a6;font-size:10px;letter-spacing:1px}.game-meta span:last-child{letter-spacing:0;color:#c7b7e6}.title-button{padding:0;border:0;background:transparent;text-align:left;display:block;margin:12px 0 10px}.title-button h3{font-size:18px;letter-spacing:-.4px;line-height:1.4}.game-body>p{font-size:13px;color:#aaa7b5;line-height:1.7;min-height:66px}.game-bottom{border-top:1px solid var(--line);margin-top:19px;padding-top:18px;display:flex;justify-content:space-between;align-items:center;gap:12px}.game-bottom strong{font-size:21px;letter-spacing:-.6px}.add{background:#2d263d;border:1px solid #443655;color:#cdbaff;font-size:12px;padding:9px 12px;border-radius:6px;display:flex;align-items:center;gap:5px}.add:hover{background:#443257}.add.added{background:#242b29;border-color:#3c544b;color:#b9d4c9}.demo-note{font-size:12px;color:#85828f;margin:28px 0;text-align:center}footer{border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;padding:30px 0 34px}footer .brand{font-size:23px}footer p,footer>span{color:#898693;font-size:12px}dialog{border:1px solid #39343f;background:#19191f;color:#f6f5f8;border-radius:16px;padding:28px;width:min(590px,calc(100% - 32px));max-height:90dvh;overflow:auto}dialog::backdrop{background:#050508b8;backdrop-filter:blur(6px)}.dialog-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.dialog-head h2{font-size:27px;margin-top:8px}.dialog-head h2 span{color:var(--muted);font-size:20px}.icon-button{background:#28252f;border:1px solid #49424f;border-radius:50%;width:36px;height:36px;display:grid;place-items:center;flex-shrink:0}.cart-item{display:flex;gap:15px;padding:18px 0;border-bottom:1px solid var(--line);align-items:center}.cart-item img{width:105px;aspect-ratio:460/215;object-fit:cover;border-radius:6px}.cart-item>div{flex:1}.cart-item h3{font-size:14px;margin-bottom:5px}.cart-item span{color:var(--muted);font-size:12px}.cart-item strong{font-size:14px;white-space:nowrap}.remove{background:none;border:0;display:block;padding:6px 0 0;color:var(--purple);font-size:12px}.total{display:flex;justify-content:space-between;margin:25px 0}.total strong{font-size:25px}.checkout{width:100%}.checkout-note{font-size:12px;text-align:center;margin-top:15px;color:var(--muted)}#checkout-message{font-size:14px;line-height:1.7;margin-top:15px;color:#d5c5ff}.empty{grid-column:1/-1;text-align:center;padding:55px 15px}.empty p{color:var(--muted);margin:13px 0 22px}.empty h3{font-size:20px}#details{padding:0}.detail-close{position:absolute;top:14px;right:14px}.detail-image{width:100%;display:block}.detail-body{padding:28px}.detail-body h2{font-size:30px;margin:14px 0}.detail-body>p{line-height:1.8;color:var(--muted);font-size:16px}.detail-body .compatibility{font-size:12px;background:#222128;padding:14px;border-radius:6px;margin-top:18px}.toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,20px);background:#d0bfff;color:#191222;padding:14px 22px;box-shadow:0 5px 30px #0008;border-radius:9px;opacity:0;pointer-events:none;transition:.2s;font-size:14px;max-width:calc(100% - 32px);width:max-content}.toast.visible{opacity:1;transform:translate(-50%)}@media(min-width:1500px){.hero{gap:80px}.hero-art{height:365px}}@media(max-width:1050px){.shell{width:calc(100% - 48px)}.nav{gap:35px}.hero{gap:25px}.hero-art{height:320px}.toolbar{align-items:start;flex-direction:column}.search,.search input{width:100%}.grid{gap:18px}.game-body{padding:17px}.game-body>p{min-height:88px}}@media(max-width:760px){.shell{width:calc(100% - 36px)}.nav{height:76px;gap:15px}.brand{font-size:27px}.nav-link,.locale{display:none}.cart-button{padding:9px 10px}.nav-right{gap:0}.hero{grid-template-columns:1fr;padding:36px 0;gap:28px}h1{font-size:42px;max-width:500px}.hero-art{height:260px}.hero-copy>p br{display:none}.hero-note{font-size:12px}.section-head h2{font-size:24px}.section-head{align-items:start;flex-direction:column;gap:12px}.toolbar{margin-top:19px;gap:16px}.filters{gap:3px}.filter{padding:9px 11px;font-size:12px}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.game-body{padding:15px}.game-body>p{min-height:110px}.game-bottom{align-items:start;flex-direction:column;gap:12px}.game-bottom .add{width:100%;justify-content:center}.title-button h3{font-size:16px;min-height:45px}footer p{display:none}.demo-note{line-height:1.8}.detail-body .game-bottom{flex-direction:row;align-items:center}}@media(max-width:420px){h1{font-size:36px}.grid{grid-template-columns:1fr}.game-body>p{min-height:0}.title-button h3{min-height:0;font-size:19px}.game-bottom{flex-direction:row;align-items:center}.game-bottom .add{width:auto}.cart-item img{width:70px}.cart-item{gap:10px}dialog{padding:20px}.detail-body{padding:20px}.detail-body .game-bottom{align-items:start;flex-direction:column}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}.spotlight{padding:26px 0 46px}.spotlight-stage{position:relative;isolation:isolate;min-height:535px;display:flex;align-items:end;border:1px solid #ffffff14;border-radius:18px;overflow:hidden;background:#151b22}.spotlight-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 38%;z-index:-3}.spotlight-overlay{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#06080deb,#06080d91 48%,#06080d1f),linear-gradient(0deg,#080a10 1%,transparent 75%)}.spotlight-top{position:absolute;top:30px;left:38px;right:38px;display:flex;justify-content:space-between;align-items:center;color:#d3d1d9}.spotlight-top>span:last-child{font-size:12px;letter-spacing:2px}.spotlight-content{max-width:720px;padding:100px 42px 91px}.spotlight-tags{display:flex;gap:8px}.spotlight-tags span{border:1px solid #ffffff25;border-radius:30px;padding:6px 12px;font-size:12px;background:#ffffff12;backdrop-filter:blur(8px)}.spotlight-tags span:first-child{background:#e6def8;color:#241c32;border-color:transparent;font-weight:700}.spotlight-content h1{font-size:clamp(35px,4.6vw,62px);line-height:1.08;letter-spacing:-2px;margin:20px 0 19px;max-width:650px;text-wrap:balance}.spotlight-meta{display:flex;gap:0;align-items:center;font-size:13px;color:#d1ccd9}.spotlight-meta span+span:before{content:"·";margin:0 12px;color:#97909f}.spotlight-content>p{max-width:510px;font-size:16px;line-height:1.8;color:#d2cfd8;margin-top:20px}.spotlight-purchase{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:27px}.spotlight-purchase .primary{padding:15px 20px;gap:10px;background:#fff;color:#19151f}.spotlight-purchase .primary:hover{background:#e5d9ff}.spotlight-purchase>strong{font-size:24px;white-space:nowrap;letter-spacing:-.6px}.spotlight-details{display:flex;gap:8px;align-items:center;background:none;border:0;color:#d3ccdf;font-size:13px;padding:10px 0}.spotlight-details:hover{color:#fff}.spotlight-controls{position:absolute;bottom:23px;left:36px;right:30px;display:flex;align-items:center;justify-content:space-between}.spotlight-dots{display:flex;gap:2px;align-items:center}.spotlight-dot{background:transparent;border:0;padding:14px 5px;display:grid;place-items:center;min-width:24px;height:44px}.spotlight-dot span{width:7px;height:7px;border-radius:5px;background:#fff5;transition:width .2s,background .2s}.spotlight-dot[aria-pressed=true] span{width:30px;background:#fff}.spotlight-arrows{display:flex;gap:8px}.spotlight-arrows .icon-button{background:#ffffff0d;border-color:#ffffff30;width:38px;height:38px}.spotlight-arrows button:first-child svg{transform:rotate(180deg)}.recent-heading{display:flex;align-items:center;justify-content:space-between;margin:24px 0 13px;gap:12px}.recent-heading h2{font-size:16px;letter-spacing:-.3px}.recent-heading>span{color:var(--muted);font-size:12px}.recent-list{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px}.recent-game{text-align:left;min-width:0;padding:7px;border:1px solid transparent;background:#19191f;border-radius:9px;transition:background .2s,border-color .2s}.recent-game:hover{background:#25222e}.recent-game[aria-pressed=true]{background:#292233;border-color:#9c81d9}.recent-game>img{width:100%;aspect-ratio:460/215;object-fit:cover;border-radius:5px;display:block}.recent-info{display:block;padding:10px 3px 3px}.recent-info>strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600}.recent-info>span{display:flex;justify-content:space-between;gap:4px;color:var(--muted);font-size:11px;margin-top:6px}.recent-price{color:#d9c9ff;white-space:nowrap}@media(min-width:1450px){.spotlight-stage{min-height:570px}}@media(max-width:1000px){.recent-list{grid-template-columns:repeat(3,minmax(0,1fr))}.recent-game{display:flex;align-items:center;gap:8px}.recent-game>img{width:70px;height:55px;object-fit:cover}.recent-info{min-width:0;flex:1;padding:0}.recent-info>span{flex-wrap:wrap}.spotlight-content{padding-left:30px;padding-right:30px}.spotlight-top{left:30px;right:30px}}@media(max-width:600px){.spotlight{padding-top:18px;padding-bottom:32px}.spotlight-stage{min-height:550px;border-radius:13px}.spotlight-image{object-position:62% center}.spotlight-overlay{background:linear-gradient(0deg,#080a10 2%,#080a10c9 55%,#080a1033),linear-gradient(90deg,#080a1055,transparent)}.spotlight-top{left:22px;right:22px;top:23px}.spotlight-top .eyebrow{font-size:10px;letter-spacing:1.5px}.spotlight-content{padding:120px 22px 85px;width:100%}.spotlight-content h1{font-size:38px;letter-spacing:-1.2px}.spotlight-content>p{font-size:14px;line-height:1.75;margin-top:17px}.spotlight-purchase{gap:14px;margin-top:22px}.spotlight-purchase>strong{font-size:22px}.spotlight-purchase .primary{padding:13px 14px;font-size:13px}.spotlight-details{font-size:12px;padding:0}.spotlight-controls{left:17px;right:20px;bottom:17px}.recent-heading>span{display:none}.recent-list{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding:3px 1px 10px;scrollbar-width:thin;scrollbar-color:#51425d transparent}.recent-game{flex:0 0 210px;scroll-snap-align:start}.recent-game>img{width:72px;height:54px}.recent-info>strong{font-size:13px}.recent-info>span{font-size:12px}}.steam-badge{display:inline-flex;align-items:center;white-space:nowrap;padding:9px 12px;border:1px solid #50445f;background:#282232;border-radius:7px;font-size:11px;letter-spacing:1px;color:#d6c4ff;font-weight:700}.recent-game{display:block}.product-page{padding:30px 0 55px}.breadcrumbs{display:flex;flex-wrap:wrap;gap:12px;color:var(--muted);font-size:13px;margin-bottom:35px}.breadcrumbs a:hover{color:var(--purple)}.product-heading{margin-bottom:28px}.product-heading h1{font-size:clamp(30px,4vw,48px);margin:12px 0 18px}.product-tags{display:flex;gap:9px}.product-tags span{font-size:12px;color:#cfc9db;border:1px solid #3c3548;border-radius:5px;padding:5px 10px}.product-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:32px;align-items:start}.product-main{min-width:0}.gallery-main{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;background:#1c1a22;border:1px solid var(--line);border-radius:12px}.gallery-thumbnails{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:12px}.gallery-thumbnails button{padding:3px;border:1px solid transparent;border-radius:8px;background:#212027;position:relative;overflow:hidden}.gallery-thumbnails button[aria-pressed=true]{border-color:var(--purple);background:#57416e}.gallery-thumbnails img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block;border-radius:4px}.gallery-thumbnails span{position:absolute;bottom:7px;right:8px;background:#000b;padding:2px 5px;border-radius:3px;font-size:10px}.game-about{margin-top:38px}.game-about h2{font-size:25px;margin:12px 0 16px}.game-about>p{font-size:16px;line-height:1.9;color:#bdb7c7;max-width:740px}.game-specs{display:grid;grid-template-columns:1fr 1fr;gap:24px;border-top:1px solid var(--line);padding-top:25px;margin-top:27px}.game-specs dt{font-size:12px;color:var(--muted);margin-bottom:8px}.game-specs dd{font-size:14px;margin:0}.purchase-panel{position:sticky;top:24px;background:#1a1821;border:1px solid #393040;border-radius:13px;padding:27px}.purchase-panel h2{font-size:23px;line-height:1.4;margin-top:19px;letter-spacing:-.7px}.edition-label{font-size:13px;color:var(--muted);margin-top:8px}.product-price{font-family:Manrope,sans-serif;font-size:38px;font-weight:800;letter-spacing:-1.5px;margin-top:27px}.price-note{font-size:12px;color:#aaa2b6;line-height:1.6;margin:7px 0 23px}.whatsapp-button{width:100%;font-size:14px;gap:10px;padding:15px 10px;background:#b5e8c3;color:#17271c}.whatsapp-button:hover{background:#d1f7da}.order-caption,.setup-note{font-size:12px;color:#aaa2b6;line-height:1.7;margin-top:13px}.setup-note{color:#dec7ff}.order-steps{border-top:1px solid #35303e;margin-top:24px;padding-top:23px}.order-steps h3{font-size:14px}.order-steps ol{font-size:13px;color:#c2baca;line-height:1.8;padding-left:18px;margin-bottom:20px}.order-steps li{padding-left:5px;margin-top:10px}.steam-link{font-size:12px;color:#c8b3eb;text-decoration:underline;text-underline-offset:4px}.back-catalogue{display:inline-block;margin-top:34px;color:var(--purple);font-size:14px}.nav-right{gap:20px}@media(max-width:1000px){.product-layout{grid-template-columns:minmax(0,1fr) 290px;gap:22px}.purchase-panel{padding:20px}.recent-game{display:flex}}@media(max-width:760px){.product-layout{grid-template-columns:1fr}.purchase-panel{position:static;grid-row:1}.product-heading h1{font-size:34px}.product-page{padding-top:22px}.breadcrumbs{margin-bottom:28px}.nav .steam-badge{font-size:9px;letter-spacing:.5px;padding:8px}.nav .brand{font-size:25px}.game-specs{gap:20px}.product-price{margin-top:18px}.order-steps{margin-top:20px}.recent-game{display:flex}.product-heading{margin-bottom:22px}}@media(max-width:760px){.product-main{display:contents}.gallery{grid-row:1}.purchase-panel{grid-row:2}.game-about{grid-row:3;margin-top:10px}}.brand{gap:10px;font-size:27px;letter-spacing:-1.2px;direction:ltr;flex-shrink:0}.checkpoint-mark{color:var(--purple);flex-shrink:0}.language-switch{display:flex;align-items:center;gap:8px;padding:8px 11px;background:#1c1b23;border:1px solid #37323f;border-radius:8px}.language-icon{color:#c8b5ee;font-size:23px;line-height:1}.language-switch select{background:transparent;color:#e8e3ef;border:0;font:inherit;font-size:14px;cursor:pointer;max-width:110px;padding:4px}.language-switch option{background:#222029;color:#fff}.nav-right{margin-left:0;margin-inline-start:auto}.spotlight-content,.recent-game,.title-button{text-align:start}html[dir=rtl] body{font-family:Tahoma,DM Sans,sans-serif}html[dir=rtl] h1,html[dir=rtl] h2,html[dir=rtl] h3{font-family:Tahoma,Manrope,sans-serif;letter-spacing:0;line-height:1.45}html[dir=rtl] .eyebrow{letter-spacing:0}html[dir=rtl] .spotlight-overlay{background:linear-gradient(270deg,#06080deb,#06080d91 48%,#06080d1f),linear-gradient(0deg,#080a10 1%,transparent 75%)}html[dir=rtl] .brand{font-family:Manrope,sans-serif}html[dir=rtl] .order-steps ol{padding-left:0;padding-right:18px}html[dir=rtl] .order-steps li{padding-left:0;padding-right:5px}html[dir=rtl] .spotlight-content h1,html[dir=rtl] .product-heading h1,html[dir=rtl] .game h3,html[dir=rtl] .purchase-panel h2{direction:ltr;text-align:right;line-height:1.15;font-family:Manrope,Tahoma,sans-serif}html[dir=rtl] .product-price,html[dir=rtl] .recent-price,html[dir=rtl] .game-bottom strong,html[dir=rtl] .spotlight-purchase>strong{direction:ltr;unicode-bidi:isolate}html[dir=rtl] .spotlight-arrows button:first-child svg{transform:none}html[dir=rtl] .spotlight-arrows button:last-child svg{transform:rotate(180deg)}html[dir=rtl] .primary svg,html[dir=rtl] .add svg,html[dir=rtl] .image-action svg{transform:rotate(180deg)}html[dir=rtl] .game-body>p{line-height:1.9}html[dir=rtl] .product-heading h1{margin-top:15px}footer .brand{font-size:22px}footer .checkpoint-mark{width:27px;height:27px}@media(max-width:760px){.nav{gap:10px}.nav .brand{font-size:21px;letter-spacing:-.8px;gap:7px}.nav .checkpoint-mark{width:29px;height:29px}.language-switch{padding:5px 7px;gap:4px}.language-switch select{font-size:13px;max-width:94px}.language-icon{font-size:20px}html[dir=rtl] .spotlight-content h1{font-size:35px}html[dir=rtl] .spotlight-overlay{background:linear-gradient(0deg,#080a10 2%,#080a10c9 55%,#080a1033),linear-gradient(270deg,#080a1055,transparent)}}.brand,.nav .brand,footer .brand{gap:0;letter-spacing:-2px;font-size:36px;font-weight:800;line-height:1;direction:ltr}.nexo-wordmark{font-family:Manrope,sans-serif;display:inline-block;letter-spacing:-2px}.nexo-x,.nexo-period{color:var(--purple)}footer .brand{font-size:28px}.language-pills{display:flex;direction:ltr;gap:3px;align-items:center;padding:4px;border:1px solid #302d38;border-radius:100px;background:#16151b}.language-pills button{border:0;background:transparent;color:#a7a1b2;border-radius:100px;min-width:40px;min-height:34px;padding:7px 11px;font-size:12px;font-weight:600;transition:background .15s,color .15s}.language-pills button:hover{color:#fff;background:#292430}.language-pills button[aria-pressed=true]{background:#e8dfff;color:#271c37}.language-pills button[lang=ar]{font-family:Tahoma,sans-serif;min-width:46px}.nav{gap:50px}@media(max-width:760px){.nav .brand{font-size:32px}.language-pills button{min-width:33px;min-height:34px;padding:6px 8px;font-size:11px}.language-pills button[lang=ar]{min-width:40px}.nav{gap:12px}}.account-notice{margin-top:18px;padding:15px;background:#32291e;border:1px solid #6c5331;border-radius:8px}.account-notice>strong{font-size:11px;letter-spacing:.5px;color:#f0cf92;line-height:1.6;display:block}.account-notice p{font-size:13px;line-height:1.8;color:#ded0b8;margin-top:9px}.account-card-label{color:#d5bc8c;font-size:11px;margin-top:13px;line-height:1.6}.purchase-information{margin-top:34px;padding-top:30px;border-top:1px solid var(--line)}.purchase-information h2{font-size:25px;letter-spacing:-.6px;margin:12px 0 18px}.purchase-information h3{font-size:17px;margin-bottom:13px}.delivery-info{font-size:14px;line-height:1.85;color:#bdb3c8}.purchase-benefits,.purchase-conditions,.installation-guide,.purchase-help,.purchase-feedback{margin-top:24px;padding:22px;border:1px solid #35303f;border-radius:10px;background:#19171f}.purchase-conditions{border-color:#53432d;background:#211e19}.purchase-information ul,.purchase-information ol{padding-inline-start:22px;margin:0}.purchase-information li{font-size:14px;line-height:1.9;color:#c9c1d0;padding-inline-start:5px;margin-bottom:10px}.purchase-information li:last-child{margin-bottom:0}.purchase-benefits li::marker{color:#b39aff}.purchase-conditions li::marker{color:#d7b16c}.installation-guide .steam-link{display:inline-block;margin-top:20px}.purchase-help p,.purchase-feedback p{font-size:14px;line-height:1.85;color:#c9c1d0}.purchase-feedback{background:transparent;border-style:dashed}.spotlight-meta{flex-wrap:wrap;row-gap:7px}@media(max-width:760px){.purchase-information{grid-row:4;margin-top:0}.purchase-information h2{font-size:23px}.purchase-benefits,.purchase-conditions,.installation-guide,.purchase-help,.purchase-feedback{padding:18px}.account-notice p{font-size:13px}}.account-notice{background:#30191e;border-color:#b94c5d;border-inline-start:4px solid #ff6b7e}.account-notice>strong{color:#ff8fa0;font-size:12px}.account-notice p{color:#f5cbd2}.account-card-label{color:#ff95a4}.purchase-conditions{background:#29191e;border-color:#a64757;border-inline-start:4px solid #ff6b7e}.purchase-conditions h3{color:#ff95a4}.purchase-conditions li{color:#f1cbd1}.purchase-conditions li::marker{color:#ff7388}.purchase-information>.eyebrow{color:#ff95a4}.order-alternative{width:100%;margin-top:11px;border:1px solid #5c4b70;background:transparent;color:#ddc9fb;border-radius:8px;padding:13px 12px;font-size:14px;font-weight:600}.order-alternative:hover{background:#2c2239}.order-dialog{width:min(530px,calc(100% - 32px));padding:28px}.order-dialog .dialog-head{gap:20px;margin-bottom:13px}.order-dialog h2{font-size:25px;line-height:1.4}.order-intro{color:#b7aabe;font-size:14px;line-height:1.75;margin-bottom:23px}.direct-order-form{display:grid;gap:17px}.direct-order-form>label{display:grid;gap:8px;font-size:13px;color:#e7dced}.direct-order-form input:not([type=checkbox]),.direct-order-form textarea{width:100%;background:#100f15;border:1px solid #48404f;color:#f6effa;padding:12px;border-radius:7px;font:inherit;font-size:16px}.direct-order-form input[readonly]{color:#bdaacf;background:#24202b}.direct-order-form textarea{resize:vertical;min-height:85px;max-height:240px}.direct-order-form .order-consent{display:flex;gap:10px;align-items:start;line-height:1.7}.order-consent input{accent-color:#b39aff;margin-top:5px;width:16px;height:16px;flex-shrink:0}.order-privacy{color:#a79aaa;font-size:12px;line-height:1.7;text-align:center}.form-error:empty{display:none}.form-honeypot{display:none!important}.order-dialog .icon-button{font-size:25px}.direct-order-form .primary{width:100%}@media(max-width:420px){.order-dialog{padding:21px}.order-dialog h2{font-size:22px}}.refined-order{width:min(650px,calc(100% - 32px))}.order-modal-header{padding:26px 30px 8px;gap:22px}.order-modal-header h2{font-size:26px}.order-form-body{padding:10px 30px 28px}.refined-order .order-intro{font-size:14px;line-height:1.7;margin:0 0 18px}.order-game-summary{padding:12px 14px;margin-bottom:20px}.order-game-summary img{width:96px;height:54px}.refined-order .order-field{margin:0 0 20px}.refined-order .order-field input,.refined-order textarea{border-radius:9px}.refined-order .order-field input{padding:13px 14px;font-size:16px}.refined-order textarea{padding:12px 14px;font-size:16px}.contact-options{margin:20px 0 16px}.order-note{margin:16px 0}.order-consent{font-size:13px}.order-form-footer{padding:15px 30px 20px}.order-form-footer .primary{padding:14px 18px;font-size:15px}.order-form-footer>p{font-size:11px}@media(max-width:520px){.refined-order{width:calc(100% - 24px)}.order-modal-header{padding:22px 22px 6px;gap:14px}.order-form-body{padding:8px 22px 24px}.order-field{margin:0 0 17px}.order-form-footer{padding:13px 22px 17px}}.refined-order{width:min(560px,calc(100% - 28px));padding:0;max-height:92dvh;border-color:#45374e;border-radius:18px;background:#17151d}.order-modal-header{display:flex;align-items:start;justify-content:space-between;gap:18px;padding:17px 24px 0}.order-modal-header .eyebrow{color:#ba9fe4;font-size:10px;letter-spacing:1.6px;margin-bottom:6px}.order-modal-header h2{font-size:23px;letter-spacing:-.8px;line-height:1.2}.refined-order .direct-order-form{display:block}.order-form-body{padding:9px 24px 13px}.refined-order .order-intro{font-size:13px;line-height:1.55;margin:0 0 12px;color:#b0a3bc}.order-game-summary{display:flex;align-items:center;gap:12px;padding:9px;background:#24202c;border:1px solid #393041;border-radius:10px;margin-bottom:13px}.order-game-summary img{width:78px;height:44px;object-fit:cover;border-radius:5px}.order-game-summary>div{min-width:0}.order-game-name{display:block;font-size:14px;line-height:1.35}.order-game-summary span{display:block;color:#aa9bb8;font-size:10px;line-height:1.5;margin-top:3px}.order-field{display:grid;gap:6px;font-size:13px;font-weight:500}.refined-order .order-field input{border-color:#3d3547;background:#100f15;border-radius:8px;padding:9px 12px;font-size:15px}.refined-order input::placeholder,.refined-order textarea::placeholder{color:#746b7f}.contact-options{border:0;margin:13px 0 11px;padding:0;min-width:0}.contact-options legend{font-size:13px;margin-bottom:7px}.contact-choice{display:grid;grid-template-columns:1fr 1fr;gap:8px}.contact-choice label{position:relative;cursor:pointer}.contact-choice input{position:absolute;opacity:0;width:1px!important;height:1px;padding:0!important}.contact-choice span{display:block;padding:8px;text-align:center;border:1px solid #423748;border-radius:8px;font-size:13px;color:#b4a6c2;background:#1d1924}.contact-choice input:checked+span{border-color:#b39aff;background:#30253f;color:#e4d2ff}.contact-choice input:focus-visible+span{outline:2px solid #c4a7f4;outline-offset:3px}.order-note{margin:12px 0;border-top:1px solid #302936;border-bottom:1px solid #302936;padding:10px 0}.order-note summary{display:flex;justify-content:space-between;cursor:pointer;font-size:13px;color:#d8cae6;gap:12px}.order-note summary span{color:#877b94;font-size:12px}.order-note textarea{margin-top:9px;font-size:14px}.refined-order .order-consent{font-size:12px;gap:10px;color:#bcaec9;display:flex}.refined-order .order-privacy{font-size:10px;text-align:start;color:#8f829c;margin-top:10px;line-height:1.5}.field-error{font-size:12px;color:#ff9ead;margin:6px 0 0;line-height:1.5}.field-error:empty{display:none}.refined-order input[aria-invalid=true]{border-color:#ff8298}.order-form-footer{position:sticky;bottom:0;padding:11px 24px 15px;border-top:1px solid #3a3045;background:#1e1926;box-shadow:0 -12px 24px #17151d80}.no-payment{display:block;text-align:center;font-size:11px;color:#b8a7c8;margin-bottom:8px}.order-form-footer .primary{display:flex;justify-content:space-between;width:100%;padding:12px 16px;border-radius:9px;font-size:14px}.order-form-footer>p{font-size:10px;color:#96859f;text-align:center;line-height:1.5;margin-top:7px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:480px){.order-modal-header{padding:14px 18px 0}.order-modal-header h2{font-size:20px}.order-form-body{padding:8px 18px 12px}.order-form-footer{padding:10px 18px 14px}.order-game-summary img{width:68px;height:40px}.refined-order .order-field input,.refined-order textarea{font-size:16px}.refined-order{max-height:94dvh}}.refined-order .order-intro{font-size:13px}@media(max-height:740px){.order-modal-header{padding:12px 24px 0}.order-modal-header .eyebrow{margin-bottom:4px}.order-modal-header h2{font-size:20px}.order-form-body{padding:6px 24px 10px}.refined-order .order-intro{line-height:1.5;margin-bottom:9px}.order-game-summary{padding:7px;margin-bottom:10px}.order-game-summary img{width:70px;height:40px}.order-game-summary span{margin-top:2px}.order-field{gap:5px}.refined-order .order-field input{padding:8px 12px}.contact-options{margin:10px 0 8px;gap:6px}.contact-options legend{margin-bottom:6px}.contact-choice span{padding:7px}.order-note{margin:9px 0;padding:8px 0}.refined-order .order-privacy{margin-top:8px}.order-form-footer{padding:8px 24px 11px}.no-payment{margin-bottom:6px}}.brand,.nav .brand{font-size:30px;letter-spacing:-1.2px}.nexo-wordmark{letter-spacing:-1.2px;white-space:nowrap}footer .brand{font-size:25px}@media(max-width:760px){.nav .brand{font-size:24px}.nav{gap:12px}.nexo-wordmark{letter-spacing:-1px}}@media(max-width:360px){.nav .brand{font-size:21px}.language-pills button{padding:6px;min-width:29px}.language-pills button[lang=ar]{min-width:35px}}.brand,.nav .brand,footer .brand{display:inline-flex;align-items:center;gap:0;line-height:1;direction:ltr;letter-spacing:0}.nfp-wordmark{font-family:Manrope,sans-serif;font-size:30px;font-weight:800;letter-spacing:-1.4px;color:#f1edf7;white-space:nowrap}.nfp-wordmark>span{color:var(--purple)}footer .nfp-wordmark{font-size:25px}@media(max-width:760px){.nav .nfp-wordmark{font-size:25px;letter-spacing:-1.1px}}@media(max-width:360px){.nav .nfp-wordmark{font-size:22px}.nav{gap:8px}}.steam-card-label{color:var(--muted,#aaa4b5);font-size:11px;margin-top:13px;line-height:1.6}.game-body>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow:hidden;overflow-wrap:anywhere;min-height:0;height:3lh;max-height:3lh}.game-request{max-width:550px;margin:0 auto;text-align:start}.game-request>label{display:block;font-size:13px;color:var(--muted);margin-bottom:8px}.game-request-fields{display:flex;gap:10px}.game-request-fields input{flex:1;min-width:0;width:100%;border:1px solid #45404f;border-radius:8px;background:#19191f;color:inherit;padding:13px;font:inherit}.game-request-fields .primary{gap:10px;white-space:nowrap}.request-hint{display:block;color:var(--muted);font-size:12px;line-height:1.6;margin-top:12px}.request-reset{border:0;background:transparent;color:var(--purple);padding:12px;margin-top:18px;font:inherit;font-size:14px}.request-reset:hover{text-decoration:underline}@media(max-width:560px){.game-request-fields{flex-direction:column}.game-request-fields input{font-size:16px}}.recent-list{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-auto-flow:column;grid-template-rows:auto;overflow-x:auto;gap:9px;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#51425d transparent;padding-bottom:10px}.recent-game{scroll-snap-align:start}@media(max-width:1000px){.recent-list{grid-template-columns:repeat(6,210px)}.recent-game{display:flex}}.gallery-strip{display:flex;align-items:center;gap:10px;margin-top:12px;min-width:0}.gallery-strip .gallery-thumbnails{display:flex;flex:1;min-width:0;overflow-x:auto;gap:10px;margin:0;padding:3px;scroll-snap-type:x mandatory;scrollbar-width:none}.gallery-strip .gallery-thumbnails::-webkit-scrollbar{display:none}.gallery-strip .gallery-thumbnails button{flex:0 0 calc((100% - 30px)/4);min-width:0;scroll-snap-align:start}.gallery-nav{flex:0 0 32px;height:42px;border:1px solid #49404f;border-radius:8px;background:#24202c;color:#ddd0f5;font-size:22px}.gallery-nav:hover{background:#393047}html[dir=rtl] .gallery-nav{transform:scaleX(-1)}@media(max-width:600px){.gallery-strip{gap:6px}.gallery-strip .gallery-thumbnails button{flex-basis:calc((100% - 10px)/2)}.gallery-nav{flex-basis:28px}}.gallery-strip{position:relative;gap:0;padding-inline:0}.gallery-strip .gallery-thumbnails{padding:4px 0}.gallery-nav{position:absolute;z-index:2;inset-inline-start:8px;display:grid;place-items:center;width:36px;height:36px;padding:0;border:1px solid #ffffff26;border-radius:50%;background:#15131ee8;color:#f5f0ff;box-shadow:0 3px 12px #0006;backdrop-filter:blur(8px);transition:background .18s,border-color .18s}.gallery-nav[data-gallery-step="1"]{inset-inline-start:auto;inset-inline-end:8px}.gallery-nav:hover{background:#352b46;border-color:#b39aff99}.gallery-nav:focus-visible{outline:2px solid var(--purple);outline-offset:3px}.gallery-nav svg{display:block;pointer-events:none}@media(max-width:600px){.gallery-nav{width:32px;height:32px;inset-inline-start:6px}.gallery-nav[data-gallery-step="1"]{inset-inline-end:6px}}.pagination{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:7px;margin-top:30px}.pagination[hidden]{display:none}.pagination button{min-width:38px;min-height:40px;padding:9px 12px;border:1px solid #39323f;border-radius:8px;background:#1b1822;color:#cec4dc;font-size:13px}.pagination button:hover:not(:disabled){background:#302639;border-color:#79618f}.pagination button[aria-current=page]{background:var(--purple);color:#191222;border-color:var(--purple);font-weight:700}.pagination button:disabled{opacity:.35}.page-gap{color:var(--muted);padding:0 3px}.game-meta{gap:12px;align-items:start}.game-meta>span:first-child{flex-shrink:0}.game-meta>span:last-child{text-align:end;overflow-wrap:anywhere}.recent-info>span{align-items:start}.recent-price{flex-shrink:0}.spotlight-tags{flex-wrap:wrap}.refined-order .order-field{gap:7px;line-height:1.4}.refined-order .order-field input{line-height:1.4}.refined-order .field-error{margin:6px 0 0;font-size:12px;line-height:1.45}.refined-order .field-error+.order-field{margin-top:16px}.refined-order .order-game-summary{margin-bottom:16px}.refined-order .order-note{margin:16px 0 12px;padding:11px 0}.refined-order .order-note summary{line-height:1.5}.refined-order .order-consent{line-height:1.55;align-items:flex-start}.refined-order .order-consent input{margin-top:2px}.refined-order .order-privacy{margin-top:10px;line-height:1.5}.refined-order .order-intro{line-height:1.55;margin-bottom:13px}.refined-order .order-field input:focus-visible{outline-offset:2px}@media(max-height:740px){.refined-order .field-error+.order-field{margin-top:12px}.refined-order .order-game-summary{margin-bottom:12px}.refined-order .order-note{margin:12px 0 10px;padding:9px 0}}
