:root{--app-height:100%}@supports (height:100dvh){:root{--app-height:100dvh}}@keyframes slideDown{0%{opacity:0;transform:scaleY(.2) translateY(-10%);transform-origin:top right}to{opacity:1;transform:scaleY(1) translateY(0)}}.profile-menu-slide-down{animation:slideDown .3s ease-out forwards}@media screen and (max-width:768px){.chakra-modal__content{margin:0!important;max-height:85vh!important;top:auto!important;border-radius:12px 12px 0 0!important}.chakra-modal__content,.chakra-modal__overlay{position:fixed!important;bottom:0!important;left:0!important;right:0!important}.chakra-modal__overlay{top:0!important}}input:focus,textarea:focus{outline:2px solid #955bcf;outline-offset:2px}*{scroll-behavior:smooth}