@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Space+Grotesk:wght@400;500;600;700&display=swap";
:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--green-500:#4bff88;--green-600:#25d86a;--green-700:#17a353;--white:#fff;--ink-950:#0a0d0b;--ink-900:#0f1411;--ink-800:#141c18;--ink-700:#1b241f;--ink-600:#2a332d;--theme-bg:radial-gradient(circle at top, #1b2c1f 0%, #0c100e 42%, #070a08 100%);--theme-text:#fff;--theme-muted:#ffffffb3;--theme-muted-strong:#fff9;--theme-muted-soft:#ffffff80;--theme-border:#ffffff14;--theme-border-strong:#ffffff2e;--theme-header-bg:#0a0d0bbf;--theme-grid:#4bff8833;--theme-card:var(--ink-800);--theme-card-soft:#ffffff0d;--theme-card-ghost:#ffffff14;--theme-panel:linear-gradient(160deg, #4bff8833, #0a0d0b80);--theme-panel-border:#4bff8833;--theme-deal:linear-gradient(135deg, #4bff881f, #ffffff05);--theme-deal-border:#4bff8840;--theme-featured-bg:linear-gradient(135deg, #1b3a2a, #0b0f0c);--theme-orbit:#ffffff4d;--theme-pill-text:var(--green-500);--theme-pill-ghost-bg:#ffffff14;--theme-pill-ghost-text:#ffffffb3;--theme-tile:#0a0d0b99;--theme-badge-bg:#ffffff2e;--theme-badge-text:var(--theme-text);--theme-shadow:0 28px 60px #00000073;--glass:#0a0d0b0f;--shadow:var(--theme-shadow);--radius-lg:24px;--radius-md:16px;--radius-sm:12px}[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--theme-bg:#fff;--theme-text:var(--ink-950);--theme-muted:#0a0d0ba6;--theme-muted-strong:#0a0d0b99;--theme-muted-soft:#0a0d0b80;--theme-border:#0a0d0b14;--theme-border-strong:#0a0d0b33;--theme-header-bg:#ffffffe0;--theme-grid:#0a0d0b29;--theme-card:#f4f7f3;--theme-card-soft:#0a0d0b0a;--theme-card-ghost:#0a0d0b0f;--theme-panel:linear-gradient(160deg, #4bff882e, #fffffff5);--theme-panel-border:#4bff8859;--theme-deal:linear-gradient(135deg, #4bff882e, #ffffffe6);--theme-deal-border:#4bff8859;--theme-featured-bg:linear-gradient(135deg, #dff7e7, #fff);--theme-orbit:#0a0d0b40;--theme-pill-text:var(--green-700);--theme-pill-ghost-bg:#0a0d0b0f;--theme-pill-ghost-text:#0a0d0b99;--theme-tile:#0a0d0b0a;--theme-badge-bg:#0a0d0bb3;--theme-badge-text:#fff;--theme-shadow:0 18px 40px #0a0d0b1f;--shadow:var(--theme-shadow)}*{box-sizing:border-box;margin:0;padding:0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}body{background:var(--theme-bg);color:var(--theme-text);min-height:100vh;font-family:Space Grotesk,Segoe UI,sans-serif;overflow-x:hidden}.progress-bar{transform-origin:0;opacity:0;z-index:100;pointer-events:none;background:linear-gradient(90deg,#25d86a,#4bff88);width:100%;height:4px;transition:transform .2s,opacity .2s;position:fixed;top:0;left:0;transform:scaleX(0);box-shadow:0 0 12px #4bff8899}.progress-bar.active{opacity:1}a{color:inherit;text-decoration:none}button{color:inherit;cursor:pointer;background:0 0;border:none;font-family:inherit}.ambient-grid{background-image:radial-gradient(circle, var(--theme-grid) 1px, transparent 1px);opacity:.4;pointer-events:none;z-index:-1;background-size:36px 36px;position:fixed;inset:0}.site-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:var(--theme-header-bg);border-bottom:1px solid var(--theme-border);z-index:10;position:sticky;top:0}.nav{align-items:center;gap:24px;max-width:1200px;margin:0 auto;padding:20px 24px;display:flex}.logo{letter-spacing:1px;align-items:center;gap:12px;font-family:Bebas Neue,Space Grotesk,sans-serif;font-size:34px;display:flex}.logo.small{font-size:22px}.logo-mark{object-fit:contain;border-radius:6px;width:32px;height:32px}.cookie-consent-backdrop{z-index:200;background:#070a08bf;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.cookie-consent-card{background:var(--theme-card);border:1px solid var(--theme-border);border-radius:var(--radius-md);width:min(560px,100%);box-shadow:var(--theme-shadow);padding:24px}.cookie-consent-card h3{margin-bottom:12px;font-size:1.4rem}.cookie-consent-card p{color:var(--theme-muted);margin-bottom:20px;line-height:1.6}.cookie-consent-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.nav-search{flex:1;max-width:none;position:relative}.nav-search-toggle{border:1px solid var(--theme-border-strong);background:var(--theme-card-soft);border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;display:none}.nav-search-icon{border:2px solid;border-radius:50%;width:16px;height:16px;position:relative}.nav-search-icon:after{content:"";background:currentColor;border-radius:999px;width:8px;height:2px;position:absolute;bottom:-2px;right:-6px;transform:rotate(45deg)}.nav-search-panel{width:100%}.nav-search-input{border:1px solid var(--theme-border);background:var(--theme-card-soft);width:100%;color:var(--theme-text);border-radius:999px;padding:10px 14px;font-size:.9rem}.nav-search-input::placeholder{color:var(--theme-muted)}.nav-search-input:focus{border-color:#4bff8880;outline:2px solid #4bff8840}.nav-search-results{gap:10px;margin:12px 0 0;padding:0;list-style:none;display:grid}.search-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:30;background:#05080699;padding:24px;position:fixed;inset:96px 0 0}.search-overlay-panel{background:var(--theme-card);border-radius:var(--radius-lg);border:1px solid var(--theme-border);max-width:700px;box-shadow:var(--theme-shadow);gap:12px;margin:0 auto;padding:20px;display:grid}.search-overlay-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.nav-search-item{border:1px solid var(--theme-border);background:var(--theme-card-soft);border-radius:14px;align-items:center;gap:12px;padding:10px;display:flex}.nav-search-item:hover{background:var(--theme-card-ghost);border-color:#4bff8873}.nav-search-thumb{object-fit:cover;background:var(--theme-card);border:1px solid var(--theme-border);border-radius:10px;width:52px;height:52px}.nav-search-text{flex-direction:column;gap:4px;display:flex}.nav-search-title{font-weight:600}.nav-search-empty{border:1px dashed var(--theme-border);color:var(--theme-muted);border-radius:14px;margin-top:12px;padding:12px;font-size:.85rem}.nav-links{color:var(--theme-muted);gap:18px;font-weight:500;display:flex}.form-checkbox span{font-size:.95rem;line-height:1.6}.nav-links a:hover{color:var(--theme-text)}.nav-menu{align-items:center;gap:12px;display:flex}.nav-toggle{border:1px solid var(--theme-border-strong);background:var(--theme-card-soft);border-radius:999px;align-items:center;gap:10px;padding:8px 14px;font-weight:600;display:none}.nav-toggle-bars{background:currentColor;width:18px;height:2px;display:inline-block;position:relative}.nav-toggle-bars:before,.nav-toggle-bars:after{content:"";background:currentColor;width:18px;height:2px;position:absolute;left:0}.nav-toggle-bars:before{top:-6px}.nav-toggle-bars:after{top:6px}.nav-actions{gap:12px;margin-left:auto;display:flex}.nav-actions-menu{align-items:center;margin-left:auto;display:flex;position:relative}.nav-actions-toggle{border:1px solid var(--theme-border-strong);background:var(--theme-card-soft);border-radius:999px;align-items:center;gap:6px;padding:8px;font-weight:600;display:none}.nav-actions-icon{border-bottom:2px solid;border-right:2px solid;width:12px;height:12px;display:inline-block;transform:rotate(45deg)}.nav-actions-panel{border-radius:var(--radius-md);border:1px solid var(--theme-border);background:var(--theme-card);min-width:220px;box-shadow:var(--theme-shadow);z-index:20;padding:12px;display:none;position:absolute;top:calc(100% + 10px);right:0}.nav-actions-panel .nav-actions{flex-direction:column;align-items:stretch;margin-left:0}.nav-actions-panel .btn{justify-content:center;width:100%}.nav-actions-panel.open{display:block}.nav-actions-desktop{display:flex}.btn{border-radius:999px;justify-content:center;align-items:center;padding:12px 20px;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex}.btn.small{padding:8px 16px;font-size:.9rem}.btn.primary{background:linear-gradient(135deg, var(--green-500), var(--green-700));color:var(--ink-950);box-shadow:0 14px 28px #4bff8859}.btn.primary:hover{transform:translateY(-2px)}.btn:disabled,.btn.disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.btn.outline{border:1px solid var(--theme-border-strong)}.btn.ghost{color:var(--theme-muted)}.theme-toggle{border:1px solid var(--theme-border-strong);background:var(--theme-card-soft);align-items:center;gap:8px;display:inline-flex}.theme-toggle:before{content:"";background:var(--green-500);border-radius:50%;width:10px;height:10px;box-shadow:0 0 12px #4bff8899}.form-input:disabled,.form-input[disabled]{opacity:.55;cursor:not-allowed;color:var(--theme-muted);border-color:var(--theme-border);pointer-events:none;background:#ffffff0a}main{flex-direction:column;gap:20px;max-width:1200px;margin:0 auto;padding:40px 12px 80px;display:flex}.hero{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:32px;display:grid}.hero-image-hero{display:block}.hero-image-panel{border-radius:var(--radius-lg);border:1px solid var(--theme-panel-border);box-shadow:var(--theme-shadow);background:var(--theme-featured-bg);overflow:hidden}.hero-image-media{aspect-ratio:16/6;object-fit:cover;object-position:center;width:100%;display:block}.hero-content h1{margin-bottom:16px;font-family:Bebas Neue,Space Grotesk,sans-serif;font-size:clamp(2.8rem,5vw,4.6rem);line-height:1}.kicker{color:var(--green-500);letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px;font-weight:600}.subhead{color:var(--theme-muted);margin-bottom:24px;font-size:1.05rem}.hero-actions{flex-wrap:wrap;gap:16px;margin-bottom:24px;display:flex}.hero-stats{gap:24px;display:flex}.hero-stats div{flex-direction:column;gap:4px;display:flex}.stat-value{font-size:1.3rem;font-weight:700}.stat-label{color:var(--theme-muted-strong);font-size:.9rem}.hero-panel{background:var(--theme-panel);border-radius:var(--radius-lg);border:1px solid var(--theme-panel-border);box-shadow:var(--theme-shadow);padding:28px;overflow:hidden}.featured{grid-template-columns:minmax(0,240px) minmax(0,1fr);align-items:stretch;gap:20px;display:grid}.featured-carousel{flex-direction:column;gap:16px;display:flex}.featured-art{border-radius:var(--radius-md);background:var(--theme-featured-bg);aspect-ratio:1;width:100%;min-height:0;position:relative;overflow:hidden}.featured-art img,.featured-art .featured-image{object-fit:cover;width:100%;height:100%;display:block}.featured-placeholder{width:100%;height:100%;color:var(--theme-muted-strong);background:var(--theme-card-soft);justify-content:center;align-items:center;font-weight:600;display:flex}.featured-info{grid-template-rows:auto auto minmax(0,1fr) auto auto;row-gap:10px;min-width:0;min-height:240px;display:grid}.featured-info>*{min-width:0}.featured-label{min-height:1.2em}.featured-title{overflow-wrap:anywhere;word-break:break-word;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;min-height:0;margin:0;font-size:1.9rem;line-height:1.08;display:-webkit-box;overflow:hidden}.featured-description{overflow-wrap:anywhere;word-break:break-word;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;min-height:0;margin:0;display:-webkit-box;overflow:hidden}.featured-price{margin:0;font-weight:600}.meta{color:var(--theme-muted-strong);font-size:.85rem}.pill-row{flex-wrap:wrap;align-content:flex-start;gap:10px;min-height:32px;margin:0;display:flex}.pill{color:var(--theme-pill-text);letter-spacing:.04em;background:#4bff8833;border-radius:999px;padding:8px 16px;font-size:.5rem;font-weight:600}.pill.ghost{color:var(--green-500);background:#4bff8847;border:1px solid #4bff888c}.pill.status-success{color:var(--green-600);background:#4bff884d;border:1px solid #4bff8899}.pill.status-pending{color:#f4b23f;background:#ffd36a4d;border:1px solid #ffd36a99}.pill.status-failed{color:#ff6b6b;background:#ff6b6b33;border:1px solid #ff6b6b80}.highlight-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:20px;display:grid}.carousel-controls{justify-content:space-between;align-items:center;gap:16px;display:flex}.carousel-dots{gap:8px;display:flex}.carousel-dot{border:1px solid var(--theme-border-strong);cursor:pointer;background:0 0;border-radius:999px;width:10px;height:10px}.carousel-dot.active{background:var(--green-500);border-color:#0000;box-shadow:0 0 8px #4bff8899}.highlight-card{background:var(--theme-card-soft);border-radius:var(--radius-sm);border:1px solid var(--theme-border);padding:16px}.highlight-card h4{margin-top:6px;font-size:1rem}.shelf{flex-direction:column;gap:24px;display:flex}.promo-fullbleed{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:0 12px}.section-title{justify-content:space-between;align-items:center;gap:16px;display:flex}.section-title h2{font-size:1.5rem}.filters{flex-wrap:wrap;gap:10px;display:flex}.filters-desktop{display:flex}.see-all-mobile{display:none}.section-title.inline{flex-wrap:nowrap}.featured-strip-section{gap:0}.featured-product-strip{background:var(--theme-card-soft);border:1px solid var(--theme-border);scrollbar-width:none;border-radius:16px;grid-auto-columns:minmax(130px,1fr);grid-auto-flow:column;gap:0;padding:14px 12px;display:grid;overflow-x:auto}.featured-product-strip::-webkit-scrollbar{display:none}.featured-product-chip{border-right:1px solid var(--theme-border);text-align:center;justify-items:center;gap:10px;padding:8px 12px 10px;display:grid}.featured-product-chip:last-child{border-right:none}.featured-product-thumb{background:var(--theme-card);border:1px solid var(--theme-border);border-radius:16px;place-items:center;width:92px;height:92px;display:grid;overflow:hidden}.featured-product-thumb img{object-fit:cover;width:100%;height:100%;display:block}.featured-product-chip p{max-width:112px;color:var(--theme-text);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.95rem;overflow:hidden}.chip{border:1px solid var(--theme-border-strong);color:var(--theme-muted);background:0 0;border-radius:999px;padding:8px 16px;font-weight:600}.chip.active{color:var(--green-500);background:#4bff882e;border-color:#4bff8866}.card-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;display:grid}.card-grid-split,.card-grid-row{grid-template-columns:repeat(5,minmax(0,1fr))}.id-checker-grid-desktop{grid-template-columns:repeat(5,minmax(160px,1fr))}.id-checker-grid-mobile{display:none}.card-grid-split .card-row{display:contents}.game-card{background:var(--theme-card);border-radius:var(--radius-md);border:1px solid var(--theme-border);transition:transform .2s,border-color .2s;display:block;overflow:hidden}.game-card:hover{border-color:#4bff8880;transform:translateY(-6px)}.card-art{height:200px;position:relative;overflow:hidden}.card-art img{object-fit:cover;width:100%;height:100%;display:block}.card-art:after{content:"";background:linear-gradient(#0000 40%,#00000080 100%);position:absolute;inset:0}.green-1{background:radial-gradient(circle at top,#48ff9a,#0a2f1d 65%)}.green-2{background:radial-gradient(circle at top,#2efc76,#101912 70%)}.green-3{background:radial-gradient(circle at top,#3eea7c,#0c2418 70%)}.green-4{background:radial-gradient(circle at top,#6bff8f,#0e1f15 65%)}.badge{background:var(--theme-badge-bg);color:var(--theme-badge-text);border-radius:999px;padding:6px 10px;font-size:.75rem;font-weight:600;position:absolute;top:14px;left:14px}.badge-discount{background:var(--green-500);color:var(--ink-950);top:46px}.card-info{padding:16px}.card-info h3{margin-bottom:6px;font-size:1.15rem}.card-info p{color:var(--theme-muted-strong);font-size:.9rem}.card-meta{justify-content:space-between;margin-top:14px;font-weight:600;display:flex}.telegram-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.telegram-card .card-info h3{margin-bottom:8px}.telegram-card .card-info p{-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.telegram-card .card-art{background:#229ed9}.telegram-card .card-art:after{display:none}.telegram-logo-art{object-fit:cover;border-radius:0;width:100%;height:100%;padding:0}.rating{color:var(--green-500)}.deal-panel{background:var(--theme-deal);border-radius:var(--radius-lg);border:1px solid var(--theme-deal-border);grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:24px;padding:32px;display:grid}.deal-panel h2{margin:8px 0 12px;font-size:2.2rem}.deal-panel p{color:var(--theme-muted);margin-bottom:20px}.deal-actions{flex-wrap:wrap;gap:16px;display:flex}.deal-timer{grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:16px;display:grid}.timer-block{background:var(--theme-tile);border-radius:var(--radius-sm);text-align:center;border:1px solid var(--theme-border);padding:10px}.timer-block span{margin-bottom:4px;font-size:2rem;font-weight:700;display:block}.timer-block small{color:var(--theme-muted-soft);text-transform:uppercase;letter-spacing:.08em;font-size:.7rem}.row-scroll{grid-auto-columns:minmax(220px,1fr);grid-auto-flow:column;gap:16px;padding-bottom:10px;display:grid;overflow-x:auto}.promo-carousel{gap:14px;display:grid;overflow:visible}.promo-viewport{position:relative;overflow:visible}.promo-track{height:clamp(220px,36vw,971px);position:relative;overflow:visible}.promo-slide{transform-origin:50%;aspect-ratio:1672/971;border:1px solid var(--theme-border);background:var(--theme-featured-bg);opacity:0;pointer-events:none;border-radius:14px;width:78%;height:100%;transition:transform .45s,opacity .35s,filter .35s;display:block;position:absolute;top:0;left:50%;overflow:hidden;transform:translate(-50%)scale(.9);box-shadow:0 16px 34px #00000038}.promo-slide img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.promo-slide:after{content:"";background:linear-gradient(#00000014 24%,#00000057 100%);position:absolute;inset:0}.promo-slide.is-active{opacity:1;z-index:3;pointer-events:auto;filter:none;transform:translate(-50%)scale(.85)}.promo-slide.is-prev{opacity:.72;z-index:2;pointer-events:auto;filter:saturate(.75)brightness(.75);transform:translate(-77%)scale(.65)}.promo-slide.is-next{opacity:.72;z-index:2;pointer-events:auto;filter:saturate(.75)brightness(.75);transform:translate(-23%)scale(.65)}.promo-slide.is-hidden{opacity:0;z-index:1;transform:translate(-50%)scale(.65)}.promo-dots{justify-content:center;align-items:center;gap:8px;display:flex}.promo-nav-btn{z-index:4;border:1px solid var(--theme-border);color:#fff;cursor:pointer;background:#101828c7;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.3rem;line-height:1;display:inline-flex;position:absolute;top:50%;transform:translate(-50%,-50%)}.promo-nav-prev{left:14.1%}.promo-nav-next{left:85.9%}.promo-nav-btn:hover{background:#101828f0;border-color:#4bff8873}.promo-dot{cursor:pointer;background:#94a3b88c;border:none;border-radius:999px;width:34px;height:6px}.promo-dot.active{background:#f6c343;box-shadow:0 0 0 1px #f6c34359}.spotlight-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.spotlight-section{margin-top:12px}.spotlight-card{aspect-ratio:16/10;border:1px solid var(--theme-border);min-height:0;box-shadow:var(--theme-shadow);border-radius:16px;display:block;position:relative;overflow:hidden}.spotlight-card img{object-fit:cover;width:100%;height:100%;display:block}.spotlight-card:after{content:"";background:linear-gradient(#0000000d 34%,#00000057 100%);position:absolute;inset:0}.mini-card{background:var(--theme-card);border-radius:var(--radius-md);border:1px solid var(--theme-border);align-items:center;gap:16px;min-width:220px;padding:16px;display:flex}.product-hero{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:20px;display:grid}.product-hero-art{border-radius:var(--radius-md);background:var(--theme-featured-bg);border:1px solid var(--theme-border);height:240px;overflow:hidden}.product-hero-art img{object-fit:cover;width:100%;height:100%;display:block}.favorite-button-row{align-items:center;gap:10px;margin:10px 0 6px;display:flex}.favorite-button{border:1px solid var(--theme-border);color:#ffd36a;letter-spacing:.02em;cursor:pointer;width:auto;height:36px;box-shadow:var(--theme-shadow);background:#0f1318bf;border-radius:999px;justify-content:center;align-items:center;padding:0 16px;font-size:.85rem;font-weight:600;display:inline-flex;position:static}.favorite-button:hover{background:#0f1318e6}.favorite-button.active{background:var(--green-600);color:var(--ink-950);border-color:#4bff8880;box-shadow:0 12px 30px #4bff8859}.product-hero-info ul{color:var(--theme-muted-strong);gap:8px;margin:12px 0 0;padding-left:0;list-style:none;display:grid}.product-hero-info{gap:10px;display:grid}.product-hero-info .meta,.product-hero-info h3,.product-hero-info .subhead{margin:0}.product-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.steps{color:var(--theme-muted-strong);gap:6px;margin:10px 0 0;padding-left:18px;display:grid}.product-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.option-card{border-radius:var(--radius-sm);border:1px solid var(--theme-border);background:var(--theme-card-soft);cursor:pointer;align-items:flex-start;gap:12px;padding:12px 14px;display:flex}.option-card input{accent-color:var(--green-500)}.option-card.active{border-color:#4bff8899;box-shadow:0 0 0 2px #4bff8826}.option-card.disabled{opacity:.5;background:var(--theme-card);cursor:not-allowed;pointer-events:none;filter:grayscale(.7)}.option-card.inactive{background:#4bff8814;border-color:#4bff8866}.option-card.disabled.inactive{opacity:.7;filter:grayscale(.3)}.option-card.disabled input{pointer-events:none}.modal-backdrop{z-index:1000;background:#05080cb3;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal{background:var(--theme-card);border:1px solid var(--theme-border);border-radius:var(--radius-md);width:100%;max-width:420px;padding:20px 24px;box-shadow:0 24px 48px #00000059}.skeleton{background:linear-gradient(90deg,#ffffff0f 25%,#ffffff24 50%,#ffffff0f 75%) 0 0/200% 100%;border-radius:12px;animation:1.4s ease-in-out infinite shimmer}[data-theme=light] .skeleton{background:linear-gradient(90deg,#0a0d0b0f 25%,#0a0d0b24 50%,#0a0d0b0f 75%)}.skeleton-kicker{width:140px;height:16px;margin-bottom:12px}.skeleton-title{width:min(520px,90%);height:48px;margin-bottom:16px}.skeleton-subhead{width:min(520px,95%);height:22px;margin-bottom:24px}.skeleton-stat{border-radius:10px;width:90px;height:40px}.skeleton-media{width:100%;height:100%;min-height:240px}.skeleton-meta{width:120px;height:16px}.skeleton-heading{width:200px;height:28px}.skeleton-paragraph{width:100%;height:64px}.skeleton-section-title{width:200px;height:26px}.skeleton-option{height:64px}.skeleton-card{height:120px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.option-title{font-weight:600;display:block}.option-price{color:var(--theme-muted-strong);font-size:.9rem}.summary-inline{color:var(--theme-muted-strong);font-weight:600}.summary-card{gap:20px}.summary-grid{color:var(--theme-muted-strong);grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.summary-grid span{display:block}.summary-label{text-transform:uppercase;letter-spacing:.08em;color:var(--theme-muted-soft);font-size:.8rem}.summary-total{border-radius:var(--radius-sm);background:var(--theme-card-soft);border:1px solid var(--theme-border);justify-content:space-between;align-items:center;padding:14px 16px;font-size:1.1rem;display:flex}.mini-art{border-radius:14px;width:54px;height:54px}.mini-card h4{margin-bottom:4px}.mini-card p{color:var(--theme-muted-strong);font-size:.85rem}.community{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:24px;display:grid}.community-card{background:var(--theme-card-soft);border-radius:var(--radius-lg);border:1px solid var(--theme-border);padding:28px}.community-card h2{margin-bottom:12px;font-size:2rem}.community-card p{color:var(--theme-muted);margin-bottom:20px}.community-list{flex-direction:column;gap:16px;display:flex}.community-list-mobile{display:flex}.list-item{background:var(--theme-tile);border-radius:var(--radius-md);border:1px solid var(--theme-border);padding:18px}.list-item h4{margin-bottom:6px}.list-item p{color:var(--theme-muted-strong);font-size:.9rem}.dashboard-shell{grid-template-columns:minmax(220px,260px) minmax(0,1fr);align-items:start;gap:24px;width:100%;max-width:1200px;margin:0 auto;display:grid}.dashboard-nav{background:var(--theme-card-soft);border-radius:var(--radius-lg);border:1px solid var(--theme-border);flex-direction:column;gap:16px;width:100%;max-width:100%;padding:20px;display:flex}.dashboard-nav-header h2{font-size:1.3rem}.dashboard-nav-dropdown{flex-direction:column;gap:16px;display:flex}.dashboard-nav-dropdown>summary{cursor:pointer;list-style:none}.dashboard-nav-dropdown>summary::-webkit-details-marker{display:none}.dashboard-links{flex-direction:column;gap:8px;display:flex}.dashboard-link{color:var(--theme-muted);background:0 0;border:1px solid #0000;border-radius:12px;padding:10px 12px;font-weight:600}.dashboard-link.active{color:var(--theme-text);background:#4bff881f;border:1px solid #4bff8859}.dashboard-link:hover{color:var(--theme-text);background:var(--theme-card-ghost);border-color:#4bff8866}.dashboard-nav-footer{margin-top:auto}.dashboard-content{flex-direction:column;gap:24px;width:100%;min-width:0;max-width:100%;display:flex}.dashboard-kpi-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;display:grid}.dashboard-kpi{background:var(--theme-card-soft);border-radius:var(--radius-md);border:1px solid var(--theme-border);flex-direction:column;gap:6px;padding:18px;display:flex}.kpi-label{color:var(--theme-muted);font-size:.85rem;font-weight:600}.kpi-value{font-size:1.7rem}.dashboard-orders{gap:16px;display:grid}.order-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.order-card{border:1px solid var(--theme-border);border-radius:var(--radius-md);background:var(--theme-card-soft);padding:16px}.order-summary{cursor:pointer;justify-content:space-between;align-items:center;gap:16px;list-style:none;display:flex}.order-media{align-items:center;gap:12px;display:flex}.order-thumb{object-fit:cover;border:1px solid var(--theme-border);background:var(--theme-card);border-radius:10px;width:44px;height:44px}.order-summary::-webkit-details-marker{display:none}.order-details{color:var(--theme-muted-strong);gap:6px;margin-top:12px;display:grid}.admin-shell{border-radius:var(--radius-lg);background:0 0;padding:12px}.admin-content{width:100%;min-width:0;max-width:100%;padding:12px}.admin-nav{width:100%;max-width:100%}.admin-kpi-grid{grid-template-columns:1fr}.admin-grid{grid-template-columns:1fr;gap:16px;display:grid}.admin-panel{background:var(--theme-card-soft);border-radius:var(--radius-md);border:1px solid var(--theme-border);gap:12px;padding:16px;display:grid}.admin-panel-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.chart-box{background:var(--theme-card);border-radius:var(--radius-md);border:1px solid var(--theme-border);gap:10px;padding:12px;display:grid}.chart-svg{width:100%;height:160px}.chart-point{fill:#4bff88;stroke:#0a0d0b;stroke-width:1px;cursor:pointer}.chart-point:hover{r:6}.chart-bar{transform-origin:50%;transform-box:fill-box;cursor:pointer;transition:opacity .2s,transform .2s}.chart-bar:hover{opacity:.75;transform:translateY(-2px)scaleY(1.05)}.chart-slice{cursor:pointer;transition:stroke-width .2s}.chart-slice:hover{stroke-width:22px}.chart-legend{color:var(--theme-muted);flex-wrap:wrap;gap:12px;font-size:.85rem;display:flex}.footer{border-top:1px solid var(--theme-border);justify-content:space-between;align-items:center;gap:20px;max-width:1200px;margin:0 auto;padding:32px 24px 60px;display:flex}.footer p{color:var(--theme-muted-strong);max-width:320px;margin-top:10px}.footer-contact{max-width:none;line-height:1.6}.footer-links{color:var(--theme-muted);gap:16px;display:flex}.footer-social{color:var(--theme-muted);gap:16px;margin-top:16px;display:flex}.footer-social a{border:1px solid var(--theme-border);background:var(--theme-card-soft);border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.footer-social a:hover{border-color:#4bff8873}.footer-social-icon{object-fit:contain;width:18px;height:18px}.footer-language{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.footer-label{color:var(--theme-muted);font-size:.85rem;font-weight:600}.language-dropdown{position:relative}.language-trigger{border:1px solid var(--theme-border);background:var(--theme-card-soft);color:var(--theme-text);cursor:pointer;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:.9rem;display:inline-flex}.language-trigger:after{content:"▾";color:var(--theme-muted);font-size:.8rem}.language-select{opacity:0;cursor:pointer;position:absolute;inset:0}.language-flag{object-fit:cover;border-radius:2px;width:18px;height:12px}.form-wrap{justify-content:center;padding:20px 0;display:flex}.id-checker-stack{gap:24px;width:100%;max-width:620px;display:grid}.form-card{border-radius:var(--radius-lg);border:1px solid var(--theme-border);background:var(--theme-card);width:100%;max-width:620px;box-shadow:var(--theme-shadow);gap:16px;padding:clamp(20px,4vw,36px);display:grid}.form-card form{gap:16px;display:grid}.form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.form-field{flex-direction:column;gap:6px;font-weight:600;display:flex}.form-field label{color:var(--theme-muted-strong);font-size:.85rem}.form-input{border:1px solid var(--theme-border);background:var(--theme-card-soft);color:var(--theme-text);border-radius:12px;padding:12px 14px;font-size:.95rem}.form-input:focus{border-color:#4bff8899;outline:2px solid #4bff8859}.form-actions{flex-wrap:wrap;gap:16px;display:flex}.form-note{color:var(--theme-muted-strong);font-size:.85rem}.form-banner{color:#ffcfad;background:#ffa2631f;border:1px solid #ffa26373;border-radius:12px;padding:12px 14px;font-weight:600}.redemption-grid{grid-template-columns:repeat(5,minmax(160px,1fr));gap:16px}@media (max-width:1200px){.redemption-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.telegram-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.redemption-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.card-grid-split{flex-direction:column;gap:16px;display:flex}.card-grid-split .card-row{scrollbar-width:none;grid-auto-columns:minmax(200px,1fr);grid-auto-flow:column;gap:20px;padding:20px;display:grid;overflow-x:auto}.card-grid-row{scrollbar-width:none;grid-template-columns:none;grid-auto-columns:minmax(200px,1fr);grid-auto-flow:column;gap:20px;padding:20px;display:grid;overflow-x:auto}.card-grid-split .card-row::-webkit-scrollbar{display:none}.card-grid-row::-webkit-scrollbar{display:none}}@media (max-width:600px){.redemption-grid{grid-template-columns:1fr}.telegram-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.password-rules-card{background:var(--theme-card-soft);border:1px solid var(--theme-border);border-radius:var(--radius-md);margin-top:-6px;padding:14px}.password-rules-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.password-rule{color:var(--theme-muted-strong);align-items:center;gap:10px;font-size:.95rem;display:flex}.password-rule-indicator{border:2px solid var(--theme-border-strong);background:0 0;border-radius:999px;width:10px;height:10px}.password-rule.met{color:var(--theme-text)}.password-rule.met .password-rule-indicator{border-color:var(--green-500);background:var(--green-500)}.form-consent{align-items:flex-start;gap:10px;margin-top:12px;display:flex}.form-consent input{margin-top:3px}.form-consent a{color:var(--theme-text);text-decoration:underline}.form-error{color:#ff9fa0;margin-top:8px}.reveal{opacity:0;animation:.8s forwards fadeUp;transform:translateY(18px)}.delay-1{animation-delay:.12s}.delay-2{animation-delay:.24s}.delay-3{animation-delay:.36s}.delay-4{animation-delay:.48s}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.game-card:hover{transform:none}.filters-desktop{display:none}.see-all-mobile{display:inline-flex}.featured-product-strip{grid-auto-columns:20%;padding:10px 8px}.featured-product-chip{gap:8px;padding:6px 6px 8px}.featured-product-thumb{border-radius:12px;width:54px;height:54px}.featured-product-chip p{max-width:64px;font-size:.75rem}.hero,.deal-panel,.community{grid-template-columns:1fr}.hero-image-media{aspect-ratio:16/7}.hero-subhead,.hero-stats-home{display:none}.nav-menu{flex-direction:column;align-items:flex-start;width:100%}.nav-toggle{display:inline-flex}.nav-links{border-radius:var(--radius-md);border:1px solid var(--theme-border);background:var(--theme-card-soft);flex-direction:column;align-items:flex-start;gap:12px;width:100%;padding:12px 14px;display:none}.nav-links.open{display:flex}.nav-actions-menu{margin-left:auto}.nav-actions-toggle{display:inline-flex}.nav-actions-desktop{display:none}.search-overlay{padding:16px;top:120px}.featured{grid-template-columns:1fr}.featured-art{aspect-ratio:16/9}.product-hero,.product-details{grid-template-columns:1fr}.orbit{width:130px;height:130px}.nav,.hero-stats{flex-wrap:wrap}.highlight-row,.dashboard-shell{grid-template-columns:1fr}.dashboard-links{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.dashboard-link{white-space:normal;text-align:center;justify-content:center}.community-list-mobile{display:none}.dashboard-nav{padding:16px}.dashboard-nav-dropdown{gap:12px}.dashboard-links .btn{padding:8px 14px;font-size:.9rem}.redemption-mobile-scroll{scrollbar-width:none;grid-template-columns:none;grid-auto-columns:220px;grid-auto-flow:column;align-items:stretch;gap:20px;padding:20px;display:grid;overflow:auto hidden}.redemption-mobile-scroll::-webkit-scrollbar{display:none}.redemption-mobile-scroll .game-card{height:100%}.redemption-mobile-scroll .card-art{height:190px}.redemption-mobile-scroll .card-info{flex-direction:column;min-height:168px;display:flex}.redemption-mobile-scroll .card-meta{margin-top:auto}.spotlight-grid{grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-flow:row;gap:12px;padding:0;overflow:visible}.spotlight-section{margin-top:10px}.spotlight-card{aspect-ratio:16/12;min-height:0}}@media (min-width:769px){.dashboard-nav-dropdown>summary{cursor:default;pointer-events:none}}@media (max-width:465px){.hero-image-media{aspect-ratio:16/9}.order-row{flex-direction:column;align-items:flex-start}.card-grid-split{flex-direction:column;gap:16px;display:flex}.card-grid-split .card-row{scrollbar-width:none;grid-auto-columns:minmax(200px,1fr);grid-auto-flow:column;gap:20px;padding:0;display:grid;overflow-x:auto}.card-grid-split .card-row::-webkit-scrollbar{display:none}.card-grid-row::-webkit-scrollbar{display:none}.row-scroll::-webkit-scrollbar{display:none}.id-checker-grid-desktop{display:none}.id-checker-grid-mobile{scrollbar-width:none;grid-template-rows:repeat(2,minmax(0,1fr));grid-auto-columns:minmax(200px,1fr);grid-auto-flow:column;gap:20px;padding:20px;display:grid;overflow-x:auto}.id-checker-grid-mobile::-webkit-scrollbar{display:none}.card-grid-row{scrollbar-width:none;grid-template-columns:none;grid-auto-columns:minmax(200px,1fr);grid-auto-flow:column;gap:20px;padding:20px;display:grid;overflow-x:auto}.card-grid-row.card-grid-row-two{grid-template-rows:repeat(2,minmax(0,1fr));grid-auto-flow:column}.row-scroll{scrollbar-width:none;padding-bottom:0}.promo-track{height:176px}.promo-slide{border-radius:12px;width:100%;left:0;transform:scale(1)}.promo-slide.is-active{transform:none}.promo-slide.is-prev,.promo-slide.is-next,.promo-slide.is-hidden{opacity:0;pointer-events:none;transform:none}.promo-dot{width:22px}.promo-nav-btn{width:32px;height:32px;font-size:1.15rem}.promo-nav-prev{left:22px;transform:translateY(-50%)}.promo-nav-next{left:auto;right:22px;transform:translateY(-50%)}.spotlight-card{aspect-ratio:16/8}.card-grid-split .card-art{height:180px}.card-grid-split .card-info{padding:20px}.card-grid-split .card-info h3{font-size:1.05rem}.card-grid-split .card-info p{font-size:.85rem}.card-grid-row .card-art{height:180px}.redemption-mobile-scroll{grid-auto-columns:200px;gap:16px;padding:0}.id-checker-grid-mobile .card-art{height:160px}.card-grid-row .card-info{padding:20px}.id-checker-grid-mobile .card-info{padding:18px}.card-grid-row .card-info h3,.id-checker-grid-mobile .card-info h3{font-size:1.05rem}.card-grid-row .card-info p,.id-checker-grid-mobile .card-info p{font-size:.85rem}.product-hero-art{height:200px}.product-options,.summary-grid{grid-template-columns:1fr}.chip{padding:6px 12px;font-size:.8rem}.badge{padding:4px 8px;font-size:.7rem}.pill{padding:4px 10px;font-size:.5rem}.hero-panel{border-radius:18px;padding:16px}.featured{gap:14px}.featured-info h3{font-size:1.2rem}.highlight-row{gap:12px;display:none}.carousel-controls{justify-content:center}.highlight-card{padding:12px}.featured-art{aspect-ratio:16/10}.featured-info,.featured-title,.featured-description{min-height:0}.carousel-controls{flex-direction:column;align-items:flex-start}.nav-actions{justify-content:flex-start;width:100%}.hero-actions{width:100%}.section-title{flex-direction:column;align-items:flex-start}.section-title.inline{flex-flow:wrap;align-items:center}.section-title.inline .btn{flex-shrink:0}.footer{flex-direction:column;align-items:flex-start;font-size:.85rem}.footer p,.footer-links{font-size:.85rem}.form-row{grid-template-columns:1fr}.form-card{max-width:100%}}
