@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@300;400;500;600;700;800&display=swap";
:root{--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--background:#f8fafc;--background-alt:#fff;--foreground:#0f172a;--foreground-muted:#475569;--primary:#6366f1;--primary-hover:#4f46e5;--primary-glow:#6366f126;--accent:#10b981;--accent-hover:#059669;--border:#e2e8f0;--border-hover:#cbd5e1;--card-bg:#fffc;--card-border:#e2e8f0cc;--card-shadow:0 4px 20px -2px #94a3b81f, 0 2px 8px -1px #94a3b814;--badge-bg:#f1f5f9;--badge-text:#475569;--input-bg:#fff;--input-border:#cbd5e1;--input-focus:#6366f1;--glow-intensity:.3;--glass-blur:12px;--header-bg:#f8fafcf2}@media (prefers-color-scheme:dark){:root{--background:#090d16;--background-alt:#0f172a;--foreground:#f8fafc;--foreground-muted:#94a3b8;--primary:#818cf8;--primary-hover:#6366f1;--primary-glow:#818cf840;--accent:#34d399;--accent-hover:#10b981;--border:#1e293b;--border-hover:#334155;--card-bg:#0f172a99;--card-border:#1e293b99;--card-shadow:0 10px 30px -10px #00000080, 0 1px 3px #ffffff0d;--badge-bg:#1e293b;--badge-text:#cbd5e1;--input-bg:#0f172a;--input-border:#334155;--input-focus:#818cf8;--glow-intensity:.6;--header-bg:#090d16f2}}[data-theme=light]{--background:#f8fafc;--background-alt:#fff;--foreground:#0f172a;--foreground-muted:#475569;--primary:#6366f1;--primary-hover:#4f46e5;--primary-glow:#6366f126;--accent:#10b981;--accent-hover:#059669;--border:#e2e8f0;--border-hover:#cbd5e1;--card-bg:#fffc;--card-border:#e2e8f0cc;--card-shadow:0 4px 20px -2px #94a3b81f, 0 2px 8px -1px #94a3b814;--badge-bg:#f1f5f9;--badge-text:#475569;--input-bg:#fff;--input-border:#cbd5e1;--input-focus:#6366f1;--glow-intensity:.3;--header-bg:#f8fafcf2}[data-theme=dark]{--background:#090d16;--background-alt:#0f172a;--foreground:#f8fafc;--foreground-muted:#94a3b8;--primary:#818cf8;--primary-hover:#6366f1;--primary-glow:#818cf840;--accent:#34d399;--accent-hover:#10b981;--border:#1e293b;--border-hover:#334155;--card-bg:#0f172a99;--card-border:#1e293b99;--card-shadow:0 10px 30px -10px #00000080, 0 1px 3px #ffffff0d;--badge-bg:#1e293b;--badge-text:#cbd5e1;--input-bg:#0f172a;--input-border:#334155;--input-focus:#818cf8;--glow-intensity:.6;--header-bg:#090d16f2}*{box-sizing:border-box;margin:0;padding:0;transition:background-color .3s,border-color .3s}html,body{background-color:var(--background);color:var(--foreground);font-family:var(--font-body);-webkit-font-smoothing:antialiased;flex-direction:column;min-height:100vh;font-size:16px;display:flex;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.025em;font-weight:700;line-height:1.25}a{color:inherit;text-decoration:none}.glass{background:var(--card-bg);-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--card-border);box-shadow:var(--card-shadow)}.glow-primary{box-shadow:0 0 20px var(--primary-glow)}.glow-hover:hover{box-shadow:0 0 25px var(--primary-glow);transition:transform .2s,box-shadow .2s;transform:translateY(-2px)}.gradient-text{background:linear-gradient(135deg, var(--primary) 30%, var(--accent) 90%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--border-hover)}.btn{cursor:pointer;font-size:.95rem;font-weight:600;font-family:var(--font-heading);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;transition:transform .2s,opacity .2s,box-shadow .2s;display:inline-flex}.btn:active{transform:scale(.98)}.btn-primary{background-color:var(--primary);color:#fff;box-shadow:0 4px 14px var(--primary-glow)}.btn-primary:hover{background-color:var(--primary-hover);box-shadow:0 6px 20px var(--primary-glow)}.btn-secondary{border:1px solid var(--border);color:var(--foreground);background-color:#0000}.btn-secondary:hover{border-color:var(--border-hover);background-color:var(--badge-bg)}.btn-accent{background-color:var(--accent);color:#fff;box-shadow:0 4px 14px #10b98133}.btn-accent:hover{background-color:var(--accent-hover)}.btn-danger{color:#fff;background-color:#ef4444}.btn-danger:hover{background-color:#dc2626}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}
.Header-module__hBw1pG__header{z-index:100;border-bottom:1px solid var(--border);width:100%;height:70px;position:sticky;top:0;background-color:var(--header-bg)!important}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;max-width:1200px;height:100%;margin:0 auto;padding:0 1.5rem;display:flex;position:relative}.Header-module__hBw1pG__logo{font-family:var(--font-heading);gap:.1rem;font-size:1.5rem;font-weight:800;display:flex}.Header-module__hBw1pG__nav{align-items:center;gap:1.25rem;display:flex}.Header-module__hBw1pG__navLink{font-family:var(--font-heading);color:var(--foreground-muted);white-space:nowrap;font-size:.9rem;font-weight:600;transition:color .2s}.Header-module__hBw1pG__navLink:hover{color:var(--foreground)}.Header-module__hBw1pG__actions{align-items:center;gap:.75rem;display:flex}.Header-module__hBw1pG__cartBtn{border:1px solid #0f172ad9;width:42px;height:42px;font-size:1.08rem;position:relative;box-shadow:0 8px 18px #0f172a38;color:#fff!important;background:#111827!important;padding:0!important}.Header-module__hBw1pG__cartBtn:hover{box-shadow:0 10px 24px #0f172a47;background:#020617!important}.Header-module__hBw1pG__cartBtn span:first-child{filter:drop-shadow(0 1px 1px #00000059);line-height:1}.Header-module__hBw1pG__badge{color:#fff;border:2px solid var(--header-bg);background-color:#dc2626;border-radius:999px;justify-content:center;align-items:center;min-width:24px;height:24px;padding:0 6px;font-size:.78rem;font-weight:900;animation:.3s Header-module__hBw1pG__scaleUp;display:flex;position:absolute;top:-10px;right:-10px;box-shadow:0 3px 10px #dc262666,0 1px 3px #00000040}[data-theme=dark] .Header-module__hBw1pG__cartBtn{border-color:#f8fafce6;box-shadow:0 8px 22px #f8fafc24;color:#0f172a!important;background:#f8fafc!important}[data-theme=dark] .Header-module__hBw1pG__cartBtn:hover{background:#e2e8f0!important}[data-theme=dark] .Header-module__hBw1pG__badge{color:#fff;background-color:#ef4444}@keyframes Header-module__hBw1pG__scaleUp{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.Header-module__hBw1pG__burgerBtn{border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:0;transition:background-color .2s;display:flex}.Header-module__hBw1pG__burgerBtn:hover{background-color:var(--badge-bg)}.Header-module__hBw1pG__burgerBar{background-color:var(--foreground);width:20px;height:2px;transition:transform .3s,opacity .3s;display:block}.Header-module__hBw1pG__burgerBtnActive .Header-module__hBw1pG__burgerBar:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__hBw1pG__burgerBtnActive .Header-module__hBw1pG__burgerBar:nth-child(2){opacity:0}.Header-module__hBw1pG__burgerBtnActive .Header-module__hBw1pG__burgerBar:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Header-module__hBw1pG__dropdownMenu{border:1px solid var(--border);z-index:99;border-top:none;border-radius:0 0 16px 16px;width:280px;animation:.25s ease-out Header-module__hBw1pG__slideDown;position:absolute;top:70px;right:0;overflow:hidden;box-shadow:0 12px 40px #00000059;background:var(--background-alt)!important;-webkit-backdrop-filter:none!important}@keyframes Header-module__hBw1pG__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Header-module__hBw1pG__dropdownInner{flex-direction:column;gap:.6rem;padding:1.5rem;display:flex}.Header-module__hBw1pG__dropdownInner h3{text-transform:uppercase;letter-spacing:.05em;color:var(--foreground-muted);margin-top:.4rem;margin-bottom:.2rem;font-size:.75rem}.Header-module__hBw1pG__dropdownInner h3:first-of-type{margin-top:0}.Header-module__hBw1pG__dropdownLink{font-family:var(--font-heading);color:var(--foreground);border-radius:8px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.Header-module__hBw1pG__dropdownLink:hover{background-color:var(--badge-bg);color:var(--primary);transform:translate(3px)}.Header-module__hBw1pG__dropdownDivider{background-color:var(--border);height:1px;margin:.4rem 0}@media (max-width:960px){.Header-module__hBw1pG__nav{display:none}}@keyframes Header-module__hBw1pG__bump{0%{transform:scale(1)}25%{transform:scale(1.2)rotate(-6deg)}50%{transform:scale(1.2)rotate(6deg)}75%{transform:scale(1.1)rotate(-3deg)}to{transform:scale(1)rotate(0)}}.Header-module__hBw1pG__animateCart{animation:.5s cubic-bezier(.175,.885,.32,1.275) Header-module__hBw1pG__bump;background-color:var(--primary-glow)!important;border-color:var(--primary)!important;box-shadow:0 0 15px var(--primary-glow)!important}
﻿.Footer-module__S6Hkya__footer{border-top:1px solid var(--border);background-color:var(--background-alt);margin-top:auto;padding:3.5rem 0 1.75rem}.Footer-module__S6Hkya__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.Footer-module__S6Hkya__grid{grid-template-columns:minmax(240px,2fr) repeat(4,minmax(120px,1fr));gap:2.25rem;margin-bottom:2.75rem;display:grid}.Footer-module__S6Hkya__brandSection,.Footer-module__S6Hkya__section{min-width:0}.Footer-module__S6Hkya__section h4{text-transform:uppercase;letter-spacing:.05em;color:var(--foreground);margin-bottom:1rem;font-size:.82rem}.Footer-module__S6Hkya__brand{font-family:var(--font-heading);font-size:1.5rem;font-weight:800}.Footer-module__S6Hkya__brandRow{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.Footer-module__S6Hkya__themeToggle{border:1px solid var(--border);cursor:pointer;color:var(--foreground);font-size:.82rem;font-weight:700;font-family:var(--font-heading);background:0 0;border-radius:8px;padding:.38rem .75rem;transition:background-color .2s,border-color .2s}.Footer-module__S6Hkya__themeToggle:hover{background-color:var(--badge-bg);border-color:var(--border-hover)}.Footer-module__S6Hkya__desc{color:var(--foreground-muted);max-width:340px;margin-bottom:1rem;font-size:.9rem;line-height:1.6}.Footer-module__S6Hkya__contactBlock{color:var(--foreground-muted);flex-direction:column;gap:.45rem;max-width:340px;font-size:.88rem;font-style:normal;line-height:1.45;display:flex}.Footer-module__S6Hkya__contactBlock div{flex-direction:column;gap:.15rem;display:flex}.Footer-module__S6Hkya__contactBlock strong{color:var(--foreground);font-size:.78rem}.Footer-module__S6Hkya__contactBlock a{color:var(--foreground-muted);transition:color .2s}.Footer-module__S6Hkya__contactBlock a:hover{color:var(--foreground)}.Footer-module__S6Hkya__links{list-style:none}.Footer-module__S6Hkya__links li{margin-bottom:.65rem}.Footer-module__S6Hkya__links a{color:var(--foreground-muted);font-size:.9rem;transition:color .2s}.Footer-module__S6Hkya__links a:hover{color:var(--foreground)}.Footer-module__S6Hkya__bottom{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding-top:1.25rem;display:flex}.Footer-module__S6Hkya__bottom p{color:var(--foreground-muted);font-size:.84rem}@media (max-width:980px){.Footer-module__S6Hkya__grid{grid-template-columns:1.5fr 1fr 1fr}}@media (max-width:640px){.Footer-module__S6Hkya__footer{padding-top:2.75rem}.Footer-module__S6Hkya__grid{grid-template-columns:1fr 1fr;gap:2rem 1.5rem}.Footer-module__S6Hkya__brandSection{grid-column:1/-1}.Footer-module__S6Hkya__bottom{flex-direction:column;align-items:flex-start}}
