#property-navbar{grid-area:navbar;position:sticky;z-index:51}#property-navbar.is-pinned:before{height:100%;width:100svw;background-color:black;transition:all 1s;content:"";position:absolute;display:block;bottom:0;left:0;overflow:hidden;z-index:-1;pointer-events:none;height:calc(100% + 70px);border-bottom-width:1px;border-color:rgba(var(--color-border-default),1)}#calendar-fallback-shimmer{background:linear-gradient(90deg,#1a1a1a 0,#1f1f1f 20%,#1a1a1a 40%,#1a1a1a);background-size:200% 100%;animation:shimmer 2s linear infinite}html[data-theme=light] #calendar-fallback-shimmer{background:linear-gradient(90deg,#f0f0f0 0,#fafafa 20%,#f0f0f0 40%,#f0f0f0);background-size:200% 100%;animation:shimmer 2s linear infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (min-width:1024px){#property-navbar.is-pinned:before{margin:0 auto;width:100vw;transform:translateX(-50%);left:calc(50% + 200px)}}