@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";
:root{--bg-deep:#080c0a;--bg-base:#0e1411;--bg-elevated:#16201a;--foreground:#f1f5f9;--foreground-muted:#94a3b8;--accent:#31903f;--accent-hover:#257030;--accent-glow:#cad1382e;--success:#10b981;--success-glow:#10b98126;--error:#ef4444;--border:#ffffff0f;--border-glow:#31903f66;--radius-card:16px;--radius-pill:999px;--radius-button:8px;--glass-bg:#0e1411bf;--glass-blur:16px;--glass-border:#ffffff14;--font-heading:"Space Grotesk", sans-serif;--font-body:"Inter", sans-serif;--font-mono:"JetBrains Mono", monospace;--easing:cubic-bezier(.16, 1, .3, 1);--header-height:70px}@media (min-width:769px){:root{--header-height:160px}}[data-theme=light]{--bg-deep:#f8fafc;--bg-base:#fff;--bg-elevated:#f1f5f9;--foreground:#0f172a;--foreground-muted:#475569;--border:#0f172a14;--border-glow:#31903f80;--glass-bg:#fffc;--glass-border:#0f172a14;--accent-glow:#cad1381f}@media (prefers-color-scheme:light){:root:not([data-theme=dark]){--bg-deep:#f8fafc;--bg-base:#fff;--bg-elevated:#f1f5f9;--foreground:#0f172a;--foreground-muted:#475569;--border:#0f172a14;--border-glow:#31903f80;--glass-bg:#fffc;--glass-border:#0f172a14;--accent-glow:#cad1381f}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-deep)}::-webkit-scrollbar-thumb{background:var(--bg-elevated);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}html{scroll-behavior:smooth;background-color:var(--bg-deep);height:100%}body{min-height:100%;color:var(--foreground);background:radial-gradient(circle at 50% 0%, var(--bg-elevated) 0%, var(--bg-deep) 70%);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;margin:0;padding:0;display:flex;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.02em;font-weight:600}a{color:inherit;transition:color .2s var(--easing);text-decoration:none}a:hover{color:var(--accent)}button,input,select,textarea{font-family:inherit}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);box-shadow:0 8px 32px #0000005e}.glass-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--radius-card);transition:transform .3s var(--easing), border-color .3s var(--easing), box-shadow .3s var(--easing)}.glass-card:hover{border-color:var(--border-glow);box-shadow:0 12px 40px #ff572214}.glow-btn{background:var(--accent);color:#fff;border-radius:var(--radius-button);font-family:var(--font-heading);cursor:pointer;transition:background .2s var(--easing), transform .2s var(--easing), box-shadow .2s var(--easing);border:none;padding:.75rem 1.5rem;font-weight:600;position:relative;overflow:hidden}.glow-btn:hover{background:var(--accent-hover);box-shadow:0 0 20px 0 var(--accent-glow);transform:translateY(-2px)}.glow-btn:active{transform:translateY(0)}.container{width:100%;max-width:1440px;margin:0 auto;padding:0 1.5rem}.glow-input{border:1px solid var(--border);border-radius:var(--radius-button);color:var(--foreground);transition:border-color .2s var(--easing), box-shadow .2s var(--easing);background:#ffffff0a;outline:none;padding:.75rem 1rem}.glow-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.carbon-overlay{position:relative}.carbon-overlay:before{content:"";pointer-events:none;opacity:.3;z-index:1;background-image:linear-gradient(45deg,#0000000d 25%,#0000 25%),linear-gradient(-45deg,#0000000d 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#0000000d 75%),linear-gradient(-45deg,#0000 75%,#0000000d 75%);background-position:0 0,0 2px,2px -2px,-2px 0;background-size:4px 4px;width:100%;height:100%;position:absolute;top:0;left:0}.reveal-el{opacity:0}.toast-container{z-index:99999;pointer-events:none;flex-direction:column-reverse;gap:.65rem;width:calc(100% - 2rem);max-width:420px;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.toast-item{pointer-events:auto;background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);cursor:default;border-radius:12px;align-items:flex-start;gap:.75rem;padding:.9rem 1rem 1.1rem;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #0006,inset 0 0 0 1px #ffffff0a}.toast-enter{animation:toastSlideIn .35s var(--easing) forwards}.toast-exit{animation:toastSlideOut .3s var(--easing) forwards}@keyframes toastSlideIn{0%{opacity:0;transform:translate(80px)scale(.92)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes toastSlideOut{0%{opacity:1;transform:translate(0)scale(1)}to{opacity:0;transform:translate(80px)scale(.92)}}.toast-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:1px;display:flex}.toast-message{font-family:var(--font-body);color:var(--foreground);word-break:break-word;flex:1;padding-top:5px;font-size:.9rem;line-height:1.45}.toast-close{color:var(--foreground-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;padding:4px;transition:background .15s,color .15s;display:flex}.toast-close:hover{color:var(--foreground);background:#ffffff14}.toast-progress{background:#ffffff0f;height:3px;position:absolute;bottom:0;left:0;right:0}.toast-progress-bar{border-radius:0 0 12px 12px;height:100%;transition:width .1s linear}.toast-success{border-color:#10b98140;box-shadow:0 8px 32px #0006,0 0 20px #10b98114}.toast-success .toast-icon{color:#10b981;background:#10b98126}.toast-success .toast-progress-bar{background:linear-gradient(90deg,#10b981,#059669)}.toast-error{border-color:#ef444440;box-shadow:0 8px 32px #0006,0 0 20px #ef444414}.toast-error .toast-icon{color:#ef4444;background:#ef444426}.toast-error .toast-progress-bar{background:linear-gradient(90deg,#ef4444,#dc2626)}.toast-warning{border-color:#f59e0b40;box-shadow:0 8px 32px #0006,0 0 20px #f59e0b14}.toast-warning .toast-icon{color:#f59e0b;background:#f59e0b26}.toast-warning .toast-progress-bar{background:linear-gradient(90deg,#f59e0b,#d97706)}.toast-info{border-color:#3b82f640;box-shadow:0 8px 32px #0006,0 0 20px #3b82f614}.toast-info .toast-icon{color:#3b82f6;background:#3b82f626}.toast-info .toast-progress-bar{background:linear-gradient(90deg,#3b82f6,#2563eb)}[data-theme=light] .toast-item{box-shadow:0 8px 32px #0000001f,inset 0 0 0 1px #00000008}[data-theme=light] .toast-close:hover{background:#0000000f}[data-theme=light] .toast-progress{background:#0000000a}@media (max-width:480px){.toast-container{width:auto;max-width:none;bottom:1rem;left:.5rem;right:.5rem}}.refectionPremiumLayout{color:var(--foreground-muted);font-family:var(--font-body)}.refectionPremiumLayout .refection-intro{color:var(--foreground);font-size:1.15rem;line-height:1.75;font-family:var(--font-heading);border-left:4px solid var(--accent);max-width:1000px;margin-bottom:3.5rem;padding-left:1.5rem}.refectionPremiumLayout .refection-section{margin:4.5rem 0}.refectionPremiumLayout .refection-section h3{font-family:var(--font-heading);color:#fff;border-bottom:1px solid var(--border);align-items:center;gap:.5rem;margin-bottom:2rem;padding-bottom:.5rem;font-size:1.75rem;font-weight:600;display:flex}[data-theme=light] .refectionPremiumLayout .refection-section h3{color:var(--foreground)}.refectionPremiumLayout ul.refection-steps{border-left:2px solid #31903f40;margin:0 0 0 1rem;padding:0;list-style:none;position:relative}.refectionPremiumLayout ul.refection-steps li{margin-bottom:2.25rem;padding-left:2rem;font-size:.95rem;line-height:1.6;position:relative}.refectionPremiumLayout ul.refection-steps li:before{content:"";background:var(--accent);width:12px;height:12px;box-shadow:0 0 10px var(--accent);border:2px solid var(--bg-deep);border-radius:50%;transition:transform .2s;position:absolute;top:5px;left:-7px}.refectionPremiumLayout ul.refection-steps li:hover:before{transform:scale(1.3)}.refectionPremiumLayout ul.refection-steps li strong{color:#fff;font-family:var(--font-heading);margin-bottom:.25rem;font-size:1.05rem;font-weight:600;display:block}[data-theme=light] .refectionPremiumLayout ul.refection-steps li strong{color:var(--foreground)}.refectionPremiumLayout .refection-options-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.75rem;margin-top:1.5rem;display:grid}.refectionPremiumLayout .refection-option-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--radius-card);transition:transform .3s var(--easing), border-color .3s var(--easing), box-shadow .3s var(--easing);padding:2rem}.refectionPremiumLayout .refection-option-card:hover{border-color:var(--border-glow);transform:translateY(-4px);box-shadow:0 12px 40px #31903f1f}.refectionPremiumLayout .refection-option-card h4{font-family:var(--font-heading);color:#fff;border-bottom:1px solid var(--border);margin-bottom:1.25rem;padding-bottom:.75rem;font-size:1.2rem}[data-theme=light] .refectionPremiumLayout .refection-option-card h4{color:var(--foreground)}.refectionPremiumLayout .refection-option-card ul{margin:0;padding:0;list-style:none}.refectionPremiumLayout .refection-option-card li{margin-bottom:.75rem;padding-left:1.25rem;font-size:.9rem;line-height:1.5;position:relative}.refectionPremiumLayout .refection-option-card li:before{content:"➔";color:var(--accent);font-size:.75rem;position:absolute;top:1px;left:0}.refectionPremiumLayout .warning-box{border-radius:var(--radius-card);background:#e6b00f0a;border:1px solid #e6b00f2e;padding:2.25rem}.refectionPremiumLayout .warning-box h3{color:#e6b00f!important;border-bottom-color:#e6b00f33!important}.refectionPremiumLayout .warning-box ul{margin:1.25rem 0 0;padding:0;list-style:none}.refectionPremiumLayout .warning-box li{margin-bottom:.85rem;padding-left:1.5rem;font-size:.95rem;line-height:1.6;position:relative}.refectionPremiumLayout .warning-box li:before{content:"•";color:#e6b00f;font-size:1.5rem;position:absolute;top:-5px;left:0}.refectionPremiumLayout .refection-table{border-spacing:0;border:1px solid var(--border);border-radius:var(--radius-card);background:var(--glass-bg);width:100%;-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));margin-top:1.5rem;overflow:hidden}.refectionPremiumLayout .refection-table th{background:var(--bg-elevated);color:#fff;font-family:var(--font-heading);text-align:left;border-bottom:2px solid var(--border);padding:1.15rem 1.5rem;font-size:.95rem;font-weight:600}[data-theme=light] .refectionPremiumLayout .refection-table th{color:var(--foreground)}.refectionPremiumLayout .refection-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:1.15rem 1.5rem;font-size:.9rem;line-height:1.5}.refectionPremiumLayout .refection-table tr:last-child td{border-bottom:none}.refectionPremiumLayout .refection-table tr:hover td{color:#fff;background:#ffffff04}[data-theme=light] .refectionPremiumLayout .refection-table tr:hover td{color:var(--foreground);background:#00000003}.refectionPremiumLayout .refection-table td.organ-title{color:var(--accent);font-family:var(--font-heading);background:#31903f08;font-size:.95rem;font-weight:600}.refectionPremiumLayout .badge{text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;border-radius:4px;margin-right:.75rem;padding:.25rem .6rem;font-size:.72rem;font-weight:600;display:inline-block}.refectionPremiumLayout .badge.charge{color:#ef4444;background:#ef44441a;border:1px solid #ef444433}.refectionPremiumLayout .badge.recond{color:var(--accent);background:#31903f1a;border:1px solid #31903f33}.refectionPremiumLayout .badge.offert{color:#10b981;background:#10b9811a;border:1px solid #10b98133}@media (max-width:768px){.refectionPremiumLayout .refection-options-grid{grid-template-columns:1fr}.refectionPremiumLayout .refection-table{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:none}.refectionPremiumLayout .refection-table thead{display:none}.refectionPremiumLayout .refection-table tr{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-card);margin-bottom:1.5rem;padding:1rem;display:block;overflow:hidden}.refectionPremiumLayout .refection-table td{text-align:left;border:none;padding:.5rem 0;display:block;width:100%!important}.refectionPremiumLayout .refection-table td.organ-title{border-bottom:1px solid var(--border);background:0 0;padding-bottom:.5rem;font-size:1.1rem}.refectionPremiumLayout .refection-table td:nth-child(2){color:#fff;font-weight:600}[data-theme=light] .refectionPremiumLayout .refection-table td:nth-child(2){color:var(--foreground)}.refectionPremiumLayout .refection-table td:last-child{padding-top:.5rem}}.kit-product-card:hover{box-shadow:0 4px 24px #31903f14;border-color:var(--accent)!important}.kit-card-image{object-fit:cover;width:100%;height:100%}.table-item-row:hover{background:#ffffff05}.diagram-img-container{background:#0003;justify-content:center;align-items:center;width:100%;height:480px;display:flex;position:relative;overflow:hidden}@media (max-width:768px){.diagram-img-container{height:320px!important}.no-image-mobile-hide{display:none!important}}@media (max-width:1024px){.engine-layout-grid{grid-template-columns:1fr!important}.diagram-column{position:static!important}.kit-product-card{grid-template-columns:140px 1fr!important}.kit-product-card>div:last-child{grid-column:1/-1;justify-content:space-between;flex-direction:row!important;align-items:center!important}}@media (max-width:640px){.kit-product-card{text-align:center;grid-template-columns:1fr!important}.kit-product-card>a{width:100%!important;height:180px!important}.kit-product-card>div:last-child{flex-direction:column!important;align-items:center!important}.toolbar-grid{grid-template-columns:1fr!important}.filters-row{flex-wrap:wrap;justify-content:flex-start!important}}
.layout-module__6XXMma__header{z-index:100;background:var(--glass-bg);width:100%;-webkit-backdrop-filter:blur(var(--glass-blur));border-bottom:1px solid var(--glass-border);transition:background .3s var(--easing);position:sticky;top:0;left:0;box-shadow:0 4px 30px #0000001a}.layout-module__6XXMma__headerTop{justify-content:space-between;align-items:center;width:100%;max-width:1440px;height:70px;margin:0 auto;padding:0 1.5rem;display:flex}.layout-module__6XXMma__premiumContact{display:none}.layout-module__6XXMma__contactItem{font-family:var(--font-body);color:var(--foreground-muted);transition:color .25s var(--easing);align-items:center;gap:.4rem;font-size:.82rem;text-decoration:none;display:inline-flex}.layout-module__6XXMma__contactItem:hover{color:var(--accent)}.layout-module__6XXMma__contactItem svg{color:var(--accent);flex-shrink:0}.layout-module__6XXMma__headerBottom{display:none}.layout-module__6XXMma__headerBottomContainer{justify-content:center;align-items:center;width:100%;max-width:1440px;height:100%;margin:0 auto;padding:0 1.5rem;display:flex;position:relative}.layout-module__6XXMma__logoImage{object-fit:contain;height:48px;transition:height .3s var(--easing)}.layout-module__6XXMma__stickyLogo{display:none}.layout-module__6XXMma__stickyLogoImage{object-fit:contain;height:36px;transition:opacity .4s var(--easing), transform .4s var(--easing)}.layout-module__6XXMma__stickyActions{display:none}@media (min-width:769px){.layout-module__6XXMma__header{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));border-bottom:1px solid var(--glass-border);position:sticky;top:-110px;box-shadow:0 4px 30px #0000001a}.layout-module__6XXMma__headerTop{border-bottom:1px solid var(--glass-border);-webkit-backdrop-filter:none;background:0 0;grid-template-columns:1fr auto 1fr;align-items:center;height:110px;display:grid}.layout-module__6XXMma__premiumContact{flex-direction:column;justify-self:start;gap:.35rem;display:flex}.layout-module__6XXMma__logo{justify-self:center;align-items:center;display:flex}.layout-module__6XXMma__logoImage{height:90px}.layout-module__6XXMma__actions{justify-self:end;align-items:center;gap:1.25rem;display:flex}.layout-module__6XXMma__headerBottom{height:50px;box-shadow:none;background:0 0;border-top:none;border-bottom:none;display:block;position:relative}.layout-module__6XXMma__headerBottomContainer{justify-content:center;align-items:center;gap:2rem;display:flex}.layout-module__6XXMma__stickyLogo{opacity:0;visibility:hidden;transition:opacity .4s var(--easing), transform .4s var(--easing), visibility .4s var(--easing);display:block;position:absolute;top:50%;left:1.5rem;transform:translateY(-50%)translate(-20px)}.layout-module__6XXMma__stickyActions{opacity:0;visibility:hidden;transition:opacity .4s var(--easing), transform .4s var(--easing), visibility .4s var(--easing);align-items:center;gap:.75rem;display:flex;position:absolute;top:50%;right:1.5rem;transform:translateY(-50%)translate(20px)}.layout-module__6XXMma__headerScrolled .layout-module__6XXMma__stickyLogo,.layout-module__6XXMma__headerScrolled .layout-module__6XXMma__stickyActions{opacity:1;visibility:visible;transform:translateY(-50%)translate(0)}}.layout-module__6XXMma__logo{font-family:var(--font-heading);text-transform:uppercase;color:var(--foreground);transition:transform .2s var(--easing);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;display:flex}.layout-module__6XXMma__logo:hover{color:var(--foreground);transform:scale(1.02)}.layout-module__6XXMma__logoAccent{color:var(--accent);text-shadow:0 0 10px var(--accent-glow)}.layout-module__6XXMma__nav{align-items:center;gap:2rem;list-style:none;display:flex}.layout-module__6XXMma__hamburgerBtn{color:var(--foreground);cursor:pointer;transition:color .2s var(--easing), background-color .2s var(--easing);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;display:flex}.layout-module__6XXMma__hamburgerBtn:hover{background-color:#ffffff0f}@media (min-width:769px){.layout-module__6XXMma__hamburgerBtn{display:none}}@media (max-width:768px){.layout-module__6XXMma__nav{display:none}}.layout-module__6XXMma__mobileOverlay{-webkit-backdrop-filter:blur(4px);z-index:200;opacity:0;visibility:hidden;transition:opacity .3s var(--easing), visibility .3s var(--easing);background:#00000080;position:fixed;inset:0}.layout-module__6XXMma__mobileOverlayOpen{opacity:1;visibility:visible}.layout-module__6XXMma__mobileDrawer{background:var(--bg-base);border-left:1px solid var(--glass-border);z-index:201;flex-direction:column;width:85%;max-width:360px;transition:transform .35s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-10px 0 40px #0000004d}.layout-module__6XXMma__mobileDrawerOpen{transform:translate(0)}.layout-module__6XXMma__mobileDrawerHeader{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.layout-module__6XXMma__mobileNav{flex:1;padding:.5rem 0;overflow-y:auto}.layout-module__6XXMma__mobileNavGroup{border-bottom:1px solid #ffffff0a}.layout-module__6XXMma__mobileNavGroupTitle{width:100%;color:var(--foreground);font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.03em;cursor:pointer;transition:background-color .2s var(--easing), color .2s var(--easing);background:0 0;border:none;justify-content:space-between;align-items:center;padding:.9rem 1.25rem;font-size:.95rem;font-weight:600;display:flex}.layout-module__6XXMma__mobileNavGroupTitle:hover{color:var(--accent);background:#ffffff08}.layout-module__6XXMma__mobileChevron{color:var(--foreground-muted);transition:transform .3s var(--easing), color .3s var(--easing)}.layout-module__6XXMma__mobileChevronOpen{color:var(--accent);transform:rotate(90deg)}.layout-module__6XXMma__mobileNavLinks{background:#00000026;max-height:0;transition:max-height .35s cubic-bezier(.16,1,.3,1);overflow:hidden}.layout-module__6XXMma__mobileNavLinksOpen{max-height:500px}.layout-module__6XXMma__mobileNavLink{color:var(--foreground-muted);transition:color .2s var(--easing), padding-left .2s var(--easing), background-color .2s var(--easing);border-left:3px solid #0000;padding:.65rem 1.25rem .65rem 2rem;font-size:.9rem;text-decoration:none;display:block}.layout-module__6XXMma__mobileNavLink:hover{color:var(--foreground);background:#ffffff05;padding-left:2.25rem}.layout-module__6XXMma__mobileNavLinkActive{border-left-color:var(--accent);background:var(--accent-glow);color:var(--accent)!important}.layout-module__6XXMma__mobileDrawerFooter{border-top:1px solid var(--border);flex-direction:column;flex-shrink:0;gap:.5rem;padding:1rem 1.25rem;display:flex}.layout-module__6XXMma__mobileFooterBtn{border-radius:var(--radius-button);border:1px solid var(--border);color:var(--foreground);font-family:var(--font-heading);cursor:pointer;transition:background-color .2s var(--easing), border-color .2s var(--easing);background:#ffffff08;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;display:flex;position:relative}.layout-module__6XXMma__mobileFooterBtn:hover{border-color:var(--accent);background:#ffffff0f}@media (min-width:769px){.layout-module__6XXMma__mobileOverlay,.layout-module__6XXMma__mobileDrawer{display:none!important}}.layout-module__6XXMma__navLink{font-family:var(--font-heading);color:var(--foreground-muted);padding:.5rem 0;font-size:.95rem;font-weight:500;position:relative}.layout-module__6XXMma__navLink:hover,.layout-module__6XXMma__navLinkActive{color:var(--foreground)}.layout-module__6XXMma__navLink:after{content:"";background:var(--accent);width:0;height:2px;transition:width .3s var(--easing);box-shadow:0 0 8px var(--accent-glow);position:absolute;bottom:0;left:0}.layout-module__6XXMma__navLink:hover:after,.layout-module__6XXMma__navLinkActive:after{width:100%}.layout-module__6XXMma__actions{align-items:center;gap:1.25rem;display:flex}.layout-module__6XXMma__searchBox{align-items:center;display:flex;position:relative}.layout-module__6XXMma__searchBar{border:1px solid var(--border);border-radius:var(--radius-pill);color:var(--foreground);width:180px;transition:width .3s var(--easing), border-color .3s var(--easing), box-shadow .3s var(--easing);background:#ffffff0a;outline:none;padding:.5rem 1rem .5rem 2.25rem;font-size:.875rem}.layout-module__6XXMma__searchBar:focus{border-color:var(--accent);width:250px;box-shadow:0 0 15px var(--accent-glow);background:#0003}.layout-module__6XXMma__searchIcon{color:var(--foreground-muted);pointer-events:none;position:absolute;left:.75rem}.layout-module__6XXMma__actionBtn{color:var(--foreground-muted);cursor:pointer;transition:color .2s var(--easing), background-color .2s var(--easing);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;display:flex;position:relative}.layout-module__6XXMma__actionBtn:hover{color:var(--foreground);background-color:#ffffff0a}.layout-module__6XXMma__cartBadge{background:var(--accent);color:#fff;width:16px;height:16px;box-shadow:0 0 8px var(--accent-glow);border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-2px;right:-2px}.layout-module__6XXMma__footer{background:var(--bg-deep);border-top:1px solid var(--border);margin-top:auto;padding:4rem 0 2rem;position:relative}.layout-module__6XXMma__footerGrid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem;display:grid}@media (max-width:900px){.layout-module__6XXMma__footerGrid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.layout-module__6XXMma__footerGrid{grid-template-columns:1fr}}.layout-module__6XXMma__footerBrand{flex-direction:column;gap:1rem;display:flex}.layout-module__6XXMma__footerDesc{color:var(--foreground-muted);font-size:.9rem;line-height:1.5}.layout-module__6XXMma__footerCol{flex-direction:column;gap:1.25rem;display:flex}.layout-module__6XXMma__footerTitle{font-family:var(--font-heading);color:var(--foreground);text-transform:uppercase;letter-spacing:.05em;font-size:1.1rem}.layout-module__6XXMma__footerLinks{flex-direction:column;gap:.75rem;list-style:none;display:flex}.layout-module__6XXMma__footerLink{color:var(--foreground-muted);transition:color .2s var(--easing), padding-left .2s var(--easing);font-size:.9rem}.layout-module__6XXMma__footerLink:hover{color:var(--accent);padding-left:4px}.layout-module__6XXMma__footerInfoItem{color:var(--foreground-muted);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.layout-module__6XXMma__footerBottom{border-top:1px solid var(--border);color:var(--foreground-muted);justify-content:space-between;align-items:center;padding-top:1.5rem;font-size:.85rem;display:flex}@media (max-width:600px){.layout-module__6XXMma__footerBottom{text-align:center;flex-direction:column;gap:1rem}.layout-module__6XXMma__footer{padding:2.5rem 0 1.5rem}}.layout-module__6XXMma__navItem{display:inline-block;position:relative}.layout-module__6XXMma__dropdownMenu{background:var(--bg-base);border:1px solid var(--border);border-radius:var(--radius-card);opacity:0;visibility:hidden;min-width:240px;transition:opacity .25s var(--easing), transform .25s var(--easing), visibility .25s var(--easing);z-index:1000;flex-direction:column;gap:.25rem;padding:.75rem;display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 10px 30px #0006}.layout-module__6XXMma__navItem:hover .layout-module__6XXMma__dropdownMenu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.layout-module__6XXMma__dropdownLink{font-family:var(--font-heading);color:var(--foreground-muted);border-radius:var(--radius-button);transition:color .2s var(--easing), background-color .2s var(--easing);white-space:nowrap;text-align:left;padding:.6rem .8rem;font-size:.875rem;display:block}.layout-module__6XXMma__dropdownLink:hover{color:var(--accent);background-color:var(--accent-glow)}
.search-module__KHZyyW__overlay{-webkit-backdrop-filter:blur(12px);z-index:1000;opacity:0;visibility:hidden;transition:opacity .4s var(--easing), visibility .4s var(--easing);background-color:#08090b99;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.search-module__KHZyyW__overlayOpen{opacity:1;visibility:visible}.search-module__KHZyyW__sheet{background:var(--bg-base);border-top:1px solid var(--border);z-index:1001;border-top-left-radius:24px;border-top-right-radius:24px;flex-direction:column;width:100%;max-width:800px;max-height:85vh;padding-bottom:2rem;transition:transform .45s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;transform:translateY(100%);box-shadow:0 -15px 40px #00000040}[data-theme=light] .search-module__KHZyyW__sheet{box-shadow:0 -15px 40px #0f172a14}.search-module__KHZyyW__sheetOpen{transform:translateY(0)}.search-module__KHZyyW__dragHandle{background-color:var(--foreground-muted);opacity:.3;border-radius:999px;flex-shrink:0;width:48px;height:5px;margin:12px auto 6px}@media (min-width:769px){.search-module__KHZyyW__overlay{align-items:center;padding:1.5rem}.search-module__KHZyyW__sheet{border:1px solid var(--border);opacity:0;transition:transform .3s var(--easing), opacity .3s var(--easing);border-radius:24px;padding-bottom:1.5rem;transform:scale(.95)translateY(0);box-shadow:0 20px 50px #00000059}[data-theme=light] .search-module__KHZyyW__sheet{box-shadow:0 20px 50px #0f172a1f}.search-module__KHZyyW__sheetOpen{opacity:1;transform:scale(1)translateY(0)}.search-module__KHZyyW__dragHandle{display:none}}.search-module__KHZyyW__header{flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1.75rem 1.5rem;display:flex}.search-module__KHZyyW__searchForm{flex-grow:1;align-items:center;display:flex;position:relative}.search-module__KHZyyW__largeSearchInput{width:100%;font-size:1.25rem;font-family:var(--font-heading);border:1px solid var(--border);color:var(--foreground);transition:border-color .3s var(--easing), box-shadow .3s var(--easing), background-color .3s var(--easing);background:#ffffff08;border-radius:16px;outline:none;padding:1rem 3.5rem 1rem 3rem}.search-module__KHZyyW__largeSearchInput:focus{border-color:var(--accent);box-shadow:0 0 20px var(--accent-glow);background:#00000026}[data-theme=light] .search-module__KHZyyW__largeSearchInput{background:#0f172a05}[data-theme=light] .search-module__KHZyyW__largeSearchInput:focus{background:#fffc}.search-module__KHZyyW__searchIcon{color:var(--foreground-muted);pointer-events:none;position:absolute;left:1.25rem}.search-module__KHZyyW__clearButton{color:var(--foreground-muted);cursor:pointer;transition:color .2s var(--easing), background-color .2s var(--easing);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.25rem;display:flex;position:absolute;right:1.25rem}.search-module__KHZyyW__clearButton:hover{color:var(--foreground);background-color:#ffffff0d}.search-module__KHZyyW__closeButton{color:var(--foreground-muted);cursor:pointer;transition:color .2s var(--easing), background-color .2s var(--easing), transform .2s var(--easing);border:none;border:1px solid var(--border);background:0 0;border-radius:50%;justify-content:center;align-items:center;padding:.75rem;display:flex}.search-module__KHZyyW__closeButton:hover{color:var(--foreground);background-color:#ffffff0a;transform:rotate(90deg)}.search-module__KHZyyW__content{flex-grow:1;padding:0 1.75rem;overflow-y:auto}.search-module__KHZyyW__sectionTitle{font-family:var(--font-heading);color:var(--foreground-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:1rem;margin-bottom:1rem;font-size:.85rem}.search-module__KHZyyW__suggestionsGrid{flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;display:flex}.search-module__KHZyyW__suggestionTag{border:1px solid var(--border);color:var(--foreground);border-radius:var(--radius-pill);cursor:pointer;transition:border-color .2s var(--easing), color .2s var(--easing), background-color .2s var(--easing), transform .2s var(--easing);background:#ffffff08;padding:.5rem 1rem;font-size:.9rem;font-weight:500}.search-module__KHZyyW__suggestionTag:hover{border-color:var(--accent);color:var(--accent);background-color:var(--accent-glow);transform:translateY(-2px)}.search-module__KHZyyW__categoriesGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem;margin-bottom:1.5rem;display:grid}.search-module__KHZyyW__categoryCard{border:1px solid var(--border);font-family:var(--font-heading);cursor:pointer;transition:all .25s var(--easing);text-align:center;background:#ffffff05;border-radius:12px;padding:.85rem 1rem;font-size:.95rem;font-weight:500}.search-module__KHZyyW__categoryCard:hover{background:var(--accent-glow);border-color:var(--border-glow);color:var(--accent);transform:translateY(-2px)}.search-module__KHZyyW__resultsList{flex-direction:column;gap:.75rem;display:flex}.search-module__KHZyyW__resultItem{border:1px solid var(--border);transition:all .25s var(--easing);background:#ffffff05;border-radius:14px;align-items:center;gap:1.25rem;padding:.75rem 1rem;display:flex}.search-module__KHZyyW__resultItem:hover{border-color:var(--border-glow);background:#ffffff0a;transform:translate(4px)}[data-theme=light] .search-module__KHZyyW__resultItem:hover{background:#0f172a05}.search-module__KHZyyW__productImageWrapper{border:1px solid var(--border);background:#ffffff0a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;display:flex;overflow:hidden}.search-module__KHZyyW__productImage{object-fit:cover;width:100%;height:100%}.search-module__KHZyyW__productDetails{flex-direction:column;flex-grow:1;min-width:0;display:flex}.search-module__KHZyyW__productName{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25rem;font-size:1rem;font-weight:600;overflow:hidden}.search-module__KHZyyW__productMeta{color:var(--foreground-muted);gap:.75rem;font-size:.8rem;display:flex}.search-module__KHZyyW__productSku{font-family:var(--font-mono);background:#ffffff0d;border-radius:4px;padding:.05rem .35rem}.search-module__KHZyyW__productPrice{color:var(--accent);flex-shrink:0;font-size:1.05rem;font-weight:700}.search-module__KHZyyW__loaderContainer{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 0;display:flex}.search-module__KHZyyW__spinner{border:3px solid #31903f26;border-top:3px solid var(--accent);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite search-module__KHZyyW__spin}@keyframes search-module__KHZyyW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.search-module__KHZyyW__noResults{text-align:center;color:var(--foreground-muted);padding:3rem 0}.search-module__KHZyyW__noResultsQuery{color:var(--accent);font-weight:600}
