:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#f8fafc;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--bg:#101526;--surface:#101a2c;--surface-strong:#121f35;--surface-soft:#ffffff0d;--text:#f8fafc;--muted:#91a0b7;--accent:#f4b515;--accent-strong:#e89800;--accent-text:#121820;--border:#ffffff1a;--success:#2dd4bf;--danger:#f43f5e;--telegram:#3fc8bd;background:#101526;font-family:Tahoma,Segoe UI,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg);min-width:320px;min-height:100%}body{background:radial-gradient(circle at 50% -20%, #f4b5151f, transparent 30rem), var(--bg);min-width:320px;min-height:100dvh;color:var(--text);margin:0;overflow-x:hidden}button,input,textarea,select{font:inherit}button{color:inherit;cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}img{max-width:100%;display:block}svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;display:block}.store-shell{width:min(100%,590px);padding:max(14px, env(safe-area-inset-top)) max(14px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));margin:0 auto}.store-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.brand-lockup{min-width:0}.brand-lockup img{width:clamp(174px,52vw,250px);height:auto}.cart-button{border:1px solid var(--border);background:var(--surface-soft);border-radius:15px;flex:none;place-items:center;width:44px;height:44px;display:grid;position:relative}.cart-button svg{width:22px;height:22px}.cart-button span{border:2px solid var(--bg);background:var(--accent);min-width:20px;height:20px;color:var(--accent-text);border-radius:999px;place-items:center;padding:0 5px;font-size:10px;font-weight:900;display:grid;position:absolute;top:-5px;left:-5px}.welcome-row{justify-content:space-between;align-items:flex-end;gap:12px;margin-top:24px;display:flex}.welcome-kicker{color:var(--muted);margin-bottom:5px;font-size:12px;display:block}.welcome-row h1{letter-spacing:-.5px;margin:0;font-size:clamp(21px,6vw,29px);line-height:1.45}.telegram-pill{border:1px solid var(--border);background:var(--surface-soft);color:var(--muted);border-radius:999px;flex:none;align-items:center;gap:7px;padding:8px 10px;font-size:10px;display:inline-flex}.telegram-pill i{background:var(--danger);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #f43f5e1f}.telegram-pill.is-connected i{background:var(--success);box-shadow:0 0 0 4px #2dd4bf1f}.search-box{border:1px solid var(--border);background:var(--surface);border-radius:18px;align-items:center;gap:10px;min-height:52px;margin-top:18px;padding:0 15px;display:flex}.search-box:focus-within{border-color:#f4b5158c;box-shadow:0 0 0 4px #f4b51514}.search-box>svg{width:21px;height:21px;color:var(--accent);flex:none}.search-box input{min-width:0;color:var(--text);background:0 0;border:0;outline:0;flex:1;font-size:13px}.search-box input::placeholder{color:var(--muted)}.search-box button{color:var(--accent);background:0 0;border:0;padding:5px 0;font-size:10px}.hero-banner{border:1px solid var(--border);background:var(--surface);isolation:isolate;border-radius:28px;min-height:245px;margin-top:16px;position:relative;overflow:hidden}.hero-banner>img{object-fit:cover;object-position:center;z-index:-3;width:100%;height:100%;position:absolute;inset:0}.hero-overlay{z-index:-2;background:linear-gradient(90deg,#050a130a 0%,#050a136b 46%,#050a13f0 100%),linear-gradient(#0000 40%,#050a13c7);position:absolute;inset:0}.hero-content{flex-direction:column;justify-content:center;align-items:flex-start;width:min(73%,340px);min-height:245px;padding:25px 22px;display:flex}.hero-content>span{color:#ffd25a;background:#f4b5151f;border:1px solid #f4b51547;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:800;display:inline-flex}.hero-content h2{text-align:left;direction:ltr;margin:13px 0 0;font-family:Segoe UI,Arial,sans-serif;font-size:clamp(25px,7vw,37px);line-height:1.08}.hero-content p{color:#d4dbe7;margin:10px 0 0;font-size:11px}.hero-content button{background:var(--accent);min-height:41px;color:var(--accent-text);border:0;border-radius:13px;justify-content:center;align-items:center;gap:8px;margin-top:20px;padding:0 15px;font-size:11px;font-weight:900;display:inline-flex}.hero-content button svg{width:16px;height:16px}.category-section,.products-section{margin-top:26px}.section-heading{justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.section-heading div>span{color:var(--accent);font-size:10px}.section-heading h2{margin:4px 0 0;font-size:18px}.section-heading small{color:var(--muted);font-size:10px}.section-heading>button{color:var(--muted);background:0 0;border:0;padding:7px 0;font-size:10px}.category-list{scrollbar-width:none;gap:8px;margin:13px -14px 0;padding:0 14px 5px;display:flex;overflow-x:auto}.category-list::-webkit-scrollbar{display:none}.category-list button{border:1px solid var(--border);background:var(--surface-soft);min-height:40px;color:var(--muted);border-radius:14px;flex:none;padding:0 15px;font-size:11px}.category-list button.is-active{border-color:var(--accent);background:var(--accent);color:var(--accent-text);font-weight:900}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin-top:14px;display:grid}.product-card{border:1px solid var(--border);background:var(--surface);border-radius:21px;min-width:0;overflow:hidden}.product-image{aspect-ratio:16/10;background:#111827;border:0;width:100%;padding:0;display:block;position:relative;overflow:hidden}.product-image:after{content:"";pointer-events:none;background:linear-gradient(#0000,#060a129e);height:45%;position:absolute;inset:auto 0 0}.product-image img{object-fit:cover;width:100%;height:100%;transition:transform .25s}.product-card:hover .product-image img{transform:scale(1.035)}.product-image>span{z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:8px;padding:5px 7px;font-size:9px;font-weight:900;position:absolute;top:9px;right:9px}.product-image>span.preorder{color:#1a1e25;background:#f4b515e6}.product-image>span.best{color:#07131a;background:#2dd4bfe6}.product-image>small{z-index:2;color:#dbe4ef;background:#060a12a6;border:1px solid #ffffff2e;border-radius:7px;padding:4px 6px;font-size:8px;position:absolute;bottom:8px;left:8px}.product-body{padding:11px}.platform-row{flex-wrap:wrap;gap:5px;display:flex}.platform-row span{border:1px solid var(--border);color:var(--muted);border-radius:7px;padding:4px 6px;font-family:Segoe UI,Arial,sans-serif;font-size:8px;line-height:1}.product-body h3{min-height:41px;color:var(--text);text-align:left;-webkit-line-clamp:2;direction:ltr;-webkit-box-orient:vertical;margin:10px 0 0;font-family:Segoe UI,Tahoma,Arial,sans-serif;font-size:13px;line-height:1.55;display:-webkit-box;overflow:hidden}.product-actions{grid-template-columns:1fr 39px;gap:7px;margin-top:12px;display:grid}.product-actions button{border:1px solid var(--border);background:var(--surface-soft);border-radius:12px;min-height:39px;font-size:10px;font-weight:800}.product-actions .add-button{background:var(--accent);color:var(--accent-text);border-color:#0000;font-family:Arial,sans-serif;font-size:20px}.empty-state{border:1px dashed var(--border);color:var(--muted);text-align:center;border-radius:22px;justify-items:center;margin-top:14px;padding:34px 20px;display:grid}.empty-state svg{width:31px;height:31px;color:var(--accent)}.empty-state h3{color:var(--text);margin:13px 0 0;font-size:15px}.empty-state p{margin:7px 0 0;font-size:11px}.empty-state button{background:var(--accent);min-height:40px;color:var(--accent-text);border:0;border-radius:12px;margin-top:17px;padding:0 14px;font-size:10px;font-weight:900}.trust-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:20px;display:grid}.trust-strip article{border:1px solid var(--border);background:var(--surface-soft);border-radius:17px;padding:14px}.trust-strip strong{font-size:11px;display:block}.trust-strip span{color:var(--muted);margin-top:5px;font-size:9px;line-height:1.7;display:block}.bottom-nav{bottom:max(8px, env(safe-area-inset-bottom));z-index:10;border:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0c1524eb;border-radius:21px;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;margin-top:18px;padding:7px;display:grid;position:sticky;box-shadow:0 16px 42px #00000052}.bottom-nav button{min-height:51px;color:var(--muted);background:0 0;border:0;border-radius:15px;align-content:center;place-items:center;gap:4px;display:grid}.bottom-nav button.is-active{color:var(--accent);background:#f4b5151f}.bottom-nav svg{width:20px;height:20px}.bottom-nav span{font-size:9px}button:focus-visible,input:focus-visible{outline-offset:2px;outline:3px solid #f4b5156b}@media (width<=380px){.brand-lockup img{width:170px}.telegram-pill{display:none}.hero-banner,.hero-content{min-height:222px}.hero-content{width:79%;padding:21px 17px}.product-grid{grid-template-columns:1fr}.product-image{aspect-ratio:16/9}.product-body h3{min-height:0}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
