:root{--bg:#0b0f14;--card:#121926;--muted:#93a4b8;--text:#e6edf3;--accent:#22c55e;--border:#233044}*{box-sizing:border-box}body,html{padding:0;margin:0}body{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}.container{padding:16px}.header{position:-webkit-sticky;position:sticky;top:0;background:rgba(11,15,20,.85);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);z-index:50}.nav{gap:14px;justify-content:space-between}.brand,.nav{display:flex;align-items:center}.brand{gap:10px;font-weight:800;letter-spacing:.2px}.badge{font-size:12px;color:var(--muted);border:1px solid var(--border);padding:4px 8px;border-radius:999px}.links{display:flex;gap:14px}.btn,.links{align-items:center}.btn{display:inline-flex;justify-content:center;gap:8px;border:1px solid var(--border);background:transparent;color:var(--text);padding:10px 12px;border-radius:12px;cursor:pointer}.btn:hover{border-color:#2e425f}.btnPrimary{background:var(--accent);border-color:transparent;color:#08110b}.btnPrimary:hover{filter:brightness(.98)}.grid{display:grid;grid-gap:14px;gap:14px}.grid2{grid-template-columns:1fr}@media(min-width:880px){.grid2{grid-template-columns:1.2fr .8fr}}.card{background:var(--card);border-radius:16px;padding:14px}.h1{font-size:28px}.h1,.h2{margin:0 0 10px}.h2{font-size:18px}.muted{color:var(--muted)}.kpis{display:flex;flex-wrap:wrap;gap:10px}.kpi{border:1px solid var(--border);border-radius:14px;padding:10px 12px}.kpi strong{display:block;font-size:14px}.kpi span{font-size:12px;color:var(--muted)}.filters{display:grid;grid-gap:10px;gap:10px}.row{display:flex;gap:10px;flex-wrap:wrap}input,select,textarea{background:#0e1522;border:1px solid var(--border);color:var(--text);padding:10px 12px;border-radius:12px;outline:none}input:focus,select:focus,textarea:focus{border-color:#2e425f}.productGrid{grid-gap:12px;gap:12px;grid-template-columns:repeat(2,1fr)}@media(min-width:680px){.productGrid{grid-template-columns:repeat(3,1fr)}}@media(min-width:980px){.productGrid{grid-template-columns:repeat(4,1fr)}}.product{display:flex;flex-direction:column;gap:10px}.thumb{width:100%;aspect-ratio:1/1;background:#0e1522;border:1px solid var(--border);border-radius:14px;display:flex;align-items:center;justify-content:center;overflow:hidden}.thumb img{width:100%;height:100%;object-fit:cover}.tagRow{display:flex;gap:6px;flex-wrap:wrap}.tag{font-size:12px;border:1px solid var(--border);border-radius:999px;padding:4px 8px;color:var(--muted)}.priceRow{display:flex;gap:8px;align-items:baseline}.price{font-weight:800;font-size:16px}.priceOld{color:var(--muted);text-decoration:line-through;font-size:12px}.hr{height:1px;background:var(--border);margin:10px 0}.table{width:100%;border-collapse:collapse}.table td,.table th{padding:10px 8px;border-bottom:1px solid var(--border);text-align:left;font-size:14px}.notice{border:1px dashed #2e425f;background:#0e1522;border-radius:16px;padding:12px}.small{font-size:12px;color:var(--muted)}.headerSearch{width:100%;padding:12px 16px;border-radius:999px;outline:none;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.22);color:#fff;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.headerSearch::placeholder{color:hsla(0,0%,100%,.65)}.headerSearch:focus{border-color:rgba(34,197,94,.7);background:hsla(0,0%,100%,.12);box-shadow:0 0 0 4px rgba(34,197,94,.14)}@media(max-width:720px){.links,.nav{gap:10px}.headerSearch{padding:11px 14px;width:100%}}.productsLayout{display:grid;grid-template-columns:280px 1fr;grid-gap:18px;gap:18px;align-items:start}.filtersCard{position:-webkit-sticky;position:sticky;top:86px;max-height:calc(100vh - 110px);overflow:auto}.productsGridMobile{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.productCardLarge{display:flex;flex-direction:column;gap:8px;border-radius:16px;text-decoration:none}.productThumbLarge{border:1px solid var(--border)}@media (max-width:900px){.productsLayout{grid-template-columns:1fr}.filtersCard{position:static;top:auto;max-height:none;overflow:visible;margin-bottom:12px}.productsGridMobile{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.productCardLarge{padding:10px}}@media (min-width:1200px){.productsGridMobile{grid-template-columns:repeat(4,minmax(0,1fr))}}.productGalleryMain{width:100%;background:#0e1522;border:1px solid var(--border);border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center}.productGalleryMainImage{display:block;width:100%;height:auto;max-height:75vh;object-fit:contain;background:#0e1522}.productGalleryThumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:8px;gap:8px}.productGalleryThumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--border);background:#0e1522;border-radius:14px;padding:0;overflow:hidden;cursor:pointer}.productGalleryThumb.isActive{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent) inset}.productGalleryThumbImage{display:block;width:100%;aspect-ratio:1/1;object-fit:cover}@media (max-width:720px){.productGalleryMain{border-radius:14px}.productGalleryMainImage{width:100%;height:auto;max-height:none;object-fit:contain}.productGalleryThumbs{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.productGalleryThumb{border-radius:12px}}.adminFilterBackdrop{display:none}.adminFilterDrawer,.adminFilterDrawerInner{display:block}.adminFilterDrawerFooter,.adminFilterDrawerHeader{display:none}.drawerHandle{opacity:.8}@media (max-width:768px){.adminProductsTopBar{display:block;position:-webkit-sticky;position:sticky;top:76px;z-index:20}.adminProductsMobileActions{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.adminDesktopActions{display:none!important}.adminFilterBackdrop{display:block;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:59}.adminFilterDrawer{position:fixed;left:0;right:0;bottom:0;z-index:100;transform:translateY(100%);transition:transform .22s ease;pointer-events:none}.adminFilterDrawer.open{transform:translateY(0);pointer-events:auto}.adminFilterDrawerInner{background:var(--bg);border-top-left-radius:20px;border-top-right-radius:20px;border:1px solid var(--border);border-bottom:none;max-height:calc(100vh - 84px);overflow:auto;padding:12px;box-shadow:0 -10px 30px rgba(0,0,0,.35)}.adminFilterDrawerHeader{display:grid;grid-gap:8px;gap:8px;position:-webkit-sticky;position:sticky;top:0;z-index:2;background:var(--bg);padding-bottom:10px;margin-bottom:6px}.adminFiltersCard{position:static!important;top:auto!important;z-index:auto!important;box-shadow:none}.adminFilterDrawerFooter{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin-top:12px;position:-webkit-sticky;position:sticky;bottom:0;background:var(--bg);padding-top:10px}}.drawerHandle{width:42px;height:5px;border-radius:999px;background:var(--border);margin:0 auto 10px;opacity:.7}.adminProductsTopBar{display:block}.adminProductsMobileActions{display:none}@media (max-width:768px){.adminProductsTopBar{display:block;position:-webkit-sticky;position:sticky;top:76px;z-index:20}.adminProductsMobileActions{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}}.productThumbLargeZoom img{object-position:center;transform:scale(1.08)}.productCardLarge:hover .productThumbLargeZoom img{transform:scale(1.12)}@media (max-width:720px){.productGalleryNav{width:38px;height:38px;font-size:24px}.productGalleryNavLeft{left:8px}.productGalleryNavRight{right:8px}.productThumbLargeZoom img{transform:scale(1.04)}}.productThumbLargeZoom{background:#0a101a}.productThumbLargeZoom img{width:100%;height:100%;object-fit:cover}.productGalleryMainWithNav{position:relative}.productGalleryNav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:42px;height:42px;border-radius:999px;border:1px solid hsla(0,0%,100%,.18);background:rgba(11,15,20,.72);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:28px;line-height:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.productGalleryNavLeft{left:12px}.productGalleryNavRight{right:12px}.productGalleryNav:hover{background:rgba(11,15,20,.88)}@media (max-width:720px){.productGalleryNav{width:38px;height:38px;font-size:24px}.productGalleryNavLeft{left:8px}.productGalleryNavRight{right:8px}.productThumbLargeZoom img{transform:scale(1.16);object-position:center 32%}}.productThumbLargeZoom img{object-position:center 35%;transform:scale(1.22);transition:transform .18s ease}.productCardLarge:hover .productThumbLargeZoom img{transform:scale(1.26)}.adminUploadDropzone{border:1px dashed var(--border);background:#0e1522;border-radius:16px;padding:18px;display:grid;grid-gap:6px;gap:6px;cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .15s ease}.adminUploadDropzone:hover{border-color:#2e425f}.adminUploadDropzone.isDragOver{border-color:rgba(34,197,94,.7);background:rgba(34,197,94,.08);transform:translateY(-1px)}.adminImageGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.adminImageCard{border:1px solid var(--border);border-radius:16px;overflow:hidden;background:#0e1522;display:grid;min-width:0}.adminImageCard.isMain{box-shadow:inset 0 0 0 1px rgba(34,197,94,.35)}.adminImageCard.isDragging{opacity:.65}.adminImageThumbWrap{position:relative;aspect-ratio:1/1;overflow:hidden;background:#09111d}.adminImageThumb{width:100%;height:100%;object-fit:cover;display:block}.adminImageBadge{position:absolute;top:8px;left:8px;z-index:2;background:var(--accent);color:#08110b;font-size:12px;font-weight:800;padding:5px 8px;border-radius:999px}.adminImageActions{display:grid;grid-gap:8px;gap:8px;padding:10px}.adminImageOrderRow{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.adminMiniBtn{min-width:44px;padding:8px 10px}.adminDeleteBtn{width:100%;justify-content:center;border-color:#3a2430;color:#f1c7d4}.adminDeleteBtn:hover{border-color:#6f3046}@media (max-width:900px){.adminImageGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.adminImageGrid{grid-template-columns:1fr}.adminImageOrderRow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.adminImageOrderRow .small{grid-column:1/-1}.adminMiniBtn{width:100%}}.productsStickyTools{position:-webkit-sticky;position:sticky;top:72px;z-index:18;margin-bottom:14px}.productsStickyToolsInner{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center;background:rgba(11,15,20,.88);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:16px;padding:10px}.productsSortWrap{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.productsSortSelect{min-width:190px;background:#0e1522;border:1px solid var(--border);color:var(--text);padding:10px 12px;border-radius:12px;outline:none}.productsSortSelect:focus{border-color:#2e425f}@media (max-width:900px){.productsStickyTools{top:68px}.productsStickyToolsInner{grid-template-columns:1fr}.productsSortWrap{justify-content:space-between}.productsSortSelect{width:100%;min-width:0}}.productThumbLarge{border-radius:14px;background:#0e1522}.productThumbLarge img{transition:transform .35s ease}.productCardLarge:hover .productThumbLarge img{transform:scale(1.08)}.productThumbPlaceholder{font-size:13px;color:#7c8aa0;color:#6b7a90;background:#0e1522;opacity:.7}.productThumbPlaceholder svg{width:42px;height:42px}.adminGroupedProductCard{display:grid;grid-gap:12px;gap:12px}.adminGroupedProductTop{display:grid;grid-template-columns:64px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:start;min-width:0}.adminGroupedProductActions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.adminGroupedProductActions .btn{width:100%;justify-content:center;text-align:center}@media (max-width:640px){.adminGroupedProductTop{grid-template-columns:56px minmax(0,1fr);gap:10px}:root{--bg:#0d2238;--card:#0d1a2a;--card-2:#102034;--border:#22354d;--text:#eef4fb;--muted:#aab8c9;--accent:#2ecc63}body{background:radial-gradient(circle at top,rgba(46,204,99,.08),transparent 28%),linear-gradient(180deg,#07111d,#08121f)}.card{background:linear-gradient(180deg,rgba(15,28,45,.96),rgba(12,24,39,.96));border:1px solid var(--border);box-shadow:0 10px 30px rgba(0,0,0,.18)}.siteHeader{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(7,17,29,.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.siteHeaderInner{justify-content:space-between;gap:14px;padding:12px 0;flex-wrap:wrap}.siteHeaderInner,.siteLogoWrap{display:flex;align-items:center}.siteLogoWrap{gap:10px;text-decoration:none;color:inherit;flex-shrink:0}.siteLogoImg{height:60px;width:auto;display:block}.siteLogoText{line-height:1}.siteLogoTitle{font-weight:900;font-size:18px}.siteLogoSub{font-size:12px;color:var(--muted);margin-top:4px}.siteHeaderSearchWrap{flex:1 1;max-width:540px;min-width:220px}.siteHeaderNav{display:flex;gap:10px;align-items:center;flex-shrink:0}.iconBtn{width:46px;min-width:46px;padding:0;display:inline-flex;align-items:center;justify-content:center}.homeHero{display:grid;grid-gap:16px;gap:16px;padding-top:8px}.homeHeroBannerLink{display:block}.homeHeroBanner{width:100%;border-radius:18px;display:block;cursor:pointer;box-shadow:0 14px 34px rgba(0,0,0,.22)}.homeHeroBanner,.homeHeroCard{border:1px solid var(--border)}.homeHeroCard{background:linear-gradient(180deg,rgba(16,31,49,.98),rgba(13,25,40,.98));border-radius:22px;padding:28px;box-shadow:0 10px 30px rgba(0,0,0,.18)}.homeHeroEyebrow{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:800;color:var(--accent);text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px}.homeHeroTitle{font-size:clamp(34px,6vw,64px);line-height:1.02;font-weight:900;margin:0;letter-spacing:-.03em}.homeHeroText{font-size:clamp(17px,2.3vw,22px);line-height:1.45;color:var(--muted);max-width:760px;margin:18px 0 0}.homeHeroActions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.btn{border-radius:16px}.btn.btnPrimary{color:#04120a;font-weight:900}@media (max-width:900px){.siteHeaderInner{gap:12px}.siteHeaderNav{width:100%;justify-content:flex-start;flex-wrap:wrap}.siteHeaderSearchWrap{order:3;width:100%;max-width:none}.homeHeroCard{padding:22px;border-radius:18px}}@media (max-width:640px){.siteLogoImg{height:56px}.siteLogoTitle{font-size:16px}.siteLogoSub{font-size:11px}.siteHeaderNav{gap:8px}.homeHeroTitle{font-size:clamp(26px,9vw,40px)}.homeHeroText{font-size:17px}.homeHeroCard{padding:18px}}.adminGroupedProductActions{grid-template-columns:1fr}}:root{--bg:#0d2238;--card:#0d1a2a;--card-2:#102034;--border:#22354d;--text:#eef4fb;--muted:#aab8c9;--accent:#2ecc63}body{background:radial-gradient(circle at top,rgba(46,204,99,.08),transparent 28%),linear-gradient(180deg,#07111d,#08121f)}.card{background:linear-gradient(180deg,rgba(15,28,45,.96),rgba(12,24,39,.96));border:1px solid var(--border);box-shadow:0 10px 30px rgba(0,0,0,.18)}.siteHeader{background:rgba(7,17,29,.92);border-bottom:1px solid var(--border)}.siteHeaderInner{padding:12px 0}.siteLogoImg{height:60px}.siteLogoText{line-height:1}.siteLogoTitle{font-weight:900;font-size:18px}.siteLogoSub{font-size:12px;color:var(--muted);margin-top:4px}.siteHeaderSearchWrap{max-width:540px;min-width:220px}.siteHeaderNav{gap:10px}.iconBtn{width:46px;min-width:46px}.homeHero{grid-gap:16px;gap:16px}.homeHeroBanner{cursor:pointer;box-shadow:0 14px 34px rgba(0,0,0,.22)}.homeHeroBanner,.homeHeroCard{border:1px solid var(--border)}.homeHeroCard{background:linear-gradient(180deg,rgba(16,31,49,.98),rgba(13,25,40,.98));padding:28px;box-shadow:0 10px 30px rgba(0,0,0,.18)}.homeHeroEyebrow{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--accent);margin-bottom:14px}.homeHeroTitle{font-size:clamp(34px,6vw,64px);line-height:1.02;letter-spacing:-.03em}.homeHeroText{font-size:clamp(17px,2.3vw,22px);line-height:1.45;max-width:760px;margin:18px 0 0}.homeHeroActions{margin-top:24px}.btn{border-radius:16px}.btn.btnPrimary{color:#04120a;font-weight:900}@media (max-width:900px){.siteHeaderInner{gap:12px}.siteHeaderNav{width:100%;justify-content:flex-start;flex-wrap:wrap}.siteHeaderSearchWrap{order:3;width:100%;max-width:none}.homeHeroCard{padding:22px;border-radius:18px}}@media (max-width:640px){.siteLogoImg{height:56px}.siteLogoTitle{font-size:16px}.siteLogoSub{font-size:11px}.siteHeaderNav{gap:8px}.homeHeroTitle{font-size:clamp(26px,9vw,40px)}.homeHeroText{font-size:17px}.homeHeroCard{padding:18px}}.siteLogoImg{height:42px!important;width:auto}@media (max-width:640px){.siteLogoImg{height:36px!important}}.homeHeroBanner{max-height:420px}@media (max-width:900px){.homeHeroBanner{max-height:none}}.homeHero{margin-left:-12px;margin-right:-12px}.homeHeroBanner{width:100vw;max-width:100vw}.homeCategories{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:14px;gap:14px;margin-top:24px}.homeCategory{padding:20px;background:var(--card);border:1px solid var(--border);text-decoration:none;color:var(--text);font-size:22px;font-weight:600}.homeCategory span{font-size:14px}.homeCategory:hover{transform:translateY(-3px);border-color:var(--accent)}.container{max-width:1100px}.siteHeaderInner{padding:8px 0}.siteLogoImg{height:36px}.homeHeroBanner{height:240px;border-radius:14px}main{padding-top:10px}body,html{overflow-x:hidden}.container{max-width:1120px;margin:0 auto;padding-left:16px;padding-right:16px}.siteHeader{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:#10243a;border-bottom:1px solid hsla(0,0%,100%,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.siteHeaderInner{justify-content:space-between;gap:14px;padding:10px 0;flex-wrap:wrap}.siteHeaderInner,.siteLogoWrap{display:flex;align-items:center}.siteLogoWrap{gap:10px;min-width:0;flex-shrink:0;text-decoration:none;color:inherit}.siteLogoImg{height:44px;width:44px;min-width:44px;object-fit:contain;display:block}.siteLogoText{line-height:1.05;min-width:0}.siteLogoTitle{font-size:15px;font-weight:800;white-space:nowrap}.siteLogoSub{font-size:11px;opacity:.72;margin-top:3px;white-space:nowrap}.siteHeaderSearchWrap{flex:1 1;min-width:260px;max-width:520px}.siteHeaderNav{display:flex;align-items:center;gap:8px;flex-shrink:0}.iconBtn{width:42px;min-width:42px;height:42px;padding:0;display:inline-flex;align-items:center;justify-content:center}.homeHero{display:grid;grid-gap:14px;gap:14px;padding-top:8px}.homeHeroBanner{height:220px;object-fit:cover;object-position:center}.homeHeroCard{max-width:860px;padding:22px;margin:0;border-radius:22px}.homeHeroEyebrow{font-size:12px;margin-bottom:12px}.homeHeroTitle{line-height:1.12;font-weight:900;letter-spacing:-.02em;margin:0}.homeHeroText{margin-top:12px;max-width:720px;color:var(--muted)}.homeHeroActions{margin-top:18px}.categoryGrid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:12px;gap:12px}.categoryCard{min-width:0;padding:14px 10px;border-radius:18px}.categoryCard strong,.categoryCardTitle{font-size:14px}@media (max-width:900px){.siteHeaderInner{gap:10px}.siteHeaderSearchWrap{order:3;width:100%;max-width:none}.siteHeaderNav{width:100%;justify-content:flex-start;flex-wrap:wrap}.homeHeroBanner{height:190px}.homeHeroCard{max-width:100%;padding:18px}.homeHeroTitle{font-size:24px}.homeHeroText{font-size:14px}.categoryGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){.container{padding-left:14px;padding-right:14px}.siteHeaderInner{padding:10px 0;gap:10px}.siteLogoWrap{gap:10px}.siteLogoImg{height:46px;width:46px;min-width:46px}.siteLogoTitle{font-size:16px;white-space:normal}.siteLogoSub{font-size:11px;white-space:normal}.siteHeaderSearchWrap{min-width:0;width:100%}.siteHeaderNav{width:100%;gap:10px;flex-wrap:wrap}.iconBtn{width:44px;min-width:44px;height:44px}.homeHeroBanner{height:150px;border-radius:16px}.homeHeroCard{padding:16px;border-radius:18px}.homeHeroTitle{font-size:20px;line-height:1.15}.homeHeroText{font-size:13px;line-height:1.45;margin-top:10px}.categoryGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.categoryCard{padding:16px 10px}}.homeHeroBannerLink{display:block;width:100%;max-width:1100px;margin:0 auto}.homeHeroBanner{width:100%;height:auto;display:block;border-radius:18px}@media (min-width:900px){.homeHeroBanner{height:auto!important;max-height:none!important;object-fit:contain!important}.homeHero{justify-items:center}}.homeCategories{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:16px;gap:16px;width:100%;max-width:1100px;margin:20px auto 0}.homeCategory{gap:6px;padding:18px 10px;border-radius:14px;background:hsla(0,0%,100%,.03);transition:all .2s ease}.homeCategory:hover{border-color:rgba(0,255,120,.4)}@media (max-width:700px){.homeCategories{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.homeCategories{grid-template-columns:repeat(6,1fr)}}body{background:radial-gradient(circle at 20% 0,#162b52 0,transparent 40%),radial-gradient(circle at 80% 20%,#1c3b6b 0,transparent 40%),#0b1426}.homeCategory{background:linear-gradient(180deg,#13284a,#0e1f3b);border:1px solid hsla(0,0%,100%,.08);transition:all .25s ease;cursor:pointer}.homeCategory:hover{transform:translateY(-4px);border-color:#22c55e;box-shadow:0 10px 25px rgba(0,0,0,.4)}.homeCategory span{font-size:15px;font-weight:600}.heroTitle{font-size:34px;font-weight:800;line-height:1.2}.heroText{font-size:16px;opacity:.8}.btnPrimary{background:linear-gradient(90deg,#22c55e,#16a34a);border:none;font-weight:700;box-shadow:0 4px 15px rgba(0,0,0,.3)}.btnPrimary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.4)}.productCard{border-radius:18px;background:linear-gradient(180deg,#13284a,#0f1e36);border:1px solid hsla(0,0%,100%,.06);transition:all .25s ease}.productCard:hover{transform:translateY(-6px);box-shadow:0 14px 40px rgba(0,0,0,.45)}.productCard img{width:100%;height:260px;object-fit:cover;border-radius:14px;transform:scale(1.05)}.productsTopActions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.productsFilterToggle{display:none}.productsFiltersDesktop{display:block}.mobileFiltersBackdrop,.mobileFiltersDrawer{display:none}.productGrid.productsGridMobile{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}.productCardLarge{min-width:0}.productThumbLarge{position:relative;width:100%;height:200px;border-radius:18px;background:#0d1725}.productThumbLarge img{transform:scale(1.06);transition:transform .25s ease}.productCardLarge:hover .productThumbLarge img{transform:scale(1.1)}.productThumbPlaceholder{color:hsla(0,0%,100%,.35);background:linear-gradient(180deg,hsla(0,0%,100%,.03),hsla(0,0%,100%,.01))}@media (max-width:1200px){.productGrid.productsGridMobile{grid-template-columns:repeat(3,minmax(0,1fr))}.productThumbLarge{height:280px}}@media (max-width:900px){.productsFiltersDesktop{display:none!important}.productsFilterToggle{display:inline-flex!important;align-items:center;justify-content:center}.mobileFiltersBackdrop{display:block;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:120}.mobileFiltersDrawer{display:block;position:fixed;left:0;right:0;bottom:0;z-index:121;max-height:85vh;overflow:hidden;border-top-left-radius:18px;border-top-right-radius:18px;background:var(--bg);border-top:1px solid var(--border);box-shadow:0 -10px 30px rgba(0,0,0,.35)}.mobileFiltersDrawerInner{overflow:auto;max-height:85vh;padding:14px}.mobileFiltersHeader{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.mobileFiltersCard{padding:14px}.mobileFiltersFooter{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin-top:14px;position:-webkit-sticky;position:sticky;bottom:0;background:var(--bg);padding-top:10px}.productsStickyTools{z-index:20}.productsSortWrap{flex:1 1;min-width:0}.productGrid.productsGridMobile{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.productThumbLarge{height:230px}}@media (max-width:640px){.productGrid.productsGridMobile{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.productThumbLarge{height:190px;border-radius:16px}.productThumbLarge img{transform:scale(1.08)}}@media (min-width:901px){.productsFiltersDesktop{display:block!important}.productsTopActions{display:flex;align-items:center;gap:10px;width:100%;flex-wrap:wrap}.productsFilterToggle{display:none}@media (max-width:900px){.productsTopActions{justify-content:flex-start}.productsFilterToggle{display:inline-flex!important;align-items:center;justify-content:center;order:1}.productsSortWrap{order:2;flex:1 1;min-width:0}}.mobileFiltersDrawerInner{overflow:auto;max-height:85vh;padding:14px}.mobileFiltersHeader{position:relative;top:auto;z-index:auto;display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px;padding:0;background:transparent;border-bottom:none}@media (min-width:901px){.productGrid.productsGridMobile{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.productThumbLarge{height:240px!important}.productThumbLarge img{object-fit:cover;object-position:center;transform:scale(1.04)}.productCardLarge:hover .productThumbLarge img{transform:scale(1.07)}}@media (min-width:901px) and (max-width:1200px){.productThumbLarge{height:220px!important}}.productsFilterToggle{display:none!important}.productThumbLarge{height:210px}}@media (max-width:640px){.productThumbLarge{height:170px}}@media (max-width:900px){.productsTopActions{display:flex;align-items:center;gap:10px;width:100%;flex-wrap:nowrap}.productsFilterToggle{display:inline-flex!important;align-items:center;justify-content:center;order:1;flex:0 0 auto}.productsSortWrap{order:2;flex:1 1 auto;min-width:0}.productsTopActions{display:flex;align-items:flex-end;gap:10px;width:100%}.productsFilterToggle{flex:0 0 90px;height:40px;display:flex;align-items:center;justify-content:center;font-size:15px;border-radius:14px}.productsSortWrap{flex:1 1}.productsSortWrap .small{display:block;font-size:13px;margin-bottom:4px}.productsSortSelect{width:100%;height:40px;font-size:15px;border-radius:14px}}.productGrid{gap:14px}.productThumbLarge{padding:8px;margin-bottom:10px}.productThumbPlaceholder svg{width:28px;height:28px}.productGrid{gap:10px!important}.productCardLarge{padding:12px}.productThumbLarge{padding:6px;margin-bottom:8px}.productThumbLarge img{object-fit:contain}.productThumbPlaceholder svg{width:24px;height:24px}@media (max-width:640px){.container{padding-left:10px;padding-right:10px}.productGrid{gap:10px}.productCardLarge{padding:10px}}.productCardLarge{padding:14px}.productThumbLarge{aspect-ratio:1/1;overflow:hidden;border-radius:16px;background:linear-gradient(180deg,#0b1f35,#071528);display:flex;align-items:center;justify-content:center}.productThumbLarge img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transform:scale(1.12)}.productThumbPlaceholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;opacity:.35}.productCardLarge .priceRow,.productCardLarge .tagRow{margin-top:6px}.productCardLarge div[style*="font-weight: 800"]{font-size:14px!important;min-height:36px!important}.productGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}@media (max-width:900px){.productGrid{grid-template-columns:repeat(2,1fr);gap:14px}.productThumbLarge img{transform:scale(1.08)}}.headerTextBtn{white-space:nowrap;font-weight:700}.homeHeroCard{max-width:520px;width:100%;margin:20px 0 0;padding:18px 20px;border:1px solid hsla(0,0%,100%,.1);border-radius:18px;background:rgba(10,16,40,.78);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 8px 22px rgba(0,0,0,.18)}.homeHeroEyebrow{font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#3f6}.homeHeroTitle{margin:0 0 10px;font-size:28px;line-height:1.08}.homeHeroText{margin:0;max-width:480px;color:hsla(0,0%,100%,.92)}.homeHeroActions{display:flex;gap:12px;flex-wrap:wrap;margin-top:14px}.homeHeroActions .btn{padding:10px 16px}.homeCategories{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:18px}.homeCategory{min-height:84px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:10px;border-radius:16px;border:1px solid hsla(0,0%,100%,.14);background:rgba(32,37,96,.55);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;font-size:14px;font-weight:700;text-align:center}.homeCategory:hover{transform:translateY(-2px);border-color:rgba(51,255,102,.45);box-shadow:0 10px 24px rgba(0,0,0,.18)}.homeBenefitsGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.homeBenefitTitle{font-weight:800}.homeBenefitText{margin:0;line-height:1.5;color:hsla(0,0%,100%,.88)}.homeSeoBlock{padding:16px 18px;background:rgba(9,14,36,.5);border:1px solid hsla(0,0%,100%,.1)}.homeSeoTitle{margin:0 0 10px}.contactPage{padding-top:12px;padding-bottom:30px}.contactCard{max-width:760px;margin:0 auto;padding:24px;border-radius:22px}.contactEyebrow{margin-bottom:10px;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#3f6}.contactTitle{margin:0 0 12px}.contactText{margin:0 0 18px;line-height:1.7}.contactList{display:grid;grid-gap:12px;gap:12px}.contactItem{line-height:1.7}.contactActions{margin-top:22px}.siteFooter{margin-top:36px;padding-top:28px;padding-bottom:24px;border-top:1px solid hsla(0,0%,100%,.08)}.siteFooterGrid{display:grid;grid-template-columns:1.2fr 1fr 1fr;grid-gap:24px;gap:24px}.siteFooterTitle{margin-bottom:10px;font-weight:800}.siteFooterText{margin-bottom:8px;line-height:1.7;color:hsla(0,0%,100%,.88)}.siteFooterBottom{margin-top:20px;padding-top:16px;border-top:1px solid hsla(0,0%,100%,.06);font-size:14px;color:hsla(0,0%,100%,.72)}@media (max-width:980px){.homeCategories{grid-template-columns:repeat(3,minmax(0,1fr))}.homeBenefitsGrid,.siteFooterGrid{grid-template-columns:1fr}.homeHeroCard{max-width:100%}}@media (max-width:640px){.siteHeaderInner{gap:10px}.siteLogoTitle{font-size:16px}.siteLogoSub{font-size:11px}.headerTextBtn{font-size:14px;padding:9px 14px}.homeCategories{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.homeCategory{min-height:74px;font-size:13px;border-radius:14px;padding:8px}.homeHeroCard{max-width:100%;margin-top:16px;padding:16px;border-radius:16px}.homeHeroTitle{font-size:22px;line-height:1.12;margin-bottom:10px}.homeHeroText{font-size:14px;line-height:1.45;max-width:100%}.homeHeroActions .btn{font-size:14px;padding:9px 14px}.homeBenefit{padding:13px 14px}.homeBenefitTitle{font-size:15px}.homeBenefitText{font-size:13px;line-height:1.45}.homeSeoBlock{margin-top:16px;padding:14px 16px;border-radius:16px}.homeSeoTitle{font-size:21px;line-height:1.14}.homeSeoText{font-size:14px;line-height:1.6}.contactCard{padding:18px}}.homeHeroEyebrow{font-size:11px;margin-bottom:8px}.homeHeroTitle{font-size:34px;line-height:1.05;margin-bottom:10px}.homeHeroText{font-size:15px;line-height:1.5;max-width:100%}.homeHeroActions .btn{font-size:15px;padding:11px 16px}.homeBenefits{padding-top:18px}.homeBenefit{padding:14px 16px;border-radius:16px}.homeBenefitTitle{font-size:16px;margin-bottom:6px}.homeBenefitText{font-size:14px;line-height:1.55}.homeSeoBlock{margin-top:18px;padding:16px;border-radius:18px}.homeSeoTitle{font-size:24px;line-height:1.12;margin-bottom:10px}.homeSeoText{margin:0;font-size:15px;line-height:1.65}@media (max-width:640px){.headerTextBtn{font-size:14px;padding:9px 14px}}