.MobileMenu_overlay__c7JJ3{position:fixed;inset:0;background-color:rgba(0,0,0,.3);z-index:900;display:none}.MobileMenu_show__FtKoY{display:block}.MobileMenu_sideMenu__CL36b{position:fixed;top:0;left:0;width:280px;height:100%;background-color:#fff;transform:translateX(-100%);transition:transform .3s ease-in-out;z-index:1000;box-shadow:2px 0 8px rgba(0,0,0,.1);display:flex;flex-direction:column}.MobileMenu_open__2_iBt{transform:translateX(0)}.MobileMenu_header__5Ydxh{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #f1f1f1}.MobileMenu_logo__bj47g{font-size:19px;font-weight:600;color:#000}.MobileMenu_closeButton__fy_YX{display:flex;align-items:center;justify-content:center;background:none;border:none;color:#333;padding:6px;width:40px;height:40px;border-radius:50%;transition:background .2s;cursor:pointer}.MobileMenu_closeButton__fy_YX:hover{background-color:var(--grey-200)}.MobileMenu_nav__BSWtx{display:flex;flex-direction:column;padding:16px;gap:12px}.MobileMenu_link__hEm1Z{color:var(--text-primary);font-size:17px;line-height:24px;font-weight:600;text-decoration:none;padding:8px 12px;border-radius:8px;transition:background .2s ease,color .2s ease}.MobileMenu_active__zVxcC,.MobileMenu_link__hEm1Z:hover{background-color:var(--grey-200)}.MobileMenu_active__zVxcC{font-weight:600;color:var(--primary-darker);border-radius:8px}.MobileMenu_menuButton__u2hQX{background-color:#f3f4f6;color:#e91e63;padding:8px 16px;border:none;border-radius:6px;cursor:pointer;font-weight:500}