body{-webkit-user-select:none;user-select:none}.logo-brand img{display:block;width:145px;height:58px;object-fit:contain}.nav-actions{display:flex;align-items:center;gap:12px}.language{display:flex;border:1px solid var(--line);padding:3px;background:#080808}.language button{border:0;background:transparent;color:#666;padding:6px 7px;font:700 8px Space Grotesk;letter-spacing:.5px;cursor:pointer}.language button:hover{color:#fff}.language button.active{background:var(--red);color:#080808}.cart b{background:var(--red);color:#090909;padding:3px 6px;margin-left:6px}.cart>span{background:none;color:inherit;padding:0;margin:0}.eyebrow i{font-style:normal}.red-glow{display:none}.core{width:420px;height:420px;background:none;border:0;clip-path:none;box-shadow:none}.core:before{display:none}.core img{position:relative;z-index:2;width:400px;height:auto;object-fit:contain;filter:drop-shadow(0 0 18px rgba(255,24,56,.55)) drop-shadow(0 0 48px rgba(255,0,34,.36)) drop-shadow(0 0 85px rgba(130,0,18,.22));mix-blend-mode:normal;animation:logoFloat 5s ease-in-out infinite}.scan{width:430px;opacity:.55}@keyframes logoFloat{0%,100%{transform:translateY(-7px) scale(1)}50%{transform:translateY(8px) scale(1.015)}}footer .logo-brand img{width:180px}@media(max-width:600px){.logo-brand img{width:105px;height:48px}.nav-actions{gap:6px}.language button{padding:5px}.cart{padding:8px}.cart>span{display:none}.core{width:330px;height:330px}.core img{width:315px}}
body{-webkit-user-select:none;user-select:none}.logo-brand img{display:block;width:145px;height:58px;object-fit:contain}.nav-actions{display:flex;align-items:center;gap:12px}.language{display:flex;border:1px solid var(--line);padding:3px;background:#080808}.language button{border:0;background:transparent;color:#666;padding:6px 7px;font:700 8px Space Grotesk;letter-spacing:.5px;cursor:pointer}.language button:hover{color:#fff}.language button.active{background:var(--red);color:#080808}.cart b{background:var(--red);color:#090909;padding:3px 6px;margin-left:6px}.cart>span{background:none;color:inherit;padding:0;margin:0}.eyebrow i{font-style:normal}.red-glow{display:none}.hero-art{isolation:isolate;contain:layout paint}.core{width:420px;height:420px;background:none;border:0;clip-path:none;box-shadow:none;transform:translateZ(0)}.core:before{display:none}.core img{position:relative;z-index:2;width:400px;height:auto;object-fit:contain;filter:drop-shadow(0 0 16px rgba(255,24,56,.48)) drop-shadow(0 0 38px rgba(255,0,34,.25));mix-blend-mode:normal;animation:logoFloat 5s ease-in-out infinite;will-change:transform;backface-visibility:hidden}.orbit{z-index:0;will-change:transform;backface-visibility:hidden;transform-origin:50% 50%;border-color:rgba(255,24,56,.32);box-shadow:inset 0 0 14px rgba(255,24,56,.025),0 0 10px rgba(255,24,56,.035)}.orbit-1{animation:orbitClockwise 18s linear infinite}.orbit-2{animation:orbitCounterClockwise 13s linear infinite}.orbit:before{content:"";position:absolute;inset:-1px;border-radius:inherit;border-top:1px solid rgba(255,80,100,.7);border-right:1px solid transparent;opacity:.5}.orbit:after{will-change:transform;box-shadow:0 0 8px #ff1838,0 0 18px rgba(255,24,56,.65)}.scan{width:430px;opacity:.42;will-change:transform;backface-visibility:hidden}@keyframes orbitClockwise{from{transform:translateZ(0) rotate(0deg)}to{transform:translateZ(0) rotate(360deg)}}@keyframes orbitCounterClockwise{from{transform:translateZ(0) rotate(35deg)}to{transform:translateZ(0) rotate(-325deg)}}@keyframes logoFloat{0%,100%{transform:translate3d(0,-7px,0) scale(1)}50%{transform:translate3d(0,8px,0) scale(1.015)}}footer .logo-brand img{width:180px}@media(max-width:600px){.logo-brand img{width:105px;height:48px}.nav-actions{gap:6px}.language button{padding:5px}.cart{padding:8px}.cart>span{display:none}.core{width:330px;height:330px}.core img{width:315px}}@media(prefers-reduced-motion:reduce){.orbit,.core img,.scan{animation:none}}
.nav-actions{display:flex;align-items:center;gap:8px;flex-wrap:nowrap}.auth-status{display:block}.auth-pill{display:flex;align-items:center;gap:7px;max-width:148px;height:32px;padding:0 10px;border:1px solid rgba(255,24,56,.26);background:#070707;color:#777;font:800 8px Space Grotesk;letter-spacing:.65px}.auth-pill i{width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:#5b141d;box-shadow:0 0 0 transparent}.auth-pill em{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-style:normal;color:#888}.auth-pill.on{border-color:rgba(48,223,114,.34);background:rgba(48,223,114,.055)}.auth-pill.on i{background:#30df72;box-shadow:0 0 12px rgba(48,223,114,.8)}.auth-pill.on em{color:#fff}.auth-pill.off{border-color:rgba(255,24,56,.25)}.logout{height:32px;border:1px solid rgba(255,24,56,.35);background:rgba(255,24,56,.08);color:#ffccd2;padding:0 11px;font:800 8px Space Grotesk;letter-spacing:.8px;cursor:pointer;white-space:nowrap}.logout:hover{background:var(--red);color:#080808}.auth-modal-backdrop{position:fixed;inset:0;z-index:130;background:rgba(0,0,0,.72);backdrop-filter:blur(7px);opacity:0;visibility:hidden;transition:.2s}.auth-modal{position:fixed;z-index:131;inset:0;display:grid;place-items:center;pointer-events:none;opacity:0;visibility:hidden;transition:.2s}.auth-modal.open,.auth-modal-backdrop.open{opacity:1;visibility:visible}.auth-modal.open{pointer-events:auto}.auth-modal>div{width:min(420px,calc(100vw - 34px));border:1px solid rgba(255,24,56,.35);background:#080808;padding:28px;box-shadow:0 24px 80px rgba(0,0,0,.55),0 0 55px rgba(255,24,56,.12)}.auth-modal small{color:var(--red);font:800 8px Space Grotesk;letter-spacing:1.6px}.auth-modal h3{margin:8px 0 10px;font:700 24px Space Grotesk}.auth-modal p{margin:0;color:#a7a7a7;font-size:13px;line-height:1.7}.auth-modal footer{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.auth-modal button{height:38px;border:1px solid rgba(255,255,255,.11);background:#111;color:#ddd;padding:0 15px;font:800 9px Space Grotesk;letter-spacing:.9px;cursor:pointer}.auth-modal button:last-child{border-color:var(--red);background:var(--red);color:#080808}.ticker div{display:inline-flex;width:max-content;min-width:max-content;animation:tickerLoop 20s linear infinite;will-change:transform}.ticker span{display:inline-block;flex:0 0 auto;padding-right:34px}.ticker span i{color:var(--red);margin:0 24px}@keyframes tickerLoop{from{transform:translate3d(0,0,0)}to{transform:translate3d(-25%,0,0)}}@media(max-width:900px){.auth-pill{max-width:110px}}@media(max-width:760px){.nav-links{display:none}.logout{max-width:112px;overflow:hidden;text-overflow:ellipsis}.cart>span{display:none}}@media(max-width:600px){.nav-actions{gap:5px}.auth-pill{height:28px;max-width:80px;padding:0 7px}.logout{height:28px;max-width:42px;padding:0 8px}.language button{padding:5px 4px}}
.page-enter{opacity:0;animation:pageEnter 1.35s cubic-bezier(.16,.72,.14,1) forwards}.page-enter-top{transform:translate3d(0,-22px,0)}.nav.page-enter{animation-delay:.22s}.reveal{will-change:transform,opacity;transition:opacity 1.45s cubic-bezier(.16,.72,.14,1),transform 1.45s cubic-bezier(.16,.72,.14,1),filter 1.45s cubic-bezier(.16,.72,.14,1);filter:blur(7px)}.reveal-up{transform:translate3d(0,54px,0)}.reveal-left{transform:translate3d(-110px,0,0)}.reveal-right{transform:translate3d(110px,0,0)}.reveal.visible{opacity:1;transform:translate3d(0,0,0);filter:blur(0)}.hero-copy{transition-delay:.28s}.hero-art{transition-delay:.58s}.section-head.reveal{transition-delay:.14s}.feature-grid article:nth-child(2),.tebex-card:nth-child(2){transition-delay:.2s}.feature-grid article:nth-child(3),.tebex-card:nth-child(3){transition-delay:.4s}.cta.reveal{transition-delay:.18s}@keyframes pageEnter{to{opacity:1;transform:translate3d(0,0,0)}}@media(prefers-reduced-motion:reduce){.page-enter,.reveal{animation:none!important;opacity:1!important;transform:none!important;filter:none!important;transition:none!important}}
.tebex-grid{perspective:1100px}.tebex-item{display:flex;flex-direction:column;gap:10px}.tebex-item.reveal.visible{opacity:1;transform:translate3d(0,0,0);filter:blur(0)}.tebex-card{--rx:0deg;--ry:0deg;--lift:0px;transform-style:preserve-3d;will-change:transform;transition:border-color .25s,box-shadow .25s,transform .18s ease-out;transform:translate3d(0,var(--lift),0) rotateX(var(--rx)) rotateY(var(--ry))}.tebex-card:hover{--lift:-18px;border-color:rgba(255,24,56,.72);box-shadow:0 28px 80px rgba(0,0,0,.45),0 0 45px rgba(255,24,56,.18)}.tebex-card:hover .tebex-image img{transform:translateZ(36px) scale(1.08)}.tebex-card .tebex-info,.tebex-card .tebex-category{transform:translateZ(22px)}.tebex-card.tilting{transition:border-color .25s,box-shadow .25s,transform .08s linear}.tebex-card.tilting .tebex-image:before{content:"";position:absolute;inset:0;z-index:3;pointer-events:none;background:radial-gradient(circle at var(--mx,50%) var(--my,50%),rgba(255,255,255,.16),transparent 34%);mix-blend-mode:screen}.tebex-item>.tebex-add{flex:0 0 auto;transform:none!important}@media(pointer:coarse){.tebex-card,.tebex-card:hover{--rx:0deg!important;--ry:0deg!important;--lift:0px!important}}
.tebex-grid .tebex-item .tebex-card,.tebex-grid .tebex-item .tebex-card:hover,.tebex-grid .tebex-item .tebex-card.tilting{transform:translate3d(0,var(--lift),0) rotateX(var(--rx)) rotateY(var(--ry))}
.tebex-grid{grid-template-columns:repeat(auto-fit,minmax(235px,285px));justify-content:center;gap:22px}.tebex-image{height:205px}.tebex-info{padding:18px}.tebex-info h3{font-size:18px}.tebex-price{font-size:14px}.tebex-description{height:34px;margin:10px 0 0}.tebex-item{max-width:285px}.tebex-item>.tebex-add{padding:13px 14px}.tebex-card:hover{--lift:-22px;box-shadow:0 34px 95px rgba(0,0,0,.5),0 0 60px rgba(255,24,56,.24)}.tebex-card.tilting .tebex-image:before{background:radial-gradient(circle at var(--mx,50%) var(--my,50%),rgba(255,255,255,.28),rgba(255,24,56,.16) 18%,transparent 42%)}@media(max-width:850px){.tebex-grid{grid-template-columns:minmax(250px,340px)}.tebex-item{max-width:340px}.tebex-image{height:230px}}
.tebex-grid{perspective:1500px}.tebex-card{--px:0px;--py:0px}.tebex-card.tilting{box-shadow:0 38px 110px rgba(0,0,0,.58),0 0 78px rgba(255,24,56,.32),inset 0 0 0 1px rgba(255,255,255,.08)}.tebex-card.tilting .tebex-image img{transform:translate3d(var(--px),var(--py),42px) scale(1.13)}.tebex-card.tilting .tebex-image:before{background:radial-gradient(circle at var(--mx,50%) var(--my,50%),rgba(255,255,255,.42),rgba(255,24,56,.26) 16%,transparent 45%)}.tebex-card.tilting .tebex-image:after{background:linear-gradient(115deg,transparent 18%,rgba(255,255,255,.18) calc(var(--mx,50%) - 18%),rgba(255,24,56,.22) var(--mx,50%),transparent calc(var(--mx,50%) + 22%)),linear-gradient(transparent 55%,rgba(5,5,5,.9));opacity:.9}.tebex-card.tilting .tebex-info{transform:translateZ(34px)}.tebex-card.tilting .tebex-category{transform:translateZ(44px)}
.product-modal-backdrop{position:fixed;inset:0;z-index:125;background:rgba(0,0,0,.72);backdrop-filter:blur(8px);opacity:0;visibility:hidden;transition:.25s}.product-modal{position:fixed;inset:0;z-index:126;display:grid;place-items:center;padding:28px;opacity:0;visibility:hidden;pointer-events:none;transition:.25s}.product-modal.open,.product-modal-backdrop.open{opacity:1;visibility:visible}.product-modal.open{pointer-events:auto}.product-modal article{position:relative;width:min(1040px,100%);max-height:min(780px,calc(100vh - 56px));display:grid;grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);background:#080808;border:1px solid rgba(255,24,56,.34);box-shadow:0 30px 110px rgba(0,0,0,.68),0 0 70px rgba(255,24,56,.13);overflow:hidden}.product-modal-close{position:absolute;z-index:4;right:16px;top:16px;width:36px;height:36px;border:1px solid rgba(255,255,255,.12);background:#101010;color:#fff;font-size:22px;cursor:pointer}.product-gallery{position:relative;min-height:520px;background:#050505;overflow:hidden}.product-media{height:100%;min-height:520px;background:#050505}.product-media img,.product-media iframe{width:100%;height:100%;min-height:520px;object-fit:cover;border:0;display:block}.product-arrow{position:absolute;z-index:3;top:50%;transform:translateY(-50%);width:42px;height:58px;border:1px solid rgba(255,24,56,.55);background:rgba(255,24,56,.82);color:#080808;font:900 34px/1 Space Grotesk;cursor:pointer;display:grid;place-items:center;box-shadow:0 0 28px rgba(255,24,56,.28)}.product-arrow:hover{background:#fff;color:var(--red)}.product-arrow[hidden]{display:none}.product-arrow-left{left:14px}.product-arrow-right{right:14px}.product-detail{padding:34px;overflow:auto}.product-detail small{color:var(--red);font:800 8px Space Grotesk;letter-spacing:1.6px}.product-detail h3{margin:10px 42px 8px 0;font:700 34px/.95 Space Grotesk}.product-detail>strong{display:block;color:var(--red);font:800 18px Space Grotesk;margin-bottom:20px}.product-description{color:#b5b5b5;font-size:13px;line-height:1.75}.product-description p{margin:0 0 13px}.product-description a,.product-docs a{color:#fff;border-bottom:1px solid rgba(255,24,56,.55)}.product-docs{margin-top:22px;padding-top:18px;border-top:1px solid rgba(255,255,255,.1)}.product-docs h4{margin:0 0 12px;color:var(--red);font:800 9px Space Grotesk;letter-spacing:1.4px}.product-docs p{margin:0;color:#777;font-size:12px}.product-docs a{display:block;margin:8px 0;font-size:12px}.product-modal-add{width:100%;display:flex;justify-content:space-between;margin-top:26px;padding:15px 16px;border:0;background:var(--red);color:#080808;font:900 10px Space Grotesk;letter-spacing:1px;cursor:pointer}.tebex-card{cursor:pointer}@media(max-width:860px){.product-modal article{grid-template-columns:1fr}.product-gallery,.product-media,.product-media img,.product-media iframe{min-height:280px}.product-detail{padding:24px}.product-detail h3{font-size:28px}.product-arrow{width:36px;height:50px;font-size:28px}}
.product-arrow{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,24,56,.42);background:rgba(8,8,8,.68);backdrop-filter:blur(8px);color:#ff5a6d;font:700 24px/1 Space Grotesk;box-shadow:0 12px 34px rgba(0,0,0,.42),0 0 20px rgba(255,24,56,.16);transition:background .2s,color .2s,border-color .2s,transform .2s,box-shadow .2s}.product-arrow:hover{background:rgba(255,24,56,.14);color:#fff;border-color:rgba(255,24,56,.85);transform:translateY(-50%) scale(1.08);box-shadow:0 16px 42px rgba(0,0,0,.52),0 0 28px rgba(255,24,56,.3)}.product-arrow-left{left:18px}.product-arrow-right{right:18px}.product-arrow::before{content:"";position:absolute;inset:5px;border-radius:inherit;border:1px solid rgba(255,255,255,.07);pointer-events:none}@media(max-width:860px){.product-arrow{width:34px;height:34px;font-size:21px}.product-arrow-left{left:10px}.product-arrow-right{right:10px}}
.product-arrow{width:0;height:0;padding:0;border:0;border-top:18px solid transparent;border-bottom:18px solid transparent;background:transparent;color:transparent;font-size:0;box-shadow:none;filter:drop-shadow(0 0 10px rgba(255,24,56,.55));transition:transform .18s,filter .18s}.product-arrow-left{left:20px;border-right:26px solid var(--red)}.product-arrow-right{right:20px;border-left:26px solid var(--red)}.product-arrow:hover{background:transparent;color:transparent;box-shadow:none;filter:drop-shadow(0 0 16px rgba(255,24,56,.9));transform:translateY(-50%) scale(1.14)}.product-arrow::before{display:none}@media(max-width:860px){.product-arrow{border-top-width:14px;border-bottom-width:14px}.product-arrow-left{left:10px;border-right-width:21px}.product-arrow-right{right:10px;border-left-width:21px}}
.product-arrow{width:34px;height:44px;padding:0;border:0;background:transparent;color:transparent;font-size:0;line-height:0;box-shadow:none;filter:none;border-radius:0;backdrop-filter:none;display:block;transition:transform .16s}.product-arrow::before{content:"";display:block;width:22px;height:32px;background:var(--red);border:0;border-radius:0}.product-arrow-left{left:22px}.product-arrow-right{right:22px}.product-arrow-left::before{clip-path:polygon(0 50%,100% 0,100% 100%)}.product-arrow-right::before{clip-path:polygon(100% 50%,0 0,0 100%)}.product-arrow:hover{background:transparent;color:transparent;box-shadow:none;filter:none;transform:translateY(-50%) scale(1.08)}@media(max-width:860px){.product-arrow{width:28px;height:36px}.product-arrow::before{width:18px;height:26px}.product-arrow-left{left:12px}.product-arrow-right{right:12px}}
.product-gallery,.product-media,.tebex-image,.cart-row{overflow:hidden}.product-media{display:grid;place-items:center}.product-media img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center}.product-media iframe{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}.tebex-image img,.cart-row img{max-width:100%;max-height:100%;object-position:center}
.tebex-grid .tebex-item .tebex-card .tebex-image{display:grid;place-items:center}.tebex-grid .tebex-item .tebex-card .tebex-image img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center}
.product-detail{display:flex;flex-direction:column;min-height:0}.product-description{max-height:260px;overflow-y:auto;overflow-x:hidden;padding-right:10px;scrollbar-width:thin;scrollbar-color:var(--red) #111}.product-description::-webkit-scrollbar{width:6px}.product-description::-webkit-scrollbar-track{background:#111}.product-description::-webkit-scrollbar-thumb{background:var(--red)}.product-docs{flex:0 0 auto}.product-modal-add{flex:0 0 auto}
.tebex-grid .tebex-item{width:285px;height:390px}.tebex-grid .tebex-item .tebex-card{height:332px;display:flex;flex-direction:column}.tebex-grid .tebex-item .tebex-image{flex:0 0 205px;height:205px}.tebex-grid .tebex-item .tebex-info{flex:1;min-height:0;display:flex;flex-direction:column}.tebex-grid .tebex-item .tebex-info header{flex:0 0 auto}.tebex-grid .tebex-item .tebex-description{height:34px;max-height:34px;overflow:hidden}.tebex-grid .tebex-item>.tebex-add{height:48px;min-height:48px}@media(max-width:850px){.tebex-grid .tebex-item{width:min(340px,100%);height:430px}.tebex-grid .tebex-item .tebex-card{height:372px}.tebex-grid .tebex-item .tebex-image{flex-basis:230px;height:230px}}
.product-doc-button{display:flex!important;align-items:center;justify-content:space-between;gap:12px;width:100%;margin:9px 0 0;padding:12px 13px;border:1px solid rgba(255,24,56,.45)!important;background:rgba(255,24,56,.08);color:#fff!important;text-decoration:none!important;font:800 9px Space Grotesk;letter-spacing:.9px;text-transform:uppercase;box-sizing:border-box}.product-doc-button span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-doc-button b{color:var(--red);font-size:13px}.product-doc-button:hover{background:var(--red);border-color:var(--red)!important;color:#080808!important}.product-doc-button:hover b{color:#080808}
.category-nav a{padding:9px 10px;border:1px solid transparent}.category-nav a.active,.category-nav a:hover{border-color:rgba(255,24,56,.45);background:rgba(255,24,56,.08);color:#fff}
.category-tabs[hidden]{display:none!important}.store-empty{grid-column:1/-1;min-height:220px;display:grid;place-items:center;color:#777;font:700 12px Inter,system-ui;text-align:center}
.menu-toggle{display:none}.mobile-menu,.mobile-menu-backdrop{display:none}
body{--grid-x:50%;--grid-y:18%;--grid-shift-x:0px;--grid-shift-y:0px;--grid-glow-x:0px;--grid-glow-y:0px;--grid-skew:0deg;--grid-blur:0px;background:var(--ink);position:relative}body:before,body:after{content:"";position:fixed;inset:0;z-index:-2;pointer-events:none}body:before{background-image:linear-gradient(rgba(255,24,56,.075) 1px,transparent 1px),linear-gradient(90deg,rgba(255,24,56,.075) 1px,transparent 1px);background-size:72px 72px;background-position:calc(50% + var(--grid-shift-x)) var(--grid-shift-y);transform:translate3d(var(--grid-shift-x),var(--grid-shift-y),0) skewX(var(--grid-skew));filter:blur(var(--grid-blur));opacity:.9;mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.9) 24%,rgba(0,0,0,.42) 58%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.9) 24%,rgba(0,0,0,.42) 58%,transparent 100%);transition:transform .18s ease-out,background-position .18s ease-out,filter .18s ease-out}body:after{z-index:-1;background:radial-gradient(circle at var(--grid-x) var(--grid-y),rgba(255,24,56,.18),rgba(255,24,56,.07) 16%,transparent 36%);transform:translate3d(var(--grid-glow-x),var(--grid-glow-y),0);filter:blur(24px);opacity:.85;mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.72) 46%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.72) 46%,transparent 100%);transition:transform .16s ease-out}.grid-bg{display:none}.features{background:rgba(8,8,8,.72)}.store,.cta,footer{position:relative}
.tebex-item.reveal{transform:none!important;filter:none!important;opacity:0;transition:opacity .75s ease}.tebex-item.reveal.visible{transform:none!important;filter:none!important;opacity:1}
.nav{position:sticky!important;top:0;z-index:120;background:transparent!important;backdrop-filter:none;border-bottom:0}.nav:before{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:50%;width:100vw;transform:translateX(-50%);background:rgba(5,5,5,.82);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,24,56,.14)}
@media(max-width:900px){.shell{width:min(100% - 28px,1180px)}.offer{height:auto;min-height:34px;padding:8px 12px;gap:8px;flex-wrap:wrap;text-align:center;font-size:8px}.nav{height:auto;min-height:74px;display:grid;grid-template-columns:auto 1fr;gap:10px 12px;padding-block:10px}.nav .brand{grid-column:1/2}.nav-actions{grid-column:2/3;justify-content:flex-end;gap:6px}.category-nav{grid-column:1/-1;display:flex!important;gap:8px;overflow-x:auto;overflow-y:hidden;padding:4px 0 2px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.category-nav::-webkit-scrollbar{display:none}.category-nav a{flex:0 0 auto;padding:9px 10px;font-size:9px}.auth-pill{max-width:112px}.logout{max-width:118px;overflow:hidden;text-overflow:ellipsis}.hero{min-height:auto}.hero-inner{min-height:620px;grid-template-columns:1fr}.hero-copy{padding:74px 0 34px}.hero h1{font-size:clamp(48px,15vw,74px);letter-spacing:-3px}.hero-copy>p{font-size:13px;max-width:100%}.actions{flex-direction:column;align-items:stretch}.btn{justify-content:space-between}.trust-row{gap:12px;flex-wrap:wrap;margin-top:26px}.trust-row div{min-width:120px}.hero-art{height:330px;position:relative;right:auto;opacity:.82;overflow:hidden}.core{width:280px;height:280px}.core img{width:270px}.orbit-1{width:310px;height:310px}.orbit-2{width:360px;height:210px}.hud{display:none}.scan{width:290px}.store{padding:76px 0}.section-head{align-items:flex-start;gap:14px;margin-bottom:28px}.section-head h2{font-size:clamp(36px,12vw,54px);letter-spacing:-2px}.tebex-grid{grid-template-columns:minmax(0,340px);justify-content:center}.tebex-grid .tebex-item{width:min(340px,100%);height:420px}.tebex-grid .tebex-item .tebex-card{height:362px}.tebex-grid .tebex-item .tebex-image{height:220px;flex-basis:220px}.features{padding:78px 0}.feature-grid{grid-template-columns:1fr}.feature-grid article{padding:28px;min-height:190px}.cta{margin-block:70px;padding:30px;display:block}.cta .btn{margin-top:24px}footer .shell{grid-template-columns:1fr;gap:20px}.product-modal{padding:12px;align-items:start;overflow:auto}.product-modal article{width:100%;max-height:none;grid-template-columns:1fr;margin:14px 0}.product-gallery{min-height:260px}.product-media,.product-media img,.product-media iframe{min-height:260px}.product-detail{padding:22px}.product-detail h3{font-size:27px;margin-right:42px}.product-description{max-height:180px}.product-modal-close{right:12px;top:12px}.cart-drawer{width:100%}.cart-drawer>header,.cart-body,.cart-footer{padding-left:18px;padding-right:18px}}
@media(max-width:520px){.logo-brand img{width:96px;height:42px}.nav{grid-template-columns:1fr}.nav .brand,.nav-actions{grid-column:1/-1}.nav-actions{justify-content:space-between;flex-wrap:wrap}.language button{padding:5px 6px}.auth-pill{max-width:96px;height:29px}.logout{height:29px;max-width:96px;padding:0 8px}.cart{height:29px;padding:7px 9px}.category-nav a{font-size:8px;padding:8px 9px}.hero-copy{padding-top:58px}.hero h1{font-size:46px}.eyebrow,.kicker{font-size:8px;letter-spacing:1.8px}.trust-row{display:grid;grid-template-columns:1fr 1fr}.hero-art{height:260px}.core{width:230px;height:230px}.core img{width:225px}.ticker{padding:11px 0}.tebex-grid .tebex-item{height:398px}.tebex-grid .tebex-item .tebex-card{height:340px}.tebex-grid .tebex-item .tebex-image{height:205px;flex-basis:205px}.product-gallery,.product-media,.product-media img,.product-media iframe{min-height:220px}.product-arrow-left{left:8px}.product-arrow-right{right:8px}}
@media(max-width:640px){html,body{width:100%;overflow-x:hidden}.shell{width:calc(100% - 24px)}.offer{position:relative;z-index:121;justify-content:flex-start;padding:7px 12px;font-size:7px;line-height:1.35;letter-spacing:.8px}.offer b{padding:4px 6px}.nav{grid-template-columns:1fr!important;align-items:center;padding:10px 12px 12px;gap:9px}.nav:before{background:rgba(5,5,5,.93);backdrop-filter:blur(18px)}.nav .brand{justify-content:center}.logo-brand img{width:132px!important;height:48px!important}.nav-actions{justify-content:center!important;display:grid!important;grid-template-columns:auto auto auto;gap:7px;width:100%}.language{grid-column:1/2;height:31px}.language button{height:25px;min-width:28px;padding:0 6px;font-size:8px}.auth-status{grid-column:2/3}.auth-pill{height:31px;max-width:112px;padding:0 8px}.auth-pill em{font-size:8px}.logout{grid-column:3/4;height:31px;max-width:112px;padding:0 9px;font-size:7px}.cart{grid-column:1/-1;height:34px;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 12px}.cart>span{display:inline!important}.cart b{margin-left:0}.category-nav{margin:0 -12px;padding:7px 12px 2px!important;gap:7px!important;border-top:1px solid rgba(255,24,56,.1);mask-image:linear-gradient(90deg,transparent,#000 16px,#000 calc(100% - 16px),transparent)}.category-nav a{font-size:8px!important;letter-spacing:.8px;padding:9px 10px!important;background:rgba(255,255,255,.025);border-color:rgba(255,255,255,.08);white-space:nowrap}.hero{border-top:0}.hero-inner{min-height:auto!important;display:flex!important;flex-direction:column;padding:38px 0 24px}.hero-copy{order:1;padding:0!important;text-align:left}.eyebrow span{width:18px;margin-right:8px}.hero h1{font-size:clamp(42px,13vw,56px)!important;line-height:.88;letter-spacing:-2.6px;margin:18px 0}.hero-copy>p{font-size:12.5px;line-height:1.65;color:#aaa}.actions{margin:24px 0 0;gap:9px}.btn{width:100%;padding:14px 15px;font-size:9px}.trust-row{grid-template-columns:repeat(3,1fr)!important;gap:8px;margin-top:22px}.trust-row div{min-width:0;padding-left:9px}.trust-row b{font-size:12px}.trust-row span{font-size:7px;letter-spacing:.8px}.hero-art{order:2;height:210px!important;width:100%;margin-top:18px;opacity:1!important}.orbit,.scan,.hud{display:none!important}.core{width:210px!important;height:210px!important;margin:auto}.core img{width:205px!important;filter:drop-shadow(0 0 16px rgba(255,24,56,.45))}.ticker{position:relative;bottom:auto;margin-top:12px;padding:10px 0}.store{padding:56px 0 64px!important}.section-head{display:block;margin-bottom:22px}.section-head h2{font-size:clamp(34px,11vw,46px)!important;line-height:.9;letter-spacing:-1.8px}.store-status{display:flex!important;margin-top:14px}.tebex-grid{grid-template-columns:1fr!important;gap:18px;min-height:180px}.tebex-grid .tebex-item{width:100%!important;max-width:360px!important;height:auto!important;margin:0 auto}.tebex-grid .tebex-item .tebex-card{height:auto!important;min-height:0}.tebex-grid .tebex-item .tebex-image{height:190px!important;flex-basis:190px!important}.tebex-grid .tebex-item .tebex-info{padding:16px}.tebex-info header{display:block!important}.tebex-info h3{font-size:18px!important;margin-bottom:8px}.tebex-price{font-size:13px!important}.tebex-description{height:36px!important;max-height:36px!important}.tebex-item>.tebex-add{height:46px!important;min-height:46px!important}.tebex-card,.tebex-card:hover,.tebex-card.tilting{--rx:0deg!important;--ry:0deg!important;--lift:0px!important;--px:0px!important;--py:0px!important}.tebex-card.tilting .tebex-image img,.tebex-card:hover .tebex-image img{transform:none!important}.features{padding:62px 0}.feature-grid article{padding:24px}.cta{margin-block:54px;padding:24px}.cta h2{font-size:36px!important;letter-spacing:-1.8px}.product-modal{padding:0!important;place-items:stretch!important}.product-modal article{min-height:100dvh;margin:0!important;border-inline:0;display:flex!important;flex-direction:column}.product-gallery{min-height:235px!important;flex:0 0 235px}.product-media,.product-media img,.product-media iframe{min-height:235px!important}.product-detail{padding:20px!important;overflow:visible}.product-detail h3{font-size:25px!important;line-height:1.02}.product-description{max-height:170px!important}.product-docs{margin-top:16px}.product-modal-add{margin-top:18px}.product-arrow{width:24px!important;height:32px!important}.product-arrow::before{width:16px!important;height:24px!important}.product-modal-close{position:fixed!important;right:14px!important;top:14px!important;background:#111!important;z-index:8}.cart-drawer{border-left:0}.cart-row{grid-template-columns:56px 1fr auto;gap:10px}.cart-row img{width:56px;height:56px}footer{padding:44px 0 24px}}
@media(max-width:640px){body{padding-top:158px}.offer{position:fixed!important;top:0;left:0;right:0}.nav{position:fixed!important;top:34px;left:0;right:0;width:100%;z-index:122}.hero{margin-top:0}.product-modal,.cart-drawer,.auth-modal{z-index:220}.product-modal-backdrop,.cart-backdrop,.auth-modal-backdrop{z-index:219}}
@media(max-width:520px){body{padding-top:194px}.nav{top:34px}}
@media(max-width:640px){body{padding-top:92px!important}.offer{display:none!important}.nav{position:fixed!important;top:0!important;left:0;right:0;width:100%;min-height:64px!important;height:64px!important;display:grid!important;grid-template-columns:44px 1fr auto!important;gap:8px!important;align-items:center!important;padding:8px 12px!important}.nav:before{background:rgba(5,5,5,.94);backdrop-filter:blur(18px)}.nav .brand{grid-column:2/3!important;justify-content:center!important}.logo-brand img{width:128px!important;height:46px!important}.menu-toggle{grid-column:1/2;display:grid!important;place-items:center;width:40px;height:40px;border:1px solid rgba(255,24,56,.35);background:rgba(255,24,56,.08);padding:0;cursor:pointer}.menu-toggle span{display:block;width:17px;height:2px;background:#fff;margin:2px 0;box-shadow:0 0 8px rgba(255,24,56,.5)}.nav>.category-nav{display:none!important}.nav-actions{grid-column:3/4!important;display:flex!important;justify-content:flex-end!important;width:auto!important;gap:6px!important}.language,.auth-status,.logout{display:none!important}.cart{grid-column:auto!important;width:48px!important;height:40px!important;padding:0!important}.cart>span{display:none!important}.cart b{display:inline-grid;place-items:center;min-width:22px;height:22px;margin:0!important;border-radius:0}.mobile-menu-backdrop{display:block;position:fixed;inset:0;z-index:198;background:rgba(0,0,0,.62);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:.22s}.mobile-menu-backdrop.open{opacity:1;visibility:visible}.mobile-menu{display:flex;position:fixed;z-index:199;top:0;left:0;width:min(310px,86vw);height:100dvh;background:#070707;border-right:1px solid rgba(255,24,56,.35);box-shadow:28px 0 80px rgba(0,0,0,.62),0 0 50px rgba(255,24,56,.12);transform:translateX(-105%);transition:transform .28s cubic-bezier(.16,.72,.14,1);flex-direction:column;padding:18px}.mobile-menu.open{transform:translateX(0)}.mobile-menu header{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.09)}.mobile-menu header img{width:145px;height:52px;object-fit:contain}.mobile-menu header button{width:38px;height:38px;border:1px solid rgba(255,255,255,.11);background:#111;color:#fff;font-size:24px}.mobile-category-nav{display:grid;gap:10px;padding-top:22px}.mobile-category-nav a{display:flex;align-items:center;justify-content:space-between;padding:15px 14px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.025);font:900 10px Space Grotesk;letter-spacing:1.2px}.mobile-category-nav a:after{content:"›";color:var(--red);font-size:18px}.mobile-category-nav a.active{border-color:rgba(255,24,56,.65);background:rgba(255,24,56,.12);color:#fff}.hero-inner{padding-top:36px!important}.store{scroll-margin-top:78px}}
.cart-icon{display:none}.cart-icon path{fill:currentColor}@media(max-width:640px){body{padding-top:76px!important}.nav{display:flex!important;justify-content:center!important;align-items:center!important;height:62px!important;min-height:62px!important;padding:0 14px!important}.nav .brand{grid-column:auto!important;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2}.logo-brand img{width:124px!important;height:45px!important}.menu-toggle{position:absolute;left:14px;top:50%;transform:translateY(-50%);z-index:3;width:42px!important;height:42px!important;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:1px solid rgba(255,24,56,.5)!important;background:linear-gradient(145deg,rgba(255,24,56,.15),rgba(255,255,255,.025))!important;box-shadow:0 12px 32px rgba(0,0,0,.36),inset 0 0 0 1px rgba(255,255,255,.045);clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px)}.menu-toggle span{width:18px!important;height:2px!important;margin:0!important;background:#fff!important;box-shadow:0 0 10px rgba(255,24,56,.75)!important}.menu-toggle span:nth-child(2){width:13px!important;background:var(--red)!important}.nav-actions{position:absolute;right:14px;top:50%;transform:translateY(-50%);z-index:3}.cart{width:42px!important;height:42px!important;display:grid!important;place-items:center!important;border:1px solid rgba(255,24,56,.5)!important;background:linear-gradient(145deg,rgba(255,24,56,.15),rgba(255,255,255,.025))!important;box-shadow:0 12px 32px rgba(0,0,0,.36),inset 0 0 0 1px rgba(255,255,255,.045);clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px);color:#fff}.cart-icon{display:block;width:19px;height:19px}.cart b{position:absolute;right:-5px;top:-5px;min-width:18px!important;height:18px!important;padding:0!important;background:var(--red)!important;color:#070707!important;font:900 9px Space Grotesk!important;border:1px solid #070707}.cart>span{display:none!important}}
