.Navbar-module__cJzEcG__navbar{z-index:1000;height:var(--nav-height);transition:background-color .4s var(--ease-out), border-color .4s var(--ease-out), box-shadow .4s var(--ease-out), -webkit-backdrop-filter .4s var(--ease-out), backdrop-filter .4s var(--ease-out);background-color:#0000;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__navbarMenuOpen{box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background-color:#0000!important}html[data-canvas=light] .Navbar-module__cJzEcG__navbar{background-color:#0000}.Navbar-module__cJzEcG__navbar:after{display:none}.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(14px)saturate(180%);backdrop-filter:blur(14px)saturate(180%);background-color:#0c0c0ed9;box-shadow:0 4px 20px -2px #00000073}html[data-canvas=light] .Navbar-module__cJzEcG__scrolled{background-color:#ffffffe0;box-shadow:0 4px 16px -2px #0f172a0f}.Navbar-module__cJzEcG__inner{justify-content:space-between;align-items:center;height:100%;display:flex}.Navbar-module__cJzEcG__logo{z-index:1001;transition:opacity var(--duration-fast) ease, transform var(--duration-fast) ease;align-items:center;display:inline-flex}.Navbar-module__cJzEcG__logo:hover{opacity:.95}:is(.Navbar-module__cJzEcG__logo .logo-mark-top,.Navbar-module__cJzEcG__logo .logo-mark-mid,.Navbar-module__cJzEcG__logo .logo-mark-bot,.Navbar-module__cJzEcG__logo .logo-text-spate,.Navbar-module__cJzEcG__logo .logo-text-se){transition:fill .45s cubic-bezier(.16,1,.3,1)}:is(.Navbar-module__cJzEcG__heroPassed .Navbar-module__cJzEcG__logo .logo-mark-top,.Navbar-module__cJzEcG__heroPassed .Navbar-module__cJzEcG__logo .logo-mark-bot){fill:var(--color-accent-brand,#ff6b35)}.Navbar-module__cJzEcG__heroPassed .Navbar-module__cJzEcG__logo .logo-mark-mid{fill:var(--color-accent-alt,#f97316)}:is(.Navbar-module__cJzEcG__logo:hover .logo-mark-top,.Navbar-module__cJzEcG__logo:hover .logo-mark-bot){fill:var(--color-accent-brand,#ff6b35)}.Navbar-module__cJzEcG__logo:hover .logo-mark-mid{fill:var(--color-accent-alt,#f97316)}.Navbar-module__cJzEcG__logo svg{width:auto!important;height:20px!important}@media (min-width:480px){.Navbar-module__cJzEcG__logo svg{height:22px!important}}@media (min-width:769px){.Navbar-module__cJzEcG__logo svg{height:28px!important}}.Navbar-module__cJzEcG__nav{align-items:center;gap:1.5rem;display:flex}.Navbar-module__cJzEcG__navLink{font-family:var(--font-body);color:var(--color-text-secondary);transition:color var(--duration-fast) ease;flex-direction:column;align-items:center;font-size:.875rem;font-weight:500;display:inline-flex;position:relative}.Navbar-module__cJzEcG__navLink:hover{color:var(--color-text-primary)}.Navbar-module__cJzEcG__navActions{align-items:center;gap:.75rem;display:flex}.Navbar-module__cJzEcG__canvasToggle{border:1px solid var(--color-border);width:36px;height:36px;color:var(--color-text-secondary);cursor:pointer;transition:all .3s var(--ease-out);background:0 0;border-radius:50%;justify-content:center;align-items:center;display:flex}.Navbar-module__cJzEcG__canvasToggle:hover{color:var(--color-accent);border-color:var(--color-accent);background-color:var(--color-surface-elevated);transform:rotate(20deg)}.Navbar-module__cJzEcG__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:4.5px;width:32px;height:32px;padding:0;display:none}.Navbar-module__cJzEcG__bar{background-color:var(--color-text-primary);border-radius:2px;width:19px;height:2px;transition:transform .3s,opacity .3s}.Navbar-module__cJzEcG__open .Navbar-module__cJzEcG__bar:first-child{transform:translateY(6.5px)rotate(45deg)}.Navbar-module__cJzEcG__open .Navbar-module__cJzEcG__bar:nth-child(2){opacity:0}.Navbar-module__cJzEcG__open .Navbar-module__cJzEcG__bar:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.Navbar-module__cJzEcG__mobileMenu{background-color:var(--color-base,#131417);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);opacity:0;visibility:hidden;pointer-events:none;z-index:999;width:100vw;height:100dvh;padding:calc(var(--nav-height) + 1.5rem) 1.5rem 2.5rem;-webkit-overflow-scrolling:touch;flex-direction:column;justify-content:center;align-items:center;transition:opacity .35s cubic-bezier(.16,1,.3,1),visibility .35s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;inset:0;overflow-y:auto}html[data-canvas=dark] .Navbar-module__cJzEcG__mobileMenu{background-color:#131417fa}html[data-canvas=light] .Navbar-module__cJzEcG__mobileMenu{background-color:#f8fafcfa}.Navbar-module__cJzEcG__mobileMenuOpen{opacity:1;visibility:visible;pointer-events:auto}.Navbar-module__cJzEcG__mobileNav{flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:320px;margin:auto 0;display:flex}.Navbar-module__cJzEcG__mobileNavLink{font-family:var(--font-display);color:var(--color-text-primary);opacity:0;letter-spacing:-.02em;text-align:center;font-size:clamp(1.5rem,5.5vw,2.125rem);font-weight:700;transition:opacity .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1),color .2s;transform:translateY(16px)}.Navbar-module__cJzEcG__mobileMenuOpen .Navbar-module__cJzEcG__mobileNavLink{opacity:1;transform:translateY(0)}.Navbar-module__cJzEcG__mobileNavLink:hover{color:var(--color-accent)}.Navbar-module__cJzEcG__mobileCta{opacity:0;text-align:center;justify-content:center;width:100%;max-width:240px;margin-top:.5rem;transition:opacity .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1),background-color .2s,color .2s;transform:translateY(16px)}.Navbar-module__cJzEcG__mobileMenuOpen .Navbar-module__cJzEcG__mobileCta{opacity:1;transform:translateY(0)}.Navbar-module__cJzEcG__navLink.Navbar-module__cJzEcG__active{color:var(--color-text-primary);font-weight:600}.Navbar-module__cJzEcG__navLink.Navbar-module__cJzEcG__active:after{content:"";background-color:var(--color-accent-brand,#ff6b35);border-radius:50%;width:4px;height:4px;display:block;position:absolute;bottom:-6px;left:50%;transform:translate(-50%);box-shadow:0 0 6px #ff6b3599}[data-canvas=dark] .Navbar-module__cJzEcG__navLink.Navbar-module__cJzEcG__active{color:#fff}html[data-canvas=light] .Navbar-module__cJzEcG__navLink{color:#475569}html[data-canvas=light] .Navbar-module__cJzEcG__navLink:hover{color:#0f172a}html[data-canvas=light] .Navbar-module__cJzEcG__navLink.Navbar-module__cJzEcG__active{color:var(--color-accent,#d46a43);font-weight:600}html[data-canvas=light] .Navbar-module__cJzEcG__navLink.Navbar-module__cJzEcG__active:after{background-color:var(--color-accent,#d46a43);box-shadow:0 0 4px #d46a4366}.Navbar-module__cJzEcG__mobileNavLink.Navbar-module__cJzEcG__active{color:var(--color-accent)}[data-canvas=dark] .Navbar-module__cJzEcG__mobileNavLink.Navbar-module__cJzEcG__active{color:#fff}html[data-canvas=light] .Navbar-module__cJzEcG__mobileNavLink.Navbar-module__cJzEcG__active{color:var(--color-accent)}@media (max-width:1024px){.Navbar-module__cJzEcG__nav,.Navbar-module__cJzEcG__cta{display:none}.Navbar-module__cJzEcG__navActions{gap:.5rem}.Navbar-module__cJzEcG__canvasToggle{width:34px;height:34px}.Navbar-module__cJzEcG__hamburger{display:flex}}@media (min-width:1025px){.Navbar-module__cJzEcG__mobileMenu{display:none!important}}.Navbar-module__cJzEcG__mobileCanvasToggle{font-family:var(--font-body);color:var(--color-text-secondary);border:1px solid var(--color-border-strong,var(--color-border));cursor:pointer;opacity:0;background:0 0;border-radius:999px;margin-top:.25rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;transition:opacity .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1),color .2s,border-color .2s,background-color .2s;transform:translateY(16px)}.Navbar-module__cJzEcG__mobileMenuOpen .Navbar-module__cJzEcG__mobileCanvasToggle{opacity:1;transform:translateY(0)}.Navbar-module__cJzEcG__mobileCanvasToggle:hover{color:var(--color-accent);border-color:var(--color-accent);background-color:var(--color-surface-elevated)}
.Footer-module__S6Hkya__footer{padding:var(--space-xl) 0 var(--space-md);background-color:var(--color-surface);border-top:1px solid var(--color-border);transition:background-color .5s,border-color .5s}.Footer-module__S6Hkya__inner{gap:var(--space-lg);flex-direction:column;display:flex}.Footer-module__S6Hkya__top{gap:var(--space-xl);grid-template-columns:2fr 1fr;align-items:end;display:grid}.Footer-module__S6Hkya__brand{gap:var(--space-sm);flex-direction:column;display:flex}.Footer-module__S6Hkya__logoLink{text-decoration:none;display:inline-flex}.Footer-module__S6Hkya__tagline{font-family:var(--font-body);font-size:var(--text-body-sm);color:var(--color-text-secondary);max-width:400px;line-height:1.6;transition:color .5s}.Footer-module__S6Hkya__nav{flex-direction:row;justify-content:flex-end;align-items:center;gap:1.5rem;display:flex}.Footer-module__S6Hkya__navLink{font-family:var(--font-body);font-size:var(--text-body-sm);color:var(--color-text-secondary);transition:color var(--duration-fast) ease;white-space:nowrap}.Footer-module__S6Hkya__navLink:hover{color:var(--color-accent)}.Footer-module__S6Hkya__bottom{padding-top:var(--space-md);border-top:1px solid var(--color-border);justify-content:space-between;align-items:center;transition:border-color .5s;display:flex}.Footer-module__S6Hkya__copyright{font-family:var(--font-body);font-size:var(--text-caption);color:var(--color-text-secondary);transition:color .5s}.Footer-module__S6Hkya__crafted{font-family:var(--font-body);font-size:var(--text-caption);color:var(--color-text-secondary);opacity:.6;transition:color .5s}@media (max-width:768px){.Footer-module__S6Hkya__logoLink svg{width:auto!important;height:38px!important}.Footer-module__S6Hkya__top{gap:var(--space-lg);grid-template-columns:1fr;align-items:stretch}.Footer-module__S6Hkya__nav{flex-direction:column;align-items:flex-start;gap:.3rem}.Footer-module__S6Hkya__bottom{text-align:center;flex-direction:column;gap:.5rem}}
