:root{--pink-500: #f5c400;--line: #f0e4aa;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5;font-weight:400;color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{background:#0c0f16}*{box-sizing:border-box}body{margin:0;min-width:320px;zoom:90%}#root{min-height:100vh}.page-shell{min-height:100vh;background:#0c0f16;color:#f4f6fb}.discord-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;display:grid;place-items:center;background:#03060d8c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:20px;animation:modal-overlay-in .24s ease}.discord-modal{width:min(440px,100%);border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.12);box-shadow:0 24px 48px #0000006b;background:#2a2f3a;position:relative;animation:modal-card-in .28s ease}.discord-modal-overlay.is-closing{animation:modal-overlay-out .28s ease forwards}.discord-modal-overlay.is-closing .discord-modal{animation:modal-card-out .28s ease forwards}@keyframes modal-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes modal-overlay-out{0%{opacity:1}to{opacity:0}}@keyframes modal-card-in{0%{opacity:0;transform:translateY(16px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes modal-card-out{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(12px) scale(.96)}}.discord-modal-close{position:absolute;top:0;right:0;width:66px;height:52px;border-radius:0 20px 0 18px;border:0;background:#8d9eff52;color:#e7edffeb;font-size:40px;font-weight:300;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease,color .2s ease}.discord-modal-close:hover{background:#8d9eff75;color:#fff}.discord-modal-top{padding:26px 24px 30px;background:linear-gradient(180deg,#6578e9,#5d6fe4);display:flex;align-items:center;flex-direction:column;gap:14px}.discord-modal-icon{width:72px;height:72px;border-radius:50%;background:#ffffff24;display:grid;place-items:center;overflow:hidden}.discord-modal-icon img{width:100%;height:100%;object-fit:cover;display:block}.discord-modal-badge{padding:8px 16px;border-radius:999px;font-size:13px;font-weight:600;letter-spacing:.02em;color:#eef1ff;background:#1a257a61}.discord-modal-body{padding:28px 26px 30px;text-align:center}.discord-modal-body h2{margin:0;font-size:46px;line-height:1;font-weight:650;color:#f5f7ff}.discord-modal-body p{margin:16px 0 22px;font-size:24px;line-height:1.35;font-weight:400;color:#f0f4ffd9}.discord-modal-cta{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:64px;border-radius:14px;text-decoration:none;font-size:31px;font-weight:600;color:#fff;background:linear-gradient(180deg,#6675ff,#5a6af0);box-shadow:0 10px 26px #546aff59;transition:transform .22s ease,box-shadow .22s ease,filter .22s ease}.discord-modal-cta:hover{transform:translateY(-2px);filter:brightness(1.05);box-shadow:0 16px 28px #546aff6b}.purchase-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:20px;background:#04070e9e;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);animation:modal-overlay-in .22s ease}.purchase-modal{width:min(460px,100%);position:relative;padding:34px 30px 30px;border-radius:18px;border:1px solid rgba(217,191,80,.48);background:linear-gradient(180deg,#141924fa,#0d111afa);box-shadow:0 24px 52px #0000007a,0 0 32px #f5c40029;text-align:center;animation:modal-card-in .24s ease}.purchase-modal-close{position:absolute;top:12px;right:14px;width:36px;height:36px;border:0;border-radius:10px;background:#ffffff14;color:#f7f8fb;cursor:pointer;font-size:24px;line-height:1}.purchase-modal-kicker{margin:0 0 12px;color:#f5c400;font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.purchase-modal h2{margin:0;color:#fff;font-size:34px;line-height:1.1}.purchase-modal-price{margin:12px 0 0;color:#ffe58f;font-size:30px;font-weight:800}.purchase-modal-text{margin:18px 0 24px;color:#f7f8fbd1;font-size:19px;line-height:1.42}.purchase-modal-cta{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:58px;border-radius:12px;background:linear-gradient(180deg,#ffe88a,#f5c400 52%,#be9300);color:#211900;text-decoration:none;font-size:22px;font-weight:800;box-shadow:0 14px 26px #f5c4004d;transition:transform .24s ease,box-shadow .24s ease,filter .24s ease}.purchase-modal-cta:hover{transform:translateY(-2px);filter:brightness(1.04);box-shadow:0 18px 32px #f5c40061}@keyframes rain-fall{0%{transform:skew(-10deg) translateY(-18%)}to{transform:skew(-10deg) translateY(18%)}}.topbar{position:relative;z-index:2;height:68px;display:grid;grid-template-columns:96px 1fr 160px;align-items:center;gap:18px;padding:0 24px;border-bottom:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.page-shell.theme-dark .topbar{background:#0c0f16b8;border-bottom:1px solid rgba(255,255,255,.08)}.right-actions{display:inline-flex;align-items:center;gap:10px}.theme-toggle{width:44px;height:44px;border-radius:12px;border:1px solid #d9bf50;background:#ffffffe0;color:#4c3a00;font-size:22px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.theme-toggle:hover{transform:translateY(-2px);box-shadow:0 0 14px #f5c40040}.brand{padding-top:0;margin-left:18px;display:inline-flex;align-items:center}.brand img{width:46px;height:46px;border-radius:50%;object-fit:cover;border:2px solid var(--pink-500);box-shadow:0 0 18px #f5c4008f}.nav-main{display:flex;align-items:center;justify-content:center;margin-left:0}.menu{display:flex;align-items:center;gap:44px;margin-left:0}.menu button{background:transparent;border:0;cursor:pointer;color:#111;text-decoration:none;font-weight:600;font-size:15px;padding:6px 0;border-bottom:1px solid transparent;transition:color .25s ease,transform .25s ease,border-color .25s ease}.page-shell.theme-dark .menu button{color:#f7f7f9}.menu button:first-child{margin-right:0}.menu button:last-child{margin-left:0}.menu button:hover,.menu button.active{color:#f5c400;border-bottom-color:#f5c400}.menu button:hover{transform:translateY(-2px)}.menu button:active{transform:translateY(0) scale(.97)}.discord-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:36px;min-width:102px;padding:0 14px;border:1px solid #d9bf50;border-radius:8px;background:#0c0f16b8;color:#ffe58f;text-decoration:none;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s ease}.discord-btn img{width:18px;height:18px;object-fit:contain;display:block}.discord-btn:hover{border-color:var(--pink-500);color:#2f2400;background:#fffef5;box-shadow:0 0 16px #f5c40047}.page-shell.theme-dark .discord-btn,.page-shell.theme-dark .theme-toggle{background:#141924eb;color:#ffe58f;border-color:#7c6a1f}.hero-section{position:relative;z-index:2;width:min(1540px,calc(100% - 42px));min-height:560px;margin:28px auto 0;padding:0;border-top:0;overflow:hidden;border:1px solid rgba(245,196,0,.16);border-radius:8px;background:radial-gradient(circle at 53% 42%,rgba(245,196,0,.24) 0%,rgba(245,196,0,.08) 17%,transparent 34%),linear-gradient(110deg,#070b12,#0c111a 48%,#070a10);box-shadow:inset 0 0 80px #f5c40014,0 18px 48px #00000052}.hero-background-grid{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.6;background:linear-gradient(rgba(245,196,0,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(245,196,0,.08) 1px,transparent 1px);background-size:56px 56px;-webkit-mask-image:radial-gradient(circle at 45% 45%,#000 0%,transparent 72%);mask-image:radial-gradient(circle at 45% 45%,#000 0%,transparent 72%)}.hero-background-grid:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 18% 24%,rgba(245,196,0,.9) 0 1px,transparent 2px),radial-gradient(circle at 62% 10%,rgba(245,196,0,.8) 0 1px,transparent 2px),radial-gradient(circle at 92% 44%,rgba(245,196,0,.7) 0 1px,transparent 2px),radial-gradient(circle at 72% 78%,rgba(245,196,0,.9) 0 1px,transparent 2px)}.hero-showcase{position:relative;z-index:1;min-height:560px;display:grid;grid-template-columns:1.12fr .62fr 1.02fr;align-items:center;gap:22px;padding:48px 56px 44px}.hero-content{max-width:660px}.hero-logo-stage{position:relative;display:flex;align-items:center;justify-content:center;min-height:350px}.hero-logo-orbit{position:absolute;width:360px;height:96px;border:2px solid rgba(245,196,0,.72);border-radius:50%;transform:rotate(-11deg);filter:drop-shadow(0 0 12px rgba(245,196,0,.42));opacity:.85}.hero-spin-logo{width:196px;height:196px;border-radius:50%;overflow:hidden;transform-origin:center center;border:6px solid rgba(255,255,255,.9);filter:drop-shadow(0 0 34px rgba(245,196,0,.9));animation:logo-spin 12s linear infinite}.hero-spin-logo-image{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(.925);clip-path:circle(46.8% at 50% 50%);display:block}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-kicker{margin:0 0 14px;color:#f5c400;font-size:22px;font-weight:700}.hero-content h1{margin:0;color:#f7f8fb;font-size:58px;line-height:.98;letter-spacing:0}.page-shell.theme-dark .hero-content h1,.page-shell.theme-dark .hero-text,.page-shell.theme-dark .shop-hero h1,.page-shell.theme-dark .shop-arrow,.page-shell.theme-dark .product-card h3,.page-shell.theme-dark .cs2-option-card h3,.page-shell.theme-dark .cs2-option-price,.page-shell.theme-dark .cs2-hero h1,.page-shell.theme-dark .cs2-hero p{color:#f7f8fb}.win-gradient{background:linear-gradient(90deg,#f6a63a,#f28a2d 45%,#ef6f2e);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-text{margin:16px 0 20px;color:#f7f8fbdb;max-width:430px;font-size:17px;line-height:1.35}.hero-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:134px;height:46px;border:0;cursor:pointer;border-radius:7px;color:#211900;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:16px;font-weight:800;background:linear-gradient(180deg,#ffe88a,#f5c400 52%,#be9300);box-shadow:0 10px 24px #f5c4003d;transition:transform .25s ease,box-shadow .25s ease,filter .25s ease,background .3s ease}.hero-cta:hover{transform:translateY(-3px) scale(1.02);background:linear-gradient(180deg,#fff0a6,#ffd524 52%,#d8a700);box-shadow:0 16px 30px #f5c40057;filter:brightness(1.04)}.hero-cta:active{transform:translateY(0) scale(.98)}.hero-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:30px;max-width:600px;border:1px solid rgba(245,196,0,.2);border-radius:8px;overflow:hidden;background:#0a0e16b8}.hero-stat{display:grid;grid-template-columns:38px minmax(0,1fr);grid-template-rows:auto auto;column-gap:8px;align-items:center;min-height:64px;padding:10px 14px;border-right:1px solid rgba(245,196,0,.14);background:transparent}.hero-stat:last-child{border-right:0}.hero-stat-icon{grid-row:1 / 3;width:32px;height:32px;display:grid;place-items:center;border:1px solid rgba(245,196,0,.5);border-radius:50%;color:#f5c400;font-size:12px;font-weight:900}.hero-stat strong{color:#fff;font-size:20px;line-height:1;white-space:nowrap}.hero-stat small{color:#f7f8fbad;font-size:11px;line-height:1.2}.hero-product-panel{display:grid;gap:14px;padding:16px;border:1px solid rgba(245,196,0,.42);border-radius:8px;background:#080c14b3;box-shadow:0 0 28px #f5c40024}.hero-feature-card,.hero-mini-card{border:0;cursor:pointer;text-align:left;font:inherit}.hero-feature-card{display:grid;grid-template-columns:1.1fr .92fr;gap:16px;min-height:210px;padding:0;overflow:hidden;border-radius:8px;background:linear-gradient(135deg,#101520f5,#06090ffa);border:1px solid rgba(245,196,0,.22);transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}.hero-feature-card:hover,.hero-mini-card:hover{transform:translateY(-4px);border-color:#f5c400ad;box-shadow:0 16px 28px #f5c40024}.hero-feature-card img{width:100%;height:100%;min-height:210px;object-fit:cover;object-position:center;display:block}.hero-feature-copy{padding:22px 18px 18px 0}.hero-feature-copy span{color:#f5c400;font-size:12px;font-weight:800}.hero-feature-copy h2{margin:8px 0 10px;color:#fff;font-size:22px;line-height:1.12}.hero-feature-copy ul{list-style:none;padding:0;margin:0 0 12px;color:#f7f8fbcc;font-size:13px;line-height:1.65}.hero-feature-copy li:before{content:"";display:inline-block;width:7px;height:7px;margin-right:8px;border-radius:50%;background:#f5c400}.hero-feature-copy strong{display:block;color:#f5c400;font-size:20px;margin-bottom:10px}.hero-feature-copy em{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:7px;background:#f5c400;color:#211900;font-size:13px;font-style:normal;font-weight:900}.hero-mini-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.hero-mini-card{display:grid;gap:9px;min-height:150px;padding:13px;border-radius:8px;border:1px solid rgba(245,196,0,.2);background:#0e131eeb;color:#fff;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}.mini-card-image{width:100%;aspect-ratio:1 / .72;border-radius:7px;background-size:cover;background-position:center;background-repeat:no-repeat}.fatality-mini{background-image:url(/fatality-banner.jpg);background-color:#241d4c;background-size:contain}.gamesense-mini{background-image:url(/gamesense-banner.png);background-color:#222;background-size:contain}.nfa-mini{background-image:url(/nfa-banner.png);background-color:#041028}.hero-mini-card strong{color:#fff;font-size:14px;line-height:1.15}.hero-mini-card small{color:#f5c400;font-size:13px;font-weight:800}.mini-price{display:block;line-height:1.25}.home-info-grid{position:relative;z-index:1;display:grid;grid-template-columns:.84fr 1.16fr;gap:16px;padding:0 56px 44px}.why-panel,.categories-panel{border:1px solid rgba(245,196,0,.2);border-radius:8px;background:#080c14c7;box-shadow:inset 0 0 28px #f5c4000a}.why-panel{padding:20px 22px}.why-panel h2,.categories-panel h2{margin:0;color:#fff;font-size:18px;line-height:1.2}.why-panel h2 span,.categories-panel h2 span{color:#f5c400}.why-items{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:20px}.why-items article{min-height:150px;padding:0 18px;text-align:center;border-right:1px solid rgba(255,255,255,.08)}.why-items article:last-child{border-right:0}.why-icon{display:grid;place-items:center;width:36px;height:36px;margin:0 auto 12px;color:#f5c400;font-size:26px;line-height:1}.why-items h3{margin:0 0 8px;color:#fff;font-size:15px;line-height:1.15}.why-items p{margin:0;color:#f7f8fba3;font-size:12px;line-height:1.45}.categories-panel{padding:18px}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.panel-heading button{min-width:72px;height:30px;border:1px solid rgba(245,196,0,.42);border-radius:7px;background:#0c0f16b8;color:#f5c400;cursor:pointer;font-size:12px;font-weight:800}.category-cards{display:grid;grid-template-columns:minmax(180px,240px);gap:12px}.category-cards button{min-height:206px;padding:10px;border:1px solid rgba(245,196,0,.18);border-radius:8px;background:#0c101ad6;color:#fff;cursor:pointer;text-align:left;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}.category-cards button:hover{transform:translateY(-4px);border-color:#f5c4009e;box-shadow:0 16px 28px #f5c4001f}.category-image{display:block;width:100%;aspect-ratio:1 / .62;margin-bottom:10px;border-radius:7px;background-size:cover;background-position:center;background-repeat:no-repeat}.category-cs2{background-image:url(/featured-cs2-card.jpg)}.category-prime{background-image:url(/nfa-banner.png)}.category-software{background-image:url(/gamesense-banner.png);background-color:#222;background-size:contain}.category-keys{background-image:url(/fatality-banner.jpg);background-color:#241d4c;background-size:contain}.category-tools{background-image:url(/cs2-banner.png)}.category-cards strong{display:block;color:#fff;font-size:14px;line-height:1.15}.category-cards small{display:block;min-height:20px;margin-top:5px;color:#f7f8fba3;font-size:11px;line-height:1.35}.category-cards em{display:block;margin-top:8px;color:#f5c400;font-size:11px;font-style:normal;font-weight:900}.home-lower-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,1.28fr);gap:16px;padding:0 56px 18px}.testimonials-panel,.community-panel,.how-panel{border:1px solid rgba(245,196,0,.16);border-radius:8px;background:#080c14c7;box-shadow:inset 0 0 28px #f5c4000a}.testimonials-panel{padding:16px}.compact-heading{margin-bottom:12px}.compact-heading h2{color:#fff;font-size:16px}.review-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.review-cards article{min-height:126px;padding:13px;border:1px solid rgba(245,196,0,.12);border-radius:8px;background:#0e131ed1}.review-cards strong{display:block;color:#fff;font-size:13px}.review-cards span{display:block;margin:8px 0;color:#f5c400;font-size:12px}.review-cards p{margin:0;color:#f7f8fbad;font-size:11px;line-height:1.4}.community-panel{position:relative;min-height:184px;padding:24px 30px 22px 118px;overflow:hidden}.community-panel:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 82% 34%,rgba(245,196,0,.12),transparent 34%);pointer-events:none}.community-icon{position:absolute;left:24px;top:28px;width:58px;height:58px;border-radius:16px;overflow:hidden}.community-icon img{width:100%;height:100%;object-fit:cover}.community-panel h2{position:relative;margin:0 0 8px;color:#fff;font-size:24px}.community-panel h2 span{color:#f5c400}.community-panel p{position:relative;margin:0 0 18px;color:#f7f8fba8;font-size:12px;line-height:1.45}.community-stats{position:relative;display:flex;gap:26px;margin-bottom:16px}.community-stats strong{color:#fff;font-size:23px;line-height:1}.community-stats small{display:block;margin-top:6px;color:#f7f8fb9e;font-size:11px;font-weight:500}.community-panel a{position:relative;display:inline-flex;align-items:center;justify-content:center;height:38px;padding:0 18px;border-radius:7px;background:#f5c400;color:#211900;text-decoration:none;font-size:13px;font-weight:900}.how-panel{position:relative;z-index:1;margin:0 56px 46px;padding:16px 28px 28px;text-align:center}.how-panel h2{margin:0 0 18px;color:#fff;font-size:24px}.how-panel h2 span{color:#f5c400}.how-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.how-steps article{position:relative;display:grid;grid-template-columns:78px 1fr;gap:14px;align-items:center;text-align:left}.how-icon{display:grid;place-items:center;width:70px;height:70px;border:1px solid rgba(245,196,0,.72);border-radius:50%;background:#070b12b8;box-shadow:0 0 20px #f5c4002e}.how-icon img{width:36px;height:36px;object-fit:contain;display:block}.how-step-number{position:absolute;left:52px;top:-5px;display:grid;place-items:center;width:20px;height:20px;border:1px solid rgba(245,196,0,.72);border-radius:50%;background:#070b12;color:#f5c400;font-size:11px;font-weight:900}.how-steps h3{margin:0 0 6px;color:#fff;font-size:15px}.how-steps p{margin:0;color:#f7f8fba8;font-size:12px;line-height:1.4}.site-footer{position:relative;z-index:1;display:grid;grid-template-columns:1.45fr repeat(4,minmax(150px,.72fr));gap:20px;width:min(1440px,calc(100% - 72px));margin:18px auto 0;padding:24px 30px;border:1px solid rgba(245,196,0,.14);border-radius:18px 18px 0 0;background:radial-gradient(circle at 12% 0%,rgba(245,196,0,.1),transparent 30%),linear-gradient(180deg,#070b12f2,#03060bfa);box-shadow:inset 0 1px #ffffff0a,0 -18px 45px #0000002e}.footer-brand,.footer-column{min-width:0}.footer-brand img{width:54px;height:54px;object-fit:contain;display:block;border-radius:50%;filter:drop-shadow(0 0 14px rgba(245,196,0,.32))}.footer-brand p{max-width:250px;margin:12px 0;color:#f7f8fba8;font-size:12.5px;line-height:1.5}.footer-social{display:inline-grid;place-items:center;width:32px;height:32px;margin-bottom:12px;border:1px solid rgba(245,196,0,.28);border-radius:12px;background:#f5c40014;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.footer-social:hover{transform:translateY(-2px);border-color:#f5c400ad;box-shadow:0 10px 20px #f5c40029}.footer-social img{width:20px;height:20px;object-fit:contain;filter:none}.footer-brand small,.payment-column small{display:block;color:#f7f8fb6b;font-size:11px}.footer-column{min-height:150px;padding-left:26px;border-left:1px solid rgba(255,255,255,.08)}.footer-column h2{margin:0 0 12px;color:#fff;font-size:13.5px;font-weight:900}.footer-column a,.footer-column button,.footer-column span{display:block;margin:8px 0;padding:0;border:0;background:transparent;color:#f7f8fb9e;text-align:left;text-decoration:none;font:inherit;font-size:12.5px}.footer-column button,.footer-column a{cursor:pointer;transition:color .2s ease,transform .2s ease}.footer-column button:hover,.footer-column a:hover{color:#f5c400;transform:translate(2px)}.crypto-badge{width:max-content;padding:5px 10px!important;border-radius:5px;background:#f5c4001f!important;color:#f5c400!important;font-weight:900!important}.shop-page{position:relative;z-index:2;width:min(1440px,calc(100% - 72px));margin:24px auto 70px;border-top:1px solid rgba(255,255,255,.14)}.shop-hero{position:relative;display:grid;grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr);gap:28px;align-items:stretch;min-height:390px;margin-top:26px;padding:34px;overflow:hidden;border:1px solid rgba(245,196,0,.2);border-radius:24px;background:radial-gradient(circle at 76% 18%,rgba(245,196,0,.16),transparent 28%),radial-gradient(circle at 8% 85%,rgba(245,196,0,.08),transparent 28%),linear-gradient(135deg,#080c14f5,#04070cfa);box-shadow:inset 0 1px #ffffff0a,0 24px 70px #00000038}.shop-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.32;background-image:linear-gradient(rgba(245,196,0,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(245,196,0,.08) 1px,transparent 1px);background-size:58px 58px;pointer-events:none}.shop-hero-copy,.shop-feature-card{position:relative;z-index:1}.shop-hero-copy{align-self:center;max-width:620px}.shop-hero h1{margin:10px 0 18px;max-width:680px;color:#fff;font-size:clamp(46px,5.2vw,78px);line-height:.94;letter-spacing:-.06em}.shop-kicker{color:#f5c400;font-size:18px;font-weight:900}.shop-hero-copy p{max-width:560px;margin:0;color:#f7f8fbb8;font-size:20px;line-height:1.45}.shop-feature-card{display:grid;grid-template-columns:minmax(240px,.82fr) 1fr;gap:0;min-height:320px;padding:0;overflow:hidden;border:1px solid rgba(245,196,0,.36);border-radius:20px;background:#080c14c7;color:#fff;cursor:pointer;text-align:left;box-shadow:0 0 30px #f5c40014;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}.shop-feature-card:hover{transform:translateY(-5px);border-color:#f5c400c2;box-shadow:0 22px 45px #f5c40024}.shop-feature-badge{position:absolute;top:18px;left:18px;z-index:2;padding:8px 12px;border-radius:999px;background:#f5c40024;color:#ffe58f;font-size:12px;font-weight:900}.shop-feature-image{min-height:320px;background-image:url(/featured-cs2-card.jpg);background-size:cover;background-position:center}.shop-feature-content{display:flex;flex-direction:column;justify-content:center;padding:34px;background:radial-gradient(circle at 100% 0%,rgba(245,196,0,.16),transparent 32%),linear-gradient(180deg,#0a0f18f0,#05080efa)}.shop-feature-content small{color:#f5c400;font-size:13px;font-weight:900}.shop-feature-content h2{margin:10px 0 12px;color:#fff;font-size:clamp(32px,3vw,48px);line-height:1;letter-spacing:-.04em}.shop-feature-content p{margin:0 0 22px;color:#f7f8fbad;font-size:15px;line-height:1.5}.shop-feature-content em{width:max-content;min-height:42px;display:inline-flex;align-items:center;padding:0 18px;border-radius:10px;background:#f5c400;color:#211900;font-style:normal;font-size:14px;font-weight:900}.products{display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:18px;padding:28px 0 0}.product-card{width:100%;max-width:100%;min-height:152px;display:grid;grid-template-columns:118px 1fr;gap:18px;align-items:center;border:1px solid rgba(245,196,0,.18);border-radius:18px;background:#080c14d1;padding:14px;text-align:left;cursor:pointer;transition:transform .25s ease,filter .25s ease,border-color .25s ease,box-shadow .25s ease}.product-thumb{position:relative;width:100%;aspect-ratio:1 / 1;border-radius:14px;border:1px solid #d9bf50;background-image:url(/cs2-banner.png);background-size:cover;background-position:center;overflow:hidden;transition:transform .28s ease,box-shadow .28s ease,filter .28s ease}.card-hover-label{position:absolute;left:50%;bottom:10px;transform:translate(-50%) translateY(8px);padding:7px 10px;border-radius:999px;background:#0c0f16c7;border:1px solid rgba(245,196,0,.72);color:#ffe58f;font-size:11px;font-weight:700;opacity:0;transition:opacity .24s ease,transform .24s ease}.product-card:hover{transform:translateY(-4px);border-color:#f5c4008f;box-shadow:0 18px 35px #f5c40014}.product-card:hover .product-thumb{transform:scale(1.02);box-shadow:0 18px 30px #f5c4004d;filter:saturate(1.1)}.product-card:hover .card-hover-label{opacity:1;transform:translate(-50%) translateY(0)}.product-card h3{margin:0;font-size:26px;line-height:1.08;letter-spacing:-.02em;font-weight:700;color:#fff}.cs2-page{position:relative;z-index:2;width:min(1440px,calc(100% - 72px));margin:24px auto 76px;border-top:1px solid rgba(255,255,255,.14)}.cs2-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);gap:28px;align-items:center;min-height:360px;margin-top:26px;padding:34px;overflow:hidden;border:1px solid rgba(245,196,0,.2);border-radius:24px;background:radial-gradient(circle at 80% 20%,rgba(245,196,0,.18),transparent 30%),linear-gradient(135deg,#080c14f5,#04070cfa);box-shadow:inset 0 1px #ffffff0a,0 24px 70px #00000038}.cs2-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.28;background-image:linear-gradient(rgba(245,196,0,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(245,196,0,.08) 1px,transparent 1px);background-size:58px 58px;pointer-events:none}.cs2-hero-copy,.cs2-hero-art{position:relative;z-index:1}.cs2-kicker{color:#f5c400;font-size:18px;font-weight:900}.cs2-hero h1{max-width:760px;margin:10px 0 18px;font-size:clamp(46px,5.2vw,78px);line-height:.94;letter-spacing:-.06em;color:#fff}.cs2-hero p{max-width:760px;margin:0;font-size:20px;line-height:1.45;color:#f7f8fbb8}.cs2-hero-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.cs2-hero-pills span{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border:1px solid rgba(245,196,0,.28);border-radius:999px;background:#f5c40014;color:#ffe58f;font-size:12px;font-weight:900}.cs2-hero-art{min-height:260px;overflow:hidden;border:1px solid rgba(245,196,0,.34);border-radius:20px;box-shadow:0 18px 42px #f5c4001a}.cs2-hero-art img{width:100%;height:100%;min-height:260px;display:block;object-fit:cover;object-position:center}.cs2-options{padding:28px 0 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:start}.cs2-option-card{min-height:100%;display:grid;gap:16px;padding:14px;border:1px solid rgba(245,196,0,.18);border-radius:20px;background:#080c14d1;color:#fff;text-align:left;cursor:pointer;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.cs2-option-thumb{width:100%;aspect-ratio:1 / 1;border-radius:16px;border:1px solid #d9bf50;background-size:cover;background-position:center;transition:transform .28s ease,box-shadow .28s ease,filter .28s ease}.cs2-option-card:hover{transform:translateY(-6px);border-color:#f5c4009e;box-shadow:0 22px 42px #f5c4001f}.fatality-thumb{background-image:url(/fatality-banner.jpg);background-size:contain;background-repeat:no-repeat;background-position:center;background-color:#241d4c}.gamesense-thumb{background-image:url(/gamesense-banner.png);background-size:contain;background-repeat:no-repeat;background-position:center;background-color:#222}.nfa-thumb{background-image:url(/nfa-banner.png);background-size:cover;background-repeat:no-repeat;background-position:center;background-color:#041028}.cs2-option-card:hover .cs2-option-thumb{transform:scale(1.02);box-shadow:0 18px 30px #f5c40059;filter:saturate(1.08)}.cs2-option-copy{display:grid;gap:8px}.cs2-option-copy span{color:#f5c400;font-size:12px;font-weight:900;letter-spacing:.02em;text-transform:uppercase}.cs2-option-card h3{margin:0;color:#fff;font-size:clamp(24px,2vw,30px);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-weight:700;letter-spacing:.01em;text-align:left;width:100%}.cs2-option-price{margin:0;width:100%;color:#f5c400;font-size:16px;font-weight:900;text-align:left}.cs2-option-copy em{width:max-content;margin-top:6px;padding:9px 12px;border-radius:9px;background:#f5c4001f;color:#ffe58f;font-size:12px;font-style:normal;font-weight:900}.page-shell.theme-dark .cs2-option-price{color:#f5c400}.page-shell.theme-dark .cs2-hero p{color:#f7f8fbb8}.page-transition{transition:opacity .26s ease,transform .26s ease,filter .26s ease}.page-transition.is-entering{opacity:1;transform:translateY(0);filter:blur(0)}.page-transition.is-leaving{opacity:0;transform:translateY(14px);filter:blur(2px)}@media (max-width: 1040px){.discord-modal{width:min(360px,100%)}.discord-modal-top{padding:20px 18px 24px}.discord-modal-icon{width:58px;height:58px;font-size:26px}.discord-modal-body{padding:20px 18px 22px}.discord-modal-body h2{font-size:34px}.discord-modal-body p{font-size:19px;margin:12px 0 16px}.discord-modal-cta{min-height:54px;font-size:24px}.topbar{height:auto;grid-template-columns:1fr;gap:14px;padding:16px}.brand{justify-self:center;padding-top:0}.nav-main{width:100%;margin-left:0;justify-content:center}.menu{justify-content:center;flex-wrap:wrap}.discord-btn{justify-self:center;width:min(100%,220px)}.hero-section{width:calc(100% - 32px);margin-top:20px;min-height:auto}.hero-showcase{min-height:auto;grid-template-columns:1fr;gap:24px;padding:28px 16px 30px}.hero-kicker{font-size:19px;margin-bottom:8px}.hero-content h1{font-size:42px}.hero-text{margin:14px 0 24px;font-size:18px}.hero-cta{min-width:142px;height:48px;font-size:16px}.hero-stats{grid-template-columns:1fr;margin-top:22px;max-width:none}.hero-stat{border-right:0;border-bottom:1px solid rgba(245,196,0,.14)}.hero-stat:last-child{border-bottom:0}.hero-logo-stage{min-height:220px}.hero-spin-logo{width:168px;height:168px}.hero-logo-orbit{width:270px;height:76px}.hero-product-panel{padding:12px}.hero-feature-card{grid-template-columns:1fr}.hero-feature-card img{min-height:260px}.hero-feature-copy{padding:0 16px 18px}.hero-mini-products{grid-template-columns:1fr}.hero-mini-card{min-height:auto}.home-info-grid{grid-template-columns:1fr;gap:14px;padding:0 16px 30px}.why-items{grid-template-columns:1fr;gap:18px}.why-items article{min-height:auto;padding:0 4px 18px;border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.why-items article:last-child{border-bottom:0;padding-bottom:0}.category-cards{grid-template-columns:1fr}.category-cards button{min-height:auto}.home-lower-grid{grid-template-columns:1fr;padding:0 16px 16px}.review-cards{grid-template-columns:1fr}.community-panel{padding:94px 18px 20px}.community-icon{top:20px;left:18px}.community-stats{flex-direction:column;gap:12px}.how-panel{margin:0 16px 30px;padding:16px 18px 24px}.how-steps{grid-template-columns:1fr;gap:18px}.site-footer{width:calc(100% - 32px);grid-template-columns:1fr;gap:20px;padding:24px 18px}.footer-column{padding-left:0;padding-top:16px;border-left:0;border-top:1px solid rgba(255,255,255,.08)}.shop-page,.cs2-page{width:calc(100% - 32px);margin-top:18px}.shop-hero{grid-template-columns:1fr;min-height:auto;padding:22px;border-radius:18px}.shop-hero h1{font-size:42px}.shop-hero-copy p{font-size:16px}.shop-arrow{font-size:24px}.shop-feature-card{grid-template-columns:1fr}.shop-feature-image{min-height:230px}.shop-feature-content{padding:22px}.products{grid-template-columns:1fr;padding:18px 0 40px}.product-card{grid-template-columns:96px 1fr}.product-card h3{font-size:23px}.cs2-hero{grid-template-columns:1fr;min-height:auto;padding:22px;border-radius:18px}.cs2-hero h1{font-size:42px}.cs2-hero p{font-size:16px;line-height:1.35}.cs2-hero-art,.cs2-hero-art img{min-height:220px}.cs2-options{padding:12px 10px 30px;grid-template-columns:1fr;gap:14px}.cs2-option-card{min-height:120px;font-size:22px}.cs2-option-thumb{max-width:100%}.cs2-option-card h3{max-width:100%;font-size:26px}.cs2-option-price{max-width:100%;font-size:15px}}
