@media (max-width:1024px){.desktop-only{display:none!important}}@media (min-width:1025px){.mobile-tablet-only{display:none!important}}@media (max-width:768px){.hide-mobile{display:none!important}}@media (min-width:769px){.mobile-only{display:none!important}}.visible{visibility:visible}.hidden{visibility:hidden}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideDown{0%{transform:translate(-50%)translateY(-100%)}to{transform:translate(-50%)translateY(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-4px)}40%,80%{transform:translate(4px)}}button{cursor:pointer;-webkit-tap-highlight-color:#0000;color:inherit;background-color:inherit;border:none}.profile-dropdown__user{position:relative}.profile-dropdown__menu{color:#0e1322;background-color:#fff;border:1px solid #0e13221f;border-radius:24px;flex-direction:column;align-items:center;width:300px;display:flex;position:absolute;top:80%;right:16px;box-shadow:0 4px 16px #0003}.profile-dropdown__menu-profile,.profile-dropdown__menu-logout{color:#0e1322;width:100%;font-family:var(--font-inter),sans-serif;cursor:default;justify-content:center;align-items:center;padding:12px 8px;font-size:16px;font-style:normal;font-weight:500;text-decoration:none;display:flex}.profile-dropdown__menu-profile{border-bottom:1px solid #0e13221f}.profile-dropdown__menu-logout{border-top:1px solid #0e13221f}.profile-dropdown__menu-items{width:100%;padding:12px 0}.profile-dropdown__menu-item{cursor:default;color:#0e1322;width:100%;font-family:var(--font-inter),sans-serif;justify-content:center;align-items:center;padding:0 8px;font-size:16px;font-style:normal;font-weight:500;text-decoration:none;display:flex}.profile-dropdown__menu-item-label{color:#0e1322;cursor:pointer;border-radius:64px;justify-content:flex-start;align-items:center;gap:12px;width:100%;padding:12px 24px;display:flex}.profile-dropdown__menu-item-label:hover{background-color:#0e13220a}.profile-dropdown__menu-item-icon{align-items:center;display:flex;position:relative}
