:root{--background:#fff;--foreground:#171717;--text-primary:#111827;--text-secondary:#6b7280;--primary-accent:#0070f3;--primary-accent-hover:#0056b3;--button-primary-text:#fff;--button-primary-hover:#2d3748;--button-secondary-hover:#f2f2f2;--button-secondary-border:#ebebeb;--card-background:#fff;--card-border:#eaeaea;--shadow-sm:0 4px 12px #0000004d;--shadow-md:0 8px 24px #0000001a;--hero-background:transparent}.dark{--background:#0a0a0a;--foreground:#ededed;--text-primary:#f9fafb;--text-secondary:#9ca3af;--primary-accent:#3b82f6;--primary-accent-hover:#2563eb;--button-primary-text:#fff;--button-primary-hover:#4a5568;--button-secondary-hover:#1a1a1a;--button-secondary-border:#1a1a1a;--card-background:#111;--card-border:#222;--shadow-sm:0 4px 12px #ffffff1a;--shadow-md:0 8px 24px #ffffff14;--hero-background:radial-gradient(ellipse at top,#1a202c,transparent),radial-gradient(ellipse at bottom,#1a202c,transparent)}html,body{scroll-behavior:smooth;max-width:100vw;overflow-x:hidden}body{background:var(--background);color:var(--text-primary);font-family:var(--font-geist-sans),sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .2s,color .2s}h1,h2,h3,h4,h5,h6{color:var(--text-primary)}.wrapper{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1;width:100%}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}a,button,input,select,textarea{transition:all .2s ease-in-out}:focus-visible{outline:2px solid var(--primary-accent);outline-offset:2px}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}
.Header-module__9fWxfa__header{z-index:10;background-color:var(--background);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--button-secondary-border);align-items:center;width:100%;padding:1rem 2rem;transition:background-color .3s,border-color .3s;position:sticky;top:0;left:0;right:0}.Header-module__9fWxfa__headerContent{justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto;display:flex}.Header-module__9fWxfa__logo{font-size:24px;font-weight:700}.Header-module__9fWxfa__nav{align-items:center;display:flex}.Header-module__9fWxfa__headerActions{align-items:center;gap:1rem;margin-left:auto;display:flex}.Header-module__9fWxfa__nav a{color:var(--text-primary);border-radius:6px;margin:0 .5rem;padding:.5rem .75rem;font-weight:500;text-decoration:none;transition:background-color .2s,color .2s}.Header-module__9fWxfa__nav a:hover{background-color:var(--button-secondary-hover)}.Header-module__9fWxfa__nav a.Header-module__9fWxfa__active{color:var(--primary-accent)}.Header-module__9fWxfa__cartLink{padding:.5rem .75rem;position:relative}.Header-module__9fWxfa__cartCount{background-color:var(--primary-accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:12px;display:flex;position:absolute;top:-8px;right:-8px}.Header-module__9fWxfa__hamburger{cursor:pointer;z-index:20;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:24px;height:24px;padding:0;display:none}.Header-module__9fWxfa__hamburger span{background-color:var(--text-primary);transform-origin:50%;border-radius:10px;width:24px;height:2px;transition:all .3s linear;position:relative}.Header-module__9fWxfa__hamburgerOpen span:first-child{transform:translateY(6px)rotate(45deg)}.Header-module__9fWxfa__hamburgerOpen span:nth-child(2){opacity:0}.Header-module__9fWxfa__hamburgerOpen span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.Header-module__9fWxfa__themeToggler{background:var(--button-secondary-hover);border-radius:999px;align-items:center;padding:4px;display:flex}.Header-module__9fWxfa__themeToggler button{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;display:flex}.Header-module__9fWxfa__activeTheme{background-color:var(--background);border:1px solid var(--primary-accent)!important}.Header-module__9fWxfa__dark .Header-module__9fWxfa__header{background-color:#0a0a0acc}.Header-module__9fWxfa__dark .Header-module__9fWxfa__nav a{color:var(--text-primary)}.Header-module__9fWxfa__overlay{z-index:14;opacity:1;background-color:#00000080;transition:opacity .3s ease-in-out;position:fixed;inset:0}@media (max-width:768px){.Header-module__9fWxfa__nav{background:var(--background);z-index:15;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:70%;height:100vh;transition:left .3s ease-in-out;position:fixed;top:0;left:-100%}.Header-module__9fWxfa__navOpen{left:0}.Header-module__9fWxfa__nav .Header-module__9fWxfa__cartLink{display:none}.Header-module__9fWxfa__mobileCartLink{display:block}.Header-module__9fWxfa__hamburger{display:flex}}
.Footer-module__nhiC3q__footer{-webkit-backdrop-filter:blur(10px);border-top:1px solid var(--button-secondary-border);padding:3rem 2rem 2rem;transition:background-color .3s,color .3s,border-color .3s}.Footer-module__nhiC3q__footerContent{grid-template-columns:1.5fr 2fr 1.5fr;align-items:start;gap:2rem;max-width:1400px;margin:0 auto;padding:2rem 0;display:grid}.Footer-module__nhiC3q__footerBrand{flex-direction:column;height:100%;display:flex}.Footer-module__nhiC3q__footerBrand .Footer-module__nhiC3q__logo{margin-bottom:.5rem;font-size:24px;font-weight:700;display:block}.Footer-module__nhiC3q__footerBrand p{color:var(--text-secondary)}.Footer-module__nhiC3q__socialIcons{gap:1rem;margin-top:1rem;display:flex}.Footer-module__nhiC3q__socialIcons a{color:var(--text-secondary);transition:color .2s ease-in-out,transform .2s ease-in-out}.Footer-module__nhiC3q__socialIcons a:hover{color:var(--text-primary);transform:scale(1.1)}.Footer-module__nhiC3q__socialIcons svg{width:24px;height:24px}.Footer-module__nhiC3q__linksGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Footer-module__nhiC3q__linkColumn h4{color:var(--text-primary);margin-bottom:1rem;font-size:1rem;font-weight:600}.Footer-module__nhiC3q__linkColumn a{color:var(--text-secondary);margin-bottom:.75rem;transition:color .2s;display:block}.Footer-module__nhiC3q__linkColumn a:hover{color:var(--text-primary)}.Footer-module__nhiC3q__newsletter{flex-direction:column;display:flex}.Footer-module__nhiC3q__newsletter h4{color:var(--text-primary);margin-bottom:.5rem;font-size:1rem;font-weight:600}.Footer-module__nhiC3q__newsletter p{color:var(--text-secondary);margin-bottom:1rem;font-size:.875rem}.Footer-module__nhiC3q__newsletterForm{display:flex}.Footer-module__nhiC3q__newsletterForm input{border:1px solid var(--card-border);background-color:var(--background);border-radius:8px 0 0 8px;width:100%;padding:.6rem .8rem}.Footer-module__nhiC3q__newsletterForm button{border:1px solid var(--primary-accent);background-color:var(--primary-accent);color:var(--button-primary-text);cursor:pointer;border-radius:0 8px 8px 0;padding:.6rem 1rem}.Footer-module__nhiC3q__copyright{text-align:center;color:var(--text-secondary);border-top:1px solid var(--card-border);padding-top:2rem;font-size:.875rem}.Footer-module__nhiC3q__dark .Footer-module__nhiC3q__footer{background:var(--background);color:var(--text-secondary)}@media (max-width:768px){.Footer-module__nhiC3q__footerContent{text-align:center;grid-template-columns:1fr}.Footer-module__nhiC3q__footerBrand{align-items:center}.Footer-module__nhiC3q__linksGrid{text-align:left;grid-template-columns:1fr 1fr;gap:1rem 2rem;width:100%;max-width:350px;margin:2rem 0;display:grid}.Footer-module__nhiC3q__newsletter{align-items:center}}
