:root{--lug-bg:#030811;--lug-bg-elevated:#071019;--lug-surface:#0b1620;--lug-surface-strong:#0f1d29;--lug-primary:#d7ff00;--lug-primary-soft:#d7ff001a;--lug-primary-border:#d7ff003d;--lug-text:#f4f7f9;--lug-text-muted:#87929e;--lug-text-soft:#b8c0c8;--lug-border:#ffffff13;--lug-danger:#ff6b6b;--lug-warning:#ffb454;--lug-info:#78a9ff;--lug-success:#6ee7a7;--lug-radius-sm:8px;--lug-radius-md:12px;--lug-radius-lg:18px;--lug-radius-xl:26px;--lug-container:1240px;--lug-header-height:88px;--lug-mobile-nav-height:64px;--lug-shadow:0 18px 60px #00000047;--lug-transition:.18s ease}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;min-height:100vh;color:var(--lug-text);background:var(--lug-bg);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit}button,input,textarea,select{font:inherit}body{padding-bottom:0}@media (width<=760px){body{padding-bottom:calc(var(--lug-mobile-nav-height) + env(safe-area-inset-bottom))}}:root{--neon:#d7ff00;--dark:#030811;--dark-secondary:#07101a;--text:#f5f7fa;--muted:#a4acb9;--border:#d7ff002e}#root{min-height:100vh}.home{min-height:100vh;color:var(--text);background:var(--dark);overflow:hidden}.header{z-index:1000;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#030811db;border-bottom:1px solid #d7ff001f;justify-content:space-between;align-items:center;gap:30px;width:100%;height:82px;padding:0 7%;display:flex;position:fixed;top:0;left:0}.logo{color:#fff;align-items:center;gap:12px;text-decoration:none;display:flex}.logo-symbol{border:2px solid var(--neon);width:44px;height:44px;color:var(--neon);border-radius:50%;place-items:center;font-size:.9rem;font-style:italic;font-weight:900;display:grid;box-shadow:0 0 12px #d7ff0080,inset 0 0 12px #d7ff001f}.logo-name{letter-spacing:1px;font-size:1.25rem;font-weight:900}.logo-name strong{color:var(--neon)}.navigation{align-items:center;gap:34px;display:flex}.navigation a{color:#c8ced7;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .25s,transform .25s,background .25s;position:relative}.navigation a:after{content:"";background:var(--neon);width:0;height:2px;box-shadow:0 0 8px var(--neon);transition:width .25s;position:absolute;bottom:-8px;left:0}.navigation a:hover{color:var(--neon)}.navigation a:hover:after{width:100%}.header-button{border:1px solid var(--neon);color:var(--dark);background:var(--neon);border-radius:8px;padding:11px 18px;font-size:.85rem;font-weight:800;text-decoration:none;transition:transform .25s,box-shadow .25s;box-shadow:0 0 18px #d7ff002e}.header-button:hover{transform:translateY(-2px);box-shadow:0 0 25px #d7ff0066}.menu-toggle{z-index:1002;cursor:pointer;background:#d7ff000f;border:1px solid #d7ff004d;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:46px;height:46px;padding:0;display:none;position:relative}.menu-toggle span{background:var(--neon);border-radius:10px;width:23px;height:2px;transition:transform .3s,opacity .3s;display:block;box-shadow:0 0 7px #d7ff0080}.menu-toggle-open span:first-child{transform:translateY(8px)rotate(45deg)}.menu-toggle-open span:nth-child(2){opacity:0}.menu-toggle-open span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.menu-overlay{padding:0;display:none}.hero{isolation:isolate;background-position:50%;background-size:cover;align-items:center;min-height:100vh;padding:150px 7% 90px;display:flex;position:relative}.hero-overlay{z-index:-1;background:linear-gradient(90deg,#030811f7 0%,#030811e0 35%,#03081152 68%,#0308112e 100%),linear-gradient(#0308112e 0%,#0000 65%,#030811f5 100%);position:absolute;inset:0}.hero-content{z-index:2;width:100%;max-width:680px;position:relative}.hero-tag,.section-label{color:var(--neon);letter-spacing:3px;align-items:center;gap:10px;margin-bottom:22px;font-size:.8rem;font-weight:800;display:inline-flex}.hero-tag:before,.section-label:before{content:"";background:var(--neon);width:36px;height:2px;box-shadow:0 0 8px var(--neon);display:block}.hero h1{letter-spacing:-4px;text-transform:uppercase;text-shadow:0 5px 25px #000000bf;margin:0;font-size:clamp(3.5rem,7vw,6.8rem);line-height:.95}.hero h1 span{color:var(--neon);text-shadow:0 0 25px #d7ff0059}.hero-content>p{color:#c0c7d2;max-width:580px;margin:28px 0 35px;font-size:1.15rem;line-height:1.8}.hero-buttons{flex-wrap:wrap;gap:15px;display:flex}.primary-button,.secondary-button{border-radius:8px;justify-content:center;align-items:center;min-height:50px;padding:0 25px;font-weight:800;text-decoration:none;transition:transform .25s,color .25s,border-color .25s,box-shadow .25s;display:inline-flex}.primary-button{border:1px solid var(--neon);color:#081000;background:var(--neon);box-shadow:0 0 24px #d7ff003d}.primary-button:hover{transform:translateY(-3px);box-shadow:0 0 35px #d7ff007a}.secondary-button{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#060d15a6;border:1px solid #ffffff47}.secondary-button:hover{border-color:var(--neon);color:var(--neon);transform:translateY(-3px)}.scroll-indicator{color:#c2c8d1;flex-direction:column;align-items:center;gap:6px;font-size:.75rem;text-decoration:none;display:flex;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.scroll-indicator strong{color:var(--neon);font-size:1.4rem;animation:1.5s infinite move-down}@keyframes move-down{0%,to{transform:translateY(0)}50%{transform:translateY(7px)}}.projects-section{background:radial-gradient(circle at 10% 30%, #74a0002b, transparent 30%), linear-gradient(180deg, var(--dark), var(--dark-secondary));padding:120px 7%;position:relative}.projects-section:before{content:"";border:1px solid #d7ff0038;border-radius:50%;width:360px;height:360px;position:absolute;top:70px;right:-140px;box-shadow:0 0 60px #d7ff0014,inset 0 0 60px #d7ff000a}.section-heading{z-index:1;text-align:center;max-width:720px;margin:0 auto 65px;position:relative}.section-heading .section-label{justify-content:center}.section-heading h2,.about-content h2,.contact-section h2{margin:0;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.05}.section-heading h2 span,.about-content h2 span,.contact-section h2 span{color:var(--neon)}.section-heading p{color:var(--muted);font-size:1.08rem;line-height:1.8}.projects-grid{z-index:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;max-width:1250px;margin:0 auto;display:grid;position:relative}.project-card{border:1px solid var(--border);background:linear-gradient(145deg,#0d1b26f2,#040b12f2);border-radius:18px;min-height:320px;padding:35px;transition:transform .3s,border-color .3s,box-shadow .3s;position:relative;overflow:hidden}.project-card:before{content:"";filter:blur(20px);background:#d7ff0024;border-radius:50%;width:130px;height:130px;position:absolute;top:-65px;right:-65px}.project-card:hover{border-color:var(--neon);transform:translateY(-8px);box-shadow:0 18px 50px #00000059}.project-icon{border:1px solid var(--neon);background:#d7ff0014;border-radius:14px;place-items:center;width:65px;height:65px;margin-bottom:28px;font-size:1.8rem;display:grid;box-shadow:inset 0 0 20px #d7ff000d}.project-card h3{color:#fff;margin:0 0 15px;font-size:1.5rem}.project-card p{min-height:86px;color:var(--muted);line-height:1.7}.project-card a{color:var(--neon);font-weight:700;text-decoration:none}.project-card a span{margin-left:5px;transition:transform .2s;display:inline-block}.project-card a:hover span{transform:translate(6px)}.about-section{background:radial-gradient(circle at 22% 50%, #a9e00026, transparent 28%), var(--dark);grid-template-columns:.8fr 1.2fr;align-items:center;gap:80px;min-height:700px;padding:120px 7%;display:grid;position:relative;overflow:hidden}.about-decoration{aspect-ratio:1;border:3px solid var(--neon);width:min(420px,80vw);color:var(--neon);letter-spacing:-18px;background:radial-gradient(circle,#d7ff0029,#0000 65%),#040c12b3;border-radius:50%;justify-self:center;place-items:center;font-size:clamp(5rem,12vw,10rem);font-style:italic;font-weight:1000;display:grid;box-shadow:0 0 30px #d7ff0047,inset 0 0 40px #d7ff001a}.about-content{max-width:680px}.about-content>p{color:var(--muted);margin:28px 0 35px;font-size:1.08rem;line-height:1.85}.about-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.about-stats div{border-left:2px solid var(--neon);background:#d7ff000a;padding:18px}.about-stats strong,.about-stats span{display:block}.about-stats strong{color:var(--neon);margin-bottom:6px;font-size:1.1rem}.about-stats span{color:var(--muted);font-size:.78rem}.contact-section{text-align:center;background:radial-gradient(circle at center, #90be002b, transparent 38%), var(--dark-secondary);flex-direction:column;justify-content:center;align-items:center;min-height:600px;padding:120px 7%;display:flex;position:relative;overflow:hidden}.contact-section:before,.contact-section:after{content:"";border:2px solid #d7ff001f;border-radius:50%;width:300px;height:300px;position:absolute}.contact-section:before{top:-150px;left:-120px}.contact-section:after{bottom:-160px;right:-130px}.contact-section p{max-width:650px;color:var(--muted);margin:25px 0 35px;font-size:1.08rem;line-height:1.8}.footer{color:#8f99a8;background:#02070d;border-top:1px solid #d7ff0024;padding:0}.footer-content{grid-template-columns:1.5fr repeat(3,minmax(0,1fr));gap:65px;width:min(1400px,86%);margin:0 auto;padding:75px 0 55px;display:grid}.footer-brand{max-width:390px}.footer-logo{color:#fff;align-items:center;gap:12px;width:fit-content;font-size:1.3rem;font-weight:900;text-decoration:none;display:flex}.footer-logo strong{color:var(--neon)}.footer-logo-symbol{border:2px solid var(--neon);width:48px;height:48px;color:var(--neon);border-radius:50%;place-items:center;font-size:.85rem;font-style:italic;display:grid;box-shadow:0 0 18px #d7ff0038}.footer-brand p{color:#8f99a8;margin:22px 0 18px;line-height:1.75}.footer-handle{color:var(--neon);font-size:.85rem;font-weight:800}.footer-column{flex-direction:column;align-items:flex-start;gap:13px;display:flex}.footer-column h3{color:#fff;letter-spacing:1.5px;text-transform:uppercase;margin:0 0 10px;font-size:.95rem}.footer-column a{color:#8f99a8;font-size:.92rem;text-decoration:none;transition:color .2s,transform .2s}.footer-column a:hover{color:var(--neon);transform:translate(4px)}.footer-affiliate-notice{border:1px solid #d7ff0024;border-left:3px solid var(--neon);color:#7f8997;background:#d7ff0006;border-radius:8px;width:min(1400px,86%);margin:0 auto 35px;padding:16px 20px;font-size:.8rem;line-height:1.6}.footer-affiliate-notice strong{color:var(--neon)}.footer-bottom{color:#65707f;background:#01050a;border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:25px;padding:24px 7%;font-size:.82rem;display:flex}.footer-bottom a{color:#8f99a8;text-decoration:none;transition:color .2s}.footer-bottom a:hover{color:var(--neon)}@media (width<=950px){.header{height:72px;padding:0 5%}.header-button{display:none}.menu-toggle{display:flex}.navigation{z-index:1001;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);opacity:0;visibility:hidden;pointer-events:none;background:radial-gradient(circle at 100% 0,#d7ff001f,#0000 35%),#030811fa;border-top:1px solid #d7ff0026;border-bottom:1px solid #d7ff002e;flex-direction:column;align-items:stretch;gap:4px;width:100%;max-height:calc(100vh - 72px);padding:30px 6%;transition:opacity .3s,visibility .3s,transform .3s;display:flex;position:fixed;top:72px;left:0;overflow-y:auto;transform:translateY(-20px);box-shadow:0 25px 50px #00000080}.navigation-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.navigation a{color:#d7dce5;border-bottom:1px solid #ffffff12;border-radius:8px;align-items:center;width:100%;padding:17px 18px;font-size:1rem;display:flex}.navigation a:after{display:none}.navigation a:hover{color:var(--neon);background:#d7ff0012;transform:translate(5px)}.menu-overlay{z-index:1000;cursor:default;background:#0000008c;border:none;width:100%;height:calc(100vh - 72px);padding:0;display:block;position:fixed;top:72px;left:0}.projects-grid,.about-section{grid-template-columns:1fr}.about-content{text-align:center;margin:0 auto}.about-content .section-label{justify-content:center}.about-decoration{width:min(330px,75vw)}.footer-content{grid-template-columns:repeat(2,minmax(0,1fr));gap:50px}}@media (width<=650px){.hero{background-position:50%;align-items:flex-end;min-height:900px;padding:130px 6% 100px}.hero-overlay{background:linear-gradient(#0308112e 0%,#030811e0 50%,#030811 100%)}.hero h1{letter-spacing:-2px;font-size:clamp(2.9rem,15vw,4.4rem)}.hero-content>p{font-size:1rem}.hero-buttons{flex-direction:column}.primary-button,.secondary-button{width:100%}.projects-section,.about-section,.contact-section{padding:90px 6%}.project-card{padding:28px}.about-stats{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;gap:40px;width:88%;padding:60px 0 45px}.footer-brand{max-width:100%}.footer-affiliate-notice{width:88%}.footer-bottom{text-align:center;flex-direction:column;padding:25px 6%}}@media (width<=480px){.header{height:68px;padding:0 18px}.navigation{max-height:calc(100vh - 68px);padding:24px 18px;top:68px}.menu-overlay{height:calc(100vh - 68px);top:68px}.logo-symbol{width:42px;height:42px}.logo-name{font-size:1.15rem}.menu-toggle{width:42px;height:42px}}.featured-products-section{background:radial-gradient(circle at 85% 5%,#d7ff0014,#0000 30%),#050c14;border-top:1px solid #d7ff0014;border-bottom:1px solid #d7ff0014;padding:110px 0;position:relative;overflow:hidden}.featured-products-container{width:min(1250px,88%);margin:0 auto}.featured-products-heading{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:40px;display:flex}.featured-products-heading>div:first-child{max-width:700px}.featured-products-heading h2{color:#f5f7fa;margin:12px 0 14px;font-size:clamp(2.4rem,5vw,4.5rem);line-height:1}.featured-products-heading h2 span{color:#d7ff00}.featured-products-heading p{color:#8e99a6;margin:0;line-height:1.7}.featured-products-see-all{color:#d7ff00;flex:none;align-items:center;gap:9px;font-size:.78rem;font-weight:900;text-decoration:none;display:inline-flex}.featured-products-see-all span{transition:transform .18s}.featured-products-see-all:hover span{transform:translate(4px)}.featured-products-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.featured-product-card{background:linear-gradient(145deg,#0a1721,#050c14);border:1px solid #d7ff0021;border-radius:17px;flex-direction:column;min-width:0;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;overflow:hidden}.featured-product-card:hover{border-color:#d7ff0066;transform:translateY(-5px);box-shadow:0 18px 45px #00000040}.featured-product-image{background:radial-gradient(circle,#d7ff000b,#0000 65%),#08111a;place-items:center;min-height:250px;display:grid;position:relative;overflow:hidden}.featured-product-image img{object-fit:contain;width:100%;height:250px;padding:25px;transition:transform .25s}.featured-product-card:hover .featured-product-image img{transform:scale(1.04)}.featured-product-placeholder{color:#697482;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:250px;display:flex}.featured-product-placeholder span{font-size:3rem}.featured-product-placeholder small{font-size:.72rem}.featured-product-badge{color:#071000;background:#d7ff00;border-radius:999px;padding:7px 10px;font-size:.62rem;font-weight:900;position:absolute;top:15px;left:15px}.featured-product-star{color:#d7ff00;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#030811d9;border:1px solid #d7ff003b;border-radius:999px;padding:6px 9px;font-size:.58rem;font-weight:900;position:absolute;top:15px;right:15px}.featured-product-content{flex-direction:column;flex:1;padding:24px;display:flex}.featured-product-content h3{color:#f5f7fa;margin:0 0 10px;font-size:1.25rem}.featured-product-content>p{color:#8f9aa7;margin:0 0 25px;line-height:1.65}.featured-product-bottom{justify-content:space-between;align-items:center;gap:15px;margin-top:auto;display:flex}.featured-product-price{color:#c8ced7;font-size:.78rem;font-weight:800}.featured-product-button{color:#071000;background:#d7ff00;border:1px solid #d7ff00;border-radius:8px;flex:none;justify-content:center;align-items:center;gap:7px;min-height:42px;padding:0 14px;font-size:.72rem;font-weight:900;text-decoration:none;transition:transform .18s,box-shadow .18s;display:inline-flex}.featured-product-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #d7ff0021}@media (width<=1050px){.featured-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.featured-products-section{padding:80px 0}.featured-products-container{width:92%}.featured-products-heading{flex-direction:column;align-items:flex-start}.featured-products-grid{grid-template-columns:1fr}.featured-product-image,.featured-product-image img,.featured-product-placeholder{height:220px;min-height:220px}}@media (width<=450px){.featured-product-bottom{flex-direction:column;align-items:stretch}.featured-product-button{width:100%}}.route-loading{color:#f5f7fa;background:radial-gradient(circle,#d7ff0012,#0000 35%),#030811;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;min-height:100vh;display:flex}.route-loading-logo{color:#d7ff00;border:2px solid #d7ff00;border-radius:50%;place-items:center;width:70px;height:70px;margin-bottom:10px;font-size:1.1rem;font-style:italic;font-weight:900;animation:1.4s ease-in-out infinite route-loading-pulse;display:grid;box-shadow:0 0 30px #d7ff0021}.route-loading strong{font-size:.9rem}.route-loading>span{color:#778391;font-size:.7rem}@keyframes route-loading-pulse{0%,to{transform:scale(1);box-shadow:0 0 20px #d7ff0014}50%{transform:scale(1.05);box-shadow:0 0 35px #d7ff0033}}@media (prefers-reduced-motion:reduce){.route-loading-logo{animation:none}}.site-footer{z-index:2;color:var(--lug-text-soft);border-top:1px solid var(--lug-border);background:#02070d;padding:72px 0 24px;position:relative}.site-footer-main,.site-footer-affiliate,.site-footer-bottom{width:min(var(--lug-container), 90%);margin:0 auto}.site-footer-main{grid-template-columns:minmax(250px,1.6fr) repeat(4,minmax(120px,1fr));gap:45px;display:grid}.site-footer-brand{max-width:360px}.site-footer-logo{color:var(--lug-text);letter-spacing:.9px;align-items:center;gap:10px;font-size:1.02rem;font-weight:900;text-decoration:none;display:inline-flex}.site-footer-logo strong{color:var(--lug-primary)}.site-footer-logo-symbol{border:1px solid var(--lug-primary-border);width:40px;height:40px;color:var(--lug-primary);background:var(--lug-primary-soft);border-radius:50%;place-items:center;font-size:.72rem;font-style:italic;display:grid}.site-footer-brand p{color:var(--lug-text-muted);margin:18px 0;font-size:.78rem;line-height:1.75}.site-footer-socials{flex-wrap:wrap;gap:8px;display:flex}.site-footer-socials a{border:1px solid var(--lug-border);color:var(--lug-text-soft);background:#ffffff05;border-radius:8px;padding:7px 10px;font-size:.66rem;font-weight:800;text-decoration:none}.site-footer-socials a:hover{color:var(--lug-primary);border-color:var(--lug-primary-border)}.site-footer-column{flex-direction:column;gap:11px;display:flex}.site-footer-column h3{color:var(--lug-text);letter-spacing:1.5px;text-transform:uppercase;margin:0 0 7px;font-size:.67rem;font-weight:900}.site-footer-column a{width:fit-content;color:var(--lug-text-muted);transition:color var(--lug-transition);font-size:.73rem;text-decoration:none}.site-footer-column a:hover{color:var(--lug-primary)}.site-footer-affiliate{border:1px solid var(--lug-border);color:#77838f;background:#ffffff05;border-radius:12px;margin-top:55px;padding:17px 20px;font-size:.68rem;line-height:1.6}.site-footer-affiliate strong{color:var(--lug-text-soft)}.site-footer-bottom{color:#65717d;border-top:1px solid #ffffff0b;justify-content:space-between;gap:20px;margin-top:23px;padding-top:20px;padding-bottom:74px;font-size:.64rem;display:flex}.site-footer-bottom nav{flex-wrap:wrap;gap:17px;display:flex}.site-footer-bottom a{color:inherit;text-decoration:none}.site-footer-bottom a:hover{color:var(--lug-primary)}@media (width<=1050px){.site-footer-main{grid-template-columns:1.5fr repeat(2,1fr)}}@media (width<=760px){.site-footer{padding-top:50px}.site-footer-main{grid-template-columns:repeat(2,minmax(0,1fr));gap:35px 24px}.site-footer-brand{grid-column:1/-1;max-width:none}.site-footer-bottom{flex-direction:column;padding-bottom:90px}}@media (width<=480px){.site-footer-main{grid-template-columns:1fr}.site-footer-brand{grid-column:auto}.site-footer-column{border-top:1px solid #ffffff0b;padding-top:20px}}.mobile-bottom-nav{display:none}@media (width<=760px){.mobile-bottom-nav{width:100%;min-height:var(--lug-mobile-nav-height);padding:7px max(10px, env(safe-area-inset-right)) calc(7px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));z-index:1180;border-top:1px solid var(--lug-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#030811f5;grid-template-columns:repeat(5,minmax(0,1fr));align-items:end;display:grid;position:fixed;bottom:0;left:0}.mobile-bottom-nav a{color:#77838f;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-width:0;font-size:.56rem;font-weight:800;text-decoration:none;display:flex}.mobile-bottom-nav a.active{color:var(--lug-primary)}.mobile-bottom-nav svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.mobile-bottom-nav .mobile-bottom-create{transform:translateY(-8px)}.mobile-bottom-create strong{width:42px;height:42px;color:var(--lug-bg);background:var(--lug-primary);border-radius:14px;place-items:center;font-size:1.55rem;font-weight:500;line-height:1;display:grid;box-shadow:0 10px 25px #d7ff0029}}.site-header{width:100%;height:var(--lug-header-height);z-index:1200;border-bottom:1px solid var(--lug-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#030811e0;position:fixed;inset:0 0 auto}.site-header-inner{width:min(var(--lug-container), 92%);grid-template-columns:auto auto minmax(220px,1fr) auto;align-items:center;gap:24px;height:100%;margin:0 auto;display:grid}.site-brand{color:var(--lug-text);align-items:center;gap:10px;text-decoration:none;display:inline-flex}.site-brand-symbol{border:1px solid var(--lug-primary-border);width:42px;height:42px;color:var(--lug-primary);background:var(--lug-primary-soft);letter-spacing:-.5px;border-radius:50%;flex:none;place-items:center;font-size:.78rem;font-style:italic;font-weight:900;display:grid;box-shadow:inset 0 0 20px #d7ff0009}.site-brand-name{letter-spacing:.9px;font-size:1.05rem;font-weight:900}.site-brand-name strong{color:var(--lug-primary)}.site-navigation{align-items:center;gap:23px;display:flex}.site-navigation a{color:var(--lug-text-soft);transition:color var(--lug-transition);font-size:.82rem;font-weight:700;text-decoration:none;position:relative}.site-navigation a:after{content:"";background:var(--lug-primary);width:0;height:2px;transition:width var(--lug-transition);border-radius:999px;position:absolute;bottom:-9px;left:0}.site-navigation a:hover,.site-navigation a.active{color:var(--lug-primary)}.site-navigation a.active:after{width:100%}.site-header-search{border:1px solid var(--lug-border);width:min(460px,100%);transition:border-color var(--lug-transition), background var(--lug-transition), box-shadow var(--lug-transition);background:#ffffff09;border-radius:999px;justify-self:center;align-items:center;gap:10px;padding:0 14px;display:flex}.site-header-search:focus-within{border-color:var(--lug-primary-border);background:#d7ff0009;box-shadow:0 0 0 3px #d7ff000a}.site-header-search svg{fill:none;width:17px;height:17px;stroke:var(--lug-text-muted);stroke-width:1.8px;stroke-linecap:round;flex:none}.site-header-search input{width:100%;height:40px;color:var(--lug-text);font:inherit;background:0 0;border:0;outline:0;padding:0;font-size:.8rem}.site-header-search input::placeholder{color:#65717d}.site-header-actions{justify-content:flex-end;align-items:center;gap:9px;display:flex}.site-login-link{color:var(--lug-text-soft);padding:9px 10px;font-size:.8rem;font-weight:750;text-decoration:none}.site-login-link:hover{color:var(--lug-primary)}.site-signup-button{border:1px solid var(--lug-primary);color:var(--lug-bg);background:var(--lug-primary);transition:transform var(--lug-transition), box-shadow var(--lug-transition);border-radius:9px;padding:10px 15px;font-size:.76rem;font-weight:900;text-decoration:none}.site-signup-button:hover{transform:translateY(-1px);box-shadow:0 10px 25px #d7ff0024}.site-icon-button,.site-account-button,.site-menu-toggle{border:1px solid var(--lug-border);width:40px;height:40px;color:var(--lug-text-soft);cursor:pointer;transition:color var(--lug-transition), border-color var(--lug-transition), background var(--lug-transition);background:#ffffff06;border-radius:10px;place-items:center;padding:0;text-decoration:none;display:grid}.site-icon-button:hover,.site-account-button:hover,.site-menu-toggle:hover{color:var(--lug-primary);border-color:var(--lug-primary-border);background:var(--lug-primary-soft)}.site-icon-button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.site-account{position:relative}.site-account-button span{width:28px;height:28px;color:var(--lug-bg);background:var(--lug-primary);border-radius:50%;place-items:center;font-size:.72rem;font-weight:900;display:grid}.site-account-menu{border:1px solid var(--lug-border);width:245px;box-shadow:var(--lug-shadow);background:#071019fa;border-radius:14px;padding:9px;position:absolute;top:calc(100% + 12px);right:0}.site-account-summary{border-bottom:1px solid var(--lug-border);flex-direction:column;gap:4px;margin-bottom:6px;padding:10px 11px 12px;display:flex}.site-account-summary strong{color:var(--lug-text);font-size:.78rem}.site-account-summary span{color:var(--lug-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.67rem;overflow:hidden}.site-account-menu a,.site-account-menu button{width:100%;color:var(--lug-text-soft);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:10px 11px;font-size:.74rem;font-weight:700;text-decoration:none;display:block}.site-account-menu a:hover,.site-account-menu button:hover{color:var(--lug-primary);background:var(--lug-primary-soft)}.site-menu-toggle{z-index:1210;display:none;position:relative}.site-menu-toggle span{background:currentColor;border-radius:999px;width:19px;height:2px;transition:transform .22s,opacity .22s;position:absolute}.site-menu-toggle span:first-child{transform:translateY(-6px)}.site-menu-toggle span:nth-child(3){transform:translateY(6px)}.site-menu-toggle-open span:first-child{transform:rotate(45deg)}.site-menu-toggle-open span:nth-child(2){opacity:0}.site-menu-toggle-open span:nth-child(3){transform:rotate(-45deg)}.site-menu-overlay{inset:var(--lug-header-height) 0 0;z-index:1150;background:#0009;border:0;position:fixed}@media (width<=1120px){.site-header-inner{grid-template-columns:auto minmax(200px,1fr) auto}.site-navigation{width:min(360px,86vw);height:calc(100dvh - var(--lug-header-height));top:var(--lug-header-height);z-index:1200;border-left:1px solid var(--lug-border);background:#030811fc;flex-direction:column;align-items:stretch;gap:4px;padding:28px;transition:transform .22s;display:flex;position:fixed;right:0;transform:translate(105%)}.site-navigation-open{transform:translate(0)}.site-navigation a{border-radius:9px;padding:13px 12px;font-size:.88rem}.site-navigation a:after{display:none}.site-navigation a.active{background:var(--lug-primary-soft)}.site-menu-toggle{display:grid}}@media (width<=760px){:root{--lug-header-height:66px}.site-header-inner{grid-template-columns:auto 1fr auto;gap:10px;width:94%}.site-brand-name{display:none}.site-brand-symbol{width:38px;height:38px}.site-header-search{width:100%;max-width:none}.site-header-search input{height:37px;font-size:.76rem}.site-login-link,.site-signup-button,.site-desktop-action{display:none}.site-account-button,.site-menu-toggle{width:38px;height:38px}.site-account{display:none}}@media (width<=480px){.site-header-search input::placeholder{color:#0000}.site-header-search{justify-self:end;width:42px;padding:0 11px;transition:width .18s}.site-header-search:focus-within{width:min(190px,48vw)}.site-header-inner{grid-template-columns:auto 1fr auto}}@media (prefers-reduced-motion:reduce){.site-navigation,.site-menu-toggle span,.site-signup-button{transition:none}}.site-account-button span img{object-fit:cover;border-radius:inherit;width:100%;height:100%;display:block}.site-notification-action{position:relative}.site-notification-badge{border:2px solid var(--lug-bg);color:#071000;background:var(--lug-primary);border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:.55rem;font-weight:950;line-height:1;display:inline-flex;position:absolute;top:-6px;right:-6px;box-shadow:0 5px 18px #d7ff0033}@media (width<=760px){.site-notification-action{width:38px;height:38px}}.coming-soon-page{min-height:75vh;padding:calc(var(--lug-header-height) + 90px) 20px 100px;color:var(--lug-text);background:radial-gradient(circle at 50% 30%, #d7ff0014, transparent 34%), var(--lug-bg);place-items:center;display:grid}.coming-soon-card{text-align:center;border:1px solid var(--lug-border);border-radius:var(--lug-radius-xl);width:min(680px,100%);box-shadow:var(--lug-shadow);background:linear-gradient(145deg,#0b1620f5,#050c14fa);padding:clamp(34px,7vw,70px)}.coming-soon-card>span{color:var(--lug-primary);letter-spacing:2px;font-size:.64rem;font-weight:900}.coming-soon-card h1{margin:14px 0 16px;font-size:clamp(2rem,5vw,4rem);line-height:1}.coming-soon-card p{max-width:520px;color:var(--lug-text-muted);margin:0 auto 28px;font-size:.88rem;line-height:1.75}.coming-soon-card a{border:1px solid var(--lug-primary);color:var(--lug-bg);background:var(--lug-primary);border-radius:9px;padding:11px 17px;font-size:.76rem;font-weight:900;text-decoration:none;display:inline-flex}.optimized-image{width:100%;height:100%;min-height:inherit;place-items:center;display:grid;position:relative;overflow:hidden}.optimized-image-element{opacity:0;width:100%;height:100%;transition:opacity .25s}.optimized-image-loaded .optimized-image-element{opacity:1}.optimized-image-skeleton{z-index:1;background:linear-gradient(145deg,#0a151f,#071019);position:absolute;inset:0;overflow:hidden}.optimized-image-skeleton:after{content:"";background:linear-gradient(90deg,#0000,#d7ff000f,#0000);width:55%;height:200%;animation:1.5s linear infinite optimized-image-shimmer;position:absolute;top:-50%;left:-70%;transform:rotate(18deg)}.optimized-image-skeleton>div{border:2px solid #d7ff0021;border-top-color:#d7ff00;border-radius:50%;width:46px;height:46px;animation:.9s linear infinite optimized-image-spin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.optimized-image-fallback{width:100%;height:100%;min-height:inherit;color:#687482;background:radial-gradient(circle,#d7ff0009,#0000 55%),#08121b;flex-direction:column;justify-content:center;align-items:center;gap:9px;display:flex}.optimized-image-fallback>span{opacity:.75;font-size:2.5rem}.optimized-image-fallback>small{font-size:.68rem}@keyframes optimized-image-shimmer{0%{left:-70%}to{left:130%}}@keyframes optimized-image-spin{to{transform:translate(-50%,-50%)rotate(360deg)}}@media (prefers-reduced-motion:reduce){.optimized-image-element{transition:none}.optimized-image-skeleton:after,.optimized-image-skeleton>div{animation:none}}.lug-product-card{border:1px solid var(--lug-border);border-radius:var(--lug-radius-lg);min-width:0;transition:transform var(--lug-transition), border-color var(--lug-transition), box-shadow var(--lug-transition);background:linear-gradient(#0f1d29eb,#071019fa);overflow:hidden;box-shadow:0 14px 40px #00000029}.lug-product-card:hover{border-color:var(--lug-primary-border);transform:translateY(-4px);box-shadow:0 22px 52px #00000040}.lug-product-card-media{aspect-ratio:1/.88;background:radial-gradient(circle at 50% 38%,#d7ff0014,#0000 44%),#071019;display:block;position:relative;overflow:hidden}.lug-product-card-media .optimized-image{min-height:100%}.lug-product-card-media .optimized-image-element{object-fit:contain;padding:18px;transition:opacity .25s,transform .28s}.lug-product-card:hover .lug-product-card-media .optimized-image-element{transform:scale(1.035)}.lug-product-card-placeholder{width:100%;height:100%;color:var(--lug-text-muted);place-items:center;font-size:2.3rem;display:grid}.lug-product-card-badges{flex-wrap:wrap;gap:6px;max-width:calc(100% - 24px);display:flex;position:absolute;top:12px;left:12px}.lug-product-card-badges span{color:var(--lug-primary);letter-spacing:.45px;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#030811d6;border:1px solid #d7ff003d;border-radius:999px;padding:6px 9px;font-size:.58rem;font-weight:900}.lug-product-card-body{padding:17px}.lug-product-card-category{color:var(--lug-primary);letter-spacing:1.1px;text-transform:uppercase;margin-bottom:7px;font-size:.58rem;font-weight:900;display:block}.lug-product-card h3{color:var(--lug-text);margin:0;font-size:.92rem;line-height:1.35}.lug-product-card h3 a{text-decoration:none}.lug-product-card h3 a:hover{color:var(--lug-primary)}.lug-product-card p{min-height:3.6em;color:var(--lug-text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:9px 0 0;font-size:.7rem;line-height:1.65;display:-webkit-box;overflow:hidden}.lug-product-card-footer{border-top:1px solid var(--lug-border);justify-content:space-between;align-items:flex-end;gap:12px;margin-top:16px;padding-top:14px;display:flex}.lug-product-card-footer>div{flex-direction:column;gap:3px;min-width:0;display:flex}.lug-product-card-footer small{color:var(--lug-text-muted);font-size:.56rem}.lug-product-card-footer strong{color:var(--lug-text);text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;overflow:hidden}.lug-product-card-action{border:1px solid var(--lug-primary-border);width:34px;height:34px;color:var(--lug-bg);background:var(--lug-primary);border-radius:10px;flex:none;place-items:center;font-size:1rem;font-weight:900;text-decoration:none;display:grid}.lug-product-card-compact .lug-product-card-media{aspect-ratio:1/.82}.lug-product-card-compact .lug-product-card-body{padding:14px}.lug-product-card-compact .lug-product-card-footer{margin-top:12px}@media (width<=560px){.lug-product-card-body{padding:13px}.lug-product-card h3{font-size:.8rem}.lug-product-card p{display:none}.lug-product-card-footer strong{font-size:.66rem}.lug-product-card-action{width:31px;height:31px}}.home-v2{min-height:100vh;padding:calc(var(--lug-header-height) + 28px) 0 96px;color:var(--lug-text);background:radial-gradient(circle at 48% 7%, #d7ff000e, transparent 28%), var(--lug-bg)}.home-v2-shell{grid-template-columns:190px minmax(0,1fr) 250px;gap:18px;width:min(1440px,95%);margin:0 auto;display:grid}.home-v2-left,.home-v2-right{flex-direction:column;gap:16px;min-width:0;display:flex}.home-v2-side-card,.home-v2-news-card,.home-v2-topics-card,.home-v2-community-card{border:1px solid var(--lug-border);border-radius:var(--lug-radius-lg);background:#071019c2}.home-v2-side-card,.home-v2-news-card,.home-v2-topics-card{padding:16px}.home-v2-side-label,.home-v2-news-card>.home-v2-side-heading>span{color:var(--lug-text-muted);letter-spacing:1.45px;font-size:.58rem;font-weight:900}.home-v2-explore-nav{gap:4px;margin-top:12px;display:grid}.home-v2-explore-nav a{color:var(--lug-text-soft);border-radius:9px;align-items:center;gap:10px;padding:10px;font-size:.72rem;font-weight:750;text-decoration:none;display:flex}.home-v2-explore-nav a:hover{color:var(--lug-primary);background:var(--lug-primary-soft)}.home-v2-explore-nav a span{width:18px;color:var(--lug-primary);text-align:center}.home-v2-community-card{background:radial-gradient(circle at 100% 0,#d7ff001c,#0000 42%),linear-gradient(145deg,#0c1924,#06101a);padding:20px;position:relative;overflow:hidden}.home-v2-community-card>span,.home-v2-section-header span,.home-v2-about-copy>span,.home-v2-cta>div>span{color:var(--lug-primary);letter-spacing:1.4px;font-size:.6rem;font-weight:900}.home-v2-community-card h2{margin:12px 0 10px;font-size:1.05rem;line-height:1.2}.home-v2-community-card p{color:var(--lug-text-muted);margin:0;font-size:.67rem;line-height:1.65}.home-v2-community-card a{color:var(--lug-primary);margin-top:18px;font-size:.68rem;font-weight:850;text-decoration:none;display:inline-flex}.home-v2-center{min-width:0}.home-v2-hero{isolation:isolate;border:1px solid var(--lug-border);border-radius:var(--lug-radius-xl);min-height:475px;box-shadow:var(--lug-shadow);background-position:50%;background-size:cover;align-items:flex-end;padding:clamp(30px,5vw,64px);display:flex;position:relative;overflow:hidden}.home-v2-hero-overlay{z-index:-1;background:linear-gradient(90deg,#030811fa 0%,#030811c7 50%,#0308112e 100%),linear-gradient(#0000 45%,#030811f0);position:absolute;inset:0}.home-v2-hero-content{max-width:630px}.home-v2-hero-content>span{color:var(--lug-primary);letter-spacing:1.65px;margin-bottom:14px;font-size:.64rem;font-weight:900;display:inline-flex}.home-v2-hero h1{letter-spacing:-.045em;margin:0;font-size:clamp(2.5rem,5.5vw,5.3rem);line-height:.98}.home-v2-hero h1 strong{color:var(--lug-primary)}.home-v2-hero p{color:#c1c9d0;max-width:570px;margin:20px 0 0;font-size:.9rem;line-height:1.7}.home-v2-hero-actions{flex-wrap:wrap;gap:10px;margin-top:27px;display:flex}.home-v2-primary,.home-v2-secondary{border-radius:10px;justify-content:center;align-items:center;min-height:43px;padding:0 17px;font-size:.7rem;font-weight:900;text-decoration:none;display:inline-flex}.home-v2-primary{border:1px solid var(--lug-primary);color:var(--lug-bg);background:var(--lug-primary)}.home-v2-secondary{border:1px solid var(--lug-border);color:var(--lug-text);background:#071019b3}.home-v2-featured-strip{border:1px solid var(--lug-border);border-radius:var(--lug-radius-lg);background:#07101994;margin-top:18px;padding:22px}.home-v2-section-header{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.home-v2-section-header h2{margin:5px 0 0;font-size:1.15rem}.home-v2-section-header p{color:var(--lug-text-muted);margin:7px 0 0;font-size:.72rem}.home-v2-section-header>a,.home-v2-side-heading>a{color:var(--lug-text-muted);font-size:.65rem;font-weight:800;text-decoration:none}.home-v2-section-header>a:hover,.home-v2-side-heading>a:hover{color:var(--lug-primary)}.home-v2-project-row{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:16px;display:grid}.home-v2-project-card{min-width:0;color:var(--lug-text);background:#ffffff06;border:1px solid #0000;border-radius:12px;flex-direction:column;gap:7px;padding:13px;text-decoration:none;display:flex}.home-v2-project-card:hover{border-color:var(--lug-primary-border);background:var(--lug-primary-soft)}.home-v2-project-card>div{font-size:1.45rem}.home-v2-project-card>span{font-size:.72rem;font-weight:850}.home-v2-project-card>small{color:var(--lug-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.58rem;line-height:1.5;display:-webkit-box;overflow:hidden}.home-v2-side-heading{justify-content:space-between;align-items:center;gap:10px;display:flex}.home-v2-news-list{margin-top:10px;display:grid}.home-v2-news-list a{border-bottom:1px solid var(--lug-border);flex-direction:column;gap:5px;padding:13px 0;text-decoration:none;display:flex}.home-v2-news-list a:last-child{border-bottom:0}.home-v2-news-list strong{font-size:.72rem}.home-v2-news-list span{color:var(--lug-text-muted);font-size:.62rem;line-height:1.55}.home-v2-news-list small{color:var(--lug-primary);font-size:.55rem;font-weight:850}.home-v2-topic-list{gap:5px;margin-top:12px;display:grid}.home-v2-topic-list a{color:var(--lug-text-soft);border-radius:9px;grid-template-columns:26px 1fr auto;align-items:center;gap:7px;padding:10px;text-decoration:none;display:grid}.home-v2-topic-list a:hover{background:#ffffff09}.home-v2-topic-list a>span{font-size:1rem}.home-v2-topic-list strong{font-size:.66rem}.home-v2-topic-list small{color:var(--lug-text-muted);font-size:.55rem}.home-v2-wide-section,.home-v2-about,.home-v2-cta{width:min(var(--lug-container), 92%);margin-inline:auto}.home-v2-wide-section{padding-top:76px}.home-v2-wide-heading{align-items:center}.home-v2-products-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-top:24px;display:grid}.home-v2-about{border:1px solid var(--lug-border);border-radius:var(--lug-radius-xl);background:radial-gradient(circle at 0 50%, #d7ff0014, transparent 28%), var(--lug-bg-elevated);grid-template-columns:120px minmax(0,1fr) minmax(280px,.9fr);align-items:center;gap:32px;margin-top:78px;padding:34px;display:grid}.home-v2-about-mark{border:1px solid var(--lug-primary-border);width:104px;height:104px;color:var(--lug-primary);background:var(--lug-primary-soft);border-radius:28px;place-items:center;font-size:1.55rem;font-style:italic;font-weight:950;display:grid}.home-v2-about-copy h2,.home-v2-cta h2{margin:8px 0 0;font-size:clamp(1.7rem,3vw,2.6rem);line-height:1.05}.home-v2-about-copy h2 strong,.home-v2-cta h2 strong{color:var(--lug-primary)}.home-v2-about-copy p,.home-v2-cta p{color:var(--lug-text-muted);margin:14px 0 0;font-size:.78rem;line-height:1.75}.home-v2-stats{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.home-v2-stats div{border:1px solid var(--lug-border);background:#ffffff06;border-radius:12px;flex-direction:column;gap:6px;min-width:0;padding:16px 10px;display:flex}.home-v2-stats strong{color:var(--lug-primary);font-size:.82rem}.home-v2-stats span{color:var(--lug-text-muted);font-size:.56rem;line-height:1.45}.home-v2-cta{border:1px solid var(--lug-primary-border);border-radius:var(--lug-radius-lg);background:linear-gradient(110deg,#d7ff0012,#071019b8);justify-content:space-between;align-items:center;gap:24px;margin-top:20px;padding:28px 32px;display:flex}@media (width<=1180px){.home-v2-shell{grid-template-columns:170px minmax(0,1fr)}.home-v2-right{display:none}.home-v2-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=900px){.home-v2-shell{grid-template-columns:1fr;width:min(760px,92%)}.home-v2-left{display:none}.home-v2-project-row,.home-v2-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-v2-about{grid-template-columns:90px 1fr}.home-v2-stats{grid-column:1/-1}}@media (width<=650px){.home-v2{padding-top:calc(var(--lug-header-height) + 14px)}.home-v2-shell,.home-v2-wide-section,.home-v2-about,.home-v2-cta{width:92%}.home-v2-hero{border-radius:18px;min-height:430px;padding:25px}.home-v2-hero h1{font-size:clamp(2.4rem,12vw,4rem)}.home-v2-featured-strip{padding:17px}.home-v2-section-header{align-items:flex-start}.home-v2-project-row{scroll-snap-type:x proximity;padding-bottom:6px;display:flex;overflow-x:auto}.home-v2-project-card{scroll-snap-align:start;min-width:135px}.home-v2-wide-section{padding-top:56px}.home-v2-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.home-v2-about{grid-template-columns:1fr;margin-top:58px;padding:23px}.home-v2-about-mark{border-radius:20px;width:72px;height:72px}.home-v2-stats{grid-template-columns:1fr}.home-v2-cta{flex-direction:column;align-items:flex-start;padding:24px}}
