@keyframes sticky-header-condense{to{background-color:var(--sticky-header-condensed-background);border-color:oklch(var(--border) / .6)}}.sticky-header{--sticky-header-condensed-background:oklch(var(--background) / .9)}@media (min-width:48rem){.sticky-header{--sticky-header-condensed-background:oklch(var(--background) / .8)}}@supports (animation-timeline:scroll()) and (animation-range:0 0.5rem){@media screen and (prefers-reduced-motion:no-preference){.sticky-header{animation-name:sticky-header-condense;animation-timing-function:var(--ease-out);animation-fill-mode:both;animation-timeline:scroll(root);animation-range:0 .5rem}}}@media (prefers-reduced-transparency:reduce){.sticky-header{--sticky-header-condensed-background:oklch(var(--background))}}@media print{.sticky-header{animation:none}}