@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--navy:#081327;--blue:#2463eb;--blue2:#3a73ef;--text:#101828;--muted:#667085;--line:#e6eaf0;--soft:#f7f9fc;--white:#fff;--green:#14a36d;--red:#ef4444}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}button{cursor:pointer}.announcement{height:24px;background:#fff;text-align:center;font-size:10px;display:grid;place-items:center;border-bottom:1px solid var(--line)}.site-header{height:70px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:28px;padding:0 4%;position:sticky;top:0;z-index:30}.brand{display:flex;align-items:center;gap:9px;font-size:20px;white-space:nowrap}.brand-mark{width:26px;height:26px;border-radius:7px;background:var(--blue);color:#fff;display:grid;place-items:center;font-weight:800}.site-header nav{display:flex;align-items:center;gap:22px;font-size:12px;color:#43506a}.site-header nav a:hover{color:var(--blue)}.header-search{flex:1;max-width:430px;margin-left:auto;display:flex;align-items:center;border:1px solid var(--line);border-radius:8px;padding:0 11px;background:#fafbfc}.header-search svg{width:16px;color:#98a2b3}.header-search input{width:100%;border:0;background:transparent;padding:10px;outline:0;font-size:12px}.header-actions{display:flex;align-items:center;gap:14px}.header-actions a,.header-actions button{border:0;background:transparent;padding:4px;display:grid;place-items:center;position:relative}.header-actions svg{width:18px;height:18px}.cart-icon i{position:absolute;right:-6px;top:-7px;background:var(--blue);color:#fff;width:16px;height:16px;border-radius:50%;font-size:9px;font-style:normal;display:grid;place-items:center}.mobile-menu{display:none!important}.hero{min-height:460px;background:linear-gradient(110deg,#071124,#0c1b35 48%,#0a162d);color:#fff;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:50px 5%;overflow:hidden}.hero-copy{max-width:580px}.hero-copy>span{font-size:10px;letter-spacing:1.5px;color:#8aaeff;font-weight:700}.hero h1{font-size:52px;line-height:1.04;letter-spacing:-2px;margin:16px 0}.hero h1 b{color:#3976ff}.hero p{color:#c3cbe0;line-height:1.7;font-size:15px;max-width:500px}.hero-copy>div{display:flex;gap:12px;margin-top:28px}.primary,.secondary{border-radius:6px;padding:12px 20px;font-size:12px;font-weight:700;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center}.primary{background:var(--blue);color:#fff}.primary:hover{background:#174fd0}.secondary{background:#fff;color:var(--text);border-color:var(--line)}.secondary.dark{background:transparent;color:#fff;border-color:#6f7a91}.hero-showcase{height:360px;position:relative}.hero-laptop{position:absolute;width:340px;height:220px;left:18%;top:70px;border:14px solid #101b2d;border-radius:14px;background:radial-gradient(circle at 70% 30%,#2d58c9,#130b32 55%,#020611);box-shadow:0 30px 60px #0008;display:grid;place-items:center;transform:perspective(900px) rotateY(-8deg)}.hero-laptop:after{content:"";position:absolute;width:380px;height:22px;background:#27334a;border-radius:4px 4px 18px 18px;bottom:-30px}.hero-laptop svg{width:86px;height:86px;color:#75a3ff}.hero-laptop span{position:absolute;bottom:26px;font-size:10px;letter-spacing:2px}.desktop-tower{position:absolute;width:150px;height:280px;right:2%;top:40px;border-radius:9px;background:#121c2e;border:4px solid #27364f;box-shadow:0 30px 60px #0008;z-index:2}.desktop-tower i{display:block;width:75px;height:75px;border-radius:50%;border:6px solid #3459c7;margin:12px auto;background:radial-gradient(circle,#1a2540 40%,#7838ba 42%,#2391f2 60%,#0e1729 62%)}.benefits{display:grid;grid-template-columns:repeat(4,1fr);padding:23px 5%;border-bottom:1px solid var(--line);background:#fff}.benefits>div{display:flex;align-items:center;gap:12px;justify-content:center;border-right:1px solid var(--line)}.benefits>div:last-child{border:0}.benefits svg{width:23px;color:#334155}.benefits span{display:grid;gap:3px}.benefits b{font-size:11px}.benefits small{font-size:9px;color:var(--muted)}.benefits.compact{margin:10px 5% 0;border:1px solid var(--line);border-radius:8px}.content-section{padding:34px 5%}.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.section-head h2{font-size:17px;margin:0}.section-head a{font-size:11px;color:var(--blue);font-weight:700}.category-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:20px}.category-grid a{display:grid;place-items:center;gap:10px;font-size:10px}.category-grid svg{width:45px;height:45px;padding:9px;border-radius:50%;background:#f0f3f8;color:#27364b}.products-grid{display:grid;gap:16px}.products-grid.three{grid-template-columns:repeat(3,1fr)}.product-card{border:1px solid var(--line);background:#fff;border-radius:8px;padding:10px;position:relative;transition:.2s}.product-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px #10213b14}.card-badges{position:absolute;z-index:2;display:flex;gap:5px}.card-badges span,.card-badges em{padding:4px 6px;border-radius:3px;font-size:8px;font-style:normal;font-weight:700;background:#e8f0ff;color:var(--blue)}.card-badges em{background:#ffe9e9;color:#d92d20}.product-art{height:155px;background:linear-gradient(145deg,#f8fafc,#eef2f7);display:grid;place-items:center;position:relative;overflow:hidden;border-radius:6px;margin-bottom:12px}.product-art svg{width:76px;height:76px;color:#111827;stroke-width:1.3;z-index:1}.product-art>span{position:absolute;bottom:10px;font-size:8px;font-weight:800;color:#667085;letter-spacing:1px}.art-glow{position:absolute;width:100px;height:100px;border-radius:50%;background:#5b7fff25;filter:blur(15px)}.product-card small{font-size:8px;color:#98a2b3}.product-card h3{font-size:11px;line-height:1.45;min-height:34px;margin:5px 0}.rating{display:flex;align-items:center;gap:2px;color:#f5a623}.rating svg{width:11px;height:11px;fill:currentColor}.rating span{font-size:8px;color:#98a2b3;margin-left:4px}.price{display:flex;align-items:center;gap:7px;margin:8px 0}.price strong{font-size:12px}.price del{font-size:8px;color:#98a2b3}.product-card>button{width:100%;border:0;background:#eef4ff;color:var(--blue);border-radius:5px;padding:9px;font-size:10px;font-weight:700}.promo-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:10px 5% 45px}.promo-grid article{background:linear-gradient(120deg,#071124,#102a56);color:#fff;min-height:170px;border-radius:8px;padding:24px;display:flex;justify-content:space-between;align-items:center;overflow:hidden}.promo-grid h3{font-size:22px;margin:7px 0}.promo-grid p,.promo-grid small{font-size:9px;color:#b8c5dc}.promo-grid a{display:inline-block;border:1px solid #77849b;border-radius:4px;padding:7px 12px;font-size:9px;margin-top:10px}.promo-grid svg{width:120px;height:120px;color:#6b9aff}.page-banner{background:var(--navy);color:#fff;padding:28px 5%}.page-banner h1{font-size:27px;margin:0 0 5px}.page-banner p{font-size:9px;color:#a9b4c8}.catalog{display:grid;grid-template-columns:240px 1fr;gap:22px;padding:28px 5% 50px}.catalog aside{border:1px solid var(--line);border-radius:7px;padding:18px;height:max-content}.catalog aside h3{font-size:11px;border-bottom:1px solid var(--line);padding-bottom:11px;margin:0 0 10px}.catalog aside h3:not(:first-child){margin-top:24px}.catalog aside button{width:100%;border:0;background:transparent;padding:7px 0;display:flex;justify-content:space-between;font-size:9px;color:#475467}.catalog aside button.active{color:var(--blue);font-weight:700}.catalog aside label{display:flex;gap:8px;align-items:center;font-size:9px;padding:5px 0}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:18px}.catalog-toolbar>span{font-size:9px;color:var(--muted)}.catalog-toolbar select{padding:9px 12px;border:1px solid var(--line);border-radius:5px;font-size:9px}.inline-search{display:flex;align-items:center;border:1px solid var(--line);border-radius:5px;padding:0 10px;flex:1;max-width:360px}.inline-search svg{width:15px;color:#98a2b3}.inline-search input{width:100%;border:0;outline:0;padding:9px;font-size:10px}.filter-rating{display:flex;padding:4px 0}.filter-rating svg{width:11px;color:#d0d5dd}.filter-rating .on{color:#f5a623;fill:currentColor}.breadcrumb{padding:18px 5%;font-size:9px;color:#667085;background:#fafafa}.product-view{display:grid;grid-template-columns:1.1fr 1fr;gap:50px;padding:32px 7%}.product-art.large{height:430px}.product-art.large svg{width:190px;height:190px}.thumbs{display:flex;gap:8px;margin-top:12px}.thumbs button{width:66px;border:1px solid var(--line);background:#fff;padding:4px;border-radius:5px}.thumbs .product-art{height:52px;margin:0}.thumbs .product-art svg{width:28px;height:28px}.product-info>small{font-size:9px;color:#667085}.product-info h1{font-size:24px;margin:12px 0}.product-info h2{font-size:20px;margin:16px 0}.product-info ul{padding-left:18px;color:#475467;font-size:10px;line-height:2}.stock{display:block;color:var(--green);font-size:9px;font-weight:700;margin:14px 0}.buy-row{display:grid;grid-template-columns:100px 1fr 1fr;gap:10px;margin-top:16px}.qty-box{display:flex;align-items:center;border:1px solid var(--line);border-radius:5px;overflow:hidden}.qty-box button{border:0;background:#fff;padding:8px}.qty-box svg{width:13px}.qty-box span{flex:1;text-align:center;font-size:10px}.micro-actions{display:flex;gap:18px;margin-top:15px}.micro-actions button{border:0;background:transparent;font-size:9px;display:flex;align-items:center;gap:5px}.micro-actions svg{width:13px}.tabs{margin:25px 5% 55px;border-top:1px solid var(--line)}.tabs button{border:0;background:#fff;padding:15px 18px 12px;font-size:9px}.tabs button.active{border-bottom:2px solid var(--blue);color:var(--blue)}.tabs p{font-size:10px;color:#667085;line-height:1.8;padding:10px 18px}.cart-page,.checkout-page{padding:32px 5% 60px;background:#fafbfc;min-height:620px}.cart-page h1,.checkout-page h1{font-size:24px}.cart-layout{display:grid;grid-template-columns:1fr 300px;gap:22px}.cart-layout>section{background:#fff;border:1px solid var(--line);border-radius:7px}.cart-item{display:grid;grid-template-columns:75px 1fr 110px 95px 110px 28px;gap:14px;align-items:center;padding:14px;border-bottom:1px solid var(--line)}.cart-item:last-child{border:0}.cart-item .product-art{height:62px;margin:0}.cart-item .product-art svg{width:35px}.cart-item h3{font-size:10px;margin:0 0 5px}.cart-item small{font-size:8px;color:#98a2b3}.cart-item strong,.cart-item b{font-size:9px}.icon-btn{border:0;background:transparent}.icon-btn svg{width:15px}.order-summary,.payment-card{background:#fff;border:1px solid var(--line);border-radius:7px;padding:18px;height:max-content}.order-summary h3,.payment-card h3{font-size:12px;margin:0 0 16px}.order-summary>div{display:flex;justify-content:space-between;font-size:9px;padding:7px 0}.order-summary hr{border:0;border-top:1px solid var(--line)}.order-summary .summary-total{font-size:12px;font-weight:700}.wide{width:100%}.steps{display:flex;justify-content:center;gap:45px;font-size:9px;color:#98a2b3;margin:20px 0}.steps span.active{color:var(--blue);font-weight:700}.checkout-layout{display:grid;grid-template-columns:1fr 370px;gap:22px}.checkout-form{background:#fff;border:1px solid var(--line);border-radius:7px;padding:20px}.checkout-form h3{font-size:12px;margin-top:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid label{font-size:9px;font-weight:600;display:grid;gap:6px}.form-grid input,.form-grid textarea,.coupon-row input{border:1px solid var(--line);border-radius:5px;padding:10px;outline:0;font-size:10px}.form-grid textarea{min-height:82px;resize:vertical}.form-grid .full{grid-column:1/-1}.checkout-side{display:grid;gap:14px;align-content:start}.coupon-row{display:grid!important;grid-template-columns:1fr auto;gap:7px}.coupon-row button{border:0;background:var(--navy);color:#fff;border-radius:4px;padding:8px 11px;font-size:9px}.payment-card label{display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:5px;padding:10px;margin:7px 0;font-size:9px}.error-box{background:#fff0f0;color:#b42318;border:1px solid #ffd5d2;border-radius:5px;padding:10px;font-size:9px}.auth-page{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr}.auth-page>section{background:linear-gradient(145deg,#081327,#0d2348);color:#fff;padding:35px 7%;display:flex;flex-direction:column}.auth-page>section>div{margin:auto 0}.auth-page>section span{font-size:9px;color:#79a2ff;letter-spacing:1.2px}.auth-page>section h1{font-size:34px;margin:8px 0}.auth-page>section p{color:#bec9dc;font-size:11px}.auth-page ul{list-style:none;padding:0;color:#9fb9f3;font-size:10px;line-height:2.3}.auth-device{height:190px;margin-top:25px;border-radius:8px;background:linear-gradient(135deg,#172b56,#311b56);display:grid;place-items:center}.auth-device svg{width:100px;height:100px;color:#7aa5ff}.auth-page>main{display:grid;place-items:center;padding:30px}.auth-page form{width:min(390px,90%)}.auth-page h2{font-size:22px;margin-bottom:24px}.auth-page label{display:grid;gap:7px;font-size:9px;font-weight:600;margin-bottom:14px}.auth-page input{border:1px solid var(--line);border-radius:5px;padding:11px}.auth-page form>p{text-align:center;font-size:9px;color:var(--muted)}.auth-page form>p button{border:0;background:transparent;color:var(--blue);font-weight:700}.account-page{display:grid;grid-template-columns:220px 1fr;gap:25px;padding:30px 5% 60px;background:#fafbfc;min-height:650px}.account-page aside{background:#fff;border:1px solid var(--line);border-radius:7px;padding:15px;height:max-content}.account-page aside h3{font-size:13px}.account-page aside button{width:100%;display:flex;gap:9px;align-items:center;border:0;background:#fff;padding:10px;border-radius:5px;font-size:9px;color:#475467}.account-page aside button.active{background:#eef4ff;color:var(--blue)}.account-page aside svg{width:14px}.account-page section h2{font-size:20px;margin-bottom:5px}.account-page section>p{font-size:9px;color:var(--muted)}.account-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:22px 0}.account-stats article{background:#fff;border:1px solid var(--line);border-radius:7px;padding:18px;display:grid;gap:5px}.account-stats b{font-size:20px}.account-stats span{font-size:9px;color:var(--muted)}.recent-orders{background:#fff;border:1px solid var(--line);border-radius:7px;padding:18px}.recent-orders h3{font-size:12px}.recent-orders article{display:grid;grid-template-columns:1fr 1fr 1fr 100px;align-items:center;border-top:1px solid var(--line);padding:11px 0;font-size:9px}.status{font-style:normal;text-transform:capitalize;text-align:center;padding:5px;border-radius:20px;background:#fff4d8;color:#a15c00}.status.delivered{background:#e8f8ef;color:#147a45}.status.cancelled{background:#fdecec;color:#b42318}.tracking-page{min-height:650px;background:linear-gradient(145deg,#071124,#0c1f40);color:#fff;padding:70px 10%;text-align:center}.tracking-page>span{font-size:9px;color:#77a2ff;letter-spacing:1px}.tracking-page h1{font-size:31px;margin:10px}.tracking-page>p{font-size:10px;color:#b9c5d8}.tracking-page form{display:grid;grid-template-columns:1fr 1fr auto;gap:10px;max-width:850px;margin:30px auto 55px;text-align:left}.tracking-page label{font-size:8px}.tracking-page input{display:block;width:100%;margin-top:6px;background:#0d2343;border:1px solid #29436b;color:#fff;border-radius:5px;padding:11px}.timeline{max-width:900px;margin:auto;display:grid;grid-template-columns:repeat(5,1fr);position:relative}.timeline:before{content:"";position:absolute;left:10%;right:10%;top:24px;height:2px;background:#294c88}.timeline>div{display:grid;place-items:center;gap:8px;z-index:1}.timeline>div>span{width:48px;height:48px;border-radius:50%;background:#10284c;border:2px solid #34528a;display:grid;place-items:center}.timeline .done>span{background:var(--blue);border-color:#75a1ff}.timeline svg{width:18px}.timeline b{text-transform:capitalize;font-size:9px}.timeline small{font-size:8px;color:#8ea4c4}.success-page,.empty-page{min-height:600px;display:grid;place-items:center;align-content:center;gap:13px;text-align:center;padding:40px}.success-page>svg,.empty-page>svg{width:65px;height:65px;color:var(--blue)}.success-page h1,.empty-page h2{margin:0}.success-page p{font-size:11px;color:var(--muted)}.success-page>div{background:#f7f9fc;border:1px solid var(--line);border-radius:7px;padding:18px 30px;display:grid;gap:5px}.success-page>div span{font-size:8px;color:var(--muted)}.site-footer{background:#071124;color:#b5c0d2;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:35px;padding:45px 5%}.site-footer>div{display:grid;align-content:start;gap:9px;font-size:9px}.site-footer h4{color:#fff;font-size:11px;margin:0 0 8px}.site-footer p{max-width:360px;line-height:1.8}.brand.light{color:#fff}.site-loader{min-height:100vh;display:grid;place-items:center;align-content:center;gap:12px}.site-loader div{width:35px;height:35px;border-radius:50%;border:3px solid #dce5f7;border-top-color:var(--blue);animation:spin .8s linear infinite}.site-loader span{font-size:10px;color:var(--muted)}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:1100px){.site-header nav{display:none}.products-grid.five,.category-grid{grid-template-columns:repeat(4,1fr)}.hero{grid-template-columns:1.15fr .85fr}.desktop-tower{display:none}.hero-laptop{left:0}.cart-item{grid-template-columns:70px 1fr 95px 90px 28px}.cart-item>strong{display:none}}@media (max-width:820px){.header-search{display:none}.mobile-menu{display:grid!important}.site-header nav.open{display:grid;position:absolute;left:0;right:0;top:70px;background:#fff;padding:20px;border-bottom:1px solid var(--line)}.hero{grid-template-columns:1fr;padding:50px 7%;min-height:520px}.hero-showcase{display:none}.hero h1{font-size:43px}.products-grid.five,.products-grid.three{grid-template-columns:repeat(2,1fr)}.catalog{grid-template-columns:1fr}.catalog aside{display:none}.product-view,.cart-layout,.checkout-layout,.account-page{grid-template-columns:1fr}.account-page aside{display:flex;overflow:auto}.account-page aside h3{display:none}.account-page aside button{white-space:nowrap;width:auto}.auth-page{grid-template-columns:1fr}.auth-page>section{display:none}.benefits{grid-template-columns:repeat(2,1fr);gap:18px}.benefits>div{border:0}.promo-grid{grid-template-columns:1fr}.site-footer{grid-template-columns:1fr 1fr}.tracking-page form{grid-template-columns:1fr}.timeline{grid-template-columns:1fr;gap:18px}.timeline:before{display:none}.account-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.site-header{padding:0 16px}.header-actions{gap:8px}.announcement{font-size:8px}.hero h1{font-size:37px}.hero-copy>div{flex-direction:column}.benefits{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(2,1fr)}.products-grid.five,.products-grid.three{grid-template-columns:1fr}.catalog-toolbar{align-items:stretch;flex-direction:column}.inline-search{max-width:none}.buy-row{grid-template-columns:1fr}.cart-item{grid-template-columns:60px 1fr 25px}.cart-item>.qty-box,.cart-item>b{grid-column:2}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.site-footer{grid-template-columns:1fr}.recent-orders article{grid-template-columns:1fr 1fr}.recent-orders article strong,.recent-orders article em{margin-top:5px}.account-stats{grid-template-columns:1fr}.product-art.large{height:300px}.product-art.large svg{width:130px;height:130px}}.product-art img{width:100%;height:100%;object-fit:contain;position:relative;z-index:2}.product-card{position:relative}.wishlist-btn{position:absolute;right:12px;top:12px;width:34px!important;height:34px;border-radius:50%!important;background:#fff!important;color:#64748b!important;padding:8px!important;z-index:5;border:1px solid #e5e7eb!important}.wishlist-btn.active{color:#ef4444!important;background:#fff1f2!important}.success-note{padding:12px 16px;border-radius:10px;background:#ecfdf5;color:#047857;margin-bottom:16px}.address-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:18px 0}.address-list article{border:1px solid #e5e7eb;border-radius:12px;padding:16px;display:grid;gap:6px}.profile-form{max-width:720px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:22px 0;padding:20px;border:1px solid #e5e7eb;border-radius:14px}.profile-form h2,.profile-form h3,.profile-form p{grid-column:1/-1}.profile-form label{display:grid;gap:7px;text-transform:capitalize;font-size:13px;font-weight:600}.profile-form input{padding:11px;border:1px solid #dbe1ea;border-radius:8px}.order-detail-inline{grid-column:1/-1;background:#f8fafc;padding:12px;border-radius:8px;width:100%}.order-detail-inline p{display:flex;justify-content:space-between;margin:5px 0}.wishlist-embedded .products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:760px){.address-list,.profile-form{grid-template-columns:1fr}.wishlist-embedded .products-grid{grid-template-columns:1fr 1fr}}.hero-showcase{display:flex;align-items:center;justify-content:center}.hero-showcase>img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 28px 35px rgba(0,0,0,.5))}.category-grid a{border:1px solid var(--line);border-radius:10px;padding:12px 8px;background:#fff;transition:.2s}.category-grid a:hover{transform:translateY(-3px);box-shadow:0 10px 24px #10213b1a}.category-grid img{width:100%;height:82px;object-fit:contain}.promo-grid article>img{width:48%;height:145px;object-fit:contain;filter:drop-shadow(0 18px 28px rgba(0,0,0,.35))}.auth-device{overflow:hidden}.auth-device img{width:100%;height:100%;object-fit:cover}.product-art{background:#fff}.product-art img{transition:transform .25s ease}.product-card:hover .product-art img{transform:scale(1.045)}.hero{min-height:560px;position:relative;isolation:isolate;padding:58px max(5%,calc((100vw - 1540px)/2));grid-template-columns:minmax(430px,.82fr) minmax(620px,1.28fr);gap:24px;background:radial-gradient(circle at 76% 48%,rgba(74,54,255,.28),transparent 30%),radial-gradient(circle at 58% 80%,rgba(0,122,255,.25),transparent 32%),linear-gradient(112deg,#020918,#07132b 42%,#080a24 72%,#10072d)}.hero:after{content:"";position:absolute;inset:auto 0 0;height:120px;background:linear-gradient(transparent,#070d1ea6);z-index:-1}.hero-beam{position:absolute;height:2px;width:760px;z-index:-1;opacity:.65;filter:drop-shadow(0 0 9px currentColor);transform-origin:left center}.beam-one{left:34%;top:18%;color:#1687ff;background:linear-gradient(90deg,transparent,currentColor,transparent);transform:rotate(52deg)}.beam-two{left:55%;bottom:12%;color:#823cff;background:linear-gradient(90deg,transparent,currentColor,transparent);transform:rotate(-18deg)}.hero-copy{max-width:640px;z-index:3}.hero-copy>span{font-size:13px;letter-spacing:2.2px;color:#3984ff}.hero h1{font-size:clamp(48px,4.25vw,76px);line-height:1.02;letter-spacing:-3.4px;margin:20px 0 18px;text-transform:uppercase}.hero h1 span,.hero h1 strong{display:block}.hero h1 strong{font:inherit;color:transparent;background:linear-gradient(90deg,#287dff,#7655ff);-webkit-background-clip:text;background-clip:text}.hero p{max-width:520px;font-size:18px;line-height:1.65;color:#c6d0e3}.hero-actions{display:flex;gap:16px;margin-top:30px!important}.hero-actions .primary,.hero-actions .secondary{min-height:52px;padding:0 26px;border-radius:8px;font-size:14px}.hero-actions .primary{gap:10px;box-shadow:0 12px 30px #2463eb47}.hero-actions svg{width:16px;height:16px}.hero-dots{display:flex!important;gap:14px!important;margin-top:36px!important}.hero-dots i{width:12px;height:12px;border-radius:50%;background:#667085;opacity:.7}.hero-dots i.active{width:24px;border-radius:20px;background:#2463eb;opacity:1}.hero-showcase{height:445px;position:relative;justify-content:flex-end;z-index:2}.hero-showcase:before{content:"";position:absolute;right:-8%;bottom:0;width:92%;height:68%;background:radial-gradient(ellipse,rgba(66,74,255,.34),rgba(24,83,255,.12) 38%,transparent 70%);filter:blur(18px)}.hero-showcase>img{width:108%;max-width:900px;height:auto;max-height:445px;object-fit:contain;object-position:right center;mix-blend-mode:screen;filter:drop-shadow(0 38px 48px rgba(0,0,0,.62));position:relative;z-index:2}.hero-product-glow{position:absolute;right:5%;bottom:5%;width:72%;height:34%;border-radius:50%;background:#3e4cff47;filter:blur(45px)}.home-dark-shell{background:linear-gradient(180deg,#061126,#07101f);color:#fff;padding:0 5% 38px}.home-dark-shell .benefits{position:relative;z-index:5;transform:translateY(-1px);padding:22px 26px;background:linear-gradient(135deg,#15213af0,#0c1629f0);border:1px solid rgba(148,163,184,.16);border-radius:10px;box-shadow:0 18px 45px #00000038}.home-dark-shell .benefits>div{border-color:#94a3b82e}.home-dark-shell .benefits svg{width:31px;height:31px;color:#fff}.home-dark-shell .benefits b{font-size:12px;color:#fff}.home-dark-shell .benefits small{font-size:10px;color:#aebbd0}.category-section{padding:30px 0 0}.category-section .section-head h2{font-size:20px;letter-spacing:.2px}.category-section .section-head a{display:flex;align-items:center;gap:4px;font-size:12px}.category-section .section-head svg{width:15px}.category-section .category-grid{gap:15px}.category-section .category-grid a{min-height:144px;background:linear-gradient(145deg,#192439f5,#0f192cf5);border-color:#94a3b824;color:#fff;padding:14px 9px;box-shadow:inset 0 1px #ffffff08}.category-section .category-grid a:hover{border-color:#387effa6;box-shadow:0 14px 30px #00000047,0 0 0 1px #387eff26}.category-section .category-grid img{height:92px;mix-blend-mode:screen;filter:drop-shadow(0 10px 14px rgba(0,0,0,.38))}.category-section .category-grid span{font-size:11px;font-weight:600}@media (max-width:1200px){.hero{grid-template-columns:1fr 1.05fr;min-height:520px}.hero-showcase{height:390px}.hero h1{font-size:54px}.hero p{font-size:15px}}@media (max-width:900px){.hero{grid-template-columns:1fr;min-height:690px;padding-top:56px;padding-bottom:10px}.hero-copy{max-width:700px}.hero-showcase{display:flex!important;height:310px;justify-content:center}.hero-showcase>img{max-width:690px;object-position:center}.home-dark-shell{padding-left:4%;padding-right:4%}.home-dark-shell .benefits{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.hero{min-height:640px;padding:44px 20px 4px}.hero h1{font-size:42px;letter-spacing:-2px}.hero p{font-size:14px}.hero-actions{flex-direction:row!important}.hero-actions .primary,.hero-actions .secondary{padding:0 18px;min-height:46px}.hero-showcase{height:245px}.home-dark-shell{padding:0 16px 28px}.home-dark-shell .benefits{grid-template-columns:1fr;padding:18px}.category-section .category-grid{grid-template-columns:repeat(2,1fr)}}.hero-slider{position:relative;isolation:isolate;overflow:hidden;color:#fff;background:#030a18;min-height:620px}.hero-slide{width:min(1600px,100%);min-height:620px;margin:0 auto;padding:68px clamp(34px,5vw,88px) 82px;display:grid;grid-template-columns:minmax(430px,.82fr) minmax(600px,1.18fr);align-items:center;gap:44px;position:relative;z-index:2;animation:heroFade .65s ease both}@keyframes heroFade{0%{opacity:.35;transform:translateY(8px)}to{opacity:1;transform:none}}.hero-ambient{position:absolute;border-radius:50%;filter:blur(10px);pointer-events:none}.ambient-one{width:760px;height:760px;right:-140px;top:-280px;background:radial-gradient(circle,rgba(106,63,255,.34),rgba(31,52,180,.12) 48%,transparent 72%)}.ambient-two{width:650px;height:650px;left:28%;bottom:-500px;background:radial-gradient(circle,rgba(0,132,255,.28),transparent 68%)}.hero-grid-lines{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.16;background-image:linear-gradient(rgba(99,130,246,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(99,130,246,.18) 1px,transparent 1px);background-size:80px 80px;-webkit-mask-image:linear-gradient(to right,transparent,#000 45%,#000);mask-image:linear-gradient(to right,transparent,#000 45%,#000);pointer-events:none}.hero-slider .hero-copy{max-width:640px;padding:14px 0;position:relative;z-index:3}.hero-eyebrow{display:inline-flex!important;align-items:center;gap:10px;font-size:12px!important;letter-spacing:2.5px!important;color:#59a0ff!important;font-weight:800}.hero-eyebrow:before{content:"";width:30px;height:2px;background:#3b82f6;box-shadow:0 0 14px #3b82f6}.hero-slider h1{margin:20px 0;font-size:clamp(52px,4.4vw,76px);line-height:.98;letter-spacing:-3.5px;text-transform:uppercase}.hero-slider h1 span,.hero-slider h1 strong{display:block}.hero-slider h1 strong{margin-top:9px;font:inherit;color:transparent;background:linear-gradient(92deg,#2583ff,#6f63ff 72%,#a36bff);-webkit-background-clip:text;background-clip:text}.hero-slider p{max-width:560px;margin:0;color:#bdc9dc;font-size:17px;line-height:1.72}.hero-slider .hero-actions{display:flex;gap:14px;margin-top:31px!important}.hero-slider .hero-actions a{min-height:52px;padding:0 25px;border-radius:8px;font-size:14px}.hero-slider .hero-actions .primary{gap:10px;box-shadow:0 14px 34px #2563eb52}.hero-controls{margin-top:38px;display:flex!important;align-items:center;gap:14px!important}.hero-controls>button{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.15);background:#ffffff0b;color:#d9e5f7;transition:.2s}.hero-controls>button:hover{border-color:#3b82f6;background:#3b82f629}.hero-controls svg{width:16px}.hero-controls .hero-dots{display:flex!important;align-items:center;gap:9px!important;margin:0!important}.hero-controls .hero-dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#657187;transition:.25s}.hero-controls .hero-dots button.active{width:30px;border-radius:10px;background:linear-gradient(90deg,#2583ff,#7655ff);box-shadow:0 0 16px #3970ffb3}.hero-slider .hero-showcase{height:500px;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.hero-image-frame{position:absolute;top:10px;right:-2%;bottom:2px;left:0;display:flex;align-items:center;justify-content:flex-end;overflow:hidden;mask-image:linear-gradient(90deg,transparent 0%,#000 12%,#000 88%,transparent 100%),linear-gradient(0deg,transparent 0%,#000 12%,#000 100%);-webkit-mask-composite:source-in;mask-composite:intersect;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 12%,#000 90%,transparent 100%)}.hero-image-frame img{width:110%;height:100%;object-fit:cover;object-position:center;transform:scale(1.05);filter:saturate(1.08) contrast(1.05) drop-shadow(0 35px 55px rgba(0,0,0,.58));mix-blend-mode:screen}.hero-slider .hero-product-glow{position:absolute;right:5%;bottom:3%;width:82%;height:42%;border-radius:50%;background:radial-gradient(ellipse,rgba(85,55,255,.48),rgba(0,113,255,.2) 44%,transparent 70%);filter:blur(36px)}.hero-spec-chip{position:absolute;z-index:4;display:grid;gap:2px;padding:11px 14px;border:1px solid rgba(137,164,255,.2);border-radius:10px;background:#070f22b8;box-shadow:0 16px 32px #00000040;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-spec-chip b{font-size:10px;letter-spacing:.8px;color:#fff}.hero-spec-chip span{font-size:9px;color:#9fb0ca}.chip-one{right:4%;top:9%}.chip-two{left:8%;bottom:9%}@media (max-width:1200px){.hero-slide{grid-template-columns:1fr 1.05fr;min-height:570px;padding-top:52px;padding-bottom:62px}.hero-slider{min-height:570px}.hero-slider .hero-showcase{height:430px}.hero-spec-chip{display:none}}@media (max-width:900px){.hero-slider,.hero-slide{min-height:780px}.hero-slide{grid-template-columns:1fr;padding:54px 7% 25px;gap:8px}.hero-slider .hero-copy{max-width:720px}.hero-slider h1{font-size:clamp(45px,8vw,64px)}.hero-slider .hero-showcase{height:330px}.hero-image-frame{top:0;right:2%;bottom:0;left:2%}.hero-image-frame img{width:100%;object-fit:contain;transform:none}.hero-grid-lines{display:none}}@media (max-width:560px){.hero-slider,.hero-slide{min-height:720px}.hero-slide{padding:42px 20px 18px}.hero-slider h1{font-size:42px;letter-spacing:-2.3px}.hero-slider p{font-size:14px}.hero-slider .hero-actions{flex-direction:row!important}.hero-slider .hero-actions a{padding:0 17px;min-height:46px}.hero-controls{margin-top:27px}.hero-slider .hero-showcase{height:260px}.hero-image-frame{top:0;right:-8%;bottom:0;left:-8%}.chip-one,.chip-two{display:none}}.hero-slider{min-height:600px;background:linear-gradient(115deg,#020817,#07132a 45%,#0a0c25)}.hero-slide{min-height:600px;padding-top:56px;padding-bottom:56px;grid-template-columns:minmax(420px,.8fr) minmax(620px,1.2fr);gap:28px}.hero-slider .hero-copy{max-width:610px}.hero-slider h1{font-size:clamp(48px,4.1vw,72px);line-height:1.02}.hero-slider p{max-width:520px}.hero-showcase{overflow:visible!important}.hero-image-frame{top:0;right:-1%;bottom:0;left:-5%;overflow:hidden;border-radius:0;mask-image:linear-gradient(90deg,transparent 0%,#000 16%,#000 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 16%,#000 100%)}.hero-image-frame img{width:100%;height:100%;object-fit:cover;object-position:center;transform:none;mix-blend-mode:normal;filter:saturate(1.08) contrast(1.05) brightness(.94) drop-shadow(0 38px 55px rgba(0,0,0,.6))}.hero-spec-stack{position:absolute;right:1.5%;top:20%;display:grid;gap:16px;z-index:5}.hero-spec-stack .hero-spec-chip{position:static;min-width:170px;padding:14px 16px;background:#080f23c7;border-color:#7a97ff3b}.hero-spec-stack .hero-spec-chip b{font-size:11px}.hero-spec-stack .hero-spec-chip span{font-size:10px}.hero-dots.standalone{display:flex!important;gap:12px!important;margin-top:34px!important;align-items:center}.hero-dots.standalone button{width:10px;height:10px;padding:0;border:0;border-radius:999px;background:#68758a;transition:.25s}.hero-dots.standalone button.active{width:30px;background:linear-gradient(90deg,#2583ff,#7655ff);box-shadow:0 0 18px #4463ffa6}@media (max-width:1200px){.hero-slide{grid-template-columns:1fr 1.05fr}.hero-spec-stack{display:none}.hero-image-frame{top:0;right:-6%;bottom:0;left:-3%}}@media (max-width:900px){.hero-slide{grid-template-columns:1fr;min-height:760px}.hero-slider{min-height:760px}.hero-slider .hero-showcase{height:340px}.hero-image-frame{top:0;right:-2%;bottom:0;left:-2%;mask-image:linear-gradient(180deg,transparent 0%,#000 12%,#000 100%);-webkit-mask-image:linear-gradient(180deg,transparent 0%,#000 12%,#000 100%)}.hero-image-frame img{object-fit:cover;object-position:center}}@media (max-width:560px){.hero-slider,.hero-slide{min-height:700px}.hero-slider .hero-showcase{height:250px}.hero-slider h1{font-size:40px}.hero-image-frame{top:0;right:-18%;bottom:0;left:-18%}.hero-dots.standalone{margin-top:24px!important}}.hero-slider{min-height:610px;background:radial-gradient(circle at 76% 40%,rgba(77,44,220,.27),transparent 34%),radial-gradient(circle at 42% 86%,rgba(0,117,255,.18),transparent 36%),linear-gradient(112deg,#020817,#061126 52%,#0a0924)}.hero-slide{min-height:610px;grid-template-columns:minmax(430px,.78fr) minmax(650px,1.22fr);gap:18px;padding-top:52px;padding-bottom:52px}.hero-slider .hero-showcase{height:510px;overflow:visible!important}.hero-image-frame{top:0;right:-4%;bottom:0;left:-2%;overflow:visible;display:flex;align-items:center;justify-content:center;mask-image:none!important;-webkit-mask-image:none!important}.hero-image-frame:before{content:"";position:absolute;top:9%;right:2%;bottom:5%;left:5%;background:radial-gradient(ellipse at center,rgba(67,54,255,.35),rgba(0,96,255,.12) 48%,transparent 74%);filter:blur(26px);z-index:-1}.hero-image-frame img{width:100%;height:100%;object-fit:contain;object-position:center;transform:none!important;mix-blend-mode:normal!important;filter:saturate(1.12) contrast(1.08) brightness(.98) drop-shadow(0 38px 50px rgba(0,0,0,.55))!important;border:0!important;background:transparent!important}.hero-spec-stack{right:0;top:19%;gap:14px}.hero-spec-stack .hero-spec-chip{min-width:166px;border-radius:12px;background:#080f23d1;box-shadow:0 18px 40px #0000004d;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.hero-dots.standalone{margin-top:32px!important}.hero-controls{display:none!important}.auth-page{min-height:100vh;display:grid;grid-template-columns:minmax(520px,1.02fr) minmax(520px,.98fr);background:#fff}.auth-page>section{position:relative;min-height:100vh;padding:42px clamp(48px,5vw,88px);background:radial-gradient(circle at 65% 48%,rgba(45,79,216,.22),transparent 40%),linear-gradient(145deg,#061126,#0a1d3c);color:#fff;overflow:hidden;display:flex;flex-direction:column}.auth-page>section:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 58%,rgba(1,7,20,.42));pointer-events:none}.auth-page>section>.brand{position:relative;z-index:2}.auth-page>section>div{position:relative;z-index:2;display:flex;flex-direction:column;flex:1;padding-top:13vh}.auth-page>section>div>span{font-size:11px;letter-spacing:1.8px;color:#5da0ff;font-weight:800}.auth-page>section h1{font-size:40px;line-height:1.1;margin:18px 0 12px}.auth-page>section p{max-width:520px;color:#c8d5e9;line-height:1.6;margin:0 0 12px}.auth-page>section ul{list-style:none;padding:0;margin:0 0 24px;display:grid;gap:11px;color:#9ec0ff;font-size:14px}.auth-page>section li:before{content:"✓";display:inline-grid;place-items:center;width:20px;height:20px;margin-right:9px;border:1px solid #3179ff;border-radius:50%;color:#5d9cff;font-size:11px}.auth-device{width:min(760px,100%);height:330px;margin-top:8px;border:1px solid rgba(114,145,220,.22);border-radius:16px;overflow:hidden;background:#050c1e;box-shadow:0 28px 70px #00000061}.auth-device img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;filter:saturate(1.08) contrast(1.04)}.auth-page>main{min-height:100vh;display:grid;place-items:center;padding:48px 7%;background:#fff}.auth-page form{width:min(500px,100%)}.auth-page form h2{font-size:32px;margin:0 0 30px;color:#0c1220}.auth-page form label{display:grid;gap:8px;margin:0 0 18px;font-size:12px;font-weight:700;color:#111827}.auth-page form input{height:52px;border:1px solid #dce3ec;border-radius:8px;padding:0 14px;outline:0;transition:.2s;background:#fff}.auth-page form input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.auth-page form .wide{width:100%;min-height:52px;border-radius:7px;margin-top:2px;border:0}.auth-page form>p{text-align:center;color:#667085;font-size:12px;margin-top:16px}.auth-page form>p button{border:0;background:transparent;color:#2563eb;font-weight:700;padding:0 4px}@media (max-width:1100px){.hero-slide{grid-template-columns:1fr 1.05fr}.hero-spec-stack{display:none}.auth-page{grid-template-columns:1fr 1fr}.auth-page>section{padding:36px}.auth-device{height:290px}}@media (max-width:900px){.hero-slider,.hero-slide{min-height:760px}.hero-slide{grid-template-columns:1fr;padding:48px 6% 20px}.hero-slider .hero-showcase{height:350px}.hero-image-frame{top:0;right:0;bottom:0;left:0}.hero-image-frame img{object-fit:contain}.auth-page{grid-template-columns:1fr}.auth-page>section{min-height:auto;padding:34px 28px 42px}.auth-page>section>div{padding-top:54px}.auth-device{height:300px}.auth-page>main{min-height:auto;padding:56px 28px}}@media (max-width:560px){.hero-slider,.hero-slide{min-height:700px}.hero-slider .hero-showcase{height:260px}.hero-image-frame{top:0;right:-8%;bottom:0;left:-8%}.auth-page>section h1{font-size:34px}.auth-device{height:230px}.auth-page form h2{font-size:27px}}.premium-hero{position:relative;min-height:650px;overflow:hidden;background:#030817;color:#fff}.premium-hero .hero-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/images/store/hero-tech-clean.jpg);background-repeat:no-repeat;background-size:cover;background-position:center right;transform:scale(1.015)}.premium-hero .hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#020816fa,#030c1ff0 32%,#030a198f,#0308141a 78%,#0308142e),radial-gradient(circle at 68% 48%,rgba(50,45,255,.12),transparent 34%)}.premium-hero .hero-content{position:relative;z-index:2;max-width:1500px;min-height:650px;margin:0 auto;padding:72px 5%;display:grid;grid-template-columns:minmax(470px,.85fr) minmax(500px,1.15fr);align-items:center}.premium-hero .hero-copy{max-width:650px}.premium-hero .hero-eyebrow{display:flex;align-items:center;gap:12px;color:#55a2ff;font-size:14px;font-weight:800;letter-spacing:3px;text-transform:uppercase}.premium-hero .hero-eyebrow:before{content:"";width:38px;height:2px;background:#3187ff}.premium-hero h1{margin:24px 0 20px;font-size:clamp(52px,5.2vw,82px);line-height:.98;letter-spacing:-3.5px;text-transform:uppercase}.premium-hero h1 span,.premium-hero h1 strong{display:block}.premium-hero h1 span{color:#fff;font-weight:800}.premium-hero h1 strong{margin-top:12px;background:linear-gradient(90deg,#2582ff,#4a67ff 48%,#9b5cff);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:850}.premium-hero .hero-copy>p{max-width:590px;margin:0 0 32px;color:#bdc8dc;font-size:20px;line-height:1.65}.premium-hero .hero-actions{display:flex;gap:16px;flex-wrap:wrap}.premium-hero .hero-actions a{min-height:56px;padding:0 28px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:800}.premium-hero .hero-actions .primary{background:linear-gradient(135deg,#1976f3,#315ce9);box-shadow:0 15px 32px #1f69f24d}.premium-hero .hero-actions .secondary{border:1px solid rgba(255,255,255,.34);background:#040c1d73;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.premium-hero .hero-dots{display:flex;gap:12px;margin-top:34px!important}.premium-hero .hero-dots button{width:10px;height:10px;padding:0;border:0;border-radius:99px;background:#657086;cursor:pointer;transition:.25s}.premium-hero .hero-dots button.active{width:38px;background:linear-gradient(90deg,#2583ff,#7958ff);box-shadow:0 0 18px #405dffbf}.premium-hero .hero-feature-cards{justify-self:end;align-self:center;display:grid;gap:16px;margin-right:1%;transform:translateY(15px)}.premium-hero .hero-feature-cards>div{width:205px;padding:18px 20px;border:1px solid rgba(98,119,190,.34);border-radius:14px;background:#050d22b8;box-shadow:0 18px 50px #00000040;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.premium-hero .hero-feature-cards b,.premium-hero .hero-feature-cards span{display:block}.premium-hero .hero-feature-cards b{font-size:14px}.premium-hero .hero-feature-cards span{margin-top:4px;color:#aebbd1;font-size:12px}.hero-showcase,.hero-image-frame,.hero-spec-stack{display:none!important}.auth-page{min-height:100vh;display:grid;grid-template-columns:minmax(560px,1.05fr) minmax(520px,.95fr);background:#fff}.auth-visual{position:relative;min-height:100vh;overflow:hidden;color:#fff;padding:42px clamp(42px,5vw,78px)!important;background:#050b19!important;display:block!important}.auth-visual-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/images/store/auth-security.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;transform:scale(1.02)}.auth-page.is-register .auth-visual-bg{background-position:center 45%}.auth-visual-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#020918f7,#040f24e6 48%,#050d1f8f),linear-gradient(0deg,rgba(1,7,18,.64),transparent 55%)}.auth-brand{position:relative;z-index:2}.auth-copy{position:relative;z-index:2;max-width:620px;padding-top:16vh!important;display:block!important}.auth-copy>span{color:#5ca0ff;font-size:12px;font-weight:800;letter-spacing:2px}.auth-copy h1{margin:18px 0 14px!important;font-size:clamp(44px,4.5vw,68px)!important;line-height:1.02!important;letter-spacing:-2px}.auth-copy p{max-width:520px!important;margin:0 0 22px!important;color:#d2dced!important;font-size:17px;line-height:1.65!important}.auth-copy ul{display:grid!important;gap:12px!important;margin:0 0 34px!important;color:#d7e5ff!important;font-size:15px!important}.auth-copy li:before{content:"✓"!important;margin-right:10px!important;border-color:#4b91ff!important;color:#71abff!important}.auth-trust{display:grid!important;grid-template-columns:repeat(3,1fr);gap:12px;max-width:570px;padding:15px;border:1px solid rgba(123,151,220,.24);border-radius:14px;background:#050e2170;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.auth-trust>div{padding:4px 10px;border-right:1px solid rgba(255,255,255,.12)}.auth-trust>div:last-child{border-right:0}.auth-trust b,.auth-trust span{display:block}.auth-trust b{font-size:12px}.auth-trust span{margin-top:3px;color:#afbdd2;font-size:11px}.auth-page>main{min-height:100vh;display:grid;place-items:center;padding:56px clamp(42px,7vw,100px);background:linear-gradient(180deg,#fff,#fbfcff)}.auth-page form{width:min(520px,100%)}.auth-page form h2{font-size:34px;margin-bottom:30px}.auth-page form input{height:54px;border-radius:9px}.auth-page form .wide{height:54px;border-radius:9px;background:linear-gradient(135deg,#176be9,#2857d9)}.auth-device{display:none!important}@media (max-width:1100px){.premium-hero .hero-content{grid-template-columns:1fr .75fr}.premium-hero .hero-feature-cards{display:none}.auth-page{grid-template-columns:1fr 1fr}.auth-visual{padding:34px!important}.auth-copy{padding-top:13vh!important}.auth-trust{grid-template-columns:1fr}}@media (max-width:900px){.premium-hero,.premium-hero .hero-content{min-height:720px}.premium-hero .hero-backdrop{background-position:68% center}.premium-hero .hero-overlay{background:linear-gradient(180deg,#020816ed,#020816c7 52%,#0208166b)}.premium-hero .hero-content{grid-template-columns:1fr;align-items:start;padding-top:68px}.premium-hero .hero-copy{max-width:620px}.auth-page{grid-template-columns:1fr}.auth-visual{min-height:620px}.auth-copy{padding-top:110px!important}.auth-page>main{min-height:auto}}@media (max-width:560px){.premium-hero,.premium-hero .hero-content{min-height:680px}.premium-hero .hero-content{padding:54px 24px}.premium-hero h1{font-size:44px;letter-spacing:-2px}.premium-hero .hero-copy>p{font-size:17px}.premium-hero .hero-backdrop{background-position:62% center}.auth-visual{min-height:600px;padding:28px 24px!important}.auth-copy{padding-top:90px!important}.auth-copy h1{font-size:42px!important}.auth-trust{grid-template-columns:1fr}.auth-page>main{padding:48px 24px}}.premium-hero{height:650px!important;min-height:650px!important;max-height:650px!important;isolation:isolate}.premium-hero .hero-backdrop,.premium-hero .hero-overlay{height:650px!important}.premium-hero .hero-content{height:650px!important;min-height:650px!important;max-height:650px!important;padding-top:54px!important;padding-bottom:54px!important;grid-template-columns:minmax(500px,650px) minmax(420px,1fr)!important;column-gap:44px!important;animation:heroFade .55s ease both}@keyframes heroFade{0%{opacity:.25;transform:translateY(8px)}to{opacity:1;transform:none}}.premium-hero .hero-copy{width:100%;height:542px;display:grid;grid-template-rows:32px 276px 92px 58px 42px;align-content:center;max-width:650px!important}.premium-hero .hero-eyebrow{height:32px;align-self:end;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.premium-hero h1{height:276px;margin:18px 0 0!important;display:flex;flex-direction:column;justify-content:center;font-size:clamp(54px,4.25vw,76px)!important;line-height:.98!important;letter-spacing:-3.2px!important;overflow:hidden}.premium-hero h1 span,.premium-hero h1 strong{max-width:650px}.premium-hero h1 strong{margin-top:12px!important}.premium-hero .hero-copy>p{height:92px;margin:0!important;display:flex;align-items:center;overflow:hidden;font-size:18px!important;line-height:1.55!important}.premium-hero .hero-actions{height:58px;margin:0!important;align-items:center}.premium-hero .hero-dots{height:42px;margin:0!important;align-items:end}.premium-hero .hero-feature-cards{transform:none!important;align-self:center!important;margin-top:0!important}@media (max-width:1100px){.premium-hero,.premium-hero .hero-backdrop,.premium-hero .hero-overlay,.premium-hero .hero-content{height:620px!important;min-height:620px!important;max-height:620px!important}.premium-hero .hero-content{grid-template-columns:minmax(440px,610px) 1fr!important}.premium-hero .hero-copy{height:512px;grid-template-rows:30px 258px 86px 56px 40px}.premium-hero h1{height:258px;font-size:clamp(50px,5.5vw,68px)!important}.premium-hero .hero-copy>p{height:86px}}@media (max-width:900px){.premium-hero,.premium-hero .hero-backdrop,.premium-hero .hero-overlay,.premium-hero .hero-content{height:720px!important;min-height:720px!important;max-height:720px!important}.premium-hero .hero-content{display:flex!important;align-items:center!important;padding:50px 7%!important}.premium-hero .hero-copy{height:610px;max-width:620px!important;grid-template-rows:32px 292px 105px 62px 52px}.premium-hero h1{height:292px;font-size:clamp(48px,8vw,66px)!important}.premium-hero .hero-copy>p{height:105px}}@media (max-width:560px){.premium-hero,.premium-hero .hero-backdrop,.premium-hero .hero-overlay,.premium-hero .hero-content{height:670px!important;min-height:670px!important;max-height:670px!important}.premium-hero .hero-content{padding:38px 22px!important}.premium-hero .hero-copy{height:594px;grid-template-rows:28px 285px 112px 62px 45px}.premium-hero .hero-eyebrow{font-size:10px;letter-spacing:1.6px}.premium-hero h1{height:285px;font-size:42px!important;letter-spacing:-2px!important}.premium-hero .hero-copy>p{height:112px;font-size:16px!important}.premium-hero .hero-actions{gap:10px}.premium-hero .hero-actions a{min-height:50px;padding:0 18px}}.auth-page{width:100%;height:100vh;height:100dvh;min-height:0!important;display:grid!important;grid-template-columns:minmax(0,1.05fr) minmax(480px,.95fr)!important;overflow:hidden!important;background:#fff}.auth-page .auth-visual{position:relative!important;isolation:isolate;width:100%;height:100vh!important;height:100dvh!important;min-height:0!important;overflow:hidden!important;padding:0!important;display:block!important;background:#050b19!important}.auth-page .auth-visual .auth-visual-bg{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:0!important;width:100%!important;height:100%!important;min-height:100%!important;padding:0!important;margin:0!important;display:block!important;background-image:url(/images/store/auth-security.jpg)!important;background-size:cover!important;background-repeat:no-repeat!important;background-position:center center!important;transform:none!important}.auth-page.is-register .auth-visual .auth-visual-bg{background-position:center center!important}.auth-page .auth-visual .auth-visual-overlay{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:1!important;width:100%!important;height:100%!important;min-height:100%!important;padding:0!important;margin:0!important;display:block!important;background:linear-gradient(90deg,#020816eb,#030c1fc7 46%,#040c1d61),linear-gradient(180deg,#0208143d,#0208142e 48%,#020814d1)!important;pointer-events:none}.auth-page .auth-brand{position:absolute!important;top:42px;left:clamp(34px,5vw,76px);z-index:3!important}.auth-page .auth-copy{position:absolute!important;z-index:3!important;left:clamp(34px,5vw,76px);right:clamp(34px,7vw,100px);bottom:clamp(34px,6vh,74px);max-width:650px!important;padding:0!important;margin:0!important;display:block!important}.auth-page .auth-copy>span{font-size:11px!important;letter-spacing:2px!important}.auth-page .auth-copy h1{margin:16px 0 12px!important;font-size:clamp(42px,4.2vw,66px)!important;line-height:1.02!important}.auth-page .auth-copy p{margin:0 0 18px!important;max-width:560px!important;font-size:clamp(14px,1.15vw,17px)!important;line-height:1.6!important}.auth-page .auth-copy ul{margin:0 0 24px!important;gap:10px!important;font-size:clamp(13px,1vw,15px)!important}.auth-page .auth-trust{max-width:600px!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}.auth-page>main{width:100%;height:100vh!important;height:100dvh!important;min-height:0!important;overflow-y:auto!important;overscroll-behavior:contain;display:flex!important;align-items:center!important;justify-content:center!important;padding:48px clamp(34px,6vw,92px)!important;background:linear-gradient(180deg,#fff,#fbfcff)!important}.auth-page.is-register>main{align-items:flex-start!important;padding-top:42px!important;padding-bottom:42px!important}.auth-page>main form{flex:0 0 auto;width:min(520px,100%)!important;margin:auto 0!important}.auth-page.is-register>main form{margin:auto 0!important}@media (max-width:980px){.auth-page{grid-template-columns:minmax(0,.95fr) minmax(430px,1.05fr)!important}.auth-page .auth-copy{left:34px;right:34px;bottom:36px}.auth-page .auth-brand{left:34px;top:32px}.auth-page .auth-trust{grid-template-columns:1fr!important;gap:8px}.auth-page .auth-trust>div{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.1);padding:6px 8px}.auth-page .auth-trust>div:last-child{border-bottom:0}}@media (max-width:760px){.auth-page{height:auto!important;min-height:100dvh!important;grid-template-columns:1fr!important;overflow:visible!important}.auth-page .auth-visual{height:460px!important;min-height:460px!important}.auth-page .auth-brand{top:24px;left:24px}.auth-page .auth-copy{left:24px;right:24px;bottom:26px}.auth-page .auth-copy h1{font-size:40px!important}.auth-page .auth-copy ul,.auth-page .auth-trust{display:none!important}.auth-page>main,.auth-page.is-register>main{height:auto!important;min-height:calc(100dvh - 460px)!important;overflow:visible!important;padding:44px 24px!important;align-items:center!important}}.premium-hero .hero-backdrop{background-image:var(--hero-image)!important;transition:opacity .45s ease;background-size:cover!important;background-position:center right!important}.premium-hero h1 span{max-width:680px}.site-header .website-logo,.site-footer .website-logo{max-width:180px;max-height:46px;object-fit:contain}.product-gallery-slider{position:relative}.product-gallery-slider>.product-art{position:relative}.gallery-prev,.gallery-next{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border:0;border-radius:50%;background:#081327cc;color:#fff;font-size:27px;display:grid;place-items:center}.gallery-prev{left:12px}.gallery-next{right:12px}.gallery-thumbs{display:flex;gap:9px;margin-top:12px;overflow-x:auto}.gallery-thumbs button{width:72px;height:72px;padding:3px;border:2px solid transparent;border-radius:8px;background:#fff;flex:0 0 auto}.gallery-thumbs button.active{border-color:var(--blue)}.gallery-thumbs img{width:100%;height:100%;object-fit:contain}.product-view>div>.thumbs{display:none}:root{--market-blue:#48a8e8;--market-blue-dark:#2696db;--market-bg:#f1f3f6;--market-yellow:#ffc928;--market-text:#292d32}body{background:var(--market-bg);color:var(--market-text)}.announcement{height:28px;background:#fff;color:#4c5561;border:0;font-size:11px;font-weight:600}.site-header.price-header{position:sticky;top:0;z-index:80;height:68px;padding:0 max(3%,calc((100vw - 1320px)/2));gap:22px;background:var(--market-blue);border:0;box-shadow:0 2px 7px #14496f26}.price-header .brand{min-width:180px;color:#fff}.price-header .brand-mark{background:#fff;color:var(--market-blue);border-radius:7px}.price-header .website-logo{max-width:170px;max-height:45px;filter:brightness(0) invert(1)}.price-header .header-search{order:0;flex:1;max-width:690px;height:42px;margin:0 auto;background:#fff;border:0;border-radius:7px;box-shadow:0 2px 7px #0000001f}.price-header .header-search svg{color:#7a838c}.price-header .header-search input{font-size:13px;color:#333}.price-header>nav{display:none}.price-header>nav.open{position:absolute;display:grid;top:68px;left:20px;padding:12px;min-width:210px;background:#fff;border-radius:7px;box-shadow:0 15px 35px #0000002e}.price-header>nav.open a{padding:10px;color:#29313a}.category-menu{display:grid!important;place-items:center!important;flex:0 0 36px;color:#fff!important;background:transparent!important;border:0!important}.price-actions{display:flex;align-items:center;gap:8px}.price-actions>a,.price-actions>button{height:36px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:5px;font-size:12px;font-weight:700;white-space:nowrap}.price-actions .login-action{padding:0 16px;background:#fff;color:var(--market-blue-dark)}.price-actions .register-action{padding:0 16px;border:1px solid #fff;color:#fff}.price-actions .cart-icon{width:42px;color:#fff}.price-actions svg{width:19px}.price-actions .cart-icon i{background:var(--market-yellow);color:#29313a}.category-ribbon{height:94px;padding:10px max(3%,calc((100vw - 1200px)/2));display:flex;justify-content:center;gap:22px;overflow-x:auto;background:#fff;border-bottom:1px solid #e2e5e9;scrollbar-width:none}.category-ribbon a{min-width:88px;display:grid;justify-items:center;align-content:center;gap:6px;color:#3a4047;text-align:center}.category-ribbon a span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#f2f8fc;color:var(--market-blue-dark)}.category-ribbon a svg{width:24px}.category-ribbon a b{max-width:100px;font-size:11px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}main{background:var(--market-bg)}.premium-hero{width:min(1320px,94%);height:330px!important;min-height:330px!important;max-height:330px!important;margin:18px auto 16px;border-radius:8px;background:#fff;box-shadow:0 1px 4px #1a364d1f}.premium-hero .hero-backdrop,.premium-hero .hero-overlay{height:330px!important}.premium-hero .hero-backdrop{background-size:cover!important;background-position:center!important}.premium-hero .hero-overlay{background:linear-gradient(90deg,rgba(3,18,42,.82),rgba(3,18,42,.32) 50%,transparent 80%)}.premium-hero .hero-content{height:330px!important;min-height:330px!important;max-height:330px!important;padding:34px 48px!important;display:block!important}.premium-hero .hero-copy{height:auto!important;display:block!important;max-width:520px!important}.premium-hero .hero-eyebrow{height:auto;color:#bfe6ff;font-size:10px;letter-spacing:1.7px}.premium-hero h1{height:auto!important;margin:12px 0!important;font-size:38px!important;line-height:1.08!important;letter-spacing:-1px!important;text-transform:none}.premium-hero .hero-copy>p{height:auto;margin:0 0 18px!important;font-size:14px;line-height:1.5;color:#e6edf6}.premium-hero .hero-actions{margin:0!important}.premium-hero .hero-actions a{min-height:40px;padding:0 18px;border-radius:5px;font-size:12px}.premium-hero .hero-actions .primary{background:var(--market-yellow);color:#252a30;box-shadow:none}.premium-hero .hero-actions .secondary{background:#fff;color:#267db5;border:0}.premium-hero .hero-dots{position:absolute;left:50%;bottom:10px;transform:translate(-50%);margin:0!important}.premium-hero .hero-dots button{background:#d7dce1}.premium-hero .hero-dots button.active{width:22px;background:var(--market-blue);box-shadow:none}.premium-hero .hero-feature-cards{display:none}.home-dark-shell{background:transparent!important;color:inherit!important;padding:0!important}.home-dark-shell .benefits{width:min(1320px,94%);margin:0 auto 16px;background:#fff;border:0;border-radius:7px;box-shadow:0 1px 4px #1a364d14}.home-dark-shell .benefits>div{border-color:#edf0f3!important}.home-dark-shell .benefits b{color:#333!important}.home-dark-shell .benefits small{color:#7b838d!important}.content-section,.promo-grid,.catalog,.product-view,.tabs,.breadcrumb,.cart-page,.checkout-page,.account-page,.track-page{width:min(1320px,94%);max-width:1320px}.content-section{margin:0 auto 18px;padding:18px 20px;background:#fff;border-radius:7px;box-shadow:0 1px 4px #1a364d14}.content-section .section-head{margin-bottom:15px}.content-section .section-head h2{font-size:20px;text-transform:none;letter-spacing:0}.content-section .section-head a{padding:7px 14px;background:var(--market-blue);border-radius:4px;color:#fff;font-size:11px;font-weight:700}.category-section{background:#fff!important}.category-grid{grid-template-columns:repeat(8,1fr);gap:18px}.category-grid a{background:transparent!important;border:0!important;padding:0!important}.category-grid img{width:78px!important;height:78px!important;border-radius:50%!important;object-fit:contain!important;background:#f5f7f9;padding:8px}.category-grid span{margin-top:7px;color:#434a52!important;font-size:11px!important;font-weight:600!important}.products-grid{gap:12px}.products-grid.five{grid-template-columns:repeat(5,1fr)}.product-card{min-width:0;padding:12px;background:#fff;border:1px solid #eceff2;border-radius:6px;box-shadow:none;transition:.2s}.product-card:hover{transform:translateY(-2px);box-shadow:0 7px 20px #2349671f}.product-card .product-art{height:165px;background:#fff}.product-card .product-art img{max-width:90%;max-height:150px;object-fit:contain}.product-card small{color:#8a929a;font-size:10px}.product-card h3{height:38px;margin:6px 0;font-size:13px;line-height:1.45;font-weight:600}.product-card .rating{gap:2px;color:#f6b800}.product-card .rating svg{width:12px;height:12px}.product-card .rating span{font-size:9px;color:#777}.product-card .price strong{font-size:17px;color:#262c32}.product-card .price del{font-size:10px}.product-card>button:last-child{height:34px;margin-top:8px;border-radius:4px;background:var(--market-blue);font-size:11px}.card-badges span{background:#eef8ff;color:#258dcc}.card-badges em{background:#effaf3;color:#1b9d55}.promo-grid{margin:0 auto 18px;gap:14px}.promo-grid article{min-height:210px;border-radius:7px;box-shadow:0 1px 4px #1a364d14}.site-footer{margin-top:28px;background:#43a8e8;color:#fff}.site-footer a,.site-footer span,.site-footer p{color:#eaf7ff}.site-footer h4{color:#fff}.page-banner{background:var(--market-blue);padding:28px 5%;color:#fff}.catalog{margin:18px auto}.catalog>aside,.catalog>section,.product-view,.tabs,.cart-page>div>section,.order-summary,.checkout-form,.payment-card{background:#fff;border-color:#e6eaee;box-shadow:0 1px 4px #1a364d14}.primary,.wide,.checkout-side .primary{background:var(--market-blue)!important;color:#fff!important}.product-info h2{color:#238fce}@media (max-width:1000px){.price-header .brand{min-width:auto}.price-actions .login-action,.price-actions .register-action{display:none}.category-ribbon{justify-content:flex-start}.products-grid.five{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:700px){.announcement{font-size:9px}.site-header.price-header{height:60px;padding:0 12px;gap:8px}.price-header .brand b{display:none}.price-header .brand{min-width:45px}.price-header .website-logo{max-width:82px}.price-header .header-search{height:38px}.price-actions .cart-icon{width:34px}.category-ribbon{height:82px;padding:8px 12px;gap:8px}.category-ribbon a{min-width:74px}.category-ribbon a span{width:36px;height:36px}.category-ribbon a b{font-size:9px}.premium-hero{width:100%;height:300px!important;min-height:300px!important;max-height:300px!important;margin:0 0 12px;border-radius:0}.premium-hero .hero-backdrop,.premium-hero .hero-overlay{height:300px!important}.premium-hero .hero-content{height:300px!important;min-height:300px!important;max-height:300px!important;padding:30px 22px!important}.premium-hero h1{font-size:30px!important;max-width:310px}.premium-hero .hero-copy>p{max-width:300px;font-size:12px}.premium-hero .hero-actions .secondary{display:none}.home-dark-shell .benefits{width:100%;border-radius:0;overflow-x:auto;justify-content:flex-start}.home-dark-shell .benefits>div{min-width:190px}.content-section{width:100%;border-radius:0;padding:15px 12px}.products-grid.five,.products-grid.three{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.product-card{min-width:190px;scroll-snap-align:start}.category-grid{display:flex;overflow-x:auto}.category-grid a{min-width:86px}.promo-grid{width:100%;grid-template-columns:1fr}.site-footer{grid-template-columns:1fr 1fr;padding:30px 22px}}.category-section .category-grid a{min-height:118px!important;display:grid!important;place-items:center!important;align-content:center!important;gap:8px!important;opacity:1!important;visibility:visible!important;transform:none!important}.category-section .category-grid img{display:block!important;opacity:1!important;visibility:visible!important;mix-blend-mode:normal!important;filter:none!important;transform:none!important;background:#f5f7f9!important;box-shadow:none!important}.category-section .category-grid a:hover{transform:translateY(-2px)!important;border-color:transparent!important;box-shadow:0 7px 18px #2349671a!important}.category-section .category-grid a:hover img{opacity:1!important;mix-blend-mode:normal!important;filter:none!important;transform:scale(1.03)!important}body{font-size:15px}.checkout-page h1,.cart-page h1{font-size:30px!important}.checkout-form h3,.order-summary h3,.payment-card h3{font-size:18px!important;line-height:1.35}.form-grid label,.checkout-form label{font-size:13px!important;line-height:1.4;font-weight:600}.form-grid input,.form-grid select,.form-grid textarea,.coupon-row input{font-size:14px!important;line-height:1.4;min-height:48px;padding:12px 14px!important}.form-grid textarea{min-height:120px}.order-summary>div{font-size:13px!important;line-height:1.4;padding:10px 0!important}.order-summary .summary-total{font-size:18px!important;padding-top:15px!important}.coupon-row button{font-size:13px!important;padding:11px 16px!important}.payment-card label{font-size:13px!important;line-height:1.4;padding:15px 18px!important;margin:10px 0!important}.payment-card input[type=radio]{width:18px;height:18px}.steps,.error-box{font-size:13px!important}.product-card small{font-size:11px!important}.product-card h3{font-size:14px!important;min-height:42px}.product-card .rating span{font-size:10px!important}.product-card>button:last-child{font-size:13px!important}.category-grid span,.category-ribbon a b{font-size:12px!important}.catalog aside h3{font-size:15px!important}.catalog aside button,.catalog aside label,.catalog-toolbar>span,.catalog-toolbar select,.inline-search input{font-size:13px!important}.product-info>small,.stock,.micro-actions button,.tabs button,.tabs p,.breadcrumb{font-size:13px!important}.cart-item h3{font-size:14px!important}.cart-item small,.cart-item strong,.cart-item b{font-size:12px!important}.account-page aside button,.account-page section>p,.account-stats span,.recent-orders article{font-size:13px!important}.site-footer>div{font-size:13px!important}.site-footer h4{font-size:15px!important}@media (max-width:700px){body{font-size:14px}.checkout-page h1,.cart-page h1{font-size:25px!important}.checkout-form h3,.order-summary h3,.payment-card h3{font-size:17px!important}.form-grid label,.checkout-form label,.order-summary>div,.payment-card label{font-size:13px!important}}
