:root{--p:#6558f5;--p2:#8d5cf6;--accent:#ffad27;--ink:#171a3c;--muted:#7d83a3;--line:#e6e8f5;--surface:#fff}
*{box-sizing:border-box}body{font-family:"Segoe UI",Tahoma,sans-serif;background:radial-gradient(circle at 8% 30%,#e4f7ff 0,transparent 30%),radial-gradient(circle at 92% 25%,#f1eaff 0,transparent 34%),#f7f8ff;color:var(--ink);padding-bottom:92px}.store-navbar{background:rgba(249,250,255,.9);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);min-height:78px}.store-brand{display:flex;align-items:center;gap:10px;color:var(--p)!important;font-weight:900;letter-spacing:.4px}.store-brand b{color:#168ae6}.brand-mark{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:#fff;border:1px solid #ded8f7;box-shadow:0 8px 22px #6955f533;overflow:hidden}.brand-mark img{display:block;width:37px;height:37px;object-fit:contain}.store-navbar .nav-link{color:#5f6686!important;font-weight:700;margin:0 7px}.store-navbar .nav-link:hover{color:var(--p)!important}.balance-pill{display:flex;direction:ltr;align-items:center;gap:9px;text-decoration:none;color:#9b5a00;background:#fff8ed;border:1px solid #f2d7ab;border-radius:15px;padding:7px 12px;font-weight:900;box-shadow:0 5px 18px #b0792620}.balance-plus{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:var(--accent);color:#653b00}.announcement{margin:16px auto;background:linear-gradient(90deg,#6e4cf4,#c125dc,#7449f4);color:#fff;border-radius:13px;padding:12px 22px;text-align:center;font-weight:800;box-shadow:0 8px 26px #7d4fe826}.hero-banner{position:relative;min-height:390px;border-radius:25px;overflow:hidden;background:url('/images/store/gaming-hero.png') center/cover;box-shadow:0 24px 60px #263b9638;display:flex;align-items:center;padding:52px}.hero-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,7,29,.96) 0,rgba(7,10,42,.74) 42%,rgba(7,10,42,.05) 75%)}.hero-copy{position:relative;z-index:1;width:min(510px,55%);color:#fff}.hero-kicker{display:inline-flex;gap:8px;align-items:center;color:#d6d2ff;font-weight:800;margin-bottom:13px}.hero-copy h1{font-size:clamp(2.1rem,4vw,4rem);font-weight:950;line-height:1.08;margin-bottom:18px}.hero-copy h1 span{color:#ffb21f}.hero-copy p{color:#d9defe;font-size:1.06rem;line-height:1.9}.hero-cta{display:inline-flex;align-items:center;gap:9px;margin-top:12px;background:linear-gradient(135deg,#ffb223,#ff8f1f);color:#352000;text-decoration:none;border-radius:13px;padding:13px 21px;font-weight:900}.home-search{max-width:760px;margin:34px auto 38px;position:relative}.home-search input{height:62px;border:1px solid var(--line);border-radius:18px;background:#fff;padding:0 58px 0 22px;box-shadow:0 12px 35px #35367112;font-weight:700}.home-search i{position:absolute;right:22px;top:18px;font-size:21px;color:var(--p)}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.section-heading h2{font-size:1.65rem;font-weight:950;margin:0}.section-heading a{color:var(--p);font-weight:800;text-decoration:none}.category-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.category-tile{position:relative;min-height:210px;overflow:hidden;border-radius:20px;text-decoration:none;color:#fff;background:linear-gradient(145deg,#13194b,#6426a5);box-shadow:0 12px 30px #292d7224;padding:22px;display:flex;align-items:end}.category-tile.free-fire{background:linear-gradient(145deg,#2d174a,#d65128)}.category-tile:before{content:"";position:absolute;width:150px;height:150px;border-radius:50%;left:-35px;top:-30px;background:radial-gradient(circle,#69c6ff80,transparent 65%)}.category-icon{position:absolute;top:25px;left:25px;font-size:4.5rem;opacity:.9}.category-tile h3{position:relative;font-size:1.15rem;font-weight:900;margin:0}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.store-product{background:#fff;border:1px solid #eef0f7;border-radius:19px;overflow:hidden;box-shadow:0 9px 25px #34376e12;transition:.25s}.store-product:hover{transform:translateY(-5px);box-shadow:0 17px 34px #34376e22}.product-art{height:180px;position:relative;overflow:hidden;background:linear-gradient(145deg,#11163b,#5731ac);display:grid;place-items:center;color:#fff}.product-art.free-fire{background:linear-gradient(145deg,#311242,#e45125)}.product-art img{width:100%;height:100%;object-fit:cover}.product-art i{font-size:4.2rem;opacity:.9}.game-chip{position:absolute;right:12px;top:12px;background:#ffffffdf;color:#363a5d;border-radius:999px;padding:5px 10px;font-size:.72rem;font-weight:900}.product-body{padding:15px}.product-body h3{font-size:.97rem;font-weight:900;min-height:44px;margin:0}.product-meta{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.product-price{color:var(--p);font-size:1.18rem;font-weight:950}.product-rating{color:#f0a500;font-size:.82rem}.product-action{display:flex;justify-content:center;margin-top:13px;text-decoration:none;background:#f0efff;color:var(--p);border-radius:11px;padding:9px;font-weight:900}.mobile-dock{position:fixed;z-index:1050;bottom:14px;left:50%;transform:translateX(-50%);width:min(520px,calc(100% - 24px));height:70px;border:1px solid #ececf5;border-radius:24px;background:#ffffffed;backdrop-filter:blur(17px);box-shadow:0 14px 38px #2024522e;display:flex;justify-content:space-around;align-items:center;padding:7px 12px}.mobile-dock a{display:flex;flex-direction:column;align-items:center;gap:2px;color:#8287a4;text-decoration:none;font-size:.72rem;font-weight:800;min-width:55px}.mobile-dock i{font-size:1.25rem}.mobile-dock a.active{color:var(--p)}.mobile-dock .dock-wallet{width:62px;height:62px;border-radius:20px;background:var(--accent);color:#4c3000;margin-top:-26px;justify-content:center;box-shadow:0 9px 24px #ffad2760}.store-footer{background:#11152f;color:#cfd3ec;margin-top:70px;padding:48px 0 110px}.store-footer h5{color:#fff;font-weight:900}.empty-store{background:#fff;border:1px dashed #cdd1e7;border-radius:18px;padding:45px;text-align:center;color:var(--muted)}
@media(max-width:992px){.product-grid{grid-template-columns:repeat(3,1fr)}.hero-banner{min-height:350px;padding:38px}.hero-copy{width:65%}.store-navbar .balance-pill{margin:12px 0}}
@media(max-width:768px){.announcement{margin:10px 12px;font-size:.8rem}.hero-banner{margin:0 12px;min-height:330px;padding:28px;background-position:65% center}.hero-banner:after{background:linear-gradient(90deg,rgba(3,7,29,.96),rgba(7,10,42,.7))}.hero-copy{width:100%}.hero-copy p{font-size:.9rem;max-width:85%}.home-search{margin:24px 12px 30px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.product-art{height:110px}.product-body{padding:9px}.product-body h3{font-size:.78rem;min-height:38px}.product-price{font-size:.9rem}.product-rating{font-size:.68rem}.product-action{margin-top:8px;padding:7px 3px;font-size:.72rem}.game-chip{right:6px;top:6px;padding:3px 6px;font-size:.58rem}.category-strip{display:flex;overflow:auto;padding-bottom:9px}.category-tile{min-width:175px;min-height:180px}.section-heading{padding:0 4px}.store-brand .brand-name{display:none}.store-navbar .container{flex-wrap:nowrap;gap:7px}.store-navbar .header-balance{margin:0 0 0 auto;padding:5px 7px;gap:5px;font-size:.78rem;white-space:nowrap}.header-balance .balance-plus{width:27px;height:27px}.nav-notification-button{margin-inline-start:0!important;width:38px!important;height:38px!important}.store-footer{display:none}}
@media(min-width:900px){.mobile-dock{width:420px}}

@media(min-width:993px){.store-navbar .container{position:relative;justify-content:flex-start}.store-navbar #storeNav{position:absolute;left:0;width:auto;flex-grow:0}}
