.header-sticky{position:fixed;top:0;left:0;right:0;width:100%;background:transparent;border-bottom:1px solid transparent;transition:background .25s ease-out,backdrop-filter .25s ease-out,box-shadow .25s ease-out,border-color .25s ease-out}.header-sticky[data-scrolled=true]{background:color-mix(in oklch,var(--background) 72%,transparent);backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border-bottom-color:color-mix(in oklch,var(--foreground) 10%,transparent);box-shadow:0 10px 30px -12px rgba(0,0,0,.45)}.header-sticky .flex.h-16{transition:height .25s ease-out}.header-sticky[data-scrolled=true] .flex.h-16{height:3.5rem}.header-sticky [data-slot=navigation-menu-content]{position:fixed!important;left:50%!important;top:72px!important;transform:translateX(-50%)!important;right:auto!important;margin:0!important;padding:0!important;z-index:60;transition:top .25s ease-out}.header-sticky[data-scrolled=true] [data-slot=navigation-menu-content]{top:62px!important}[data-radix-navigation-menu-viewport],[data-slot=navigation-menu-viewport]{background:transparent!important;border:none!important;box-shadow:none!important}.header-sticky [data-slot=navigation-menu-viewport]{display:none!important}[data-slot=navigation-menu]{background:transparent!important}@media (max-width:1120px){.header-sticky [data-slot=navigation-menu-content]>div{width:92vw!important;min-width:0!important}}@media (max-width:1023px){.header-sticky nav,[data-slot=navigation-menu-content],[data-slot=navigation-menu-trigger]{display:none!important}}