.DropDownMenu_dropdownContainer__EsorS{display:flex;align-items:center;gap:.75rem;height:40px}.DropDownMenu_chatButton___YEb1{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,#8a61dc,#5a3fb5);color:#fff;text-decoration:none;border-radius:50%;transition:all .3s ease;box-shadow:0 2px 10px rgba(138,97,220,.3);flex-shrink:0}.DropDownMenu_chatButton___YEb1:hover{transform:translateY(-2px);box-shadow:0 4px 20px rgba(138,97,220,.4);background:linear-gradient(135deg,#9c72e6,#6b46c1)}.DropDownMenu_chatButton___YEb1:active{transform:translateY(1px)}.DropDownMenu_chatIcon__Yk20k,.DropDownMenu_plusIcon__fZVEj{color:#fff;flex-shrink:0}@media (max-width:768px){.DropDownMenu_dropdownContainer__EsorS{gap:.5rem;height:36px}.DropDownMenu_chatButton___YEb1{width:36px;height:36px}.DropDownMenu_dropdown__1kXdr{height:36px}.DropDownMenu_dropdownButton__jO7fD{height:36px;padding:.4rem .8rem}.DropDownMenu_chatIcon__Yk20k{width:16px;height:16px}.DropDownMenu_dropdownMenu__E9Imx{width:200px}.DropDownMenu_submenuInline__rJ9Hm{margin-left:.5rem}.DropDownMenu_submenuItem__jug1q{padding:.5rem .8rem;font-size:.8rem}}.DropDownMenu_dropdown__1kXdr{position:relative;display:inline-block;height:40px}.DropDownMenu_dropdownButton__jO7fD{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgba(138,97,220,.1);border:1px solid rgba(138,97,220,.3);border-radius:25px;color:#fff;cursor:pointer;transition:all .3s ease;font-size:.9rem;height:40px;box-sizing:border-box}.DropDownMenu_dropdownButton__jO7fD:hover{background:rgba(138,97,220,.2);border-color:rgba(138,97,220,.5);transform:translateY(-1px)}.DropDownMenu_userAvatar__BL7dU{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#8a61dc,#5a3fb5);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;overflow:hidden}.DropDownMenu_userAvatar__BL7dU img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.DropDownMenu_avatarImage__XJsOg{border-radius:50%;-o-object-fit:cover;object-fit:cover}.DropDownMenu_chevron__nRJLi{transition:transform .3s ease;color:rgba(255,255,255,.7)}.DropDownMenu_chevron__nRJLi.DropDownMenu_open__AFIK4{transform:rotate(180deg)}.DropDownMenu_dropdownMenu__E9Imx{position:absolute;top:calc(100% + 8px);right:0;width:220px;background:#0a0a0f;border:1px solid rgba(138,97,220,.3);border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.4);z-index:1001;animation:DropDownMenu_slideInDown__u_W2O .2s ease;overflow:visible}.DropDownMenu_userInfo__Zq8ag{padding:1rem;background:rgba(138,97,220,.05)}.DropDownMenu_userName__Y6_EN{font-weight:600;color:#fff;font-size:.9rem;margin-bottom:.25rem}.DropDownMenu_userEmail__SqDhx{font-size:.8rem;color:rgba(255,255,255,.6);word-break:break-word}.DropDownMenu_menuDivider__FPRf9{height:1px;background:rgba(138,97,220,.2);margin:0}.DropDownMenu_menuItem__PRNxY{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:rgba(255,255,255,.9);text-decoration:none;transition:all .2s ease;font-size:.9rem;border:none;background:none;width:100%;text-align:left;cursor:pointer;position:relative}.DropDownMenu_menuItem__PRNxY:hover{background:rgba(138,97,220,.1);color:#fff}.DropDownMenu_icon__gNIl7{font-size:1rem;width:16px;text-align:center}.DropDownMenu_submenuChevron__UGr3K{margin-left:auto;color:rgba(255,255,255,.5);transition:transform .3s ease;transform:rotate(0deg);display:inline-block}.DropDownMenu_submenuChevron__UGr3K.DropDownMenu_rotated__p21pr{transform:rotate(90deg)}.DropDownMenu_menuItem__PRNxY.DropDownMenu_menuItemWithSubmenu__GiW5U .DropDownMenu_submenuChevron__UGr3K.DropDownMenu_rotated__p21pr{transform:rotate(90deg)!important}.DropDownMenu_menuItemWithSubmenu__GiW5U{position:relative}.DropDownMenu_submenuInline__rJ9Hm{background:rgba(138,97,220,.05);border-left:2px solid rgba(138,97,220,.3);margin-left:1rem;animation:DropDownMenu_slideDown__rXNn_ .2s ease}.DropDownMenu_submenuItem__jug1q{display:flex;align-items:center;gap:.75rem;padding:.6rem 1rem;color:rgba(255,255,255,.8);text-decoration:none;font-size:.85rem;transition:all .2s ease;border:none;background:none;width:100%;text-align:left;cursor:pointer}.DropDownMenu_submenuItem__jug1q:hover{background:rgba(138,97,220,.1);color:#fff}.DropDownMenu_submenuIcon__Owv1W{font-size:.9rem;width:16px;text-align:center}.DropDownMenu_menuItemWithSubmenu__GiW5U:after{display:none}.DropDownMenu_logoutItem__shx3p{color:#ef4444}.DropDownMenu_logoutItem__shx3p:hover{background:rgba(239,68,68,.1);color:#f87171}@keyframes DropDownMenu_slideInDown__u_W2O{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes DropDownMenu_slideInRight__U64cw{0%{opacity:0;transform:translateX(-8px)}to{opacity:1;transform:translateX(0)}}@keyframes DropDownMenu_slideDown__rXNn_{0%{opacity:0;max-height:0;transform:translateY(-10px)}to{opacity:1;max-height:200px;transform:translateY(0)}}.HStack_hstack__vvEFq{display:flex;gap:var(--hstack-spacing,12px)}.HStack_hstack__vvEFq>*{flex-shrink:0}.HStack_hstack__vvEFq>.HStack_grow__mMnY2{flex-grow:1}.HStack_hstack__vvEFq>.HStack_shrink__XpDO0{flex-shrink:1}
/*# sourceMappingURL=dea74fc5003267d5.css.map*/