.sticky-header.svelte-oi2hn1{z-index:var(--sticky-z-index);background:var(--color-surface);border-bottom:1px solid var(--color-border);opacity:0;pointer-events:none;transition:transform var(--transition-normal), opacity var(--transition-fast);box-shadow:var(--shadow-sm);margin-bottom:var(--sticky-margin-bottom);transform:translateY(-100%)}.sticky-header--fixed.svelte-oi2hn1{top:calc(var(--sticky-top-mobile) + var(--sticky-safe-area-top));position:fixed;left:0;right:0}.sticky-header--sticky.svelte-oi2hn1{top:calc(var(--sticky-top-desktop) + var(--sticky-safe-area-top));position:sticky}.sticky-header--visible.svelte-oi2hn1{opacity:1;pointer-events:auto;transform:translateY(0)}@media (width>=768px){.sticky-header--fixed.svelte-oi2hn1{top:calc(var(--sticky-top-desktop) + var(--sticky-safe-area-top))}}@media (width<=1000px) and (height<=500px) and (orientation:landscape){.sticky-header--fixed.svelte-oi2hn1,.sticky-header--sticky.svelte-oi2hn1{top:var(--sticky-top-landscape)}}
