.sidebar{top:0;z-index:99;display:flex;height:100dvh;padding:2rem;position:fixed;flex-direction:column;overflow:hidden;transition:right .5s ease 0s;width:80vw;right:-80vw;@media (min-width:1024px){width:60vw;right:-60vw}@media (min-width:1280px){width:35vw;right:-35vw}}.sidebar.open{right:0;filter:drop-shadow(-10px 0 12px #000000)}.sidebar.open .sidebar__content{display:flex}