@layer utilities{.header-scrollbar{scrollbar-width:thin;scrollbar-color:var(--border-heavy2) rgba(0,0,0,0)}.header-scrollbar::-webkit-scrollbar{width:6px;height:6px}.header-scrollbar::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.header-scrollbar::-webkit-scrollbar-thumb{background-color:var(--border-heavy2);border-radius:9999px}.header-scrollbar-hidden{-ms-overflow-style:none;scrollbar-width:none}.header-scrollbar-hidden::-webkit-scrollbar{display:none;width:0;height:0}.scrollbar-y-auto{overflow-y:auto}.scrollbar-y-auto::-webkit-scrollbar-thumb{background-color:var(--border-strong)}}@keyframes slideUpEnter{0%{transform:translateY(100%) translateX(-50%);opacity:0}to{transform:translateY(0) translateX(-50%);opacity:1}}@keyframes slideUpLeave{0%{transform:translateY(0) translateX(-50%);opacity:1}to{transform:translateY(100%) translateX(-50%);opacity:0}}@keyframes slideUpEnterDesktop{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideUpLeaveDesktop{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}.cookie-dialog-enter{animation:slideUpEnter 2s cubic-bezier(.4,0,.2,1) forwards}.cookie-dialog-leave{animation:slideUpLeave 2s cubic-bezier(.4,0,.2,1) forwards}.cookie-dialog-enter-desktop{animation:slideUpEnterDesktop 2s cubic-bezier(.4,0,.2,1) forwards}.cookie-dialog-leave-desktop{animation:slideUpLeaveDesktop 2s cubic-bezier(.4,0,.2,1) forwards}