:root{--bg:#0b0f14;--bg-top:#0c1422;--card:#121826;--text:#e6edf3;--muted:#9fb0c0;--accent:#6ee7ff;--border:#223048;--shadow:0 14px 34px rgba(0,0,0,.24);--mx:0px;--my:0px}*{box-sizing:border-box}body,html{padding:0;margin:0;min-height:100%;background:linear-gradient(180deg,var(--bg-top) 0,var(--bg) 360px,var(--bg) 100%);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Helvetica Neue,Arial;overflow-x:hidden}a{color:inherit;text-decoration:none}.container{position:relative;z-index:1;max-width:1180px;min-height:100vh;margin:0 auto;padding:94px 22px 22px;display:flex;flex-direction:column}.pageContent{flex:1 0 auto}.gearField{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden}.gear{background:repeating-conic-gradient(from 0deg,rgba(110,231,255,.24) 0deg 8deg,transparent 8deg 22deg);-webkit-mask:radial-gradient(circle,transparent 0 39%,#000 40% 67%,transparent 68% 100%);mask:radial-gradient(circle,transparent 0 39%,#000 40% 67%,transparent 68% 100%);box-shadow:inset 0 0 0 1px rgba(110,231,255,.25),0 0 28px rgba(110,231,255,.14);opacity:.5;animation:gearSpin 28s linear infinite}.gear,.gear:after{position:absolute;border-radius:50%}.gear:after{content:"";inset:36%;border:1px solid rgba(110,231,255,.36);background:rgba(110,231,255,.08)}.gear.g1{width:220px;height:220px;left:calc(4% + var(--mx)*.6);top:calc(10% + var(--my)*.6);animation-duration:34s}.gear.g2{width:150px;height:150px;left:calc(26% + var(--mx)*.45);top:calc(30% + var(--my)*.45);animation-duration:22s;animation-direction:reverse}.gear.g3{width:300px;height:300px;right:calc(-40px + var(--mx)*-.35);top:calc(8% + var(--my)*.3);animation-duration:48s}.gear.g4{width:180px;height:180px;right:calc(24% + var(--mx)*-.5);top:calc(42% + var(--my)*.42);animation-duration:30s;animation-direction:reverse}.gear.g5{width:260px;height:260px;left:calc(-70px + var(--mx)*.75);bottom:calc(8% + var(--my)*-.4);animation-duration:44s;opacity:.35}.gear.g6{width:130px;height:130px;left:calc(44% + var(--mx)*-.42);bottom:calc(12% + var(--my)*-.32);animation-duration:19s}.gear.g7{width:210px;height:210px;right:calc(8% + var(--mx)*-.62);bottom:calc(-20px + var(--my)*-.55);animation-duration:40s;animation-direction:reverse}.gear.g8{width:110px;height:110px;right:calc(38% + var(--mx)*.38);top:calc(16% + var(--my)*.35);animation-duration:17s;opacity:.42}@keyframes gearSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.nav{position:fixed;top:0;left:50%;transform:translateX(-50%);width:calc(100% - 44px);max-width:1180px;z-index:40;display:flex;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid rgba(110,231,255,.12);background:rgba(12,20,34,.88);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 8px 18px rgba(0,0,0,.18)}.brand,.nav{align-items:center}.brand{position:relative;display:inline-flex;margin-left:20px;font-weight:900;letter-spacing:.08em;font-size:36px;line-height:1;padding:4px 2px 8px;background:linear-gradient(180deg,#f3f8ff,#d7e9ff 45%,#9fd4ff);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 20px rgba(110,231,255,.18);transition:transform .16s ease,filter .16s ease}.brand:after{content:"";position:absolute;left:2px;right:2px;bottom:0;height:2px;border-radius:999px;background:linear-gradient(90deg,rgba(110,231,255,.12),rgba(110,231,255,.75),rgba(110,231,255,.12));box-shadow:0 0 14px rgba(110,231,255,.26);opacity:0;transform:scaleX(0);transform-origin:center;transition:opacity .2s ease,transform .25s ease}.brand:hover{transform:translateY(-1px);filter:brightness(1.05)}.brand:focus-visible:after,.brand:hover:after{opacity:1;transform:scaleX(1)}@media (max-width:700px){.container{padding-top:86px}.nav{width:calc(100% - 44px)}.brand{font-size:28px;letter-spacing:.07em}}.menu{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end;margin-right:20px}.navToggle{display:none;width:42px;height:42px;border-radius:10px;border:1px solid var(--border);background:rgba(10,16,28,.62);color:var(--text);cursor:pointer;padding:8px;align-items:center;justify-content:center;gap:4px;flex-direction:column}.navToggle span{display:block;width:18px;height:2px;border-radius:999px;background:rgba(225,242,252,.95)}.nav .badge{background:rgba(10,16,28,.62);border-color:rgba(110,231,255,.24);color:#c7d4df}.nav .badge:hover{background:rgba(18,28,44,.8);color:var(--text);border-color:rgba(110,231,255,.45)}.cartNavBadge{gap:6px}.cartNavCount{min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:rgba(110,231,255,.22);border:1px solid rgba(110,231,255,.5);color:var(--text);font-size:11px;font-weight:800;line-height:1}.badge,.cartNavCount{display:inline-flex;align-items:center;justify-content:center}.badge{padding:6px 10px;border:1px solid var(--border);border-radius:999px;color:var(--muted);font-size:13px;line-height:1.2;transition:border-color .15s ease,color .15s ease,background .15s ease}.badge:hover{border-color:rgba(110,231,255,.35);color:var(--text);background:rgba(110,231,255,.08)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:10px 14px;border-radius:10px;border:1px solid var(--border);background:transparent;color:var(--text);cursor:pointer;font-weight:600;transition:transform .15s ease,border-color .15s ease,background .15s ease,box-shadow .15s ease}.btn:hover{transform:translateY(-1px);border-color:rgba(110,231,255,.35)}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn.primary{background:var(--accent);color:#081018;border-color:transparent;font-weight:700}.btn.compactLink{min-height:34px;padding:7px 12px;border-radius:999px;font-size:14px;font-weight:650;color:rgba(210,236,247,.94);background:linear-gradient(180deg,rgba(110,231,255,.14),rgba(110,231,255,.08));border-color:rgba(110,231,255,.34);box-shadow:inset 0 0 0 1px rgba(110,231,255,.12)}.btn.compactLink:hover{border-color:rgba(110,231,255,.5);background:linear-gradient(180deg,rgba(110,231,255,.2),rgba(110,231,255,.1))}.grid{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:16px;gap:16px}.card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:16px;box-shadow:var(--shadow)}.h1{font-size:40px;line-height:1.1}.h1,.h2{margin:0 0 10px}.h2{font-size:22px}.p{color:var(--muted);margin:0 0 10px;line-height:1.5}.kpi{display:flex;gap:12px;flex-wrap:wrap;margin-top:12px}.kpi .badge{border-style:dashed}.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}@media (max-width:900px){.products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.products{grid-template-columns:repeat(1,minmax(0,1fr))}}.input,select,textarea{width:100%;padding:10px 12px;border-radius:10px;border:1px solid var(--border);background:#0e1420;color:var(--text);transition:border-color .15s ease,box-shadow .15s ease}.input:focus,select:focus,textarea:focus{outline:none;border-color:rgba(110,231,255,.58);box-shadow:0 0 0 3px rgba(110,231,255,.14)}.input[type=file]{padding:8px 10px;min-height:48px;cursor:pointer;color:var(--muted)}.input[type=file]::-webkit-file-upload-button{-webkit-transition:border-color .15s ease,background .15s ease,transform .15s ease;transition:border-color .15s ease,background .15s ease,transform .15s ease}.input[type=file]::file-selector-button{margin-right:10px;border:1px solid rgba(110,231,255,.34);background:linear-gradient(180deg,rgba(110,231,255,.2),rgba(110,231,255,.1));color:var(--text);padding:8px 12px;border-radius:9px;font-weight:700;cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .15s ease}.input[type=file]::-webkit-file-upload-button:hover{border-color:rgba(110,231,255,.55);background:linear-gradient(180deg,rgba(110,231,255,.3),rgba(110,231,255,.14));transform:translateY(-1px)}.input[type=file]::file-selector-button:hover{border-color:rgba(110,231,255,.55);background:linear-gradient(180deg,rgba(110,231,255,.3),rgba(110,231,255,.14));transform:translateY(-1px)}.input[type=file]::-webkit-file-upload-button{margin-right:10px;border:1px solid rgba(110,231,255,.34);background:linear-gradient(180deg,rgba(110,231,255,.2),rgba(110,231,255,.1));color:var(--text);padding:8px 12px;border-radius:9px;font-weight:700;cursor:pointer}.quoteNotes{resize:vertical;min-height:96px;max-height:220px}label{display:block;font-size:13px;color:var(--muted);margin:10px 0 6px}hr{border:none;border-top:1px solid var(--border);margin:16px 0}.small{font-size:13px}.footer,.small{color:var(--muted)}.footer{margin-top:auto;padding:18px 0;border-top:1px solid var(--border);display:flex;gap:10px;flex-wrap:wrap;justify-content:space-between}img{max-width:100%;display:block}.hero{position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:-2px;background:radial-gradient(700px 300px at 20% 10%,rgba(110,231,255,.18),transparent 60%),radial-gradient(600px 260px at 80% 20%,rgba(110,231,255,.1),transparent 60%),radial-gradient(700px 300px at 70% 90%,rgba(110,231,255,.08),transparent 60%);pointer-events:none}.heroPanel{background:linear-gradient(180deg,rgba(14,20,32,.9),rgba(18,24,38,.9))}.cta{background:linear-gradient(90deg,rgba(110,231,255,.1),#121826)}.homeTwo{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.homeBig{display:block;border-radius:20px;border:1px solid var(--border);background:linear-gradient(180deg,#121826,#0e1420);padding:22px;min-height:240px;transition:transform .15s ease,border-color .15s ease}.homeBigImage{width:100%;height:170px;object-fit:cover;border-radius:12px;margin-bottom:12px;border:1px solid rgba(110,231,255,.2)}.homeBig:hover{transform:translateY(-2px);border-color:rgba(110,231,255,.35)}.homeBigPrimary{position:relative;overflow:hidden}.homeBigPrimary:before{content:"";position:absolute;inset:-2px;background:radial-gradient(700px 260px at 20% 10%,rgba(110,231,255,.22),transparent 60%),radial-gradient(700px 260px at 80% 90%,rgba(110,231,255,.1),transparent 60%);pointer-events:none}@media (max-width:850px){.homeTwo{grid-template-columns:1fr}.homeBig{min-height:220px}}.homeProcessWrap{margin-top:16px;padding:18px;border-radius:18px;border:1px solid var(--border);background:linear-gradient(180deg,rgba(18,24,38,.55),rgba(14,20,32,.55))}.processRow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.processStep{position:relative;padding:16px;border-radius:16px;border:1px solid var(--border);background:rgba(18,24,38,.85);min-height:160px}.processTop{justify-content:flex-start}.processArrow,.processTop{display:flex;align-items:center;gap:10px}.processArrow{position:absolute;top:50%;right:-12px;transform:translate(50%,-50%);pointer-events:none}.processArrowLine{position:relative;width:52px;height:2px;background:linear-gradient(90deg,rgba(110,231,255,.2),rgba(110,231,255,.8));border-radius:999px;box-shadow:0 0 0 1px rgba(110,231,255,.12),0 0 14px rgba(110,231,255,.24)}.processArrowLine:after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:rgba(110,231,255,.9);right:16px;top:50%;transform:translateY(-50%);box-shadow:0 0 0 4px rgba(110,231,255,.14)}.processArrowHead{width:11px;height:11px;border-right:2px solid rgba(110,231,255,.92);border-top:2px solid rgba(110,231,255,.92);transform:rotate(45deg);filter:drop-shadow(0 0 6px rgba(110,231,255,.32))}@media (max-width:900px){.processRow{grid-template-columns:1fr}.processArrow{top:auto;left:50%;right:auto;bottom:-10px;transform:translate(-50%,50%) rotate(90deg)}.processArrowLine{width:64px}}.homeProducts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.homeServices{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:16px;gap:16px}.homeServices .card{height:100%;display:flex;flex-direction:column}.homeServiceImage{width:100%;height:140px;object-fit:cover;border-radius:12px;margin-bottom:10px}.homeServiceTitle{margin:10px 0 6px;font-size:18px;line-height:1.25}.homeProducts .homeProductCard{display:flex;flex-direction:column;height:100%}.homeProductImage{width:100%;height:180px;object-fit:cover;border-radius:12px}.homeProductCard{transition:transform .15s ease,border-color .15s ease}.homeProductCard:hover{transform:translateY(-2px);border-color:rgba(110,231,255,.35)}.helpCard{background:linear-gradient(90deg,rgba(110,231,255,.1),#121826)}.addToCartRow{display:flex;gap:10px;flex-wrap:wrap}.productTitle{letter-spacing:.2px}@media (max-width:900px){.homeProducts,.homeServices{grid-template-columns:repeat(2,minmax(0,1fr))}.grid{grid-template-columns:1fr}.grid>*{grid-column:1/-1!important}.nav{position:fixed;align-items:center;justify-content:space-between;overflow:visible}.navToggle{display:inline-flex;margin-right:8px;flex:0 0 auto}.menu{display:none}.menu.menuOpen{position:absolute;top:calc(100% + 8px);right:8px;left:8px;margin-right:0;display:flex;flex-direction:column;gap:8px;padding:10px;border-radius:14px;border:1px solid rgba(110,231,255,.24);background:rgba(12,20,34,.96);box-shadow:0 16px 36px rgba(0,0,0,.34);z-index:45}.menu.menuOpen .badge{justify-content:flex-start;width:100%;padding:9px 12px;font-size:14px}}@media (max-width:600px){.homeProducts,.homeServices{grid-template-columns:1fr}.container{padding:16px}.h1{font-size:33px}.h2{font-size:20px}.productTitle{font-size:26px;line-height:1.15}.productGalleryCard{padding:10px!important}.productHeroImage,.productHeroPlaceholder{height:min(320px,46vh)!important}.productThumbs{flex-wrap:nowrap!important;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:6px}.productThumbBtn{flex:0 0 auto;width:76px!important}.productThumbImg{height:52px!important}.productPriceValue{font-size:30px!important}.productCtas{flex-direction:column;align-items:stretch}.productCtas>.btn{width:100%}.addToCartRow{flex-direction:column;align-items:stretch;width:100%}.addToCartRow>.btn,.addToCartRow>a.btn{width:100%}}.floatingHelp{position:fixed;right:24px;bottom:24px;width:min(360px,92vw);z-index:50;display:flex;justify-content:flex-end}.floatingHelp .helpCard{margin:0;box-shadow:0 22px 60px rgba(0,0,0,.45)}.helpInline{border-color:rgba(110,231,255,.26);background:radial-gradient(320px 180px at 90% -20%,rgba(110,231,255,.16),transparent 70%),linear-gradient(180deg,rgba(20,30,48,.92),rgba(14,20,32,.92))}.helpInlineHead{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.helpInlineTopRow{display:flex;align-items:center;justify-content:space-between;gap:8px}.helpInlineMinimize{border:1px solid rgba(110,231,255,.24);background:rgba(8,14,24,.42);color:var(--muted);border-radius:999px;padding:6px 10px;cursor:pointer;font-size:12px}.helpInlineMinimize:hover{color:var(--text);border-color:rgba(110,231,255,.45)}.helpInlineTitle{margin:0;font-size:24px;line-height:1.15}.helpInlineForm{display:flex;flex-direction:column;gap:10px}.helpInlineActions{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.helpInlineActions .btn{width:100%}.helpInlineOk{margin:0;border:1px solid rgba(110,231,255,.28);background:rgba(110,231,255,.12);border-radius:10px;padding:8px 10px;color:var(--text)}.helpInlineCollapsed{padding:8px 10px;width:-moz-fit-content;width:fit-content;min-width:180px;margin-left:auto;border-radius:999px}.helpInlineToggle{width:auto;display:flex;align-items:center;justify-content:space-between;gap:8px;border:0;background:transparent;color:var(--text);cursor:pointer;padding:0}.helpInlineDot{width:8px;height:8px;border-radius:50%;background:#3ddc97;box-shadow:0 0 0 3px rgba(61,220,151,.12)}.helpInlineCollapsedText{font-size:14px;font-weight:700;line-height:1}.helpInlineCollapsedOpen{font-size:12px;color:var(--muted);padding:3px 7px;border-radius:999px;border:1px solid rgba(110,231,255,.22);background:rgba(110,231,255,.08)}.portfolioAdminForm{display:grid;grid-gap:10px;gap:10px}.portfolioGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.portfolioCard{border:1px solid var(--border);border-radius:14px;background:linear-gradient(180deg,rgba(18,24,38,.96),rgba(12,18,30,.96));padding:10px;display:flex;flex-direction:column;gap:10px;cursor:default}.portfolioCard.isHidden{opacity:.78}.portfolioCard.isDragOver{border-color:rgba(110,231,255,.6);box-shadow:inset 0 0 0 2px rgba(110,231,255,.18)}.portfolioCard.isDragging{opacity:.55}.portfolioCard[draggable=true]{cursor:-webkit-grab;cursor:grab}.portfolioCard[draggable=true]:active{cursor:-webkit-grabbing;cursor:grabbing}.shopAdminCardWrap[draggable=true]{cursor:-webkit-grab;cursor:grab}.shopAdminCardWrap[draggable=true]:active{cursor:-webkit-grabbing;cursor:grabbing}.shopAdminCardWrap.isDragOver .homeProductCard,.shopAdminCardWrap.isDragOver.card{border-color:rgba(110,231,255,.6)!important;box-shadow:inset 0 0 0 2px rgba(110,231,255,.18)}.shopAdminCardWrap.isDragging .homeProductCard,.shopAdminCardWrap.isDragging.card{opacity:.56}.portfolioMedia{position:relative}.portfolioPreview{position:relative;display:block;width:100%;border:none;padding:0;border-radius:10px;overflow:hidden;background:#0e1420;cursor:pointer}.portfolioPreview img{width:100%;height:220px;object-fit:cover;display:block}.portfolioOverlay{position:absolute;inset:0;display:flex;align-items:flex-end;padding:12px;background:linear-gradient(180deg,rgba(6,10,18,.04),rgba(6,10,18,.78));opacity:0;transition:opacity .2s ease}.portfolioOverlay p{margin:0;color:#e8f0f8;font-size:14px;line-height:1.4;max-height:100%;overflow:auto;overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;text-shadow:0 1px 2px rgba(0,0,0,.45)}.portfolioCard.isOpen .portfolioOverlay,.portfolioCard:hover .portfolioOverlay{opacity:1}.portfolioTitleRow{display:flex;align-items:center;justify-content:space-between;gap:10px}.portfolioTitleRow h3{margin:0;font-size:20px;line-height:1.2;width:100%;text-align:center}.portfolioAdminActions{display:flex;gap:8px;flex-wrap:wrap}.portfolioCardControls{position:absolute;top:8px;right:8px;display:flex;gap:6px;z-index:3}.iconBtn{width:34px;height:34px;border-radius:10px;border:1px solid rgba(110,231,255,.34);background:rgba(8,14,24,.74);color:#d9e8f4;display:grid;place-items:center;cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .15s ease}.iconBtn svg{width:16px;height:16px;display:block}.iconBtn:hover{border-color:rgba(110,231,255,.6);background:rgba(18,30,46,.92);transform:translateY(-1px)}.iconBtn.active{border-color:rgba(110,231,255,.7);background:linear-gradient(180deg,rgba(110,231,255,.32),rgba(110,231,255,.16));color:#eaffff}.iconBtn.danger{border-color:hsla(0,100%,71%,.42)}.iconBtn.danger:hover{border-color:hsla(0,100%,71%,.68);background:rgba(50,14,16,.92)}.portfolioModalOverlay{position:fixed;inset:0;z-index:70;background:rgba(3,8,16,.72);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:grid;place-items:center;padding:14px}.portfolioModal{width:min(760px,100%);max-height:min(90vh,820px);overflow:auto;border-radius:16px;border:1px solid rgba(110,231,255,.28);background:linear-gradient(180deg,rgba(18,24,38,.98),rgba(11,17,28,.98));box-shadow:0 24px 70px rgba(0,0,0,.45);padding:14px;display:grid;grid-gap:12px;gap:12px}@media (max-width:900px){.floatingHelp{left:auto;right:12px;bottom:12px;width:min(340px,calc(100vw - 24px))}.helpInlineActions{grid-template-columns:1fr}.helpInlineTitle{font-size:22px}}.adminTabs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:4px}.adminTab{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;border:1px solid var(--border);background:rgba(14,20,32,.7);color:var(--muted);border-radius:12px;padding:10px 12px;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease,transform .15s ease}.adminTab:hover{border-color:rgba(110,231,255,.35);color:var(--text);transform:translateY(-1px)}.adminTab.active{border-color:rgba(110,231,255,.55);background:linear-gradient(180deg,rgba(110,231,255,.14),rgba(18,24,38,.95));color:var(--text)}.adminTabCount{min-width:26px;height:22px;padding:0 7px;border-radius:999px;border:1px solid var(--border);display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--text);background:rgba(11,15,20,.8)}.adminTab.active .adminTabCount{border-color:rgba(110,231,255,.55);background:rgba(110,231,255,.16)}.adminEntityRow{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.adminEntityLabel{font-size:12px;color:var(--muted)}.adminEntityId{display:inline-flex;align-items:center;padding:3px 8px;border-radius:8px;border:1px solid rgba(110,231,255,.28);background:rgba(110,231,255,.09);color:var(--text);font-size:12px;font-weight:700;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;letter-spacing:.02em}@media (max-width:900px){.adminTabs{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.adminTabs{grid-template-columns:1fr}}.accountWrap{margin-top:8px;border:1px solid var(--border);border-radius:16px;padding:16px;background:linear-gradient(180deg,rgba(18,24,38,.9),rgba(14,20,32,.85))}.accountAuthHead{margin-bottom:12px}.accountModeSwitch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;margin-bottom:12px}.accountModeBtn{border:1px solid var(--border);border-radius:10px;background:rgba(14,20,32,.7);color:var(--muted);padding:10px 12px;cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}.accountModeBtn.active{border-color:rgba(110,231,255,.5);color:var(--text);background:rgba(110,231,255,.12)}.accountModeBtn:hover{color:var(--text)}.accountForm{max-width:480px}.accountNotice{margin-top:10px;border:1px solid rgba(110,231,255,.35);background:rgba(110,231,255,.12);border-radius:10px;padding:10px 12px;color:var(--text);font-size:14px}.cartTotalBadge{display:inline-flex;align-items:center;padding:8px 12px;border-radius:12px;border:1px solid rgba(110,231,255,.3);background:linear-gradient(180deg,rgba(110,231,255,.12),rgba(110,231,255,.06));color:var(--text);font-weight:700;font-size:16px;box-shadow:0 4px 12px rgba(0,0,0,.2),inset 0 0 0 1px rgba(110,231,255,.1)}@media (max-width:700px){.accountModeSwitch{grid-template-columns:1fr}}.customSketchCallout{margin-bottom:16px;display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;background:radial-gradient(320px 180px at 85% -20%,rgba(110,231,255,.18),transparent 70%),linear-gradient(180deg,rgba(20,28,46,.95),rgba(14,20,32,.95))}.sketchOverlay{position:fixed;inset:0;z-index:120;background:rgba(5,8,14,.76);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:2.5vh 2vw}.sketchWindow{width:min(1900px,96vw);height:95vh;border-radius:18px;border:1px solid rgba(110,231,255,.25);background:linear-gradient(180deg,rgba(12,18,30,.98),rgba(10,16,26,.98));display:grid;grid-template-columns:290px 1fr;overflow:hidden;box-shadow:0 26px 70px rgba(0,0,0,.45)}.sketchSidebar{border-right:1px solid rgba(110,231,255,.16);padding:16px;display:flex;flex-direction:column;gap:14px;overflow:auto}.sketchActions,.sketchTools{display:grid;grid-template-columns:1fr;grid-gap:8px;gap:8px}.sketchCanvasWrap{position:relative;padding:10px;min-height:0;display:flex;flex-direction:column}.sketchTopbar{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 2px 10px}.sketchCanvas{width:100%;height:auto;flex:1 1;min-height:0;border-radius:14px;border:1px solid rgba(110,231,255,.16);touch-action:none;cursor:crosshair}.sketchBottomActions{position:absolute;left:50%;bottom:24px;transform:translateX(-50%);display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:999px;border:1px solid rgba(110,231,255,.25);background:rgba(12,18,30,.88);box-shadow:0 12px 24px rgba(0,0,0,.35);z-index:2;max-width:calc(100% - 20px);overflow:auto}.sketchActionIcon{min-width:44px;min-height:44px;padding:0;border-radius:999px}.sketchActionIcon svg{width:20px;height:20px;display:block}.sketchHistoryStrip,.sketchToolStrip{display:flex;align-items:center;gap:8px}.sketchColorControl{width:44px;height:44px;border-radius:999px;border:1px solid rgba(110,231,255,.28);background:rgba(14,20,32,.78);display:grid;place-items:center;cursor:pointer;flex:0 0 auto}.sketchColorInput{width:30px;height:30px;border:0;padding:0;border-radius:999px;background:transparent;cursor:pointer}.sketchColorInput:disabled{opacity:.45;cursor:not-allowed}.sketchBottomDivider{width:1px;height:28px;background:rgba(110,231,255,.22);flex:0 0 auto}.sketchToolIcon.isActive{border-color:rgba(110,231,255,.55);background:linear-gradient(180deg,rgba(110,231,255,.2),rgba(110,231,255,.12));box-shadow:inset 0 0 0 1px rgba(110,231,255,.2)}@media (max-width:1100px){.sketchWindow{grid-template-columns:1fr;height:94vh}.sketchSidebar{border-right:0;border-bottom:1px solid rgba(110,231,255,.16);max-height:40vh}.sketchActions,.sketchTools{grid-template-columns:repeat(2,minmax(0,1fr))}.sketchBottomActions{bottom:16px;padding:7px 8px}}@media (max-width:700px){.customSketchCallout{align-items:flex-start}.sketchOverlay{padding:10px}.sketchWindow{width:100%;height:96vh;border-radius:14px}.sketchActions,.sketchTools{grid-template-columns:1fr}.sketchBottomActions{bottom:12px;gap:8px;padding:6px}.sketchActionIcon{min-width:40px;min-height:40px}.sketchColorControl{width:40px;height:40px}.sketchColorInput{width:26px;height:26px}.sketchHistoryStrip,.sketchToolStrip{gap:6px}.sketchBottomDivider{height:24px}.gearField{opacity:.75}.gear{opacity:.16;filter:blur(.2px);box-shadow:inset 0 0 0 1px rgba(110,231,255,.14),0 0 16px rgba(110,231,255,.08)}.gear.g3,.gear.g5,.gear.g8{display:none}.gear.g1{width:150px;height:150px;left:-20px;top:130px}.gear.g2{width:110px;height:110px;left:52%;top:210px}.gear.g4{width:120px;height:120px;right:-18px;top:360px}.gear.g6{width:96px;height:96px;left:-14px;bottom:180px}.gear.g7{width:130px;height:130px;right:-24px;bottom:74px}.container{padding:108px 12px 16px}.nav{top:8px;width:calc(100% - 16px);padding:12px 14px;border:1px solid rgba(110,231,255,.2);border-radius:16px;gap:8px}.brand{margin-left:0;font-size:33px;padding:2px 0 4px}.navToggle{margin-right:0;width:46px;height:46px;padding:8px;border-radius:12px}.navToggle span{width:20px;height:2.5px}.menu.menuOpen .badge{font-size:16px;font-weight:800;padding:11px 14px}.menu.menuOpen{right:6px;left:6px;padding:10px}.grid{gap:12px}.card{border-radius:14px;padding:14px}.h1{font-size:30px}.h2{font-size:20px}.p{font-size:15px;line-height:1.55}.homeBig{padding:16px;min-height:0}.homeBigImage{height:138px;margin-bottom:10px}.processStep{min-height:0}.homeProducts{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.homeProducts .homeProductCard{padding:10px;border-radius:12px}.homeProductImage{height:108px;border-radius:10px}.homeProducts .homeProductCard .p{font-size:13px;line-height:1.35;margin-top:6px!important;margin-bottom:6px}.homeProducts .homeProductCard .small{font-size:12px}.homeServices{display:flex;flex-wrap:nowrap;gap:12px;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity}.homeServices .card{min-width:240px;flex:0 0 240px;scroll-snap-align:start}}@media (max-width:700px){.homeServices::-webkit-scrollbar{height:4px}.homeServices::-webkit-scrollbar-thumb{background:rgba(110,231,255,.28);border-radius:999px}.footer{flex-direction:column;align-items:flex-start;gap:6px;padding:14px 0}}@media (max-width:420px){.gear{opacity:.12}.gear.g1{top:110px}.gear.g2{top:190px}.gear.g4{top:330px}.gear.g6{bottom:160px}.gear.g7{bottom:52px}.container{padding-top:104px}.brand{font-size:29px;letter-spacing:.06em}.homeProducts{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.homeProductImage{height:96px}.homeServices .card{min-width:220px;flex-basis:220px}.nav .badge{padding:8px 12px;font-size:14px;font-weight:700}}@media (max-width:700px){.portfolioGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.portfolioPreview img{height:150px}.portfolioOverlay{padding:9px;background:linear-gradient(180deg,rgba(6,10,18,.03),rgba(6,10,18,.88))}.portfolioOverlay p{font-size:13px;line-height:1.3;max-height:58%}.portfolioTitleRow h3{font-size:17px}.portfolioCardControls{top:6px;right:6px;gap:5px}.iconBtn{width:30px;height:30px;border-radius:9px}.iconBtn svg{width:14px;height:14px}.portfolioModal{border-radius:14px;padding:12px}.shopFilterGrid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:end;grid-row-gap:10px;row-gap:10px;grid-column-gap:10px;column-gap:10px}.shopFilterGrid>*{grid-column:auto!important}.shopFilterSearch{grid-column:1/-1!important}.shopFilterMin{grid-column:1/2!important}.shopFilterMax{grid-column:2/3!important}.shopFilterActions,.shopFilterSort{grid-column:1/-1!important}.shopFilterActions{display:flex!important;flex-wrap:nowrap!important;justify-content:space-between;gap:8px!important;align-items:end}.shopFilterActions .btn{min-height:38px;padding:8px 10px;flex:1 1 auto}.shopFilterActions .btn:not(.primary){order:1}.shopFilterActions .btn.primary{order:2;flex:0 0 44px;min-width:44px!important;padding-inline:0!important}.cartItemRow{flex-wrap:nowrap!important;align-items:center;justify-content:space-between;gap:8px!important}.cartItemRow>:first-child{min-width:0;flex:1 1 auto}.cartQtyRow{width:auto;flex:0 0 auto;justify-content:flex-end;gap:6px!important}.cartQtyRow .btn{min-height:34px;padding:6px 10px;border-radius:10px}.cartQtyRow .input{width:64px!important;min-width:64px;min-height:34px;padding:6px 8px}}@media (max-width:420px){.portfolioGrid{grid-template-columns:1fr}.portfolioPreview img{height:190px}.portfolioOverlay{padding:10px}.portfolioOverlay p{font-size:12.5px;line-height:1.28;max-height:56%}.portfolioModalOverlay{padding:10px}}