dialog[open].hamburger-menu{max-width:100vw;max-height:100vh;animation:slide .3s ease normal}dialog[open]::backdrop{animation:showBackdrop .1s ease normal}dialog::backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}dialog.hide{animation:hide .3s ease normal}.hamburger{-webkit-overflow-scrolling:touch}@keyframes slide{0%{transform:translate(100vw)}to{transform:translate(0)}}@keyframes showBackdrop{0%{-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}to{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}}@keyframes hide{0%{transform:translate(0)}to{transform:translate(100vw)}}
